Pull request #43303 opened Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch master at d809ad98e32860b07269187f8bc88781dd33c67d rather than 9efa8b3500f43524d705cd703dac5ea5944b8ef6 Obtained Jenkinsfile from d809ad98e32860b07269187f8bc88781dd33c67d 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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/jps.git > git init /var/cloudbees-jenkins-distribution/workspace/moby_PR-43303@libs/jps # timeout=10 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 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 Avoid second fetch 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" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.20.1' 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 [2022-03-01T06:27:56.296Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2022-03-01T06:27:56.303Z] Trying to pass milestone 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2022-03-01T06:28:11.522Z] Still waiting to schedule task [2022-03-01T06:28:11.529Z] All nodes of label ‘amd64&&ubuntu-1804&&overlay2’ are offline [2022-03-01T06:28:58.836Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0c27154ed77f54f4d) in /home/ubuntu/workspace/moby_PR-43303 [Pipeline] { [Pipeline] checkout [2022-03-01T06:28:58.969Z] The recommended git tool is: git [2022-03-01T06:29:01.901Z] using credential docker-jenkins-github-credentials [2022-03-01T06:29:01.918Z] Cloning the remote Git repository [2022-03-01T06:29:01.918Z] Cloning with configured refspecs honoured and without tags [2022-03-01T06:29:01.640Z] Cloning repository https://github.com/moby/moby.git [2022-03-01T06:29:01.710Z] > git init /home/ubuntu/workspace/moby_PR-43303 # timeout=10 [2022-03-01T06:29:01.957Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-01T06:29:01.957Z] > git --version # timeout=10 [2022-03-01T06:29:01.982Z] > git --version # 'git version 2.17.1' [2022-03-01T06:29:01.983Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-01T06:29:01.984Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43303/head:refs/remotes/origin/PR-43303 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-01T06:29:26.600Z] Fetching without tags [2022-03-01T06:29:26.927Z] Merging remotes/origin/master commit d809ad98e32860b07269187f8bc88781dd33c67d into PR head commit 9efa8b3500f43524d705cd703dac5ea5944b8ef6 [2022-03-01T06:29:26.477Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-01T06:29:26.493Z] > git config --add remote.origin.fetch +refs/pull/43303/head:refs/remotes/origin/PR-43303 # timeout=10 [2022-03-01T06:29:26.520Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-01T06:29:26.553Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-01T06:29:26.582Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-01T06:29:26.583Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-01T06:29:26.584Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43303/head:refs/remotes/origin/PR-43303 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-01T06:29:26.922Z] > git config core.sparsecheckout # timeout=10 [2022-03-01T06:29:26.951Z] > git checkout -f 9efa8b3500f43524d705cd703dac5ea5944b8ef6 # timeout=10 [2022-03-01T06:29:27.851Z] Merge succeeded, producing 9efa8b3500f43524d705cd703dac5ea5944b8ef6 [2022-03-01T06:29:27.851Z] Checking out Revision 9efa8b3500f43524d705cd703dac5ea5944b8ef6 (PR-43303) [2022-03-01T06:29:27.737Z] > git remote # timeout=10 [2022-03-01T06:29:27.759Z] > git config --get remote.origin.url # timeout=10 [2022-03-01T06:29:27.783Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-01T06:29:27.784Z] > git merge d809ad98e32860b07269187f8bc88781dd33c67d # timeout=10 [2022-03-01T06:29:27.810Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-01T06:29:27.835Z] > git config core.sparsecheckout # timeout=10 [2022-03-01T06:29:27.866Z] > git checkout -f 9efa8b3500f43524d705cd703dac5ea5944b8ef6 # timeout=10 [2022-03-01T06:29:32.627Z] Commit message: "all: fix typos" [2022-03-01T06:29:32.627Z] First time build. Skipping changelog. [2022-03-01T06:29:32.635Z] > git --version # timeout=10 [2022-03-01T06:29:32.669Z] > git --version # 'git version 2.17.1' [2022-03-01T06:29:32.698Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-01T06:29:33.760Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43303:/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 [2022-03-01T06:29:40.339Z] Unable to find image 'alpine:latest' locally [2022-03-01T06:29:40.910Z] latest: Pulling from library/alpine [2022-03-01T06:29:40.910Z] 59bf1c3509f3: Pulling fs layer [2022-03-01T06:29:41.170Z] 59bf1c3509f3: Verifying Checksum [2022-03-01T06:29:41.170Z] 59bf1c3509f3: Download complete [2022-03-01T06:29:41.444Z] 59bf1c3509f3: Pull complete [2022-03-01T06:29:41.710Z] Digest: sha256:21a3deaa0d32a8057914f36584b5288d2e5ecc984380bc0118285c70fa8c9300 [2022-03-01T06:29:41.710Z] Status: Downloaded newer image for alpine:latest [2022-03-01T06:29:49.865Z] 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-RS5) [Pipeline] { (Branch: win-2022) [Pipeline] { (Branch: win-2022-c8d) [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-RS5) [Pipeline] stage [Pipeline] { (win-2022) [Pipeline] stage [Pipeline] { (win-2022-c8d) Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [2022-03-01T06:29:50.200Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0c27154ed77f54f4d) in /home/ubuntu/workspace/moby_PR-43303 [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node Stage "s390x" skipped due to when conditional Stage "ppc64le" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] checkout [2022-03-01T06:29:50.257Z] The recommended git tool is: git [Pipeline] // stage [2022-03-01T06:29:50.267Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [Pipeline] // stage [2022-03-01T06:29:50.300Z] Fetching changes from the remote Git repository [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [2022-03-01T06:29:50.332Z] Fetching without tags Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Unit tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [2022-03-01T06:29:50.622Z] Merging remotes/origin/master commit d809ad98e32860b07269187f8bc88781dd33c67d into PR head commit 9efa8b3500f43524d705cd703dac5ea5944b8ef6 [Pipeline] } [Pipeline] } [2022-03-01T06:29:50.746Z] Merge succeeded, producing 9efa8b3500f43524d705cd703dac5ea5944b8ef6 [2022-03-01T06:29:50.746Z] Checking out Revision 9efa8b3500f43524d705cd703dac5ea5944b8ef6 (PR-43303) [2022-03-01T06:29:50.846Z] Commit message: "all: fix typos" [2022-03-01T06:29:50.856Z] > git --version # timeout=10 [2022-03-01T06:29:50.879Z] > git --version # 'git version 2.17.1' [2022-03-01T06:29:50.901Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-01T06:29:50.269Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-43303/.git # timeout=10 [2022-03-01T06:29:50.298Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-01T06:29:50.329Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-01T06:29:50.329Z] > git --version # timeout=10 [2022-03-01T06:29:50.343Z] > git --version # 'git version 2.17.1' [2022-03-01T06:29:50.343Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-01T06:29:50.344Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43303/head:refs/remotes/origin/PR-43303 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-01T06:29:50.619Z] > git config core.sparsecheckout # timeout=10 [2022-03-01T06:29:50.626Z] > git checkout -f 9efa8b3500f43524d705cd703dac5ea5944b8ef6 # timeout=10 [2022-03-01T06:29:50.691Z] > git remote # timeout=10 [2022-03-01T06:29:50.706Z] > git config --get remote.origin.url # timeout=10 [2022-03-01T06:29:50.716Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-01T06:29:50.717Z] > git merge d809ad98e32860b07269187f8bc88781dd33c67d # timeout=10 [2022-03-01T06:29:50.731Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-01T06:29:50.743Z] > git config core.sparsecheckout # timeout=10 [2022-03-01T06:29:50.751Z] > git checkout -f 9efa8b3500f43524d705cd703dac5ea5944b8ef6 # timeout=10 [2022-03-01T06:29:51.540Z] + [ PR != PR ] [2022-03-01T06:29:51.540Z] + [ master != master ] [2022-03-01T06:29:51.540Z] + [ = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-01T06:29:51.866Z] + docker version [2022-03-01T06:29:51.866Z] Client: Docker Engine - Community [2022-03-01T06:29:51.866Z] Version: 20.10.12 [2022-03-01T06:29:51.866Z] API version: 1.41 [2022-03-01T06:29:51.866Z] Go version: go1.16.12 [2022-03-01T06:29:51.866Z] Git commit: e91ed57 [2022-03-01T06:29:51.866Z] Built: Mon Dec 13 11:45:27 2021 [2022-03-01T06:29:51.866Z] OS/Arch: linux/amd64 [2022-03-01T06:29:51.866Z] Context: default [2022-03-01T06:29:51.866Z] Experimental: true [2022-03-01T06:29:51.866Z] [2022-03-01T06:29:51.866Z] Server: Docker Engine - Community [2022-03-01T06:29:51.866Z] Engine: [2022-03-01T06:29:51.866Z] Version: 20.10.12 [2022-03-01T06:29:51.866Z] API version: 1.41 (minimum version 1.12) [2022-03-01T06:29:51.866Z] Go version: go1.16.12 [2022-03-01T06:29:51.866Z] Git commit: 459d0df [2022-03-01T06:29:51.866Z] Built: Mon Dec 13 11:43:36 2021 [2022-03-01T06:29:51.866Z] OS/Arch: linux/amd64 [2022-03-01T06:29:51.866Z] Experimental: true [2022-03-01T06:29:51.866Z] containerd: [2022-03-01T06:29:51.866Z] Version: 1.4.12 [2022-03-01T06:29:51.866Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-01T06:29:51.866Z] runc: [2022-03-01T06:29:51.866Z] Version: 1.0.2 [2022-03-01T06:29:51.866Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-01T06:29:51.866Z] docker-init: [2022-03-01T06:29:51.866Z] Version: 0.19.0 [2022-03-01T06:29:51.866Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-01T06:29:52.204Z] + docker info [2022-03-01T06:30:05.200Z] Still waiting to schedule task [2022-03-01T06:30:05.200Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0c27154ed77f54f4d)’ [2022-03-01T06:30:05.202Z] Still waiting to schedule task [2022-03-01T06:30:05.202Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0c27154ed77f54f4d)’ [2022-03-01T06:30:05.202Z] Still waiting to schedule task [2022-03-01T06:30:05.203Z] All nodes of label ‘amd64&&ubuntu-2004&&cgroup2’ are offline [2022-03-01T06:30:05.205Z] Still waiting to schedule task [2022-03-01T06:30:05.205Z] All nodes of label ‘arm64&&ubuntu-2004’ are offline [2022-03-01T06:30:05.205Z] Still waiting to schedule task [2022-03-01T06:30:05.206Z] All nodes of label ‘windows-2019’ are offline [2022-03-01T06:30:05.206Z] Still waiting to schedule task [2022-03-01T06:30:05.206Z] All nodes of label ‘windows-2022’ are offline [2022-03-01T06:30:05.207Z] Still waiting to schedule task [2022-03-01T06:30:05.207Z] All nodes of label ‘windows-2022’ are offline [2022-03-01T06:30:18.779Z] Client: [2022-03-01T06:30:18.779Z] Context: default [2022-03-01T06:30:18.779Z] Debug Mode: false [2022-03-01T06:30:18.779Z] Plugins: [2022-03-01T06:30:18.779Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-01T06:30:18.779Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-01T06:30:18.779Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-03-01T06:30:18.779Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-03-01T06:30:18.779Z] [2022-03-01T06:30:18.779Z] Server: [2022-03-01T06:30:18.779Z] Containers: 0 [2022-03-01T06:30:18.779Z] Running: 0 [2022-03-01T06:30:18.779Z] Paused: 0 [2022-03-01T06:30:18.779Z] Stopped: 0 [2022-03-01T06:30:18.779Z] Images: 1 [2022-03-01T06:30:18.779Z] Server Version: 20.10.12 [2022-03-01T06:30:18.779Z] Storage Driver: overlay2 [2022-03-01T06:30:18.779Z] Backing Filesystem: extfs [2022-03-01T06:30:18.779Z] Supports d_type: true [2022-03-01T06:30:18.779Z] Native Overlay Diff: true [2022-03-01T06:30:18.779Z] userxattr: false [2022-03-01T06:30:18.779Z] Logging Driver: json-file [2022-03-01T06:30:18.779Z] Cgroup Driver: cgroupfs [2022-03-01T06:30:18.779Z] Cgroup Version: 1 [2022-03-01T06:30:18.779Z] Plugins: [2022-03-01T06:30:18.779Z] Volume: local [2022-03-01T06:30:18.779Z] Network: bridge host ipvlan macvlan null overlay [2022-03-01T06:30:18.779Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-01T06:30:18.779Z] Swarm: inactive [2022-03-01T06:30:18.779Z] Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux [2022-03-01T06:30:18.779Z] Default Runtime: runc [2022-03-01T06:30:18.779Z] Init Binary: docker-init [2022-03-01T06:30:18.779Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-01T06:30:18.779Z] runc version: v1.0.2-0-g52b36a2 [2022-03-01T06:30:18.779Z] init version: de40ad0 [2022-03-01T06:30:18.779Z] Security Options: [2022-03-01T06:30:18.779Z] apparmor [2022-03-01T06:30:18.779Z] seccomp [2022-03-01T06:30:18.779Z] Profile: default [2022-03-01T06:30:18.779Z] Kernel Version: 5.4.0-1061-aws [2022-03-01T06:30:18.779Z] Operating System: Ubuntu 18.04.6 LTS [2022-03-01T06:30:18.779Z] OSType: linux [2022-03-01T06:30:18.779Z] Architecture: x86_64 [2022-03-01T06:30:18.779Z] CPUs: 2 [2022-03-01T06:30:18.779Z] Total Memory: 7.565GiB [2022-03-01T06:30:18.779Z] Name: ip-10-100-123-177 [2022-03-01T06:30:18.779Z] ID: WNHY:2FNS:JP3O:DF66:7VQT:53NI:JQKB:OYPE:MQXQ:GKEA:QVZ7:WZW4 [2022-03-01T06:30:18.779Z] Docker Root Dir: /var/lib/docker [2022-03-01T06:30:18.779Z] Debug Mode: false [2022-03-01T06:30:18.779Z] Registry: https://index.docker.io/v1/ [2022-03-01T06:30:18.779Z] Labels: [2022-03-01T06:30:18.779Z] Experimental: true [2022-03-01T06:30:18.779Z] Insecure Registries: [2022-03-01T06:30:18.779Z] 127.0.0.0/8 [2022-03-01T06:30:18.779Z] Live Restore Enabled: true [2022-03-01T06:30:18.779Z] [2022-03-01T06:30:18.779Z] WARNING: No swap limit support [Pipeline] sh [2022-03-01T06:30:19.088Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-01T06:30:19.088Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-01T06:30:19.088Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43303/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-03-01T06:30:19.088Z] + bash /home/ubuntu/workspace/moby_PR-43303/check-config.sh [2022-03-01T06:30:19.088Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-03-01T06:30:19.088Z] info: reading kernel config from /boot/config-5.4.0-1061-aws ... [2022-03-01T06:30:19.088Z] [2022-03-01T06:30:19.088Z] Generally Necessary: [2022-03-01T06:30:19.088Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-03-01T06:30:19.088Z] - apparmor: enabled and tools installed [2022-03-01T06:30:19.088Z] - CONFIG_NAMESPACES: enabled [2022-03-01T06:30:19.350Z] - CONFIG_NET_NS: enabled [2022-03-01T06:30:19.350Z] - CONFIG_PID_NS: enabled [2022-03-01T06:30:19.350Z] - CONFIG_IPC_NS: enabled [2022-03-01T06:30:19.350Z] - CONFIG_UTS_NS: enabled [2022-03-01T06:30:19.350Z] - CONFIG_CGROUPS: enabled [2022-03-01T06:30:19.350Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-03-01T06:30:19.350Z] - CONFIG_CGROUP_DEVICE: enabled [2022-03-01T06:30:19.350Z] - CONFIG_CGROUP_FREEZER: enabled [2022-03-01T06:30:19.350Z] - CONFIG_CGROUP_SCHED: enabled [2022-03-01T06:30:19.350Z] - CONFIG_CPUSETS: enabled [2022-03-01T06:30:19.350Z] - CONFIG_MEMCG: enabled [2022-03-01T06:30:19.350Z] - CONFIG_KEYS: enabled [2022-03-01T06:30:19.350Z] - CONFIG_VETH: enabled (as module) [2022-03-01T06:30:19.350Z] - CONFIG_BRIDGE: enabled (as module) [2022-03-01T06:30:19.350Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-03-01T06:30:19.350Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-03-01T06:30:19.350Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-03-01T06:30:19.350Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-03-01T06:30:19.350Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-03-01T06:30:19.350Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-03-01T06:30:19.350Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-03-01T06:30:19.620Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-03-01T06:30:19.620Z] - CONFIG_NF_NAT: enabled (as module) [2022-03-01T06:30:19.620Z] - CONFIG_POSIX_MQUEUE: enabled [2022-03-01T06:30:19.620Z] - CONFIG_CGROUP_BPF: enabled [2022-03-01T06:30:19.620Z] [2022-03-01T06:30:19.620Z] Optional Features: [2022-03-01T06:30:19.620Z] - CONFIG_USER_NS: enabled [2022-03-01T06:30:19.620Z] - CONFIG_SECCOMP: enabled [2022-03-01T06:30:19.620Z] - CONFIG_SECCOMP_FILTER: enabled [2022-03-01T06:30:19.620Z] - CONFIG_CGROUP_PIDS: enabled [2022-03-01T06:30:19.620Z] - CONFIG_MEMCG_SWAP: enabled [2022-03-01T06:30:19.620Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-03-01T06:30:19.620Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-03-01T06:30:19.620Z] - CONFIG_BLK_CGROUP: enabled [2022-03-01T06:30:19.620Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-03-01T06:30:19.620Z] - CONFIG_CGROUP_PERF: enabled [2022-03-01T06:30:19.620Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-03-01T06:30:19.620Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-03-01T06:30:19.620Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-03-01T06:30:19.620Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-03-01T06:30:19.620Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-03-01T06:30:19.620Z] - CONFIG_RT_GROUP_SCHED: missing [2022-03-01T06:30:19.620Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-03-01T06:30:19.620Z] - CONFIG_IP_VS: enabled (as module) [2022-03-01T06:30:19.620Z] - CONFIG_IP_VS_NFCT: enabled [2022-03-01T06:30:19.620Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-03-01T06:30:19.620Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-03-01T06:30:19.620Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-03-01T06:30:19.888Z] - CONFIG_SECURITY_SELINUX: enabled [2022-03-01T06:30:19.888Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-03-01T06:30:19.888Z] - CONFIG_EXT4_FS: enabled [2022-03-01T06:30:19.888Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-03-01T06:30:19.888Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-03-01T06:30:19.888Z] - Network Drivers: [2022-03-01T06:30:19.888Z] - "overlay": [2022-03-01T06:30:19.888Z] - CONFIG_VXLAN: enabled (as module) [2022-03-01T06:30:19.888Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-03-01T06:30:19.888Z] Optional (for encrypted networks): [2022-03-01T06:30:19.888Z] - CONFIG_CRYPTO: enabled [2022-03-01T06:30:19.888Z] - CONFIG_CRYPTO_AEAD: enabled [2022-03-01T06:30:19.888Z] - CONFIG_CRYPTO_GCM: enabled [2022-03-01T06:30:19.888Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-03-01T06:30:19.888Z] - CONFIG_CRYPTO_GHASH: enabled [2022-03-01T06:30:19.888Z] - CONFIG_XFRM: enabled [2022-03-01T06:30:19.888Z] - CONFIG_XFRM_USER: enabled (as module) [2022-03-01T06:30:19.888Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-03-01T06:30:19.888Z] - CONFIG_INET_ESP: enabled (as module) [2022-03-01T06:30:19.888Z] - "ipvlan": [2022-03-01T06:30:19.888Z] - CONFIG_IPVLAN: enabled (as module) [2022-03-01T06:30:19.888Z] - "macvlan": [2022-03-01T06:30:19.888Z] - CONFIG_MACVLAN: enabled (as module) [2022-03-01T06:30:19.888Z] - CONFIG_DUMMY: enabled (as module) [2022-03-01T06:30:19.888Z] - "ftp,tftp client in container": [2022-03-01T06:30:20.156Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-03-01T06:30:20.156Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-03-01T06:30:20.156Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-03-01T06:30:20.156Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-03-01T06:30:20.156Z] - Storage Drivers: [2022-03-01T06:30:20.156Z] - "aufs": [2022-03-01T06:30:20.156Z] - CONFIG_AUFS_FS: enabled (as module) [2022-03-01T06:30:20.156Z] - "btrfs": [2022-03-01T06:30:20.156Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-03-01T06:30:20.156Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-03-01T06:30:20.156Z] - "devicemapper": [2022-03-01T06:30:20.156Z] - CONFIG_BLK_DEV_DM: enabled [2022-03-01T06:30:20.156Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-03-01T06:30:20.156Z] - "overlay": [2022-03-01T06:30:20.156Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-03-01T06:30:20.156Z] - "zfs": [2022-03-01T06:30:20.156Z] - /dev/zfs: present [2022-03-01T06:30:20.156Z] - zfs command: missing [2022-03-01T06:30:20.156Z] - zpool command: missing [2022-03-01T06:30:20.156Z] [2022-03-01T06:30:20.156Z] Limits: [2022-03-01T06:30:20.156Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-03-01T06:30:20.156Z] [2022-03-01T06:30:20.156Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-01T06:30:20.507Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:9efa8b3500f43524d705cd703dac5ea5944b8ef6 . [2022-03-01T06:30:20.768Z] #1 [internal] load build definition from Dockerfile [2022-03-01T06:30:20.768Z] #1 sha256:e882bc0c0fa53cf175d4c0801ee18a5bd20fca5029602501c133b7e52a8a909e [2022-03-01T06:30:20.768Z] #1 transferring dockerfile: 16.77kB done [2022-03-01T06:30:20.768Z] #1 DONE 0.1s [2022-03-01T06:30:20.768Z] [2022-03-01T06:30:20.768Z] #2 [internal] load .dockerignore [2022-03-01T06:30:20.768Z] #2 sha256:e973ec3f7b6eca8de29a7fdfc95a474e6ed73b0404a8811ac5c1a343ef49c733 [2022-03-01T06:30:20.768Z] #2 transferring context: 87B done [2022-03-01T06:30:20.768Z] #2 DONE 0.1s [2022-03-01T06:30:21.026Z] [2022-03-01T06:30:21.026Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-01T06:30:21.026Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-03-01T06:30:21.286Z] #3 DONE 0.3s [2022-03-01T06:30:21.286Z] [2022-03-01T06:30:21.286Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-01T06:30:21.286Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-03-01T06:30:21.286Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-03-01T06:30:21.286Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-03-01T06:30:21.286Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-03-01T06:30:21.286Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-03-01T06:30:21.286Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-03-01T06:30:21.545Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.4s done [2022-03-01T06:30:21.545Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-03-01T06:30:22.487Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.7s done [2022-03-01T06:30:22.487Z] #4 DONE 1.2s [2022-03-01T06:30:22.746Z] [2022-03-01T06:30:22.746Z] #6 [internal] load build definition from Dockerfile [2022-03-01T06:30:22.746Z] #6 sha256:d9b7b697c8003dc019ab056cc1de870a6f85c68ece09a0463e63e4db468b125f [2022-03-01T06:30:22.746Z] #6 DONE 0.0s [2022-03-01T06:30:22.746Z] [2022-03-01T06:30:22.746Z] #5 [internal] load .dockerignore [2022-03-01T06:30:22.746Z] #5 sha256:6b7c397fb4393e112d5e6c9707e28bdfcc5689c8fb8c64b2625933d1e70fd191 [2022-03-01T06:30:22.746Z] #5 DONE 0.0s [2022-03-01T06:30:22.746Z] [2022-03-01T06:30:22.746Z] #10 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-01T06:30:22.746Z] #10 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-01T06:30:23.317Z] #10 ... [2022-03-01T06:30:23.317Z] [2022-03-01T06:30:23.317Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-01T06:30:23.317Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-01T06:30:23.317Z] #9 DONE 0.4s [2022-03-01T06:30:23.317Z] [2022-03-01T06:30:23.317Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-01T06:30:23.317Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-01T06:30:23.317Z] #7 DONE 0.5s [2022-03-01T06:30:23.317Z] [2022-03-01T06:30:23.317Z] #8 [internal] load metadata for docker.io/library/golang:1.17.7-bullseye [2022-03-01T06:30:23.317Z] #8 sha256:c2791d0589e3e1ff48e733c6ac0580f0ee9c64993624784a23dc9d251eafa8c5 [2022-03-01T06:30:23.317Z] #8 DONE 0.5s [2022-03-01T06:30:23.317Z] [2022-03-01T06:30:23.317Z] #10 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-01T06:30:23.317Z] #10 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-01T06:30:23.317Z] #10 DONE 0.6s [2022-03-01T06:30:28.592Z] [2022-03-01T06:30:28.592Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-01T06:30:28.592Z] #35 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-01T06:30:28.592Z] #35 resolve docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 0.1s done [2022-03-01T06:30:28.592Z] #35 sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 1.85kB / 1.85kB done [2022-03-01T06:30:28.592Z] #35 sha256:4ceca80e912f5fd88749d9984597fbe81d436049745b07b54cd2b112ea3a4618 529B / 529B done [2022-03-01T06:30:28.592Z] #35 sha256:d40157244907583ef151d2de83245c018a7bf8b2025518dd1e108ec60c1a679c 1.46kB / 1.46kB done [2022-03-01T06:30:28.592Z] #35 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 0B / 54.92MB 0.5s [2022-03-01T06:30:28.592Z] #35 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 9.44MB / 54.92MB 0.8s [2022-03-01T06:30:28.851Z] #35 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 13.63MB / 54.92MB 0.9s [2022-03-01T06:30:28.851Z] #35 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 17.83MB / 54.92MB 1.0s [2022-03-01T06:30:29.163Z] #35 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 30.40MB / 54.92MB 1.3s [2022-03-01T06:30:29.163Z] #35 ... [2022-03-01T06:30:29.163Z] [2022-03-01T06:30:29.163Z] #52 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-01T06:30:29.163Z] #52 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-01T06:30:29.163Z] #52 DONE 0.0s [2022-03-01T06:30:29.163Z] [2022-03-01T06:30:29.163Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-01T06:30:29.163Z] #35 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-01T06:30:29.163Z] #35 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 36.70MB / 54.92MB 1.4s [2022-03-01T06:30:29.422Z] #35 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 42.99MB / 54.92MB 1.6s [2022-03-01T06:30:29.682Z] #35 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 52.43MB / 54.92MB 1.8s [2022-03-01T06:30:30.624Z] #35 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 2.3s done [2022-03-01T06:30:30.624Z] #35 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 [2022-03-01T06:30:33.930Z] #35 ... [2022-03-01T06:30:33.930Z] [2022-03-01T06:30:33.930Z] #74 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-01T06:30:33.930Z] #74 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-01T06:30:33.930Z] #74 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-03-01T06:30:33.930Z] #74 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-03-01T06:30:33.930Z] #74 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-01T06:30:33.930Z] #74 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-03-01T06:30:33.930Z] #74 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 1.2s done [2022-03-01T06:30:33.930Z] #74 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.8s done [2022-03-01T06:30:33.930Z] #74 DONE 6.1s [2022-03-01T06:30:33.930Z] [2022-03-01T06:30:33.930Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-01T06:30:33.930Z] #35 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-01T06:30:35.842Z] #35 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 5.0s [2022-03-01T06:30:37.223Z] #35 ... [2022-03-01T06:30:37.223Z] [2022-03-01T06:30:37.223Z] #31 [internal] load build context [2022-03-01T06:30:37.223Z] #31 sha256:1673a4e114cce7139edc2e6301423af94f27f0a520671c39cde350a348753e20 [2022-03-01T06:30:37.223Z] #31 transferring context: 57.17MB 8.3s done [2022-03-01T06:30:37.223Z] #31 DONE 9.3s [2022-03-01T06:30:37.223Z] [2022-03-01T06:30:37.223Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-01T06:30:37.223Z] #35 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-01T06:30:37.793Z] #35 ... [2022-03-01T06:30:37.793Z] [2022-03-01T06:30:37.793Z] #76 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-01T06:30:37.793Z] #76 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-01T06:30:37.793Z] #76 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-03-01T06:30:37.793Z] #76 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-01T06:30:37.793Z] #76 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-03-01T06:30:37.793Z] #76 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-03-01T06:30:37.793Z] #76 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 9.7s done [2022-03-01T06:30:37.793Z] #76 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.1s [2022-03-01T06:30:37.793Z] #76 ... [2022-03-01T06:30:37.793Z] [2022-03-01T06:30:37.793Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:93872b0f54145f1ae135538c6bbe77a4f70dfa56d3fb27b30445f756b1b76f1d [2022-03-01T06:30:37.793Z] #11 sha256:fa55dec94b0a0262abd5e5be095d6ffb758c3220416ee885b45ab1773abbfd26 [2022-03-01T06:30:37.793Z] #11 resolve docker.io/library/golang:1.17.7-bullseye@sha256:93872b0f54145f1ae135538c6bbe77a4f70dfa56d3fb27b30445f756b1b76f1d 0.1s done [2022-03-01T06:30:37.793Z] #11 sha256:93872b0f54145f1ae135538c6bbe77a4f70dfa56d3fb27b30445f756b1b76f1d 1.86kB / 1.86kB done [2022-03-01T06:30:37.793Z] #11 sha256:836f6d7d89c385386c90a2c771597e0ae0accb251124d1f972b563d2f183ef5c 7.04kB / 7.04kB done [2022-03-01T06:30:37.793Z] #11 sha256:1996dda6ea808b9909acf67f594e68948bf630bade0bf61b3a2025f5aadc3ada 1.80kB / 1.80kB done [2022-03-01T06:30:37.793Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 54.92MB / 54.92MB 3.2s done [2022-03-01T06:30:37.793Z] #11 sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 5.15MB / 5.15MB 3.4s done [2022-03-01T06:30:37.793Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 85.81MB / 85.81MB 9.2s done [2022-03-01T06:30:37.793Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 54.57MB / 54.57MB 7.5s done [2022-03-01T06:30:37.793Z] #11 sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 10.87MB / 10.87MB 4.7s done [2022-03-01T06:30:37.793Z] #11 extracting sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 6.3s [2022-03-01T06:30:37.793Z] #11 sha256:378ec17cbe4cf893c6228d4cb1c8ee7c9293d0618001aa32f28501087331d2e3 134.83MB / 134.83MB 10.0s [2022-03-01T06:30:37.793Z] #11 sha256:e6ff4e95ec2fa250bad3f4646a53252ab039b5d1afc778209f42b30da5eaebc0 156B / 156B 8.2s done [2022-03-01T06:30:38.051Z] #11 ... [2022-03-01T06:30:38.051Z] [2022-03-01T06:30:38.051Z] #76 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-01T06:30:38.051Z] #76 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-01T06:30:39.433Z] #76 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.4s done [2022-03-01T06:30:39.696Z] #76 DONE 11.9s [2022-03-01T06:30:39.696Z] [2022-03-01T06:30:39.696Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:93872b0f54145f1ae135538c6bbe77a4f70dfa56d3fb27b30445f756b1b76f1d [2022-03-01T06:30:39.696Z] #11 sha256:fa55dec94b0a0262abd5e5be095d6ffb758c3220416ee885b45ab1773abbfd26 [2022-03-01T06:30:39.696Z] #11 sha256:378ec17cbe4cf893c6228d4cb1c8ee7c9293d0618001aa32f28501087331d2e3 134.83MB / 134.83MB 11.4s done [2022-03-01T06:30:41.604Z] #11 ... [2022-03-01T06:30:41.604Z] [2022-03-01T06:30:41.604Z] #75 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-01T06:30:41.604Z] #75 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-03-01T06:30:41.604Z] #75 DONE 1.2s [2022-03-01T06:30:41.604Z] [2022-03-01T06:30:41.604Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:93872b0f54145f1ae135538c6bbe77a4f70dfa56d3fb27b30445f756b1b76f1d [2022-03-01T06:30:41.604Z] #11 sha256:fa55dec94b0a0262abd5e5be095d6ffb758c3220416ee885b45ab1773abbfd26 [2022-03-01T06:30:42.541Z] #11 ... [2022-03-01T06:30:42.542Z] [2022-03-01T06:30:42.542Z] #77 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-01T06:30:42.542Z] #77 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-03-01T06:30:42.542Z] #77 DONE 1.1s [2022-03-01T06:30:42.542Z] [2022-03-01T06:30:42.542Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:93872b0f54145f1ae135538c6bbe77a4f70dfa56d3fb27b30445f756b1b76f1d [2022-03-01T06:30:42.542Z] #11 sha256:fa55dec94b0a0262abd5e5be095d6ffb758c3220416ee885b45ab1773abbfd26 [2022-03-01T06:30:43.109Z] #11 extracting sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 11.4s [2022-03-01T06:30:45.013Z] #11 ... [2022-03-01T06:30:45.013Z] [2022-03-01T06:30:45.013Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-01T06:30:45.013Z] #35 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-01T06:30:45.013Z] #35 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 14.0s done [2022-03-01T06:30:45.013Z] #35 DONE 17.1s [2022-03-01T06:30:45.013Z] [2022-03-01T06:30:45.013Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:93872b0f54145f1ae135538c6bbe77a4f70dfa56d3fb27b30445f756b1b76f1d [2022-03-01T06:30:45.013Z] #11 sha256:fa55dec94b0a0262abd5e5be095d6ffb758c3220416ee885b45ab1773abbfd26 [2022-03-01T06:30:45.013Z] #11 extracting sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 13.4s done [2022-03-01T06:30:45.013Z] #11 extracting sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 [2022-03-01T06:30:45.955Z] #11 extracting sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 1.0s done [2022-03-01T06:30:46.220Z] #11 extracting sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 [2022-03-01T06:30:47.163Z] #11 extracting sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 0.8s done [2022-03-01T06:30:47.423Z] #11 extracting sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 [2022-03-01T06:30:52.741Z] #11 extracting sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 5.0s [2022-03-01T06:30:54.121Z] #11 ... [2022-03-01T06:30:54.121Z] [2022-03-01T06:30:54.121Z] #36 [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 [2022-03-01T06:30:54.121Z] #36 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-01T06:30:54.121Z] #36 1.795 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-01T06:30:54.121Z] #36 1.805 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-01T06:30:54.121Z] #36 1.821 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-01T06:30:54.121Z] #36 1.953 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [121 kB] [2022-03-01T06:30:54.121Z] #36 2.133 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-01T06:30:54.121Z] #36 2.557 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-01T06:30:54.121Z] #36 3.852 Fetched 8506 kB in 2s (3652 kB/s) [2022-03-01T06:30:54.121Z] #36 3.852 Reading package lists... [2022-03-01T06:30:54.121Z] #36 4.707 Reading package lists... [2022-03-01T06:30:54.121Z] #36 5.544 Building dependency tree... [2022-03-01T06:30:54.121Z] #36 5.942 The following additional packages will be installed: [2022-03-01T06:30:54.121Z] #36 5.942 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-03-01T06:30:54.121Z] #36 5.942 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-03-01T06:30:54.121Z] #36 5.942 Recommended packages: [2022-03-01T06:30:54.122Z] #36 5.942 libldap-common publicsuffix libsasl2-modules [2022-03-01T06:30:54.122Z] #36 6.107 The following NEW packages will be installed: [2022-03-01T06:30:54.122Z] #36 6.107 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-03-01T06:30:54.122Z] #36 6.116 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-03-01T06:30:54.122Z] #36 6.116 libssh2-1 openssl [2022-03-01T06:30:54.122Z] #36 6.387 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-03-01T06:30:54.122Z] #36 6.387 Need to get 3038 kB of archives. [2022-03-01T06:30:54.122Z] #36 6.387 After this operation, 6650 kB of additional disk space will be used. [2022-03-01T06:30:54.122Z] #36 6.387 Get:1 http://security.debian.org/debian-security bullseye-security/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2022-03-01T06:30:54.122Z] #36 6.390 Get:2 http://security.debian.org/debian-security bullseye-security/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-03-01T06:30:54.122Z] #36 6.396 Get:3 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB] [2022-03-01T06:30:54.122Z] #36 6.415 Get:4 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-03-01T06:30:54.122Z] #36 6.415 Get:5 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-03-01T06:30:54.122Z] #36 6.423 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-03-01T06:30:54.122Z] #36 6.423 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-03-01T06:30:54.122Z] #36 6.427 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-03-01T06:30:54.122Z] #36 6.427 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-03-01T06:30:54.122Z] #36 6.427 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-03-01T06:30:54.122Z] #36 6.438 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-03-01T06:30:54.122Z] #36 6.438 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-03-01T06:30:54.122Z] #36 6.445 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-01T06:30:54.122Z] #36 6.445 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-01T06:30:54.122Z] #36 6.445 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-01T06:30:54.122Z] #36 6.638 debconf: delaying package configuration, since apt-utils is not installed [2022-03-01T06:30:54.122Z] #36 6.681 Fetched 3038 kB in 0s (9202 kB/s) [2022-03-01T06:30:54.122Z] #36 6.721 Selecting previously unselected package openssl. [2022-03-01T06:30:54.122Z] #36 6.721 (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 ... 6653 files and directories currently installed.) [2022-03-01T06:30:54.122Z] #36 6.721 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ... [2022-03-01T06:30:54.122Z] #36 6.728 Unpacking openssl (1.1.1k-1+deb11u1) ... [2022-03-01T06:30:54.122Z] #36 6.902 Selecting previously unselected package ca-certificates. [2022-03-01T06:30:54.122Z] #36 6.902 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-03-01T06:30:54.122Z] #36 6.909 Unpacking ca-certificates (20210119) ... [2022-03-01T06:30:54.122Z] #36 7.031 Selecting previously unselected package libbrotli1:amd64. [2022-03-01T06:30:54.122Z] #36 7.031 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-03-01T06:30:54.122Z] #36 7.062 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-01T06:30:54.122Z] #36 7.141 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-03-01T06:30:54.122Z] #36 7.141 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-01T06:30:54.122Z] #36 7.147 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-01T06:30:54.122Z] #36 7.205 Selecting previously unselected package libsasl2-2:amd64. [2022-03-01T06:30:54.122Z] #36 7.205 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-01T06:30:54.122Z] #36 7.208 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-01T06:30:54.122Z] #36 7.288 Selecting previously unselected package libldap-2.4-2:amd64. [2022-03-01T06:30:54.122Z] #36 7.288 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-03-01T06:30:54.122Z] #36 7.298 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-01T06:30:54.122Z] #36 7.384 Selecting previously unselected package libnghttp2-14:amd64. [2022-03-01T06:30:54.122Z] #36 7.384 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-03-01T06:30:54.122Z] #36 7.388 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-01T06:30:54.122Z] #36 7.455 Selecting previously unselected package libpsl5:amd64. [2022-03-01T06:30:54.122Z] #36 7.456 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-03-01T06:30:54.122Z] #36 7.461 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-03-01T06:30:54.122Z] #36 7.519 Selecting previously unselected package librtmp1:amd64. [2022-03-01T06:30:54.122Z] #36 7.519 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-03-01T06:30:54.122Z] #36 7.532 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-01T06:30:54.122Z] #36 7.579 Selecting previously unselected package libssh2-1:amd64. [2022-03-01T06:30:54.122Z] #36 7.579 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-03-01T06:30:54.122Z] #36 7.583 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-03-01T06:30:54.122Z] #36 7.655 Selecting previously unselected package libcurl4:amd64. [2022-03-01T06:30:54.122Z] #36 7.655 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-01T06:30:54.122Z] #36 7.661 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-01T06:30:54.122Z] #36 7.735 Selecting previously unselected package curl. [2022-03-01T06:30:54.122Z] #36 7.735 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-01T06:30:54.122Z] #36 7.737 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-03-01T06:30:54.122Z] #36 7.815 Selecting previously unselected package libonig5:amd64. [2022-03-01T06:30:54.122Z] #36 7.815 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-01T06:30:54.122Z] #36 7.816 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-01T06:30:54.122Z] #36 7.900 Selecting previously unselected package libjq1:amd64. [2022-03-01T06:30:54.122Z] #36 7.903 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-03-01T06:30:54.122Z] #36 7.905 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-01T06:30:54.122Z] #36 7.995 Selecting previously unselected package jq. [2022-03-01T06:30:54.122Z] #36 7.995 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-03-01T06:30:54.122Z] #36 8.015 Unpacking jq (1.6-2.1) ... [2022-03-01T06:30:54.122Z] #36 8.058 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-03-01T06:30:54.122Z] #36 8.075 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-01T06:30:54.122Z] #36 8.110 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-01T06:30:54.122Z] #36 8.126 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-01T06:30:54.122Z] #36 8.136 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-01T06:30:54.122Z] #36 8.158 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-01T06:30:54.122Z] #36 8.175 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-03-01T06:30:54.122Z] #36 8.191 Setting up openssl (1.1.1k-1+deb11u1) ... [2022-03-01T06:30:54.122Z] #36 8.227 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-01T06:30:54.122Z] #36 8.240 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-01T06:30:54.122Z] #36 8.251 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-01T06:30:54.122Z] #36 8.264 Setting up ca-certificates (20210119) ... [2022-03-01T06:30:54.122Z] #36 8.978 Updating certificates in /etc/ssl/certs... [2022-03-01T06:30:54.382Z] #36 ... [2022-03-01T06:30:54.382Z] [2022-03-01T06:30:54.382Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:93872b0f54145f1ae135538c6bbe77a4f70dfa56d3fb27b30445f756b1b76f1d [2022-03-01T06:30:54.382Z] #11 sha256:fa55dec94b0a0262abd5e5be095d6ffb758c3220416ee885b45ab1773abbfd26 [2022-03-01T06:30:54.836Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0f50b86f624ddb9bb) in /home/ubuntu/workspace/moby_PR-43303 [Pipeline] { [2022-03-01T06:30:54.858Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-03c67beacb6a69aab) in /home/ubuntu/workspace/moby_PR-43303 [Pipeline] checkout [Pipeline] { [Pipeline] checkout [2022-03-01T06:30:55.043Z] The recommended git tool is: git [2022-03-01T06:30:55.134Z] The recommended git tool is: git [2022-03-01T06:30:56.295Z] #11 ... [2022-03-01T06:30:56.295Z] [2022-03-01T06:30:56.295Z] #36 [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 [2022-03-01T06:30:56.295Z] #36 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-01T06:30:56.295Z] #36 9.913 129 added, 0 removed; done. [2022-03-01T06:30:56.295Z] #36 9.949 Setting up jq (1.6-2.1) ... [2022-03-01T06:30:56.295Z] #36 9.972 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-01T06:30:56.295Z] #36 9.986 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-03-01T06:30:56.295Z] #36 10.01 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-01T06:30:56.295Z] #36 10.04 Processing triggers for ca-certificates (20210119) ... [2022-03-01T06:30:56.295Z] #36 10.05 Updating certificates in /etc/ssl/certs... [2022-03-01T06:30:56.295Z] #36 10.99 0 added, 0 removed; done. [2022-03-01T06:30:56.295Z] #36 10.99 Running hooks in /etc/ca-certificates/update.d... [2022-03-01T06:30:56.295Z] #36 11.00 done. [2022-03-01T06:30:56.295Z] #36 DONE 11.4s [2022-03-01T06:30:56.295Z] [2022-03-01T06:30:56.295Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:93872b0f54145f1ae135538c6bbe77a4f70dfa56d3fb27b30445f756b1b76f1d [2022-03-01T06:30:56.295Z] #11 sha256:fa55dec94b0a0262abd5e5be095d6ffb758c3220416ee885b45ab1773abbfd26 [2022-03-01T06:30:56.295Z] #11 extracting sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 9.1s done [2022-03-01T06:30:56.602Z] #11 ... [2022-03-01T06:30:56.603Z] [2022-03-01T06:30:56.603Z] #37 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-01T06:30:56.603Z] #37 sha256:5549e661effb9099548338bf8f95276e0ff9aac8355fb941262f038d12d7b912 [2022-03-01T06:30:56.603Z] #37 DONE 0.1s [2022-03-01T06:30:56.603Z] [2022-03-01T06:30:56.603Z] #38 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-01T06:30:56.603Z] #38 sha256:9b5574cd29dfc21f4046556076666ba0e60bf0edc529093f264b3e0856dd57e8 [2022-03-01T06:30:58.214Z] using credential docker-jenkins-github-credentials [2022-03-01T06:30:58.221Z] Cloning the remote Git repository [2022-03-01T06:30:58.222Z] Cloning with configured refspecs honoured and without tags [2022-03-01T06:30:58.350Z] using credential docker-jenkins-github-credentials [2022-03-01T06:30:58.363Z] Cloning the remote Git repository [2022-03-01T06:30:58.363Z] Cloning with configured refspecs honoured and without tags [2022-03-01T06:30:58.558Z] #38 2.160 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-03-01T06:30:57.763Z] Cloning repository https://github.com/moby/moby.git [2022-03-01T06:30:57.821Z] > git init /home/ubuntu/workspace/moby_PR-43303 # timeout=10 [2022-03-01T06:30:57.827Z] Cloning repository https://github.com/moby/moby.git [2022-03-01T06:30:57.905Z] > git init /home/ubuntu/workspace/moby_PR-43303 # timeout=10 [2022-03-01T06:30:58.132Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-01T06:30:58.133Z] > git --version # timeout=10 [2022-03-01T06:30:58.151Z] > git --version # 'git version 2.17.1' [2022-03-01T06:30:58.152Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-01T06:30:58.153Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43303/head:refs/remotes/origin/PR-43303 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-01T06:30:59.128Z] #38 2.454 [2022-03-01T06:30:59.128Z] #38 2.681 #=#=# ######################################################################## 100.0% [2022-03-01T06:30:59.699Z] #38 2.987 [2022-03-01T06:30:58.104Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-01T06:30:58.104Z] > git --version # timeout=10 [2022-03-01T06:30:58.134Z] > git --version # 'git version 2.17.1' [2022-03-01T06:30:58.135Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-01T06:30:58.136Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43303/head:refs/remotes/origin/PR-43303 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-01T06:31:00.591Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-034b114bfce4b0ca5) in /home/ubuntu/workspace/moby_PR-43303 [Pipeline] { [Pipeline] checkout [2022-03-01T06:31:00.639Z] #38 4.001 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-03-01T06:31:00.640Z] #38 4.303 [2022-03-01T06:31:00.668Z] The recommended git tool is: git [2022-03-01T06:31:01.162Z] #38 4.534 #=#=# ######################################################################## 100.0% [2022-03-01T06:31:01.456Z] #38 4.918 [2022-03-01T06:31:02.419Z] #38 6.036 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-03-01T06:31:02.994Z] #38 6.374 [2022-03-01T06:31:02.994Z] #38 ... [2022-03-01T06:31:02.994Z] [2022-03-01T06:31:02.994Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:93872b0f54145f1ae135538c6bbe77a4f70dfa56d3fb27b30445f756b1b76f1d [2022-03-01T06:31:02.994Z] #11 sha256:fa55dec94b0a0262abd5e5be095d6ffb758c3220416ee885b45ab1773abbfd26 [2022-03-01T06:31:02.994Z] #11 extracting sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 6.1s [2022-03-01T06:31:04.926Z] using credential docker-jenkins-github-credentials [2022-03-01T06:31:04.933Z] Cloning the remote Git repository [2022-03-01T06:31:04.933Z] Cloning with configured refspecs honoured and without tags [2022-03-01T06:31:05.046Z] Cloning repository https://github.com/moby/moby.git [2022-03-01T06:31:05.098Z] > git init /home/ubuntu/workspace/moby_PR-43303 # timeout=10 [2022-03-01T06:31:05.469Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-01T06:31:05.469Z] > git --version # timeout=10 [2022-03-01T06:31:05.480Z] > git --version # 'git version 2.25.1' [2022-03-01T06:31:05.481Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-01T06:31:05.482Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43303/head:refs/remotes/origin/PR-43303 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-01T06:31:06.299Z] #11 extracting sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 9.1s done [2022-03-01T06:31:06.299Z] #11 extracting sha256:378ec17cbe4cf893c6228d4cb1c8ee7c9293d0618001aa32f28501087331d2e3 0.1s [2022-03-01T06:31:08.842Z] #11 ... [2022-03-01T06:31:08.842Z] [2022-03-01T06:31:08.842Z] #38 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-01T06:31:08.842Z] #38 sha256:9b5574cd29dfc21f4046556076666ba0e60bf0edc529093f264b3e0856dd57e8 [2022-03-01T06:31:08.842Z] #38 6.599 #=#=# ########## 14.9% ######################################## 56.2% ############################################################## 86.1% ######################################################################## 100.0% [2022-03-01T06:31:08.842Z] #38 7.215 [2022-03-01T06:31:08.842Z] #38 8.245 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-03-01T06:31:08.842Z] #38 8.580 [2022-03-01T06:31:08.842Z] #38 8.808 #=#=# ######################################################################## 100.0% [2022-03-01T06:31:08.842Z] #38 9.171 [2022-03-01T06:31:08.842Z] #38 9.967 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-03-01T06:31:08.842Z] #38 10.31 [2022-03-01T06:31:08.842Z] #38 10.53 #=#=# ######################################################################## 100.0% [2022-03-01T06:31:08.842Z] #38 10.87 [2022-03-01T06:31:08.842Z] #38 10.97 Download of images into '/build' complete. [2022-03-01T06:31:08.842Z] #38 10.97 Use something like the following to load the result into a Docker daemon: [2022-03-01T06:31:08.842Z] #38 10.97 tar -cC '/build' . | docker load [2022-03-01T06:31:08.842Z] #38 DONE 12.2s [2022-03-01T06:31:08.842Z] [2022-03-01T06:31:08.842Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:93872b0f54145f1ae135538c6bbe77a4f70dfa56d3fb27b30445f756b1b76f1d [2022-03-01T06:31:08.842Z] #11 sha256:fa55dec94b0a0262abd5e5be095d6ffb758c3220416ee885b45ab1773abbfd26 [2022-03-01T06:31:11.384Z] #11 extracting sha256:378ec17cbe4cf893c6228d4cb1c8ee7c9293d0618001aa32f28501087331d2e3 5.1s [2022-03-01T06:31:13.825Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0526b90efb7e2912b) in /home/ubuntu/workspace/moby_PR-43303 [Pipeline] { [Pipeline] checkout [2022-03-01T06:31:14.011Z] The recommended git tool is: git [2022-03-01T06:31:16.800Z] #11 extracting sha256:378ec17cbe4cf893c6228d4cb1c8ee7c9293d0618001aa32f28501087331d2e3 10.3s [2022-03-01T06:31:16.800Z] #11 extracting sha256:378ec17cbe4cf893c6228d4cb1c8ee7c9293d0618001aa32f28501087331d2e3 10.4s done [2022-03-01T06:31:17.060Z] #11 extracting sha256:e6ff4e95ec2fa250bad3f4646a53252ab039b5d1afc778209f42b30da5eaebc0 done [2022-03-01T06:31:17.321Z] #11 DONE 49.5s [2022-03-01T06:31:17.321Z] [2022-03-01T06:31:17.321Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-01T06:31:17.321Z] #12 sha256:9eef7332ada09cd1dda1aa489087463b3c53dc5542e3e1989483f6ebaf3d61ce [2022-03-01T06:31:17.503Z] using credential docker-jenkins-github-credentials [2022-03-01T06:31:17.510Z] Cloning the remote Git repository [2022-03-01T06:31:17.510Z] Cloning with configured refspecs honoured and without tags [2022-03-01T06:31:17.539Z] Cloning repository https://github.com/moby/moby.git [2022-03-01T06:31:17.592Z] > git init /home/ubuntu/workspace/moby_PR-43303 # timeout=10 [2022-03-01T06:31:18.300Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-01T06:31:18.300Z] > git --version # timeout=10 [2022-03-01T06:31:18.322Z] > git --version # 'git version 2.25.1' [2022-03-01T06:31:18.323Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-01T06:31:18.325Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43303/head:refs/remotes/origin/PR-43303 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-01T06:31:19.226Z] #12 DONE 1.5s [2022-03-01T06:31:19.226Z] [2022-03-01T06:31:19.226Z] #13 [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 [2022-03-01T06:31:19.226Z] #13 sha256:8166a73ca5b25ee4207199ece62e7a4cfed33dfabf9b08787194b3d3ad747f9e [2022-03-01T06:31:19.487Z] #13 DONE 0.6s [2022-03-01T06:31:19.487Z] [2022-03-01T06:31:19.487Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-01T06:31:19.487Z] #40 sha256:ae21b02774cbdbd44c53e137ead5e0a6a71811a11b7e7c20db4a54e0348ab8ca [2022-03-01T06:31:19.487Z] #40 DONE 0.1s [2022-03-01T06:31:19.487Z] [2022-03-01T06:31:19.487Z] #43 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-01T06:31:19.487Z] #43 sha256:64d349286079acb10fa2089055a846bc61c060c4ece5f2655bbc0fa78bd2f37c [2022-03-01T06:31:19.487Z] #43 ... [2022-03-01T06:31:19.487Z] [2022-03-01T06:31:19.487Z] #49 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-01T06:31:19.487Z] #49 sha256:32fc2a9bf40997e7b6730162d6bb103099f58337f932a51269e396df27500e2a [2022-03-01T06:31:19.487Z] #49 DONE 0.2s [2022-03-01T06:31:19.747Z] [2022-03-01T06:31:19.747Z] #53 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-03-01T06:31:19.747Z] #53 sha256:e78d819f5237671d8e078448a613499a2d6232ae71981c5245a51a00a83cb12e [2022-03-01T06:31:19.747Z] #53 DONE 0.3s [2022-03-01T06:31:19.747Z] [2022-03-01T06:31:19.747Z] #54 [criu 2/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 echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-01T06:31:19.747Z] #54 sha256:6b196adde5ec5150535e9cd03b94b310f29d21819414869615686dbdf825cc09 [2022-03-01T06:31:22.281Z] #54 ... [2022-03-01T06:31:22.281Z] [2022-03-01T06:31:22.281Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2022-03-01T06:31:22.281Z] #14 sha256:8d230ea0eada6edd0d1759f43d3949696e5793ab3c784263f05662fc7af9dfca [2022-03-01T06:31:22.281Z] #14 DONE 2.8s [2022-03-01T06:31:22.540Z] [2022-03-01T06:31:22.540Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel [2022-03-01T06:31:22.540Z] #15 sha256:33bdda790bc011c4a32f0f454a954d61e5fd0418ae54fc12c2b86c7b87ba26a8 [2022-03-01T06:31:23.017Z] Fetching without tags [2022-03-01T06:31:23.332Z] Merging remotes/origin/master commit d809ad98e32860b07269187f8bc88781dd33c67d into PR head commit 9efa8b3500f43524d705cd703dac5ea5944b8ef6 [2022-03-01T06:31:22.887Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-01T06:31:22.928Z] > git config --add remote.origin.fetch +refs/pull/43303/head:refs/remotes/origin/PR-43303 # timeout=10 [2022-03-01T06:31:22.959Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-01T06:31:23.000Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-01T06:31:23.066Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-01T06:31:23.067Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-01T06:31:23.095Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43303/head:refs/remotes/origin/PR-43303 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-01T06:31:23.337Z] > git config core.sparsecheckout # timeout=10 [2022-03-01T06:31:23.355Z] > git checkout -f 9efa8b3500f43524d705cd703dac5ea5944b8ef6 # timeout=10 [2022-03-01T06:31:24.072Z] Merge succeeded, producing 9efa8b3500f43524d705cd703dac5ea5944b8ef6 [2022-03-01T06:31:24.072Z] Checking out Revision 9efa8b3500f43524d705cd703dac5ea5944b8ef6 (PR-43303) [2022-03-01T06:31:24.109Z] Fetching without tags [2022-03-01T06:31:24.397Z] Merging remotes/origin/master commit d809ad98e32860b07269187f8bc88781dd33c67d into PR head commit 9efa8b3500f43524d705cd703dac5ea5944b8ef6 [2022-03-01T06:31:25.078Z] #15 DONE 2.6s [2022-03-01T06:31:25.078Z] [2022-03-01T06:31:25.078Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf [2022-03-01T06:31:25.078Z] #16 sha256:5fb511774864cbf41db7f0c53e1f9bdb01ce8df4ec35730f81f2f3b605691c82 [2022-03-01T06:31:25.283Z] Merge succeeded, producing 9efa8b3500f43524d705cd703dac5ea5944b8ef6 [2022-03-01T06:31:25.284Z] Checking out Revision 9efa8b3500f43524d705cd703dac5ea5944b8ef6 (PR-43303) [2022-03-01T06:31:24.024Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-01T06:31:24.042Z] > git config --add remote.origin.fetch +refs/pull/43303/head:refs/remotes/origin/PR-43303 # timeout=10 [2022-03-01T06:31:24.061Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-01T06:31:24.090Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-01T06:31:24.112Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-01T06:31:24.112Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-01T06:31:24.113Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43303/head:refs/remotes/origin/PR-43303 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-01T06:31:24.406Z] > git config core.sparsecheckout # timeout=10 [2022-03-01T06:31:24.440Z] > git checkout -f 9efa8b3500f43524d705cd703dac5ea5944b8ef6 # timeout=10 [2022-03-01T06:31:25.181Z] > git remote # timeout=10 [2022-03-01T06:31:25.208Z] > git config --get remote.origin.url # timeout=10 [2022-03-01T06:31:25.229Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-01T06:31:25.230Z] > git merge d809ad98e32860b07269187f8bc88781dd33c67d # timeout=10 [2022-03-01T06:31:25.262Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-01T06:31:25.289Z] > git config core.sparsecheckout # timeout=10 [2022-03-01T06:31:25.308Z] > git checkout -f 9efa8b3500f43524d705cd703dac5ea5944b8ef6 # timeout=10 [2022-03-01T06:31:23.991Z] > git remote # timeout=10 [2022-03-01T06:31:24.010Z] > git config --get remote.origin.url # timeout=10 [2022-03-01T06:31:24.028Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-01T06:31:24.035Z] > git merge d809ad98e32860b07269187f8bc88781dd33c67d # timeout=10 [2022-03-01T06:31:24.055Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-01T06:31:24.073Z] > git config core.sparsecheckout # timeout=10 [2022-03-01T06:31:24.085Z] > git checkout -f 9efa8b3500f43524d705cd703dac5ea5944b8ef6 # timeout=10 [2022-03-01T06:31:26.468Z] #16 DONE 1.6s [2022-03-01T06:31:26.468Z] [2022-03-01T06:31:26.468Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2022-03-01T06:31:26.468Z] #17 sha256:b7b749beba69265ab39fed5094bda85118d22dfc74f543f65cf6e403c0ea27a7 [2022-03-01T06:31:28.380Z] #17 DONE 1.6s [2022-03-01T06:31:28.380Z] [2022-03-01T06:31:28.380Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x [2022-03-01T06:31:28.380Z] #18 sha256:f3d66ae047264a893b3e0a143aadf8309543822129c1b2fc3a061f1abd1e1e08 [2022-03-01T06:31:28.571Z] Fetching without tags [2022-03-01T06:31:28.692Z] Commit message: "all: fix typos" [2022-03-01T06:31:28.709Z] > git --version # timeout=10 [2022-03-01T06:31:28.734Z] > git --version # 'git version 2.17.1' [2022-03-01T06:31:28.757Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2022-03-01T06:31:28.988Z] Merging remotes/origin/master commit d809ad98e32860b07269187f8bc88781dd33c67d into PR head commit 9efa8b3500f43524d705cd703dac5ea5944b8ef6 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-01T06:31:28.451Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-01T06:31:28.471Z] > git config --add remote.origin.fetch +refs/pull/43303/head:refs/remotes/origin/PR-43303 # timeout=10 [2022-03-01T06:31:28.527Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-01T06:31:28.563Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-01T06:31:28.609Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-01T06:31:28.609Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-01T06:31:28.610Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43303/head:refs/remotes/origin/PR-43303 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-01T06:31:29.028Z] > git config core.sparsecheckout # timeout=10 [2022-03-01T06:31:29.065Z] > git checkout -f 9efa8b3500f43524d705cd703dac5ea5944b8ef6 # timeout=10 [2022-03-01T06:31:29.322Z] #18 ... [2022-03-01T06:31:29.322Z] [2022-03-01T06:31:29.322Z] #60 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-01T06:31:29.322Z] #60 sha256:9abb24ab6f6485ea2b1d1e2446713bdd4056b3c25dd722f44584e1f8a6f73215 [2022-03-01T06:31:29.322Z] #60 4.223 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-03-01T06:31:29.322Z] #60 5.580 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-03-01T06:31:29.322Z] #60 5.589 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-03-01T06:31:29.322Z] #60 5.655 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-03-01T06:31:29.322Z] #60 7.838 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-03-01T06:31:29.421Z] Commit message: "all: fix typos" [2022-03-01T06:31:29.465Z] > git --version # timeout=10 [2022-03-01T06:31:29.489Z] > git --version # 'git version 2.17.1' [2022-03-01T06:31:29.496Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2022-03-01T06:31:29.582Z] #60 ... [2022-03-01T06:31:29.582Z] [2022-03-01T06:31:29.582Z] #41 [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 "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-01T06:31:29.582Z] #41 sha256:daffcb12c1650deef77c07848ff64bbdd4bdfa53e647429282187d41fa3cd995 [2022-03-01T06:31:29.582Z] #41 4.185 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-03-01T06:31:29.582Z] #41 4.195 Cloning into '.'... [2022-03-01T06:31:29.750Z] + docker version [2022-03-01T06:31:29.841Z] #41 ... [2022-03-01T06:31:29.841Z] [2022-03-01T06:31:29.841Z] #50 [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 "v2.3.0" && 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 "v2.1.0"; 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 [2022-03-01T06:31:29.841Z] #50 sha256:43f24ac9ca7f81923ccb4e73e4b26fbd3eb18b58eef53c93c82ab7f1cb60a024 [2022-03-01T06:31:29.841Z] #50 3.746 + git clone https://github.com/docker/distribution.git . [2022-03-01T06:31:29.841Z] #50 3.748 Cloning into '.'... [2022-03-01T06:31:29.841Z] #50 ... [2022-03-01T06:31:29.841Z] [2022-03-01T06:31:29.841Z] #58 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-01T06:31:29.841Z] #58 sha256:c4314f9afb2a551f3c35ade83571afbf0887de6d2ff91d6019f6af268507a0d5 [2022-03-01T06:31:29.841Z] #58 4.903 go: downloading github.com/golangci/golangci-lint v1.44.0 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-01T06:31:30.100Z] #58 ... [2022-03-01T06:31:30.100Z] [2022-03-01T06:31:30.100Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x [2022-03-01T06:31:30.100Z] #18 sha256:f3d66ae047264a893b3e0a143aadf8309543822129c1b2fc3a061f1abd1e1e08 [2022-03-01T06:31:30.100Z] #18 DONE 2.0s [2022-03-01T06:31:30.100Z] [2022-03-01T06:31:30.100Z] #56 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-01T06:31:30.100Z] #56 sha256:43fb401563a67815ef5aec7e67ba2fb1658eb2e75f748c9d9ed1b738970b1866 [2022-03-01T06:31:30.100Z] #56 4.488 go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-01T06:31:30.100Z] #56 5.984 go: downloading github.com/fatih/color v1.10.0 [2022-03-01T06:31:30.100Z] #56 5.984 go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-01T06:31:30.100Z] #56 6.040 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-01T06:31:30.100Z] #56 6.063 go: downloading github.com/pkg/errors v0.9.1 [2022-03-01T06:31:30.100Z] #56 6.522 go: downloading golang.org/x/tools v0.1.0 [2022-03-01T06:31:30.100Z] #56 6.640 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-01T06:31:30.100Z] #56 6.756 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-01T06:31:30.100Z] #56 6.814 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-01T06:31:30.100Z] #56 6.929 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-01T06:31:30.100Z] #56 ... [2022-03-01T06:31:30.100Z] [2022-03-01T06:31:30.100Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-03-01T06:31:30.100Z] #19 sha256:40843ddbace6dc1af73454ffeb51e73993423daf2a757a78bb2312d689609a7a [2022-03-01T06:31:30.545Z] + docker version [2022-03-01T06:31:30.686Z] Merge succeeded, producing 9efa8b3500f43524d705cd703dac5ea5944b8ef6 [2022-03-01T06:31:30.687Z] Checking out Revision 9efa8b3500f43524d705cd703dac5ea5944b8ef6 (PR-43303) [2022-03-01T06:31:30.505Z] > git remote # timeout=10 [2022-03-01T06:31:30.677Z] > git config --get remote.origin.url # timeout=10 [2022-03-01T06:31:30.689Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-01T06:31:30.697Z] > git merge d809ad98e32860b07269187f8bc88781dd33c67d # timeout=10 [2022-03-01T06:31:30.705Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-01T06:31:30.718Z] > git config core.sparsecheckout # timeout=10 [2022-03-01T06:31:30.734Z] > git checkout -f 9efa8b3500f43524d705cd703dac5ea5944b8ef6 # timeout=10 [2022-03-01T06:31:32.005Z] #19 1.718 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-01T06:31:32.005Z] #19 1.796 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-01T06:31:32.005Z] #19 1.796 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-01T06:31:33.387Z] #19 3.115 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-01T06:31:33.647Z] #19 3.760 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-01T06:31:33.907Z] #19 ... [2022-03-01T06:31:33.907Z] [2022-03-01T06:31:33.907Z] #43 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-01T06:31:33.907Z] #43 sha256:64d349286079acb10fa2089055a846bc61c060c4ece5f2655bbc0fa78bd2f37c [2022-03-01T06:31:33.907Z] #43 4.586 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-03-01T06:31:34.167Z] #43 ... [2022-03-01T06:31:34.167Z] [2022-03-01T06:31:34.167Z] #56 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-01T06:31:34.167Z] #56 sha256:43fb401563a67815ef5aec7e67ba2fb1658eb2e75f748c9d9ed1b738970b1866 [2022-03-01T06:31:34.167Z] #56 11.08 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-01T06:31:34.167Z] #56 11.11 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-01T06:31:34.167Z] #56 11.17 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-01T06:31:34.167Z] #56 12.51 go: downloading golang.org/x/mod v0.3.0 [2022-03-01T06:31:34.167Z] #56 12.52 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-01T06:31:34.427Z] #56 ... [2022-03-01T06:31:34.427Z] [2022-03-01T06:31:34.427Z] #54 [criu 2/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 echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-01T06:31:34.427Z] #54 sha256:6b196adde5ec5150535e9cd03b94b310f29d21819414869615686dbdf825cc09 [2022-03-01T06:31:34.427Z] #54 4.565 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-01T06:31:34.427Z] #54 4.768 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-01T06:31:34.427Z] #54 4.871 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-01T06:31:34.427Z] #54 5.160 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1532 B] [2022-03-01T06:31:34.427Z] #54 5.847 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-01T06:31:34.427Z] #54 7.662 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [121 kB] [2022-03-01T06:31:34.427Z] #54 9.380 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-01T06:31:34.427Z] #54 11.72 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [1828 B] [2022-03-01T06:31:34.687Z] #54 ... [2022-03-01T06:31:34.687Z] [2022-03-01T06:31:34.687Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-03-01T06:31:34.687Z] #19 sha256:40843ddbace6dc1af73454ffeb51e73993423daf2a757a78bb2312d689609a7a [2022-03-01T06:31:34.687Z] #19 4.526 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-01T06:31:35.259Z] #19 5.213 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-01T06:31:35.259Z] #19 ... [2022-03-01T06:31:35.259Z] [2022-03-01T06:31:35.259Z] #43 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-01T06:31:35.259Z] #43 sha256:64d349286079acb10fa2089055a846bc61c060c4ece5f2655bbc0fa78bd2f37c [2022-03-01T06:31:35.259Z] #43 15.47 tomll can be used in two ways: [2022-03-01T06:31:35.259Z] #43 15.47 Writing to STDIN and reading from STDOUT: [2022-03-01T06:31:35.259Z] #43 15.47 cat file.toml | tomll > file.toml [2022-03-01T06:31:35.259Z] #43 15.47 [2022-03-01T06:31:35.259Z] #43 15.47 Reading and updating a list of files: [2022-03-01T06:31:35.259Z] #43 15.47 tomll a.toml b.toml c.toml [2022-03-01T06:31:35.259Z] #43 15.47 [2022-03-01T06:31:35.259Z] #43 15.47 When given a list of files, tomll will modify all files in place without asking. [2022-03-01T06:31:35.259Z] #43 DONE 15.9s [2022-03-01T06:31:35.519Z] [2022-03-01T06:31:35.519Z] #41 [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 "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-01T06:31:35.519Z] #41 sha256:daffcb12c1650deef77c07848ff64bbdd4bdfa53e647429282187d41fa3cd995 [2022-03-01T06:31:35.616Z] Commit message: "all: fix typos" [2022-03-01T06:31:35.669Z] > git --version # timeout=10 [2022-03-01T06:31:35.677Z] > git --version # 'git version 2.25.1' [2022-03-01T06:31:35.688Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2022-03-01T06:31:35.855Z] Client: Docker Engine - Community [2022-03-01T06:31:35.855Z] Version: 20.10.12 [2022-03-01T06:31:35.855Z] API version: 1.41 [2022-03-01T06:31:35.855Z] Go version: go1.16.12 [2022-03-01T06:31:35.855Z] Git commit: e91ed57 [2022-03-01T06:31:35.855Z] Built: Mon Dec 13 11:45:27 2021 [2022-03-01T06:31:35.855Z] OS/Arch: linux/amd64 [2022-03-01T06:31:35.855Z] Context: default [2022-03-01T06:31:35.855Z] Experimental: true [2022-03-01T06:31:35.855Z] [2022-03-01T06:31:35.855Z] Server: Docker Engine - Community [2022-03-01T06:31:35.855Z] Engine: [2022-03-01T06:31:35.855Z] Version: 20.10.12 [2022-03-01T06:31:35.855Z] API version: 1.41 (minimum version 1.12) [2022-03-01T06:31:35.855Z] Go version: go1.16.12 [2022-03-01T06:31:35.855Z] Git commit: 459d0df [2022-03-01T06:31:35.855Z] Built: Mon Dec 13 11:43:36 2021 [2022-03-01T06:31:35.855Z] OS/Arch: linux/amd64 [2022-03-01T06:31:35.855Z] Experimental: true [2022-03-01T06:31:35.855Z] containerd: [2022-03-01T06:31:35.855Z] Version: 1.4.12 [2022-03-01T06:31:35.855Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-01T06:31:35.855Z] runc: [2022-03-01T06:31:35.855Z] Version: 1.0.2 [2022-03-01T06:31:35.855Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-01T06:31:35.855Z] docker-init: [2022-03-01T06:31:35.856Z] Version: 0.19.0 [2022-03-01T06:31:35.856Z] GitCommit: de40ad0 [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-01T06:31:36.090Z] #41 ... [2022-03-01T06:31:36.090Z] [2022-03-01T06:31:36.090Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-03-01T06:31:36.090Z] #19 sha256:40843ddbace6dc1af73454ffeb51e73993423daf2a757a78bb2312d689609a7a [2022-03-01T06:31:36.090Z] #19 6.235 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-01T06:31:36.185Z] + docker info [2022-03-01T06:31:36.299Z] Client: Docker Engine - Community [2022-03-01T06:31:36.299Z] Version: 20.10.12 [2022-03-01T06:31:36.299Z] API version: 1.41 [2022-03-01T06:31:36.299Z] Go version: go1.16.12 [2022-03-01T06:31:36.299Z] Git commit: e91ed57 [2022-03-01T06:31:36.299Z] Built: Mon Dec 13 11:45:27 2021 [2022-03-01T06:31:36.299Z] OS/Arch: linux/amd64 [2022-03-01T06:31:36.299Z] Context: default [2022-03-01T06:31:36.299Z] Experimental: true [2022-03-01T06:31:36.299Z] [2022-03-01T06:31:36.299Z] Server: Docker Engine - Community [2022-03-01T06:31:36.299Z] Engine: [2022-03-01T06:31:36.299Z] Version: 20.10.12 [2022-03-01T06:31:36.299Z] API version: 1.41 (minimum version 1.12) [2022-03-01T06:31:36.299Z] Go version: go1.16.12 [2022-03-01T06:31:36.299Z] Git commit: 459d0df [2022-03-01T06:31:36.299Z] Built: Mon Dec 13 11:43:36 2021 [2022-03-01T06:31:36.299Z] OS/Arch: linux/amd64 [2022-03-01T06:31:36.299Z] Experimental: true [2022-03-01T06:31:36.299Z] containerd: [2022-03-01T06:31:36.299Z] Version: 1.4.12 [2022-03-01T06:31:36.299Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-01T06:31:36.299Z] runc: [2022-03-01T06:31:36.299Z] Version: 1.0.2 [2022-03-01T06:31:36.299Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-01T06:31:36.299Z] docker-init: [2022-03-01T06:31:36.299Z] Version: 0.19.0 [2022-03-01T06:31:36.299Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-01T06:31:36.491Z] + docker version [2022-03-01T06:31:36.678Z] + docker info [2022-03-01T06:31:37.472Z] #19 7.224 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-01T06:31:38.045Z] #19 8.059 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [115 kB] [2022-03-01T06:31:38.045Z] #19 8.063 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [121 kB] [2022-03-01T06:31:38.045Z] #19 8.067 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [115 kB] [2022-03-01T06:31:38.045Z] #19 8.074 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [123 kB] [2022-03-01T06:31:38.045Z] #19 8.083 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-01T06:31:38.045Z] #19 8.097 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [123 kB] [2022-03-01T06:31:38.045Z] #19 8.103 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-01T06:31:38.045Z] #19 8.108 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-01T06:31:38.045Z] #19 8.119 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-01T06:31:38.045Z] #19 8.119 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-01T06:31:38.045Z] #19 8.120 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-01T06:31:38.045Z] #19 8.121 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-01T06:31:43.325Z] #19 ... [2022-03-01T06:31:43.325Z] [2022-03-01T06:31:43.325Z] #58 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-01T06:31:43.325Z] #58 sha256:c4314f9afb2a551f3c35ade83571afbf0887de6d2ff91d6019f6af268507a0d5 [2022-03-01T06:31:43.325Z] #58 23.88 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-01T06:31:43.325Z] #58 23.90 go: downloading github.com/fatih/color v1.13.0 [2022-03-01T06:31:43.325Z] #58 23.96 go: downloading github.com/spf13/cobra v1.3.0 [2022-03-01T06:31:43.325Z] #58 24.00 go: downloading github.com/spf13/pflag v1.0.5 [2022-03-01T06:31:43.585Z] #58 24.10 go: downloading github.com/spf13/viper v1.10.1 [2022-03-01T06:31:43.585Z] #58 24.19 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-03-01T06:31:43.845Z] #58 24.38 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-03-01T06:31:43.845Z] #58 24.39 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-03-01T06:31:43.845Z] #58 24.41 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-03-01T06:31:43.845Z] #58 24.42 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-03-01T06:31:44.416Z] #58 25.04 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-03-01T06:31:44.416Z] #58 25.11 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-03-01T06:31:44.793Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-01T06:31:44.808Z] > git config --add remote.origin.fetch +refs/pull/43303/head:refs/remotes/origin/PR-43303 # timeout=10 [2022-03-01T06:31:45.086Z] Fetching without tags [2022-03-01T06:31:45.466Z] Merging remotes/origin/master commit d809ad98e32860b07269187f8bc88781dd33c67d into PR head commit 9efa8b3500f43524d705cd703dac5ea5944b8ef6 [2022-03-01T06:31:46.326Z] #58 ... [2022-03-01T06:31:46.326Z] [2022-03-01T06:31:46.326Z] #60 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-01T06:31:46.326Z] #60 sha256:9abb24ab6f6485ea2b1d1e2446713bdd4056b3c25dd722f44584e1f8a6f73215 [2022-03-01T06:31:46.326Z] #60 26.23 v3.0.2 [2022-03-01T06:31:46.326Z] #60 DONE 26.9s [2022-03-01T06:31:46.393Z] Merge succeeded, producing 9efa8b3500f43524d705cd703dac5ea5944b8ef6 [2022-03-01T06:31:46.393Z] Checking out Revision 9efa8b3500f43524d705cd703dac5ea5944b8ef6 (PR-43303) [2022-03-01T06:31:46.447Z] Client: Docker Engine - Community [2022-03-01T06:31:46.447Z] Version: 20.10.12 [2022-03-01T06:31:46.447Z] API version: 1.41 [2022-03-01T06:31:46.447Z] Go version: go1.16.12 [2022-03-01T06:31:46.447Z] Git commit: e91ed57 [2022-03-01T06:31:46.447Z] Built: Mon Dec 13 11:45:33 2021 [2022-03-01T06:31:46.447Z] OS/Arch: linux/amd64 [2022-03-01T06:31:46.447Z] Context: default [2022-03-01T06:31:46.447Z] Experimental: true [2022-03-01T06:31:46.447Z] [2022-03-01T06:31:46.447Z] Server: Docker Engine - Community [2022-03-01T06:31:46.447Z] Engine: [2022-03-01T06:31:46.447Z] Version: 20.10.12 [2022-03-01T06:31:46.447Z] API version: 1.41 (minimum version 1.12) [2022-03-01T06:31:46.447Z] Go version: go1.16.12 [2022-03-01T06:31:46.447Z] Git commit: 459d0df [2022-03-01T06:31:46.447Z] Built: Mon Dec 13 11:43:42 2021 [2022-03-01T06:31:46.447Z] OS/Arch: linux/amd64 [2022-03-01T06:31:46.447Z] Experimental: true [2022-03-01T06:31:46.447Z] containerd: [2022-03-01T06:31:46.447Z] Version: 1.4.12 [2022-03-01T06:31:46.447Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-01T06:31:46.447Z] runc: [2022-03-01T06:31:46.447Z] Version: 1.0.2 [2022-03-01T06:31:46.447Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-01T06:31:46.447Z] docker-init: [2022-03-01T06:31:46.447Z] Version: 0.19.0 [2022-03-01T06:31:46.447Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-01T06:31:46.586Z] [2022-03-01T06:31:46.586Z] #58 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-01T06:31:46.586Z] #58 sha256:c4314f9afb2a551f3c35ade83571afbf0887de6d2ff91d6019f6af268507a0d5 [2022-03-01T06:31:46.586Z] #58 27.10 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-01T06:31:46.586Z] #58 27.11 go: downloading github.com/stretchr/testify v1.7.0 [2022-03-01T06:31:46.586Z] #58 27.23 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-03-01T06:31:46.586Z] #58 27.31 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-03-01T06:31:46.586Z] #58 ... [2022-03-01T06:31:46.586Z] [2022-03-01T06:31:46.586Z] #54 [criu 2/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 echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-01T06:31:46.586Z] #54 sha256:6b196adde5ec5150535e9cd03b94b310f29d21819414869615686dbdf825cc09 [2022-03-01T06:31:46.586Z] #54 16.95 Fetched 8509 kB in 13s (663 kB/s) [2022-03-01T06:31:46.586Z] #54 16.95 Reading package lists... [2022-03-01T06:31:46.586Z] #54 20.32 Reading package lists... [2022-03-01T06:31:46.586Z] #54 23.36 Building dependency tree... [2022-03-01T06:31:46.586Z] #54 25.06 The following additional packages will be installed: [2022-03-01T06:31:46.586Z] #54 25.07 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-01T06:31:46.586Z] #54 25.07 python3-protobuf python3-six [2022-03-01T06:31:46.586Z] #54 25.07 Suggested packages: [2022-03-01T06:31:46.586Z] #54 25.08 python3-setuptools [2022-03-01T06:31:46.586Z] #54 25.08 Recommended packages: [2022-03-01T06:31:46.586Z] #54 25.08 iproute2 | iproute [2022-03-01T06:31:46.586Z] #54 25.45 The following NEW packages will be installed: [2022-03-01T06:31:46.586Z] #54 25.45 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-01T06:31:46.586Z] #54 25.46 python3-protobuf python3-six [2022-03-01T06:31:46.586Z] #54 25.89 0 upgraded, 8 newly installed, 0 to remove and 3 not upgraded. [2022-03-01T06:31:46.586Z] #54 25.89 Need to get 2292 kB of archives. [2022-03-01T06:31:46.586Z] #54 25.89 After this operation, 11.0 MB of additional disk space will be used. [2022-03-01T06:31:46.586Z] #54 25.89 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-03-01T06:31:46.586Z] #54 25.92 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-01T06:31:46.586Z] #54 25.92 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-03-01T06:31:46.586Z] #54 25.94 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-03-01T06:31:46.586Z] #54 25.95 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-03-01T06:31:46.586Z] #54 26.02 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-03-01T06:31:46.586Z] #54 26.04 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-03-01T06:31:46.791Z] + docker info [2022-03-01T06:31:46.846Z] #54 ... [2022-03-01T06:31:46.846Z] [2022-03-01T06:31:46.846Z] #58 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-01T06:31:46.846Z] #58 sha256:c4314f9afb2a551f3c35ade83571afbf0887de6d2ff91d6019f6af268507a0d5 [2022-03-01T06:31:46.846Z] #58 27.40 go: downloading github.com/magiconair/properties v1.8.5 [2022-03-01T06:31:46.846Z] #58 27.41 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-03-01T06:31:47.106Z] #58 27.53 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-03-01T06:31:47.106Z] #58 27.53 go: downloading github.com/spf13/afero v1.6.0 [2022-03-01T06:31:47.106Z] #58 27.62 go: downloading github.com/spf13/cast v1.4.1 [2022-03-01T06:31:47.106Z] #58 27.64 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-03-01T06:31:47.106Z] #58 27.69 go: downloading github.com/subosito/gotenv v1.2.0 [2022-03-01T06:31:47.106Z] #58 27.69 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-03-01T06:31:47.106Z] #58 27.71 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-03-01T06:31:47.365Z] #58 27.89 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-03-01T06:31:47.365Z] #58 27.94 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-03-01T06:31:47.365Z] #58 27.95 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-03-01T06:31:47.365Z] #58 27.97 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-03-01T06:31:47.365Z] #58 28.00 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-03-01T06:31:44.915Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-01T06:31:44.971Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-01T06:31:45.076Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-01T06:31:45.076Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-01T06:31:45.162Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43303/head:refs/remotes/origin/PR-43303 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-01T06:31:45.458Z] > git config core.sparsecheckout # timeout=10 [2022-03-01T06:31:45.465Z] > git checkout -f 9efa8b3500f43524d705cd703dac5ea5944b8ef6 # timeout=10 [2022-03-01T06:31:46.213Z] > git remote # timeout=10 [2022-03-01T06:31:46.221Z] > git config --get remote.origin.url # timeout=10 [2022-03-01T06:31:46.229Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-01T06:31:46.356Z] > git merge d809ad98e32860b07269187f8bc88781dd33c67d # timeout=10 [2022-03-01T06:31:46.368Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-01T06:31:46.382Z] > git config core.sparsecheckout # timeout=10 [2022-03-01T06:31:46.391Z] > git checkout -f 9efa8b3500f43524d705cd703dac5ea5944b8ef6 # timeout=10 [2022-03-01T06:31:47.625Z] #58 28.02 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-03-01T06:31:47.625Z] #58 28.04 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-03-01T06:31:47.625Z] #58 28.04 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-03-01T06:31:47.885Z] #58 28.31 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-03-01T06:31:47.885Z] #58 28.36 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-03-01T06:31:47.885Z] #58 28.39 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-03-01T06:31:47.885Z] #58 28.41 go: downloading github.com/Antonboom/errname v0.1.5 [2022-03-01T06:31:47.885Z] #58 28.47 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-03-01T06:31:47.885Z] #58 28.51 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-03-01T06:31:48.144Z] #58 28.84 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-03-01T06:31:48.404Z] #58 28.85 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-03-01T06:31:48.404Z] #58 28.87 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-03-01T06:31:48.404Z] #58 28.88 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-03-01T06:31:48.404Z] #58 28.90 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-03-01T06:31:48.404Z] #58 28.96 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-03-01T06:31:48.404Z] #58 28.99 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-03-01T06:31:48.404Z] #58 29.02 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-03-01T06:31:48.404Z] #58 29.06 go: downloading github.com/breml/bidichk v0.2.1 [2022-03-01T06:31:48.404Z] #58 29.09 go: downloading github.com/breml/errchkjson v0.2.1 [2022-03-01T06:31:48.664Z] #58 29.11 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-03-01T06:31:48.664Z] #58 29.12 go: downloading github.com/daixiang0/gci v0.2.9 [2022-03-01T06:31:48.664Z] #58 29.13 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-03-01T06:31:48.664Z] #58 29.15 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-03-01T06:31:48.664Z] #58 29.16 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-03-01T06:31:48.664Z] #58 29.18 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-03-01T06:31:48.664Z] #58 29.18 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-03-01T06:31:48.664Z] #58 29.21 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-03-01T06:31:48.664Z] #58 29.22 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-03-01T06:31:48.664Z] #58 29.25 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-03-01T06:31:48.664Z] #58 29.32 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-03-01T06:31:48.967Z] #58 29.34 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-03-01T06:31:48.967Z] #58 29.35 go: downloading github.com/golangci/misspell v0.3.5 [2022-03-01T06:31:48.967Z] #58 29.35 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-03-01T06:31:48.967Z] #58 29.36 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-03-01T06:31:48.967Z] #58 29.37 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-03-01T06:31:48.967Z] #58 29.39 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-03-01T06:31:48.967Z] #58 29.39 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-03-01T06:31:48.967Z] #58 29.40 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-03-01T06:31:48.967Z] #58 29.41 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-03-01T06:31:48.967Z] #58 29.42 go: downloading github.com/julz/importas v0.1.0 [2022-03-01T06:31:48.967Z] #58 29.44 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-03-01T06:31:48.967Z] #58 29.51 go: downloading github.com/kulti/thelper v0.5.0 [2022-03-01T06:31:48.967Z] #58 29.55 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-03-01T06:31:48.967Z] #58 29.55 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-03-01T06:31:48.967Z] #58 29.56 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-03-01T06:31:48.967Z] #58 29.57 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-03-01T06:31:48.967Z] #58 29.60 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-03-01T06:31:48.967Z] #58 29.61 go: downloading github.com/maratori/testpackage v1.0.1 [2022-03-01T06:31:48.967Z] #58 29.65 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-03-01T06:31:48.967Z] #58 29.66 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-03-01T06:31:48.967Z] #58 ... [2022-03-01T06:31:48.967Z] [2022-03-01T06:31:48.967Z] #50 [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 "v2.3.0" && 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 "v2.1.0"; 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 [2022-03-01T06:31:48.967Z] #50 sha256:43f24ac9ca7f81923ccb4e73e4b26fbd3eb18b58eef53c93c82ab7f1cb60a024 [2022-03-01T06:31:48.967Z] #50 19.40 + git checkout -q v2.3.0 [2022-03-01T06:31:48.967Z] #50 20.96 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-03-01T06:31:49.263Z] #50 ... [2022-03-01T06:31:49.263Z] [2022-03-01T06:31:49.263Z] #58 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-01T06:31:49.263Z] #58 sha256:c4314f9afb2a551f3c35ade83571afbf0887de6d2ff91d6019f6af268507a0d5 [2022-03-01T06:31:49.263Z] #58 29.67 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-03-01T06:31:49.263Z] #58 29.69 go: downloading github.com/mgechev/revive v1.1.3 [2022-03-01T06:31:49.524Z] #58 30.14 go: downloading github.com/moricho/tparallel v0.2.1 [2022-03-01T06:31:49.524Z] #58 30.15 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-03-01T06:31:49.524Z] #58 30.16 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-03-01T06:31:49.524Z] #58 30.17 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-03-01T06:31:49.525Z] #58 30.21 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-03-01T06:31:49.525Z] #58 30.22 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-03-01T06:31:49.525Z] #58 30.24 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-03-01T06:31:49.824Z] #58 30.30 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-03-01T06:31:49.824Z] #58 30.31 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-03-01T06:31:49.824Z] #58 30.43 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-03-01T06:31:49.824Z] #58 30.44 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-03-01T06:31:49.824Z] #58 30.44 go: downloading github.com/sivchari/tenv v1.4.7 [2022-03-01T06:31:49.824Z] #58 30.45 go: downloading github.com/sonatard/noctx v0.0.1 [2022-03-01T06:31:49.824Z] #58 30.45 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-03-01T06:31:49.824Z] #58 30.47 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-03-01T06:31:50.090Z] #58 30.57 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-03-01T06:31:50.090Z] #58 30.58 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-03-01T06:31:50.090Z] #58 30.63 go: downloading github.com/tetafro/godot v1.4.11 [2022-03-01T06:31:50.090Z] #58 30.63 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-03-01T06:31:50.090Z] #58 30.65 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-03-01T06:31:50.090Z] #58 30.69 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-03-01T06:31:50.349Z] #58 30.87 go: downloading github.com/ultraware/funlen v0.0.3 [2022-03-01T06:31:50.349Z] #58 30.88 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-03-01T06:31:50.349Z] #58 30.88 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-03-01T06:31:50.349Z] #58 30.90 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-03-01T06:31:50.349Z] #58 30.92 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-03-01T06:31:50.349Z] #58 30.98 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-03-01T06:31:50.616Z] #58 31.07 go: downloading honnef.co/go/tools v0.2.2 [2022-03-01T06:31:51.006Z] Commit message: "all: fix typos" [2022-03-01T06:31:51.054Z] > git --version # timeout=10 [2022-03-01T06:31:51.058Z] > git --version # 'git version 2.25.1' [2022-03-01T06:31:51.062Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2022-03-01T06:31:51.120Z] Client: [2022-03-01T06:31:51.120Z] Context: default [2022-03-01T06:31:51.120Z] Debug Mode: false [2022-03-01T06:31:51.120Z] Plugins: [2022-03-01T06:31:51.120Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-01T06:31:51.120Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-01T06:31:51.120Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-03-01T06:31:51.120Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-03-01T06:31:51.120Z] [2022-03-01T06:31:51.120Z] Server: [2022-03-01T06:31:51.120Z] Containers: 0 [2022-03-01T06:31:51.120Z] Running: 0 [2022-03-01T06:31:51.120Z] Paused: 0 [2022-03-01T06:31:51.120Z] Stopped: 0 [2022-03-01T06:31:51.120Z] Images: 0 [2022-03-01T06:31:51.120Z] Server Version: 20.10.12 [2022-03-01T06:31:51.120Z] Storage Driver: overlay2 [2022-03-01T06:31:51.120Z] Backing Filesystem: extfs [2022-03-01T06:31:51.120Z] Supports d_type: true [2022-03-01T06:31:51.120Z] Native Overlay Diff: true [2022-03-01T06:31:51.120Z] userxattr: false [2022-03-01T06:31:51.120Z] Logging Driver: json-file [2022-03-01T06:31:51.120Z] Cgroup Driver: cgroupfs [2022-03-01T06:31:51.120Z] Cgroup Version: 1 [2022-03-01T06:31:51.120Z] Plugins: [2022-03-01T06:31:51.120Z] Volume: local [2022-03-01T06:31:51.120Z] Network: bridge host ipvlan macvlan null overlay [2022-03-01T06:31:51.120Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-01T06:31:51.120Z] Swarm: inactive [2022-03-01T06:31:51.120Z] Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2 [2022-03-01T06:31:51.120Z] Default Runtime: runc [2022-03-01T06:31:51.120Z] Init Binary: docker-init [2022-03-01T06:31:51.120Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-01T06:31:51.120Z] runc version: v1.0.2-0-g52b36a2 [2022-03-01T06:31:51.120Z] init version: de40ad0 [2022-03-01T06:31:51.120Z] Security Options: [2022-03-01T06:31:51.120Z] apparmor [2022-03-01T06:31:51.120Z] seccomp [2022-03-01T06:31:51.120Z] Profile: default [2022-03-01T06:31:51.120Z] Kernel Version: 5.4.0-1061-aws [2022-03-01T06:31:51.120Z] Operating System: Ubuntu 18.04.6 LTS [2022-03-01T06:31:51.120Z] OSType: linux [2022-03-01T06:31:51.120Z] Architecture: x86_64 [2022-03-01T06:31:51.120Z] CPUs: 2 [2022-03-01T06:31:51.120Z] Total Memory: 7.483GiB [2022-03-01T06:31:51.120Z] Name: ip-10-100-49-197 [2022-03-01T06:31:51.120Z] ID: WNHY:2FNS:JP3O:DF66:7VQT:53NI:JQKB:OYPE:MQXQ:GKEA:QVZ7:WZW4 [2022-03-01T06:31:51.120Z] Docker Root Dir: /var/lib/docker [2022-03-01T06:31:51.120Z] Debug Mode: false [2022-03-01T06:31:51.120Z] Registry: https://index.docker.io/v1/ [2022-03-01T06:31:51.120Z] Labels: [2022-03-01T06:31:51.120Z] Experimental: true [2022-03-01T06:31:51.120Z] Insecure Registries: [2022-03-01T06:31:51.120Z] 127.0.0.0/8 [2022-03-01T06:31:51.120Z] Live Restore Enabled: true [2022-03-01T06:31:51.120Z] [2022-03-01T06:31:51.120Z] WARNING: No swap limit support [Pipeline] sh [2022-03-01T06:31:51.434Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-01T06:31:51.434Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-01T06:31:51.434Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43303/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-03-01T06:31:51.434Z] + bash /home/ubuntu/workspace/moby_PR-43303/check-config.sh [2022-03-01T06:31:51.434Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-03-01T06:31:51.434Z] info: reading kernel config from /boot/config-5.4.0-1061-aws ... [2022-03-01T06:31:51.434Z] [2022-03-01T06:31:51.434Z] Generally Necessary: [2022-03-01T06:31:51.434Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-03-01T06:31:51.434Z] - apparmor: enabled and tools installed [2022-03-01T06:31:51.434Z] - CONFIG_NAMESPACES: enabled [2022-03-01T06:31:51.434Z] - CONFIG_NET_NS: enabled [2022-03-01T06:31:51.434Z] - CONFIG_PID_NS: enabled [2022-03-01T06:31:51.434Z] - CONFIG_IPC_NS: enabled [2022-03-01T06:31:51.434Z] - CONFIG_UTS_NS: enabled [2022-03-01T06:31:51.434Z] - CONFIG_CGROUPS: enabled [2022-03-01T06:31:51.434Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-03-01T06:31:51.434Z] - CONFIG_CGROUP_DEVICE: enabled [2022-03-01T06:31:51.434Z] - CONFIG_CGROUP_FREEZER: enabled [2022-03-01T06:31:51.434Z] - CONFIG_CGROUP_SCHED: enabled [2022-03-01T06:31:51.434Z] - CONFIG_CPUSETS: enabled [2022-03-01T06:31:51.434Z] - CONFIG_MEMCG: enabled [2022-03-01T06:31:51.434Z] - CONFIG_KEYS: enabled [2022-03-01T06:31:51.434Z] - CONFIG_VETH: enabled (as module) [2022-03-01T06:31:51.434Z] - CONFIG_BRIDGE: enabled (as module) [2022-03-01T06:31:51.434Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-03-01T06:31:51.434Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-03-01T06:31:51.434Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-03-01T06:31:51.434Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-03-01T06:31:51.434Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-03-01T06:31:51.434Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-01T06:31:51.552Z] #58 31.88 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-03-01T06:31:51.552Z] #58 31.88 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-03-01T06:31:51.552Z] #58 31.91 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-03-01T06:31:51.552Z] #58 31.94 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-03-01T06:31:51.552Z] #58 31.96 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-03-01T06:31:51.552Z] #58 31.97 go: downloading github.com/stretchr/objx v0.1.1 [2022-03-01T06:31:51.552Z] #58 32.02 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-03-01T06:31:51.552Z] #58 32.17 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-03-01T06:31:51.698Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-03-01T06:31:51.698Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-03-01T06:31:51.698Z] - CONFIG_NF_NAT: enabled (as module) [2022-03-01T06:31:51.698Z] - CONFIG_POSIX_MQUEUE: enabled [2022-03-01T06:31:51.698Z] - CONFIG_CGROUP_BPF: enabled [2022-03-01T06:31:51.698Z] [2022-03-01T06:31:51.698Z] Optional Features: [2022-03-01T06:31:51.698Z] - CONFIG_USER_NS: enabled [2022-03-01T06:31:51.698Z] - CONFIG_SECCOMP: enabled [2022-03-01T06:31:51.698Z] - CONFIG_SECCOMP_FILTER: enabled [2022-03-01T06:31:51.698Z] - CONFIG_CGROUP_PIDS: enabled [2022-03-01T06:31:51.698Z] - CONFIG_MEMCG_SWAP: enabled [2022-03-01T06:31:51.698Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-03-01T06:31:51.698Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-03-01T06:31:51.698Z] - CONFIG_BLK_CGROUP: enabled [2022-03-01T06:31:51.698Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-03-01T06:31:51.698Z] - CONFIG_CGROUP_PERF: enabled [2022-03-01T06:31:51.698Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-03-01T06:31:51.698Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-03-01T06:31:51.698Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-03-01T06:31:51.698Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-03-01T06:31:51.698Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-03-01T06:31:51.698Z] - CONFIG_RT_GROUP_SCHED: missing [2022-03-01T06:31:51.698Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-03-01T06:31:51.698Z] - CONFIG_IP_VS: enabled (as module) [2022-03-01T06:31:51.698Z] - CONFIG_IP_VS_NFCT: enabled [2022-03-01T06:31:51.698Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-03-01T06:31:51.698Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-03-01T06:31:51.698Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-03-01T06:31:51.698Z] - CONFIG_SECURITY_SELINUX: enabled [2022-03-01T06:31:51.698Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-03-01T06:31:51.698Z] - CONFIG_EXT4_FS: enabled [2022-03-01T06:31:51.811Z] #58 32.19 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-03-01T06:31:51.811Z] #58 32.24 go: downloading golang.org/x/text v0.3.7 [2022-03-01T06:31:51.963Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-03-01T06:31:51.964Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-03-01T06:31:51.964Z] - Network Drivers: [2022-03-01T06:31:51.964Z] - "overlay": [2022-03-01T06:31:51.964Z] - CONFIG_VXLAN: enabled (as module) [2022-03-01T06:31:51.964Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-03-01T06:31:51.964Z] Optional (for encrypted networks): [2022-03-01T06:31:51.964Z] - CONFIG_CRYPTO: enabled [2022-03-01T06:31:51.964Z] - CONFIG_CRYPTO_AEAD: enabled [2022-03-01T06:31:51.964Z] - CONFIG_CRYPTO_GCM: enabled [2022-03-01T06:31:51.964Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-03-01T06:31:51.964Z] - CONFIG_CRYPTO_GHASH: enabled [2022-03-01T06:31:51.964Z] - CONFIG_XFRM: enabled [2022-03-01T06:31:51.964Z] - CONFIG_XFRM_USER: enabled (as module) [2022-03-01T06:31:51.964Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-03-01T06:31:51.964Z] - CONFIG_INET_ESP: enabled (as module) [2022-03-01T06:31:51.964Z] - "ipvlan": [2022-03-01T06:31:51.964Z] - CONFIG_IPVLAN: enabled (as module) [2022-03-01T06:31:51.964Z] - "macvlan": [2022-03-01T06:31:51.964Z] - CONFIG_MACVLAN: enabled (as module) [2022-03-01T06:31:51.964Z] - CONFIG_DUMMY: enabled (as module) [2022-03-01T06:31:51.964Z] - "ftp,tftp client in container": [2022-03-01T06:31:51.964Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-03-01T06:31:51.964Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-03-01T06:31:51.964Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-03-01T06:31:51.964Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-03-01T06:31:51.964Z] - Storage Drivers: [2022-03-01T06:31:51.964Z] - "aufs": [2022-03-01T06:31:51.964Z] - CONFIG_AUFS_FS: enabled (as module) [2022-03-01T06:31:51.964Z] - "btrfs": [2022-03-01T06:31:51.964Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-03-01T06:31:51.964Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-03-01T06:31:51.964Z] - "devicemapper": [2022-03-01T06:31:51.964Z] - CONFIG_BLK_DEV_DM: enabled [2022-03-01T06:31:51.964Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-03-01T06:31:51.964Z] - "overlay": [2022-03-01T06:31:51.964Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-03-01T06:31:51.964Z] - "zfs": [2022-03-01T06:31:51.964Z] - /dev/zfs: present [2022-03-01T06:31:51.964Z] - zfs command: missing [2022-03-01T06:31:51.964Z] - zpool command: missing [2022-03-01T06:31:51.964Z] [2022-03-01T06:31:51.964Z] Limits: [2022-03-01T06:31:51.964Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-03-01T06:31:51.964Z] [2022-03-01T06:31:51.964Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-01T06:31:52.456Z] + sudo modprobe ip_vs [2022-03-01T06:31:52.456Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:9efa8b3500f43524d705cd703dac5ea5944b8ef6 . [2022-03-01T06:31:52.720Z] #1 [internal] load build definition from Dockerfile [2022-03-01T06:31:52.720Z] #1 sha256:032b095b06743c66d39dcb52f0cfb762d13465db0c522d41a42c1a0be3c4ce8e [2022-03-01T06:31:52.720Z] #1 transferring dockerfile: 16.77kB done [2022-03-01T06:31:52.720Z] #1 DONE 0.1s [2022-03-01T06:31:52.720Z] [2022-03-01T06:31:52.720Z] #2 [internal] load .dockerignore [2022-03-01T06:31:52.720Z] #2 sha256:c65611e4f377c1112dede99271849409d906be08266c13e0d279603125430913 [2022-03-01T06:31:52.720Z] #2 transferring context: 87B done [2022-03-01T06:31:52.720Z] #2 DONE 0.0s [2022-03-01T06:31:52.720Z] [2022-03-01T06:31:52.720Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-01T06:31:52.720Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-03-01T06:31:52.782Z] + docker version [2022-03-01T06:31:53.292Z] #3 DONE 0.4s [2022-03-01T06:31:53.292Z] [2022-03-01T06:31:53.292Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-01T06:31:53.292Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-03-01T06:31:53.292Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-03-01T06:31:53.292Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-03-01T06:31:53.292Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-03-01T06:31:53.292Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-03-01T06:31:53.292Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 4.19MB / 9.67MB 0.1s [2022-03-01T06:31:53.554Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-03-01T06:31:53.554Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s done [2022-03-01T06:31:53.554Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-03-01T06:31:54.126Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.5s done [2022-03-01T06:31:54.345Z] #58 35.04 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-03-01T06:31:54.605Z] #58 35.08 go: downloading github.com/gobwas/glob v0.2.3 [2022-03-01T06:31:54.605Z] #58 35.08 go: downloading github.com/kisielk/gotool v1.0.0 [2022-03-01T06:31:54.605Z] #58 35.16 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-03-01T06:31:54.605Z] #58 35.18 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-03-01T06:31:54.605Z] #58 35.19 go: downloading golang.org/x/mod v0.5.1 [2022-03-01T06:31:54.605Z] #58 35.20 go: downloading github.com/ettle/strcase v0.1.1 [2022-03-01T06:31:54.605Z] #58 35.25 go: downloading github.com/fatih/structtag v1.2.0 [2022-03-01T06:31:54.605Z] #58 35.28 go: downloading github.com/Masterminds/semver v1.5.0 [2022-03-01T06:31:54.698Z] #4 DONE 1.4s [2022-03-01T06:31:54.753Z] Client: [2022-03-01T06:31:54.753Z] Context: default [2022-03-01T06:31:54.753Z] Debug Mode: false [2022-03-01T06:31:54.753Z] Plugins: [2022-03-01T06:31:54.753Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-01T06:31:54.753Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-01T06:31:54.753Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-03-01T06:31:54.753Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-03-01T06:31:54.753Z] [2022-03-01T06:31:54.753Z] Server: [2022-03-01T06:31:54.753Z] Containers: 0 [2022-03-01T06:31:54.753Z] Running: 0 [2022-03-01T06:31:54.753Z] Paused: 0 [2022-03-01T06:31:54.753Z] Stopped: 0 [2022-03-01T06:31:54.753Z] Images: 0 [2022-03-01T06:31:54.753Z] Server Version: 20.10.12 [2022-03-01T06:31:54.753Z] Storage Driver: overlay2 [2022-03-01T06:31:54.753Z] Backing Filesystem: extfs [2022-03-01T06:31:54.753Z] Supports d_type: true [2022-03-01T06:31:54.753Z] Native Overlay Diff: true [2022-03-01T06:31:54.753Z] userxattr: false [2022-03-01T06:31:54.753Z] Logging Driver: json-file [2022-03-01T06:31:54.753Z] Cgroup Driver: cgroupfs [2022-03-01T06:31:54.753Z] Cgroup Version: 1 [2022-03-01T06:31:54.753Z] Plugins: [2022-03-01T06:31:54.753Z] Volume: local [2022-03-01T06:31:54.753Z] Network: bridge host ipvlan macvlan null overlay [2022-03-01T06:31:54.753Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-01T06:31:54.753Z] Swarm: inactive [2022-03-01T06:31:54.753Z] Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux [2022-03-01T06:31:54.753Z] Default Runtime: runc [2022-03-01T06:31:54.753Z] Init Binary: docker-init [2022-03-01T06:31:54.753Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-01T06:31:54.753Z] runc version: v1.0.2-0-g52b36a2 [2022-03-01T06:31:54.753Z] init version: de40ad0 [2022-03-01T06:31:54.753Z] Security Options: [2022-03-01T06:31:54.753Z] apparmor [2022-03-01T06:31:54.753Z] seccomp [2022-03-01T06:31:54.753Z] Profile: default [2022-03-01T06:31:54.753Z] Kernel Version: 5.4.0-1061-aws [2022-03-01T06:31:54.753Z] Operating System: Ubuntu 18.04.6 LTS [2022-03-01T06:31:54.753Z] OSType: linux [2022-03-01T06:31:54.753Z] Architecture: x86_64 [2022-03-01T06:31:54.753Z] CPUs: 2 [2022-03-01T06:31:54.753Z] Total Memory: 7.483GiB [2022-03-01T06:31:54.753Z] Name: ip-10-100-69-53 [2022-03-01T06:31:54.753Z] ID: WNHY:2FNS:JP3O:DF66:7VQT:53NI:JQKB:OYPE:MQXQ:GKEA:QVZ7:WZW4 [2022-03-01T06:31:54.753Z] Docker Root Dir: /var/lib/docker [2022-03-01T06:31:54.753Z] Debug Mode: false [2022-03-01T06:31:54.753Z] Registry: https://index.docker.io/v1/ [2022-03-01T06:31:54.753Z] Labels: [2022-03-01T06:31:54.753Z] Experimental: true [2022-03-01T06:31:54.753Z] Insecure Registries: [2022-03-01T06:31:54.753Z] 127.0.0.0/8 [2022-03-01T06:31:54.753Z] Live Restore Enabled: true [2022-03-01T06:31:54.753Z] [2022-03-01T06:31:54.753Z] WARNING: No swap limit support [Pipeline] sh [2022-03-01T06:31:54.866Z] #58 35.35 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-03-01T06:31:54.866Z] #58 35.36 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-03-01T06:31:54.866Z] #58 35.40 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-03-01T06:31:54.960Z] [2022-03-01T06:31:54.961Z] #6 [internal] load .dockerignore [2022-03-01T06:31:54.961Z] #6 sha256:294289e40bae20c7dd7f819306089441038f03f8d073dc3ea9bd1321e3ee1d11 [2022-03-01T06:31:54.961Z] #6 DONE 0.0s [2022-03-01T06:31:54.961Z] [2022-03-01T06:31:54.961Z] #5 [internal] load build definition from Dockerfile [2022-03-01T06:31:54.961Z] #5 sha256:9138eb96257da13e576d346f884698c9e577182ff3090421e3a6a4ad254ba60d [2022-03-01T06:31:54.961Z] #5 DONE 0.0s [2022-03-01T06:31:54.961Z] [2022-03-01T06:31:54.961Z] #10 [internal] load metadata for docker.io/library/golang:1.17.7-bullseye [2022-03-01T06:31:54.961Z] #10 sha256:c2791d0589e3e1ff48e733c6ac0580f0ee9c64993624784a23dc9d251eafa8c5 [2022-03-01T06:31:55.086Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-01T06:31:55.086Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-01T06:31:55.086Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43303/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-03-01T06:31:55.086Z] + bash /home/ubuntu/workspace/moby_PR-43303/check-config.sh [2022-03-01T06:31:55.086Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-03-01T06:31:55.086Z] info: reading kernel config from /boot/config-5.4.0-1061-aws ... [2022-03-01T06:31:55.086Z] [2022-03-01T06:31:55.086Z] Generally Necessary: [2022-03-01T06:31:55.086Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-03-01T06:31:55.086Z] - apparmor: enabled and tools installed [2022-03-01T06:31:55.086Z] - CONFIG_NAMESPACES: enabled [2022-03-01T06:31:55.086Z] - CONFIG_NET_NS: enabled [2022-03-01T06:31:55.086Z] - CONFIG_PID_NS: enabled [2022-03-01T06:31:55.086Z] - CONFIG_IPC_NS: enabled [2022-03-01T06:31:55.086Z] - CONFIG_UTS_NS: enabled [2022-03-01T06:31:55.086Z] - CONFIG_CGROUPS: enabled [2022-03-01T06:31:55.086Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-03-01T06:31:55.086Z] - CONFIG_CGROUP_DEVICE: enabled [2022-03-01T06:31:55.086Z] - CONFIG_CGROUP_FREEZER: enabled [2022-03-01T06:31:55.086Z] - CONFIG_CGROUP_SCHED: enabled [2022-03-01T06:31:55.086Z] - CONFIG_CPUSETS: enabled [2022-03-01T06:31:55.086Z] - CONFIG_MEMCG: enabled [2022-03-01T06:31:55.086Z] - CONFIG_KEYS: enabled [2022-03-01T06:31:55.086Z] - CONFIG_VETH: enabled (as module) [2022-03-01T06:31:55.086Z] - CONFIG_BRIDGE: enabled (as module) [2022-03-01T06:31:55.086Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-03-01T06:31:55.086Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-03-01T06:31:55.086Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-03-01T06:31:55.086Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-03-01T06:31:55.086Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-03-01T06:31:55.086Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-03-01T06:31:55.086Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-03-01T06:31:55.086Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-03-01T06:31:55.126Z] #58 35.58 go: downloading github.com/prometheus/client_model v0.2.0 [2022-03-01T06:31:55.126Z] #58 35.61 go: downloading github.com/google/go-cmp v0.5.6 [2022-03-01T06:31:55.126Z] #58 35.85 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-03-01T06:31:55.346Z] - CONFIG_NF_NAT: enabled (as module) [2022-03-01T06:31:55.346Z] - CONFIG_POSIX_MQUEUE: enabled [2022-03-01T06:31:55.346Z] - CONFIG_CGROUP_BPF: enabled [2022-03-01T06:31:55.346Z] [2022-03-01T06:31:55.346Z] Optional Features: [2022-03-01T06:31:55.346Z] - CONFIG_USER_NS: enabled [2022-03-01T06:31:55.346Z] - CONFIG_SECCOMP: enabled [2022-03-01T06:31:55.346Z] - CONFIG_SECCOMP_FILTER: enabled [2022-03-01T06:31:55.346Z] - CONFIG_CGROUP_PIDS: enabled [2022-03-01T06:31:55.346Z] - CONFIG_MEMCG_SWAP: enabled [2022-03-01T06:31:55.346Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-03-01T06:31:55.346Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-03-01T06:31:55.346Z] - CONFIG_BLK_CGROUP: enabled [2022-03-01T06:31:55.346Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-03-01T06:31:55.346Z] - CONFIG_CGROUP_PERF: enabled [2022-03-01T06:31:55.346Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-03-01T06:31:55.346Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-03-01T06:31:55.346Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-03-01T06:31:55.346Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-03-01T06:31:55.346Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-03-01T06:31:55.346Z] - CONFIG_RT_GROUP_SCHED: missing [2022-03-01T06:31:55.346Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-03-01T06:31:55.346Z] - CONFIG_IP_VS: enabled (as module) [2022-03-01T06:31:55.346Z] - CONFIG_IP_VS_NFCT: enabled [2022-03-01T06:31:55.346Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-03-01T06:31:55.346Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-03-01T06:31:55.346Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-03-01T06:31:55.346Z] - CONFIG_SECURITY_SELINUX: enabled [2022-03-01T06:31:55.385Z] #58 35.90 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-03-01T06:31:55.385Z] #58 35.92 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-03-01T06:31:55.385Z] #58 35.99 go: downloading github.com/beorn7/perks v1.0.1 [2022-03-01T06:31:55.607Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-03-01T06:31:55.607Z] - CONFIG_EXT4_FS: enabled [2022-03-01T06:31:55.607Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-03-01T06:31:55.607Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-03-01T06:31:55.607Z] - Network Drivers: [2022-03-01T06:31:55.607Z] - "overlay": [2022-03-01T06:31:55.607Z] - CONFIG_VXLAN: enabled (as module) [2022-03-01T06:31:55.607Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-03-01T06:31:55.607Z] Optional (for encrypted networks): [2022-03-01T06:31:55.607Z] - CONFIG_CRYPTO: enabled [2022-03-01T06:31:55.607Z] - CONFIG_CRYPTO_AEAD: enabled [2022-03-01T06:31:55.607Z] - CONFIG_CRYPTO_GCM: enabled [2022-03-01T06:31:55.607Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-03-01T06:31:55.607Z] - CONFIG_CRYPTO_GHASH: enabled [2022-03-01T06:31:55.607Z] - CONFIG_XFRM: enabled [2022-03-01T06:31:55.607Z] - CONFIG_XFRM_USER: enabled (as module) [2022-03-01T06:31:55.607Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-03-01T06:31:55.607Z] - CONFIG_INET_ESP: enabled (as module) [2022-03-01T06:31:55.607Z] - "ipvlan": [2022-03-01T06:31:55.607Z] - CONFIG_IPVLAN: enabled (as module) [2022-03-01T06:31:55.607Z] - "macvlan": [2022-03-01T06:31:55.607Z] - CONFIG_MACVLAN: enabled (as module) [2022-03-01T06:31:55.607Z] - CONFIG_DUMMY: enabled (as module) [2022-03-01T06:31:55.607Z] - "ftp,tftp client in container": [2022-03-01T06:31:55.607Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-03-01T06:31:55.607Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-03-01T06:31:55.607Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-03-01T06:31:55.607Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-03-01T06:31:55.607Z] - Storage Drivers: [2022-03-01T06:31:55.607Z] - "aufs": [2022-03-01T06:31:55.607Z] - CONFIG_AUFS_FS: enabled (as module) [2022-03-01T06:31:55.607Z] - "btrfs": [2022-03-01T06:31:55.607Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-03-01T06:31:55.607Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-03-01T06:31:55.607Z] - "devicemapper": [2022-03-01T06:31:55.608Z] - CONFIG_BLK_DEV_DM: enabled [2022-03-01T06:31:55.608Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-03-01T06:31:55.608Z] - "overlay": [2022-03-01T06:31:55.608Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-03-01T06:31:55.608Z] - "zfs": [2022-03-01T06:31:55.608Z] - /dev/zfs: present [2022-03-01T06:31:55.608Z] - zfs command: missing [2022-03-01T06:31:55.608Z] - zpool command: missing [2022-03-01T06:31:55.608Z] [2022-03-01T06:31:55.608Z] Limits: [2022-03-01T06:31:55.608Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-03-01T06:31:55.608Z] [2022-03-01T06:31:55.608Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [2022-03-01T06:31:55.645Z] #58 35.99 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-03-01T06:31:55.645Z] #58 36.00 go: downloading github.com/golang/protobuf v1.5.2 [2022-03-01T06:31:55.645Z] #58 36.01 go: downloading github.com/cespare/xxhash v1.1.0 [2022-03-01T06:31:55.645Z] #58 36.14 go: downloading github.com/prometheus/common v0.10.0 [Pipeline] sh [2022-03-01T06:31:55.904Z] #58 36.31 go: downloading github.com/prometheus/procfs v0.6.0 [2022-03-01T06:31:55.904Z] #58 36.33 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-03-01T06:31:55.904Z] #58 36.39 go: downloading google.golang.org/protobuf v1.27.1 [2022-03-01T06:31:55.905Z] #10 DONE 1.0s [2022-03-01T06:31:55.905Z] [2022-03-01T06:31:55.905Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-01T06:31:55.905Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-01T06:31:55.905Z] #9 DONE 1.0s [2022-03-01T06:31:55.905Z] [2022-03-01T06:31:55.905Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-01T06:31:55.905Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-01T06:31:55.905Z] #8 DONE 1.0s [2022-03-01T06:31:55.905Z] [2022-03-01T06:31:55.905Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-01T06:31:55.905Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-01T06:31:55.905Z] #7 DONE 1.1s [2022-03-01T06:31:55.953Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:9efa8b3500f43524d705cd703dac5ea5944b8ef6 . [2022-03-01T06:31:56.210Z] #1 [internal] load build definition from Dockerfile [2022-03-01T06:31:56.210Z] #1 sha256:5642f144598dcc07871000833a49e1031da35fb1deaf307ad2319c3ce1df437d [2022-03-01T06:31:56.210Z] #1 transferring dockerfile: 16.77kB 0.0s done [2022-03-01T06:31:56.210Z] #1 DONE 0.2s [2022-03-01T06:31:56.210Z] [2022-03-01T06:31:56.210Z] #2 [internal] load .dockerignore [2022-03-01T06:31:56.210Z] #2 sha256:03f2f51fe27e6ba0914fd698cbce319ff218800e4b2456533d39df3bfbe78e6f [2022-03-01T06:31:56.210Z] #2 transferring context: 87B done [2022-03-01T06:31:56.210Z] #2 DONE 0.0s [2022-03-01T06:31:56.210Z] [2022-03-01T06:31:56.210Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-01T06:31:56.210Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-03-01T06:31:56.840Z] #58 37.39 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-03-01T06:31:56.863Z] #3 DONE 0.4s [2022-03-01T06:31:56.863Z] [2022-03-01T06:31:56.863Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-01T06:31:56.863Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-03-01T06:31:56.863Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-03-01T06:31:56.863Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-03-01T06:31:56.863Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-03-01T06:31:56.863Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-03-01T06:31:56.863Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 7.34MB / 9.67MB 0.1s [2022-03-01T06:31:57.120Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-03-01T06:31:57.120Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-03-01T06:31:57.120Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s done [2022-03-01T06:31:57.377Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.4s done [2022-03-01T06:31:57.635Z] #4 DONE 0.9s [2022-03-01T06:31:57.896Z] [2022-03-01T06:31:57.896Z] #6 [internal] load build definition from Dockerfile [2022-03-01T06:31:57.896Z] #6 sha256:e11cf7d9d2c78b21e5717d6ba84bc04118f2154ff65433621bebd9db66795070 [2022-03-01T06:31:57.896Z] #6 DONE 0.0s [2022-03-01T06:31:57.896Z] [2022-03-01T06:31:57.896Z] #5 [internal] load .dockerignore [2022-03-01T06:31:57.896Z] #5 sha256:33771624f2b5761f18069b322ce6becbdad7c398d4b566847f0703de9c3b8cc8 [2022-03-01T06:31:57.896Z] #5 DONE 0.0s [2022-03-01T06:31:57.896Z] [2022-03-01T06:31:57.896Z] #10 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-01T06:31:57.896Z] #10 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-01T06:31:58.219Z] #58 ... [2022-03-01T06:31:58.219Z] [2022-03-01T06:31:58.219Z] #56 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-01T06:31:58.219Z] #56 sha256:43fb401563a67815ef5aec7e67ba2fb1658eb2e75f748c9d9ed1b738970b1866 [2022-03-01T06:31:58.219Z] #56 38.61 gotestsum version dev [2022-03-01T06:31:58.455Z] [2022-03-01T06:31:58.455Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:93872b0f54145f1ae135538c6bbe77a4f70dfa56d3fb27b30445f756b1b76f1d [2022-03-01T06:31:58.455Z] #11 sha256:fa55dec94b0a0262abd5e5be095d6ffb758c3220416ee885b45ab1773abbfd26 [2022-03-01T06:31:58.455Z] #11 resolve docker.io/library/golang:1.17.7-bullseye@sha256:93872b0f54145f1ae135538c6bbe77a4f70dfa56d3fb27b30445f756b1b76f1d 0.1s done [2022-03-01T06:31:58.455Z] #11 sha256:1996dda6ea808b9909acf67f594e68948bf630bade0bf61b3a2025f5aadc3ada 1.80kB / 1.80kB done [2022-03-01T06:31:58.455Z] #11 sha256:836f6d7d89c385386c90a2c771597e0ae0accb251124d1f972b563d2f183ef5c 7.04kB / 7.04kB done [2022-03-01T06:31:58.455Z] #11 sha256:93872b0f54145f1ae135538c6bbe77a4f70dfa56d3fb27b30445f756b1b76f1d 1.86kB / 1.86kB done [2022-03-01T06:31:58.788Z] #56 ... [2022-03-01T06:31:58.788Z] [2022-03-01T06:31:58.788Z] #54 [criu 2/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 echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-01T06:31:58.788Z] #54 sha256:6b196adde5ec5150535e9cd03b94b310f29d21819414869615686dbdf825cc09 [2022-03-01T06:31:58.788Z] #54 29.14 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-03-01T06:31:58.788Z] #54 30.00 debconf: delaying package configuration, since apt-utils is not installed [2022-03-01T06:31:58.788Z] #54 30.14 Fetched 2292 kB in 4s (575 kB/s) [2022-03-01T06:31:58.788Z] #54 30.20 Selecting previously unselected package libprotobuf23:amd64. [2022-03-01T06:31:58.788Z] #54 30.20 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-01T06:31:58.788Z] #54 30.26 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-03-01T06:31:58.788Z] #54 30.33 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-03-01T06:31:58.788Z] #54 30.82 Selecting previously unselected package python3-pkg-resources. [2022-03-01T06:31:58.788Z] #54 30.84 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-01T06:31:58.788Z] #54 30.85 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-01T06:31:58.788Z] #54 31.01 Selecting previously unselected package python3-six. [2022-03-01T06:31:58.788Z] #54 31.01 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-03-01T06:31:58.788Z] #54 31.01 Unpacking python3-six (1.16.0-2) ... [2022-03-01T06:31:58.788Z] #54 31.08 Selecting previously unselected package python3-protobuf. [2022-03-01T06:31:58.788Z] #54 31.09 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-03-01T06:31:58.788Z] #54 31.12 Unpacking python3-protobuf (3.12.4-1) ... [2022-03-01T06:31:58.788Z] #54 31.47 Selecting previously unselected package libnet1:amd64. [2022-03-01T06:31:58.788Z] #54 31.47 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-01T06:31:58.788Z] #54 31.48 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-01T06:31:58.788Z] #54 31.59 Selecting previously unselected package libnl-3-200:amd64. [2022-03-01T06:31:58.788Z] #54 31.59 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-01T06:31:58.788Z] #54 31.60 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-01T06:31:58.788Z] #54 31.70 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-01T06:31:58.788Z] #54 31.70 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-01T06:31:58.788Z] #54 31.71 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-01T06:31:58.788Z] #54 31.81 Selecting previously unselected package criu. [2022-03-01T06:31:58.788Z] #54 31.81 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-03-01T06:31:58.788Z] #54 31.81 Unpacking criu (3.16.1-3) ... [2022-03-01T06:31:58.788Z] #54 32.33 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-01T06:31:58.788Z] #54 33.33 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-03-01T06:31:58.788Z] #54 33.35 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-01T06:31:58.788Z] #54 33.36 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-01T06:31:58.788Z] #54 33.37 Setting up python3-six (1.16.0-2) ... [2022-03-01T06:31:58.788Z] #54 34.15 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-01T06:31:58.788Z] #54 34.21 Setting up python3-protobuf (3.12.4-1) ... [2022-03-01T06:31:58.788Z] #54 36.39 Setting up criu (3.16.1-3) ... [2022-03-01T06:31:58.788Z] #54 37.86 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-01T06:31:58.822Z] #11 ... [2022-03-01T06:31:58.822Z] [2022-03-01T06:31:58.822Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-01T06:31:58.822Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-01T06:31:58.822Z] #45 DONE 0.0s [2022-03-01T06:31:58.822Z] [2022-03-01T06:31:58.822Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:93872b0f54145f1ae135538c6bbe77a4f70dfa56d3fb27b30445f756b1b76f1d [2022-03-01T06:31:58.822Z] #11 sha256:fa55dec94b0a0262abd5e5be095d6ffb758c3220416ee885b45ab1773abbfd26 [2022-03-01T06:31:58.822Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 0B / 54.92MB 0.3s [2022-03-01T06:31:58.822Z] #11 sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 3.15MB / 5.15MB 0.3s [2022-03-01T06:31:58.830Z] #10 DONE 0.8s [2022-03-01T06:31:58.830Z] [2022-03-01T06:31:58.830Z] #7 [internal] load metadata for docker.io/library/golang:1.17.7-bullseye [2022-03-01T06:31:58.830Z] #7 sha256:c2791d0589e3e1ff48e733c6ac0580f0ee9c64993624784a23dc9d251eafa8c5 [2022-03-01T06:31:58.830Z] #7 DONE 0.8s [2022-03-01T06:31:58.830Z] [2022-03-01T06:31:58.830Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-01T06:31:58.830Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-01T06:31:58.830Z] #9 DONE 0.9s [2022-03-01T06:31:58.830Z] [2022-03-01T06:31:58.830Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-01T06:31:58.830Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-01T06:31:58.830Z] #8 DONE 0.9s [2022-03-01T06:31:59.048Z] #54 DONE 39.4s [2022-03-01T06:31:59.048Z] [2022-03-01T06:31:59.048Z] #56 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-01T06:31:59.048Z] #56 sha256:43fb401563a67815ef5aec7e67ba2fb1658eb2e75f748c9d9ed1b738970b1866 [2022-03-01T06:31:59.048Z] #56 DONE 39.7s [2022-03-01T06:31:59.048Z] [2022-03-01T06:31:59.048Z] #41 [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 "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-01T06:31:59.048Z] #41 sha256:daffcb12c1650deef77c07848ff64bbdd4bdfa53e647429282187d41fa3cd995 [2022-03-01T06:31:59.048Z] #41 30.65 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-03-01T06:31:59.048Z] #41 31.35 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-01T06:31:59.084Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 4.19MB / 54.92MB 0.6s [2022-03-01T06:31:59.084Z] #11 sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 5.15MB / 5.15MB 0.4s [2022-03-01T06:31:59.084Z] #11 sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 5.15MB / 5.15MB 0.5s done [2022-03-01T06:31:59.347Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 17.83MB / 54.92MB 0.9s [2022-03-01T06:31:59.347Z] #11 sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 4.08MB / 10.87MB 0.9s [2022-03-01T06:31:59.347Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 20.97MB / 54.92MB 0.9s [2022-03-01T06:31:59.347Z] #11 sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 4.97MB / 10.87MB 0.9s [2022-03-01T06:31:59.618Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 29.36MB / 54.92MB 1.0s [2022-03-01T06:31:59.618Z] #11 sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 7.83MB / 10.87MB 1.0s [2022-03-01T06:31:59.618Z] #11 sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 9.44MB / 10.87MB 1.1s [2022-03-01T06:31:59.887Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 36.70MB / 54.92MB 1.2s [2022-03-01T06:31:59.887Z] #11 sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 10.87MB / 10.87MB 1.2s [2022-03-01T06:31:59.887Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 42.99MB / 54.92MB 1.4s [2022-03-01T06:31:59.887Z] #11 sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 10.87MB / 10.87MB 1.4s done [2022-03-01T06:32:00.156Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 0B / 54.57MB 1.6s [2022-03-01T06:32:00.156Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 48.55MB / 54.92MB 1.7s [2022-03-01T06:32:00.156Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 3.22MB / 54.57MB 1.7s [2022-03-01T06:32:00.427Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 51.38MB / 54.92MB 1.8s [2022-03-01T06:32:00.427Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 54.92MB / 54.92MB 2.0s [2022-03-01T06:32:00.427Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 11.53MB / 54.57MB 2.0s [2022-03-01T06:32:00.697Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 15.73MB / 54.57MB 2.1s [2022-03-01T06:32:00.697Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 24.12MB / 54.57MB 2.3s [2022-03-01T06:32:00.958Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 29.36MB / 54.57MB 2.4s [2022-03-01T06:32:00.958Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 39.09MB / 54.57MB 2.5s [2022-03-01T06:32:01.218Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 43.13MB / 54.57MB 2.6s [2022-03-01T06:32:01.219Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 52.43MB / 54.57MB 2.8s [2022-03-01T06:32:02.162Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 54.92MB / 54.92MB 3.5s done [2022-03-01T06:32:02.162Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 1.76MB / 85.81MB 3.6s [2022-03-01T06:32:02.185Z] [2022-03-01T06:32:02.185Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-01T06:32:02.185Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-01T06:32:02.185Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-03-01T06:32:02.185Z] #69 DONE 0.1s [2022-03-01T06:32:02.185Z] [2022-03-01T06:32:02.185Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-01T06:32:02.185Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-01T06:32:02.185Z] #28 resolve docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 0.0s done [2022-03-01T06:32:02.185Z] #28 sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 1.85kB / 1.85kB done [2022-03-01T06:32:02.185Z] #28 sha256:4ceca80e912f5fd88749d9984597fbe81d436049745b07b54cd2b112ea3a4618 529B / 529B done [2022-03-01T06:32:02.185Z] #28 sha256:d40157244907583ef151d2de83245c018a7bf8b2025518dd1e108ec60c1a679c 1.46kB / 1.46kB done [2022-03-01T06:32:02.185Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 0B / 54.92MB 0.1s [2022-03-01T06:32:02.185Z] #28 ... [2022-03-01T06:32:02.185Z] [2022-03-01T06:32:02.185Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-01T06:32:02.185Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-01T06:32:02.185Z] #45 DONE 0.0s [2022-03-01T06:32:02.185Z] [2022-03-01T06:32:02.185Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-01T06:32:02.185Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-01T06:32:02.185Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 8.34MB / 54.92MB 0.3s [2022-03-01T06:32:02.185Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 17.83MB / 54.92MB 0.5s [2022-03-01T06:32:02.424Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 14.68MB / 85.81MB 4.0s [2022-03-01T06:32:02.424Z] #11 extracting sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 [2022-03-01T06:32:02.446Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 20.97MB / 54.92MB 0.6s [2022-03-01T06:32:02.687Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 30.41MB / 85.81MB 4.2s [2022-03-01T06:32:02.707Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 26.41MB / 54.92MB 0.8s [2022-03-01T06:32:02.707Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 30.41MB / 54.92MB 0.9s [2022-03-01T06:32:02.742Z] Client: Docker Engine - Community [2022-03-01T06:32:02.742Z] Version: 20.10.12 [2022-03-01T06:32:02.742Z] API version: 1.41 [2022-03-01T06:32:02.742Z] Go version: go1.16.12 [2022-03-01T06:32:02.742Z] Git commit: e91ed57 [2022-03-01T06:32:02.742Z] Built: Mon Dec 13 11:44:28 2021 [2022-03-01T06:32:02.742Z] OS/Arch: linux/arm64 [2022-03-01T06:32:02.742Z] Context: default [2022-03-01T06:32:02.742Z] Experimental: true [2022-03-01T06:32:02.742Z] [2022-03-01T06:32:02.742Z] Server: Docker Engine - Community [2022-03-01T06:32:02.742Z] Engine: [2022-03-01T06:32:02.742Z] Version: 20.10.12 [2022-03-01T06:32:02.742Z] API version: 1.41 (minimum version 1.12) [2022-03-01T06:32:02.742Z] Go version: go1.16.12 [2022-03-01T06:32:02.742Z] Git commit: 459d0df [2022-03-01T06:32:02.742Z] Built: Mon Dec 13 11:43:05 2021 [2022-03-01T06:32:02.742Z] OS/Arch: linux/arm64 [2022-03-01T06:32:02.742Z] Experimental: true [2022-03-01T06:32:02.742Z] containerd: [2022-03-01T06:32:02.742Z] Version: 1.4.12 [2022-03-01T06:32:02.742Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-01T06:32:02.742Z] runc: [2022-03-01T06:32:02.742Z] Version: 1.0.2 [2022-03-01T06:32:02.742Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-01T06:32:02.742Z] docker-init: [2022-03-01T06:32:02.742Z] Version: 0.19.0 [2022-03-01T06:32:02.742Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-01T06:32:02.948Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 47.19MB / 85.81MB 4.4s [2022-03-01T06:32:02.948Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 54.57MB / 54.57MB 4.5s done [2022-03-01T06:32:02.971Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 39.85MB / 54.92MB 1.1s [2022-03-01T06:32:03.085Z] + docker info [2022-03-01T06:32:03.210Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 53.48MB / 85.81MB 4.7s [2022-03-01T06:32:03.210Z] #11 sha256:378ec17cbe4cf893c6228d4cb1c8ee7c9293d0618001aa32f28501087331d2e3 0B / 134.83MB 4.7s [2022-03-01T06:32:03.210Z] #11 sha256:e6ff4e95ec2fa250bad3f4646a53252ab039b5d1afc778209f42b30da5eaebc0 0B / 156B 4.7s [2022-03-01T06:32:03.210Z] #11 sha256:e6ff4e95ec2fa250bad3f4646a53252ab039b5d1afc778209f42b30da5eaebc0 156B / 156B 4.8s [2022-03-01T06:32:03.228Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 47.19MB / 54.92MB 1.3s [2022-03-01T06:32:03.228Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 50.33MB / 54.92MB 1.5s [2022-03-01T06:32:03.246Z] #41 ... [2022-03-01T06:32:03.246Z] [2022-03-01T06:32:03.246Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-03-01T06:32:03.246Z] #19 sha256:40843ddbace6dc1af73454ffeb51e73993423daf2a757a78bb2312d689609a7a [2022-03-01T06:32:03.246Z] #19 32.87 Fetched 48.9 MB in 31s (1557 kB/s) [2022-03-01T06:32:03.472Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 60.19MB / 85.81MB 4.9s [2022-03-01T06:32:03.472Z] #11 sha256:e6ff4e95ec2fa250bad3f4646a53252ab039b5d1afc778209f42b30da5eaebc0 156B / 156B 4.8s done [2022-03-01T06:32:03.472Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 67.16MB / 85.81MB 5.0s [2022-03-01T06:32:03.472Z] #11 sha256:378ec17cbe4cf893c6228d4cb1c8ee7c9293d0618001aa32f28501087331d2e3 12.58MB / 134.83MB 5.0s [2022-03-01T06:32:03.486Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 1.7s [2022-03-01T06:32:03.733Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 77.59MB / 85.81MB 5.1s [2022-03-01T06:32:03.733Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 82.84MB / 85.81MB 5.3s [2022-03-01T06:32:03.733Z] #11 sha256:378ec17cbe4cf893c6228d4cb1c8ee7c9293d0618001aa32f28501087331d2e3 26.21MB / 134.83MB 5.3s [2022-03-01T06:32:04.053Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 2.2s done [2022-03-01T06:32:04.094Z] #11 sha256:378ec17cbe4cf893c6228d4cb1c8ee7c9293d0618001aa32f28501087331d2e3 47.19MB / 134.83MB 5.5s [2022-03-01T06:32:04.354Z] #11 sha256:378ec17cbe4cf893c6228d4cb1c8ee7c9293d0618001aa32f28501087331d2e3 58.72MB / 134.83MB 5.6s [2022-03-01T06:32:04.354Z] #11 sha256:378ec17cbe4cf893c6228d4cb1c8ee7c9293d0618001aa32f28501087331d2e3 70.25MB / 134.83MB 5.8s [2022-03-01T06:32:04.354Z] #11 sha256:378ec17cbe4cf893c6228d4cb1c8ee7c9293d0618001aa32f28501087331d2e3 82.84MB / 134.83MB 6.0s [2022-03-01T06:32:04.356Z] #28 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 [2022-03-01T06:32:04.615Z] #11 sha256:378ec17cbe4cf893c6228d4cb1c8ee7c9293d0618001aa32f28501087331d2e3 89.83MB / 134.83MB 6.1s [2022-03-01T06:32:04.877Z] #11 sha256:378ec17cbe4cf893c6228d4cb1c8ee7c9293d0618001aa32f28501087331d2e3 97.52MB / 134.83MB 6.3s [2022-03-01T06:32:04.877Z] #11 sha256:378ec17cbe4cf893c6228d4cb1c8ee7c9293d0618001aa32f28501087331d2e3 109.05MB / 134.83MB 6.4s [2022-03-01T06:32:05.170Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 85.81MB / 85.81MB 6.6s done [2022-03-01T06:32:05.170Z] #11 sha256:378ec17cbe4cf893c6228d4cb1c8ee7c9293d0618001aa32f28501087331d2e3 121.63MB / 134.83MB 6.6s [2022-03-01T06:32:05.430Z] #11 sha256:378ec17cbe4cf893c6228d4cb1c8ee7c9293d0618001aa32f28501087331d2e3 131.07MB / 134.83MB 6.8s [2022-03-01T06:32:07.976Z] #11 extracting sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 5.0s [2022-03-01T06:32:07.976Z] #11 sha256:378ec17cbe4cf893c6228d4cb1c8ee7c9293d0618001aa32f28501087331d2e3 134.83MB / 134.83MB 9.0s done [2022-03-01T06:32:07.976Z] #11 ... [2022-03-01T06:32:07.976Z] [2022-03-01T06:32:07.976Z] #24 [internal] load build context [2022-03-01T06:32:07.976Z] #24 sha256:2c1f4ddcf1a32ab2c1a349663b9470056fd33980e2c83ae053cf0df82cd993a3 [2022-03-01T06:32:07.976Z] #24 transferring context: 57.17MB 8.1s done [2022-03-01T06:32:07.976Z] #24 DONE 9.3s [2022-03-01T06:32:07.976Z] [2022-03-01T06:32:07.976Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:93872b0f54145f1ae135538c6bbe77a4f70dfa56d3fb27b30445f756b1b76f1d [2022-03-01T06:32:07.976Z] #11 sha256:fa55dec94b0a0262abd5e5be095d6ffb758c3220416ee885b45ab1773abbfd26 [2022-03-01T06:32:07.976Z] #11 ... [2022-03-01T06:32:07.976Z] [2022-03-01T06:32:07.976Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-01T06:32:07.976Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-01T06:32:07.976Z] #28 resolve docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 0.1s done [2022-03-01T06:32:07.976Z] #28 sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 1.85kB / 1.85kB done [2022-03-01T06:32:07.976Z] #28 sha256:4ceca80e912f5fd88749d9984597fbe81d436049745b07b54cd2b112ea3a4618 529B / 529B done [2022-03-01T06:32:07.976Z] #28 sha256:d40157244907583ef151d2de83245c018a7bf8b2025518dd1e108ec60c1a679c 1.46kB / 1.46kB done [2022-03-01T06:32:07.976Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 2.6s done [2022-03-01T06:32:07.976Z] #28 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 6.3s [2022-03-01T06:32:07.976Z] #28 ... [2022-03-01T06:32:07.976Z] [2022-03-01T06:32:07.976Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-01T06:32:07.976Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-01T06:32:07.976Z] #67 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-03-01T06:32:07.976Z] #67 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-01T06:32:07.976Z] #67 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-03-01T06:32:07.976Z] #67 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-03-01T06:32:07.976Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 6.8s done [2022-03-01T06:32:07.976Z] #67 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.7s done [2022-03-01T06:32:07.976Z] #67 DONE 9.5s [2022-03-01T06:32:07.976Z] [2022-03-01T06:32:07.976Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-01T06:32:07.976Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-01T06:32:07.976Z] #28 ... [2022-03-01T06:32:07.976Z] [2022-03-01T06:32:07.976Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:93872b0f54145f1ae135538c6bbe77a4f70dfa56d3fb27b30445f756b1b76f1d [2022-03-01T06:32:07.976Z] #11 sha256:fa55dec94b0a0262abd5e5be095d6ffb758c3220416ee885b45ab1773abbfd26 [2022-03-01T06:32:08.551Z] #11 ... [2022-03-01T06:32:08.551Z] [2022-03-01T06:32:08.551Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-01T06:32:08.551Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-01T06:32:08.551Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 done [2022-03-01T06:32:08.551Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-01T06:32:08.551Z] #69 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-03-01T06:32:08.551Z] #69 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-03-01T06:32:08.551Z] #69 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 9.0s done [2022-03-01T06:32:08.551Z] #69 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.6s [2022-03-01T06:32:08.551Z] #69 ... [2022-03-01T06:32:08.551Z] [2022-03-01T06:32:08.551Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-01T06:32:08.551Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-01T06:32:08.556Z] #28 ... [2022-03-01T06:32:08.556Z] [2022-03-01T06:32:08.556Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:93872b0f54145f1ae135538c6bbe77a4f70dfa56d3fb27b30445f756b1b76f1d [2022-03-01T06:32:08.556Z] #11 sha256:fa55dec94b0a0262abd5e5be095d6ffb758c3220416ee885b45ab1773abbfd26 [2022-03-01T06:32:08.556Z] #11 resolve docker.io/library/golang:1.17.7-bullseye@sha256:93872b0f54145f1ae135538c6bbe77a4f70dfa56d3fb27b30445f756b1b76f1d 0.1s done [2022-03-01T06:32:08.556Z] #11 sha256:93872b0f54145f1ae135538c6bbe77a4f70dfa56d3fb27b30445f756b1b76f1d 1.86kB / 1.86kB done [2022-03-01T06:32:08.556Z] #11 sha256:1996dda6ea808b9909acf67f594e68948bf630bade0bf61b3a2025f5aadc3ada 1.80kB / 1.80kB done [2022-03-01T06:32:08.556Z] #11 sha256:836f6d7d89c385386c90a2c771597e0ae0accb251124d1f972b563d2f183ef5c 7.04kB / 7.04kB done [2022-03-01T06:32:08.556Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 54.92MB / 54.92MB 2.8s done [2022-03-01T06:32:08.556Z] #11 sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 5.15MB / 5.15MB 0.6s done [2022-03-01T06:32:08.556Z] #11 sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 10.87MB / 10.87MB 1.2s done [2022-03-01T06:32:08.556Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 54.57MB / 54.57MB 3.7s done [2022-03-01T06:32:08.556Z] #11 sha256:378ec17cbe4cf893c6228d4cb1c8ee7c9293d0618001aa32f28501087331d2e3 116.39MB / 134.83MB 6.3s [2022-03-01T06:32:08.556Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 85.81MB / 85.81MB 6.3s [2022-03-01T06:32:08.556Z] #11 extracting sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 2.8s [2022-03-01T06:32:08.556Z] #11 sha256:e6ff4e95ec2fa250bad3f4646a53252ab039b5d1afc778209f42b30da5eaebc0 156B / 156B 3.9s done [2022-03-01T06:32:08.556Z] #11 sha256:378ec17cbe4cf893c6228d4cb1c8ee7c9293d0618001aa32f28501087331d2e3 124.78MB / 134.83MB 6.6s [2022-03-01T06:32:08.556Z] #11 sha256:378ec17cbe4cf893c6228d4cb1c8ee7c9293d0618001aa32f28501087331d2e3 134.83MB / 134.83MB 6.9s [2022-03-01T06:32:08.819Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 85.81MB / 85.81MB 6.9s done [2022-03-01T06:32:10.193Z] #11 ... [2022-03-01T06:32:10.193Z] [2022-03-01T06:32:10.193Z] #24 [internal] load build context [2022-03-01T06:32:10.193Z] #24 sha256:5ba3f00d70e1e9dd1577a373a57066c242a10952e4f84f51e7e831ec6775d034 [2022-03-01T06:32:10.193Z] #24 transferring context: 57.17MB 7.8s done [2022-03-01T06:32:10.193Z] #24 DONE 8.4s [2022-03-01T06:32:10.193Z] [2022-03-01T06:32:10.193Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-01T06:32:10.193Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-01T06:32:10.193Z] #67 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-03-01T06:32:10.193Z] #67 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-01T06:32:10.193Z] #67 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-03-01T06:32:10.193Z] #67 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-03-01T06:32:10.193Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 4.5s done [2022-03-01T06:32:10.193Z] #67 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.2s done [2022-03-01T06:32:10.193Z] #67 DONE 8.4s [2022-03-01T06:32:10.193Z] [2022-03-01T06:32:10.193Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:93872b0f54145f1ae135538c6bbe77a4f70dfa56d3fb27b30445f756b1b76f1d [2022-03-01T06:32:10.193Z] #11 sha256:fa55dec94b0a0262abd5e5be095d6ffb758c3220416ee885b45ab1773abbfd26 [2022-03-01T06:32:10.193Z] #11 sha256:378ec17cbe4cf893c6228d4cb1c8ee7c9293d0618001aa32f28501087331d2e3 134.83MB / 134.83MB 8.2s done [2022-03-01T06:32:10.193Z] #11 ... [2022-03-01T06:32:10.193Z] [2022-03-01T06:32:10.193Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-01T06:32:10.193Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-01T06:32:10.193Z] #28 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 5.8s [2022-03-01T06:32:10.464Z] #28 ... [2022-03-01T06:32:10.464Z] [2022-03-01T06:32:10.464Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-01T06:32:10.464Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-01T06:32:10.464Z] #69 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.5s done [2022-03-01T06:32:10.464Z] #69 DONE 11.7s [2022-03-01T06:32:10.464Z] [2022-03-01T06:32:10.464Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-01T06:32:10.464Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-01T06:32:11.125Z] #28 ... [2022-03-01T06:32:11.125Z] [2022-03-01T06:32:11.125Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-01T06:32:11.125Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-01T06:32:11.125Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-01T06:32:11.125Z] #69 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-03-01T06:32:11.125Z] #69 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-03-01T06:32:11.125Z] #69 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 5.3s done [2022-03-01T06:32:11.125Z] #69 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.6s done [2022-03-01T06:32:11.125Z] #69 DONE 9.5s [2022-03-01T06:32:11.125Z] [2022-03-01T06:32:11.125Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-01T06:32:11.125Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-01T06:32:13.018Z] #28 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 11.5s done [2022-03-01T06:32:13.018Z] #28 ... [2022-03-01T06:32:13.018Z] [2022-03-01T06:32:13.018Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-01T06:32:13.018Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-03-01T06:32:13.018Z] #68 DONE 0.4s [2022-03-01T06:32:13.018Z] [2022-03-01T06:32:13.018Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-01T06:32:13.018Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-01T06:32:13.018Z] #28 DONE 14.8s [2022-03-01T06:32:13.018Z] [2022-03-01T06:32:13.018Z] #29 [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 [2022-03-01T06:32:13.018Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-01T06:32:13.021Z] #28 ... [2022-03-01T06:32:13.021Z] [2022-03-01T06:32:13.021Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-01T06:32:13.021Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-03-01T06:32:13.021Z] #68 DONE 0.7s [2022-03-01T06:32:13.021Z] [2022-03-01T06:32:13.021Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-01T06:32:13.021Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-01T06:32:13.227Z] #19 32.87 Reading package lists... [2022-03-01T06:32:13.345Z] Client: [2022-03-01T06:32:13.345Z] Context: default [2022-03-01T06:32:13.345Z] Debug Mode: false [2022-03-01T06:32:13.345Z] Plugins: [2022-03-01T06:32:13.345Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-01T06:32:13.345Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-01T06:32:13.345Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-03-01T06:32:13.345Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-03-01T06:32:13.345Z] [2022-03-01T06:32:13.345Z] Server: [2022-03-01T06:32:13.345Z] Containers: 0 [2022-03-01T06:32:13.345Z] Running: 0 [2022-03-01T06:32:13.345Z] Paused: 0 [2022-03-01T06:32:13.345Z] Stopped: 0 [2022-03-01T06:32:13.345Z] Images: 0 [2022-03-01T06:32:13.345Z] Server Version: 20.10.12 [2022-03-01T06:32:13.345Z] Storage Driver: overlay2 [2022-03-01T06:32:13.345Z] Backing Filesystem: extfs [2022-03-01T06:32:13.345Z] Supports d_type: true [2022-03-01T06:32:13.345Z] Native Overlay Diff: true [2022-03-01T06:32:13.345Z] userxattr: false [2022-03-01T06:32:13.345Z] Logging Driver: json-file [2022-03-01T06:32:13.345Z] Cgroup Driver: systemd [2022-03-01T06:32:13.345Z] Cgroup Version: 2 [2022-03-01T06:32:13.345Z] Plugins: [2022-03-01T06:32:13.345Z] Volume: local [2022-03-01T06:32:13.345Z] Network: bridge host ipvlan macvlan null overlay [2022-03-01T06:32:13.345Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-01T06:32:13.345Z] Swarm: inactive [2022-03-01T06:32:13.345Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-03-01T06:32:13.345Z] Default Runtime: runc [2022-03-01T06:32:13.345Z] Init Binary: docker-init [2022-03-01T06:32:13.345Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-01T06:32:13.345Z] runc version: v1.0.2-0-g52b36a2 [2022-03-01T06:32:13.345Z] init version: de40ad0 [2022-03-01T06:32:13.345Z] Security Options: [2022-03-01T06:32:13.345Z] apparmor [2022-03-01T06:32:13.345Z] seccomp [2022-03-01T06:32:13.345Z] Profile: default [2022-03-01T06:32:13.345Z] cgroupns [2022-03-01T06:32:13.345Z] Kernel Version: 5.11.0-1023-aws [2022-03-01T06:32:13.345Z] Operating System: Ubuntu 20.04.3 LTS [2022-03-01T06:32:13.345Z] OSType: linux [2022-03-01T06:32:13.345Z] Architecture: x86_64 [2022-03-01T06:32:13.345Z] CPUs: 2 [2022-03-01T06:32:13.345Z] Total Memory: 7.559GiB [2022-03-01T06:32:13.345Z] Name: ip-10-100-83-7 [2022-03-01T06:32:13.345Z] ID: 7KME:NV2J:EQBM:WHKE:5EE7:CLST:3WKA:WZFP:UKH2:O4ZT:4I7A:FGJH [2022-03-01T06:32:13.345Z] Docker Root Dir: /var/lib/docker [2022-03-01T06:32:13.345Z] Debug Mode: false [2022-03-01T06:32:13.345Z] Registry: https://index.docker.io/v1/ [2022-03-01T06:32:13.345Z] Labels: [2022-03-01T06:32:13.345Z] Experimental: true [2022-03-01T06:32:13.345Z] Insecure Registries: [2022-03-01T06:32:13.345Z] 127.0.0.0/8 [2022-03-01T06:32:13.345Z] Live Restore Enabled: true [2022-03-01T06:32:13.345Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-01T06:32:13.667Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:9efa8b3500f43524d705cd703dac5ea5944b8ef6 . [2022-03-01T06:32:13.668Z] #1 [internal] load build definition from Dockerfile [2022-03-01T06:32:13.668Z] #1 sha256:8d876c78cb4cdb89f00a1d17ba3e26d7611a0fdc119eec3a0592d0aa55dfe39e [2022-03-01T06:32:13.668Z] #1 transferring dockerfile: 16.77kB done [2022-03-01T06:32:13.668Z] #1 DONE 0.1s [2022-03-01T06:32:13.668Z] [2022-03-01T06:32:13.668Z] #2 [internal] load .dockerignore [2022-03-01T06:32:13.668Z] #2 sha256:0f09bd1b7472310976098291bd42c35d6499bd012585d9f6f3366d3d42547245 [2022-03-01T06:32:13.668Z] #2 transferring context: 87B done [2022-03-01T06:32:13.926Z] #2 DONE 0.0s [2022-03-01T06:32:13.926Z] [2022-03-01T06:32:13.926Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-01T06:32:13.926Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-03-01T06:32:13.950Z] #28 ... [2022-03-01T06:32:13.950Z] [2022-03-01T06:32:13.950Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-01T06:32:13.950Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-03-01T06:32:13.950Z] #70 DONE 1.0s [2022-03-01T06:32:13.950Z] [2022-03-01T06:32:13.950Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-01T06:32:13.950Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-01T06:32:13.960Z] #29 ... [2022-03-01T06:32:13.960Z] [2022-03-01T06:32:13.960Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-01T06:32:13.960Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-03-01T06:32:13.960Z] #70 DONE 0.9s [2022-03-01T06:32:13.960Z] [2022-03-01T06:32:13.961Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:93872b0f54145f1ae135538c6bbe77a4f70dfa56d3fb27b30445f756b1b76f1d [2022-03-01T06:32:13.961Z] #11 sha256:fa55dec94b0a0262abd5e5be095d6ffb758c3220416ee885b45ab1773abbfd26 [2022-03-01T06:32:13.961Z] #11 extracting sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 10.9s done [2022-03-01T06:32:13.961Z] #11 extracting sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 [2022-03-01T06:32:14.182Z] #3 DONE 0.3s [2022-03-01T06:32:14.182Z] [2022-03-01T06:32:14.182Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-01T06:32:14.182Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-03-01T06:32:14.182Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 0.0s done [2022-03-01T06:32:14.182Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-03-01T06:32:14.182Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-03-01T06:32:14.182Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-03-01T06:32:14.182Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 5.24MB / 9.67MB 0.1s [2022-03-01T06:32:14.440Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-03-01T06:32:14.440Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s done [2022-03-01T06:32:14.696Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-03-01T06:32:14.915Z] #11 extracting sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 0.8s done [2022-03-01T06:32:14.915Z] #11 ... [2022-03-01T06:32:14.915Z] [2022-03-01T06:32:14.915Z] #29 [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 [2022-03-01T06:32:14.915Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-01T06:32:14.915Z] #29 1.714 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-01T06:32:14.915Z] #29 1.729 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-01T06:32:14.915Z] #29 1.729 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-01T06:32:14.915Z] #29 1.871 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [121 kB] [2022-03-01T06:32:14.952Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.2s done [2022-03-01T06:32:14.952Z] #4 DONE 0.7s [2022-03-01T06:32:15.176Z] #29 2.106 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-01T06:32:15.208Z] [2022-03-01T06:32:15.208Z] #6 [internal] load .dockerignore [2022-03-01T06:32:15.208Z] #6 sha256:095f8ff76cfd78c6bf384422aae1af1218b43632bbd169f3cc4677c8d56e6426 [2022-03-01T06:32:15.208Z] #6 DONE 0.0s [2022-03-01T06:32:15.208Z] [2022-03-01T06:32:15.208Z] #5 [internal] load build definition from Dockerfile [2022-03-01T06:32:15.208Z] #5 sha256:b0bba56db81c9c5bc9b6b6b83c9a3a674a0876417f9e897e810463f234a1341e [2022-03-01T06:32:15.208Z] #5 DONE 0.0s [2022-03-01T06:32:15.208Z] [2022-03-01T06:32:15.208Z] #10 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-01T06:32:15.208Z] #10 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-01T06:32:15.328Z] #28 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 11.0s [2022-03-01T06:32:15.749Z] #29 2.420 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-01T06:32:15.778Z] #10 ... [2022-03-01T06:32:15.778Z] [2022-03-01T06:32:15.778Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-01T06:32:15.778Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-01T06:32:15.778Z] #7 DONE 0.8s [2022-03-01T06:32:16.037Z] [2022-03-01T06:32:16.037Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-01T06:32:16.037Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-01T06:32:16.037Z] #8 DONE 0.8s [2022-03-01T06:32:16.037Z] [2022-03-01T06:32:16.037Z] #10 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-01T06:32:16.037Z] #10 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-01T06:32:16.037Z] #10 DONE 0.8s [2022-03-01T06:32:16.037Z] [2022-03-01T06:32:16.037Z] #9 [internal] load metadata for docker.io/library/golang:1.17.7-bullseye [2022-03-01T06:32:16.037Z] #9 sha256:c2791d0589e3e1ff48e733c6ac0580f0ee9c64993624784a23dc9d251eafa8c5 [2022-03-01T06:32:16.037Z] #9 DONE 0.9s [2022-03-01T06:32:16.371Z] [2022-03-01T06:32:16.371Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-01T06:32:16.371Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-01T06:32:16.371Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-03-01T06:32:16.371Z] #69 DONE 0.0s [2022-03-01T06:32:16.371Z] [2022-03-01T06:32:16.371Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-01T06:32:16.371Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-01T06:32:16.371Z] #28 resolve docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 0.0s done [2022-03-01T06:32:16.371Z] #28 sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 1.85kB / 1.85kB done [2022-03-01T06:32:16.371Z] #28 sha256:4ceca80e912f5fd88749d9984597fbe81d436049745b07b54cd2b112ea3a4618 529B / 529B done [2022-03-01T06:32:16.630Z] #28 sha256:d40157244907583ef151d2de83245c018a7bf8b2025518dd1e108ec60c1a679c 1.46kB / 1.46kB done [2022-03-01T06:32:16.890Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 2.10MB / 54.92MB 0.3s [2022-03-01T06:32:17.135Z] #29 3.884 Fetched 8506 kB in 2s (3470 kB/s) [2022-03-01T06:32:17.152Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 14.68MB / 54.92MB 0.4s [2022-03-01T06:32:17.152Z] #28 ... [2022-03-01T06:32:17.152Z] [2022-03-01T06:32:17.152Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-01T06:32:17.152Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-01T06:32:17.152Z] #45 DONE 0.0s [2022-03-01T06:32:17.152Z] [2022-03-01T06:32:17.152Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-01T06:32:17.152Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-01T06:32:17.152Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 26.21MB / 54.92MB 0.6s [2022-03-01T06:32:17.221Z] #28 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 12.7s done [2022-03-01T06:32:17.221Z] #28 DONE 15.6s [2022-03-01T06:32:17.221Z] [2022-03-01T06:32:17.221Z] #29 [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 [2022-03-01T06:32:17.221Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-01T06:32:17.415Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 36.70MB / 54.92MB 0.7s [2022-03-01T06:32:17.415Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 42.99MB / 54.92MB 0.8s [2022-03-01T06:32:17.689Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 1.0s [2022-03-01T06:32:17.709Z] #29 3.884 Reading package lists... [2022-03-01T06:32:17.947Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 1.5s done [2022-03-01T06:32:17.947Z] Client: [2022-03-01T06:32:17.947Z] Context: default [2022-03-01T06:32:17.947Z] Debug Mode: false [2022-03-01T06:32:17.947Z] Plugins: [2022-03-01T06:32:17.947Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-01T06:32:17.947Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-01T06:32:17.947Z] [2022-03-01T06:32:17.947Z] Server: [2022-03-01T06:32:17.947Z] Containers: 0 [2022-03-01T06:32:17.947Z] Running: 0 [2022-03-01T06:32:17.947Z] Paused: 0 [2022-03-01T06:32:17.947Z] Stopped: 0 [2022-03-01T06:32:17.947Z] Images: 0 [2022-03-01T06:32:17.947Z] Server Version: 20.10.12 [2022-03-01T06:32:17.947Z] Storage Driver: overlay2 [2022-03-01T06:32:17.947Z] Backing Filesystem: extfs [2022-03-01T06:32:17.947Z] Supports d_type: true [2022-03-01T06:32:17.947Z] Native Overlay Diff: true [2022-03-01T06:32:17.947Z] userxattr: false [2022-03-01T06:32:17.947Z] Logging Driver: json-file [2022-03-01T06:32:17.947Z] Cgroup Driver: cgroupfs [2022-03-01T06:32:17.947Z] Cgroup Version: 1 [2022-03-01T06:32:17.947Z] Plugins: [2022-03-01T06:32:17.947Z] Volume: local [2022-03-01T06:32:17.947Z] Network: bridge host ipvlan macvlan null overlay [2022-03-01T06:32:17.947Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-01T06:32:17.947Z] Swarm: inactive [2022-03-01T06:32:17.947Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-03-01T06:32:17.947Z] Default Runtime: runc [2022-03-01T06:32:17.947Z] Init Binary: docker-init [2022-03-01T06:32:17.947Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-01T06:32:17.947Z] runc version: v1.0.2-0-g52b36a2 [2022-03-01T06:32:17.947Z] init version: de40ad0 [2022-03-01T06:32:17.947Z] Security Options: [2022-03-01T06:32:17.947Z] apparmor [2022-03-01T06:32:17.947Z] seccomp [2022-03-01T06:32:17.947Z] Profile: default [2022-03-01T06:32:17.947Z] Kernel Version: 5.11.0-1023-aws [2022-03-01T06:32:17.947Z] Operating System: Ubuntu 20.04.3 LTS [2022-03-01T06:32:17.947Z] OSType: linux [2022-03-01T06:32:17.947Z] Architecture: aarch64 [2022-03-01T06:32:17.947Z] CPUs: 2 [2022-03-01T06:32:17.947Z] Total Memory: 7.576GiB [2022-03-01T06:32:17.947Z] Name: ip-10-100-66-67 [2022-03-01T06:32:17.947Z] ID: AN7H:AEXZ:3CFE:D2NO:DSCB:EGCV:H43Z:QHR2:AJYF:W7FY:GK6H:VUO5 [2022-03-01T06:32:17.947Z] Docker Root Dir: /var/lib/docker [2022-03-01T06:32:17.947Z] Debug Mode: false [2022-03-01T06:32:17.947Z] Registry: https://index.docker.io/v1/ [2022-03-01T06:32:17.947Z] Labels: [2022-03-01T06:32:17.947Z] Experimental: true [2022-03-01T06:32:17.947Z] Insecure Registries: [2022-03-01T06:32:17.947Z] 127.0.0.0/8 [2022-03-01T06:32:17.947Z] Live Restore Enabled: true [2022-03-01T06:32:17.947Z] [Pipeline] sh [2022-03-01T06:32:18.149Z] #29 1.037 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-01T06:32:18.149Z] #29 1.050 Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-01T06:32:18.149Z] #29 1.051 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-01T06:32:18.226Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-01T06:32:18.226Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-01T06:32:18.226Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43303/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-03-01T06:32:18.226Z] + bash /home/ubuntu/workspace/moby_PR-43303/check-config.sh [2022-03-01T06:32:18.226Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-03-01T06:32:18.226Z] info: reading kernel config from /boot/config-5.11.0-1023-aws ... [2022-03-01T06:32:18.226Z] [2022-03-01T06:32:18.226Z] Generally Necessary: [2022-03-01T06:32:18.226Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-03-01T06:32:18.226Z] - apparmor: enabled and tools installed [2022-03-01T06:32:18.226Z] - CONFIG_NAMESPACES: enabled [2022-03-01T06:32:18.226Z] - CONFIG_NET_NS: enabled [2022-03-01T06:32:18.226Z] - CONFIG_PID_NS: enabled [2022-03-01T06:32:18.226Z] - CONFIG_IPC_NS: enabled [2022-03-01T06:32:18.226Z] - CONFIG_UTS_NS: enabled [2022-03-01T06:32:18.226Z] - CONFIG_CGROUPS: enabled [2022-03-01T06:32:18.226Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-03-01T06:32:18.226Z] - CONFIG_CGROUP_DEVICE: enabled [2022-03-01T06:32:18.226Z] - CONFIG_CGROUP_FREEZER: enabled [2022-03-01T06:32:18.226Z] - CONFIG_CGROUP_SCHED: enabled [2022-03-01T06:32:18.226Z] - CONFIG_CPUSETS: enabled [2022-03-01T06:32:18.226Z] - CONFIG_MEMCG: enabled [2022-03-01T06:32:18.226Z] - CONFIG_KEYS: enabled [2022-03-01T06:32:18.226Z] - CONFIG_VETH: enabled (as module) [2022-03-01T06:32:18.226Z] - CONFIG_BRIDGE: enabled (as module) [2022-03-01T06:32:18.226Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-03-01T06:32:18.226Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-03-01T06:32:18.226Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-03-01T06:32:18.226Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-03-01T06:32:18.226Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-03-01T06:32:18.226Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-03-01T06:32:18.226Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-03-01T06:32:18.406Z] #29 1.243 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-01T06:32:18.482Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-03-01T06:32:18.482Z] - CONFIG_NF_NAT: enabled (as module) [2022-03-01T06:32:18.482Z] - CONFIG_POSIX_MQUEUE: enabled [2022-03-01T06:32:18.482Z] - CONFIG_CGROUP_BPF: enabled [2022-03-01T06:32:18.482Z] [2022-03-01T06:32:18.482Z] Optional Features: [2022-03-01T06:32:18.482Z] - CONFIG_USER_NS: enabled [2022-03-01T06:32:18.482Z] - CONFIG_SECCOMP: enabled [2022-03-01T06:32:18.482Z] - CONFIG_SECCOMP_FILTER: enabled [2022-03-01T06:32:18.482Z] - CONFIG_CGROUP_PIDS: enabled [2022-03-01T06:32:18.482Z] - CONFIG_MEMCG_SWAP: enabled [2022-03-01T06:32:18.482Z] (cgroup swap accounting is currently enabled) [2022-03-01T06:32:18.482Z] - CONFIG_BLK_CGROUP: enabled [2022-03-01T06:32:18.482Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-03-01T06:32:18.482Z] - CONFIG_CGROUP_PERF: enabled [2022-03-01T06:32:18.482Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-03-01T06:32:18.482Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-03-01T06:32:18.482Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-03-01T06:32:18.482Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-03-01T06:32:18.482Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-03-01T06:32:18.482Z] - CONFIG_RT_GROUP_SCHED: missing [2022-03-01T06:32:18.482Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-03-01T06:32:18.482Z] - CONFIG_IP_VS: enabled (as module) [2022-03-01T06:32:18.482Z] - CONFIG_IP_VS_NFCT: enabled [2022-03-01T06:32:18.482Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-03-01T06:32:18.482Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-03-01T06:32:18.482Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-03-01T06:32:18.482Z] - CONFIG_SECURITY_SELINUX: enabled [2022-03-01T06:32:18.482Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-03-01T06:32:18.482Z] - CONFIG_EXT4_FS: enabled [2022-03-01T06:32:18.482Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-03-01T06:32:18.483Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-03-01T06:32:18.483Z] - Network Drivers: [2022-03-01T06:32:18.483Z] - "overlay": [2022-03-01T06:32:18.483Z] - CONFIG_VXLAN: enabled (as module) [2022-03-01T06:32:18.483Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-03-01T06:32:18.483Z] Optional (for encrypted networks): [2022-03-01T06:32:18.483Z] - CONFIG_CRYPTO: enabled [2022-03-01T06:32:18.483Z] - CONFIG_CRYPTO_AEAD: enabled [2022-03-01T06:32:18.483Z] - CONFIG_CRYPTO_GCM: enabled [2022-03-01T06:32:18.483Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-03-01T06:32:18.483Z] - CONFIG_CRYPTO_GHASH: enabled [2022-03-01T06:32:18.483Z] - CONFIG_XFRM: enabled [2022-03-01T06:32:18.483Z] - CONFIG_XFRM_USER: enabled (as module) [2022-03-01T06:32:18.483Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-03-01T06:32:18.483Z] - CONFIG_INET_ESP: enabled (as module) [2022-03-01T06:32:18.483Z] - "ipvlan": [2022-03-01T06:32:18.483Z] - CONFIG_IPVLAN: enabled (as module) [2022-03-01T06:32:18.483Z] - "macvlan": [2022-03-01T06:32:18.483Z] - CONFIG_MACVLAN: enabled (as module) [2022-03-01T06:32:18.483Z] - CONFIG_DUMMY: enabled (as module) [2022-03-01T06:32:18.483Z] - "ftp,tftp client in container": [2022-03-01T06:32:18.483Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-03-01T06:32:18.483Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-03-01T06:32:18.483Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-03-01T06:32:18.483Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-03-01T06:32:18.483Z] - Storage Drivers: [2022-03-01T06:32:18.483Z] - "aufs": [2022-03-01T06:32:18.483Z] - CONFIG_AUFS_FS: missing [2022-03-01T06:32:18.483Z] - "btrfs": [2022-03-01T06:32:18.525Z] #28 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 [2022-03-01T06:32:18.663Z] #29 1.549 Get:5 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [121 kB] [2022-03-01T06:32:18.739Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-03-01T06:32:18.739Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-03-01T06:32:18.739Z] - "devicemapper": [2022-03-01T06:32:18.739Z] - CONFIG_BLK_DEV_DM: enabled [2022-03-01T06:32:18.739Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-03-01T06:32:18.739Z] - "overlay": [2022-03-01T06:32:18.739Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-03-01T06:32:18.739Z] - "zfs": [2022-03-01T06:32:18.739Z] - /dev/zfs: present [2022-03-01T06:32:18.739Z] - zfs command: missing [2022-03-01T06:32:18.739Z] - zpool command: missing [2022-03-01T06:32:18.739Z] [2022-03-01T06:32:18.739Z] Limits: [2022-03-01T06:32:18.739Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-03-01T06:32:18.739Z] [2022-03-01T06:32:18.739Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-01T06:32:18.916Z] #29 4.731 Reading package lists... [2022-03-01T06:32:18.916Z] #29 5.609 Building dependency tree... [2022-03-01T06:32:18.919Z] #29 1.895 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-01T06:32:19.063Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:9efa8b3500f43524d705cd703dac5ea5944b8ef6 . [2022-03-01T06:32:19.063Z] #1 [internal] load build definition from Dockerfile [2022-03-01T06:32:19.063Z] #1 sha256:02b6d6784420f4981038082f62905cce447e7416e4a746800cb799d6f921c214 [2022-03-01T06:32:19.063Z] #1 transferring dockerfile: [2022-03-01T06:32:19.177Z] #29 5.997 The following additional packages will be installed: [2022-03-01T06:32:19.177Z] #29 5.998 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-03-01T06:32:19.177Z] #29 5.998 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-03-01T06:32:19.177Z] #29 6.001 Recommended packages: [2022-03-01T06:32:19.177Z] #29 6.001 libldap-common publicsuffix libsasl2-modules [2022-03-01T06:32:19.320Z] #1 transferring dockerfile: 16.77kB done [2022-03-01T06:32:19.320Z] #1 DONE 0.1s [2022-03-01T06:32:19.320Z] [2022-03-01T06:32:19.320Z] #2 [internal] load .dockerignore [2022-03-01T06:32:19.320Z] #2 sha256:441ac9753adcfabb464df863f4bbb5d3bc57fda8c1740b36824ffc85a6879fd3 [2022-03-01T06:32:19.320Z] #2 transferring context: 87B done [2022-03-01T06:32:19.320Z] #2 DONE 0.1s [2022-03-01T06:32:19.320Z] [2022-03-01T06:32:19.320Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-01T06:32:19.320Z] #3 sha256:dce28476d87f47c3617032ad33fa3273456c6cd0abd6b99e8084cf1b55d7403a [2022-03-01T06:32:19.438Z] #29 6.187 The following NEW packages will be installed: [2022-03-01T06:32:19.438Z] #29 6.187 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-03-01T06:32:19.438Z] #29 6.187 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-03-01T06:32:19.438Z] #29 6.187 libssh2-1 openssl [2022-03-01T06:32:19.706Z] #29 6.474 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-03-01T06:32:19.706Z] #29 6.474 Need to get 3038 kB of archives. [2022-03-01T06:32:19.706Z] #29 6.474 After this operation, 6650 kB of additional disk space will be used. [2022-03-01T06:32:19.706Z] #29 6.474 Get:1 http://security.debian.org/debian-security bullseye-security/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2022-03-01T06:32:19.706Z] #29 6.476 Get:2 http://security.debian.org/debian-security bullseye-security/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-03-01T06:32:19.706Z] #29 6.478 Get:3 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB] [2022-03-01T06:32:19.706Z] #29 6.492 Get:4 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-03-01T06:32:19.706Z] #29 6.492 Get:5 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-03-01T06:32:19.706Z] #29 6.492 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-03-01T06:32:19.706Z] #29 6.496 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-03-01T06:32:19.706Z] #29 6.498 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-03-01T06:32:19.706Z] #29 6.502 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-03-01T06:32:19.706Z] #29 6.503 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-03-01T06:32:19.706Z] #29 6.505 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-03-01T06:32:19.706Z] #29 6.508 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-03-01T06:32:19.706Z] #29 6.526 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-01T06:32:19.706Z] #29 6.526 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-01T06:32:19.706Z] #29 6.526 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-01T06:32:19.706Z] #29 6.706 debconf: delaying package configuration, since apt-utils is not installed [2022-03-01T06:32:19.885Z] #3 DONE 0.4s [2022-03-01T06:32:19.885Z] [2022-03-01T06:32:19.885Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-01T06:32:19.885Z] #4 sha256:82ed3dfaff7605887f2a56b987ae4ec9f4b421075ec74e97e6cf038f82f8f120 [2022-03-01T06:32:19.885Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-03-01T06:32:19.885Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-03-01T06:32:19.885Z] #4 sha256:56d51bb3d5ad743c8b4b66783cb387af72e1cc4de40cb0d60dd76b4e1315a9c9 528B / 528B done [2022-03-01T06:32:19.885Z] #4 sha256:09309628c1131db14cdf692fc549798533eef7fbea50735a141bb7383ab81c92 1.21kB / 1.21kB done [2022-03-01T06:32:19.885Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0B / 9.06MB 0.1s [2022-03-01T06:32:19.885Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 8.39MB / 9.06MB 0.2s [2022-03-01T06:32:19.966Z] #29 6.758 Fetched 3038 kB in 0s (9253 kB/s) [2022-03-01T06:32:19.966Z] #29 6.788 Selecting previously unselected package openssl. [2022-03-01T06:32:19.966Z] #29 6.788 (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 ... 6653 files and directories currently installed.) [2022-03-01T06:32:19.966Z] #29 6.790 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ... [2022-03-01T06:32:19.966Z] #29 6.795 Unpacking openssl (1.1.1k-1+deb11u1) ... [2022-03-01T06:32:20.142Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.5s [2022-03-01T06:32:20.230Z] #29 7.011 Selecting previously unselected package ca-certificates. [2022-03-01T06:32:20.230Z] #29 7.011 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-03-01T06:32:20.230Z] #29 7.016 Unpacking ca-certificates (20210119) ... [2022-03-01T06:32:20.230Z] #29 7.100 Selecting previously unselected package libbrotli1:amd64. [2022-03-01T06:32:20.230Z] #29 7.100 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-03-01T06:32:20.230Z] #29 7.113 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-01T06:32:20.230Z] #29 7.189 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-03-01T06:32:20.230Z] #29 7.189 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-01T06:32:20.230Z] #29 7.197 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-01T06:32:20.230Z] #29 7.239 Selecting previously unselected package libsasl2-2:amd64. [2022-03-01T06:32:20.230Z] #29 7.239 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-01T06:32:20.285Z] #29 ... [2022-03-01T06:32:20.285Z] [2022-03-01T06:32:20.285Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:93872b0f54145f1ae135538c6bbe77a4f70dfa56d3fb27b30445f756b1b76f1d [2022-03-01T06:32:20.285Z] #11 sha256:fa55dec94b0a0262abd5e5be095d6ffb758c3220416ee885b45ab1773abbfd26 [2022-03-01T06:32:20.285Z] #11 extracting sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 12.6s done [2022-03-01T06:32:20.285Z] #11 extracting sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 0.7s done [2022-03-01T06:32:20.285Z] #11 extracting sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 0.8s done [2022-03-01T06:32:20.285Z] #11 extracting sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 0.1s [2022-03-01T06:32:20.285Z] #11 ... [2022-03-01T06:32:20.285Z] [2022-03-01T06:32:20.285Z] #29 [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 [2022-03-01T06:32:20.285Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-01T06:32:20.285Z] #29 3.155 Fetched 8506 kB in 2s (3573 kB/s) [2022-03-01T06:32:20.428Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c [2022-03-01T06:32:20.428Z] #4 sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 9.06MB / 9.06MB 0.6s done [2022-03-01T06:32:20.492Z] #29 7.250 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-01T06:32:20.492Z] #29 7.313 Selecting previously unselected package libldap-2.4-2:amd64. [2022-03-01T06:32:20.492Z] #29 7.313 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-03-01T06:32:20.492Z] #29 7.318 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-01T06:32:20.492Z] #29 7.398 Selecting previously unselected package libnghttp2-14:amd64. [2022-03-01T06:32:20.492Z] #29 7.398 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-03-01T06:32:20.492Z] #29 7.401 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-01T06:32:20.492Z] #29 7.462 Selecting previously unselected package libpsl5:amd64. [2022-03-01T06:32:20.685Z] #4 extracting sha256:bcf72e19a2052170beded5bef71def1bdd127e864a65bbc9c878d15d2dde761c 0.1s done [2022-03-01T06:32:20.685Z] #4 DONE 0.9s [2022-03-01T06:32:20.685Z] [2022-03-01T06:32:20.685Z] #6 [internal] load build definition from Dockerfile [2022-03-01T06:32:20.685Z] #6 sha256:79305418ee682a9b5d3f3dc753544ee1b1b645d9a0adad037ce8455b8e53f7ec [2022-03-01T06:32:20.685Z] #6 DONE 0.0s [2022-03-01T06:32:20.685Z] [2022-03-01T06:32:20.685Z] #5 [internal] load .dockerignore [2022-03-01T06:32:20.685Z] #5 sha256:0baee247d43cc9aa1c30708bac7a01eb25dde1ae6c03b0b58afafd3c41e3ec2b [2022-03-01T06:32:20.685Z] #5 DONE 0.0s [2022-03-01T06:32:20.685Z] [2022-03-01T06:32:20.685Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-01T06:32:20.685Z] #8 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9 [2022-03-01T06:32:20.754Z] #29 7.463 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-03-01T06:32:20.754Z] #29 7.467 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-03-01T06:32:20.754Z] #29 7.520 Selecting previously unselected package librtmp1:amd64. [2022-03-01T06:32:20.754Z] #29 7.520 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-03-01T06:32:20.754Z] #29 7.524 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-01T06:32:20.754Z] #29 7.586 Selecting previously unselected package libssh2-1:amd64. [2022-03-01T06:32:20.754Z] #29 7.586 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-03-01T06:32:20.754Z] #29 7.602 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-03-01T06:32:20.754Z] #29 7.659 Selecting previously unselected package libcurl4:amd64. [2022-03-01T06:32:20.754Z] #29 7.661 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-01T06:32:20.754Z] #29 7.670 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-01T06:32:21.021Z] #29 7.755 Selecting previously unselected package curl. [2022-03-01T06:32:21.021Z] #29 7.755 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-01T06:32:21.021Z] #29 7.762 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-03-01T06:32:21.021Z] #29 7.840 Selecting previously unselected package libonig5:amd64. [2022-03-01T06:32:21.021Z] #29 7.840 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-01T06:32:21.021Z] #29 7.843 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-01T06:32:21.021Z] #29 7.922 Selecting previously unselected package libjq1:amd64. [2022-03-01T06:32:21.021Z] #29 7.922 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-03-01T06:32:21.021Z] #29 7.926 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-01T06:32:21.021Z] #29 7.976 Selecting previously unselected package jq. [2022-03-01T06:32:21.021Z] #29 7.976 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-03-01T06:32:21.213Z] #29 3.155 Reading package lists... [2022-03-01T06:32:21.282Z] #29 7.981 Unpacking jq (1.6-2.1) ... [2022-03-01T06:32:21.282Z] #29 8.034 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-03-01T06:32:21.282Z] #29 8.051 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-01T06:32:21.282Z] #29 8.061 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-01T06:32:21.282Z] #29 8.071 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-01T06:32:21.282Z] #29 8.081 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-01T06:32:21.282Z] #29 8.092 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-01T06:32:21.282Z] #29 8.101 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-03-01T06:32:21.282Z] #29 8.110 Setting up openssl (1.1.1k-1+deb11u1) ... [2022-03-01T06:32:21.282Z] #29 8.124 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-01T06:32:21.282Z] #29 8.135 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-01T06:32:21.282Z] #29 8.143 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-01T06:32:21.282Z] #29 8.152 Setting up ca-certificates (20210119) ... [2022-03-01T06:32:21.338Z] #19 42.08 Reading package lists... [2022-03-01T06:32:21.776Z] #29 3.976 Reading package lists... [2022-03-01T06:32:21.816Z] #28 ... [2022-03-01T06:32:21.816Z] [2022-03-01T06:32:21.816Z] #24 [internal] load build context [2022-03-01T06:32:21.816Z] #24 sha256:a1701c2c72e7d2150b3c748442cad3d69011d00c129a819cadde253edcb8ddc3 [2022-03-01T06:32:21.816Z] #24 transferring context: 57.16MB 4.6s done [2022-03-01T06:32:21.816Z] #24 DONE 5.3s [2022-03-01T06:32:21.816Z] [2022-03-01T06:32:21.816Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-01T06:32:21.816Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-01T06:32:22.033Z] #29 4.766 Building dependency tree... [2022-03-01T06:32:22.056Z] #8 ... [2022-03-01T06:32:22.056Z] [2022-03-01T06:32:22.056Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-01T06:32:22.056Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-01T06:32:22.056Z] #7 DONE 1.0s [2022-03-01T06:32:22.056Z] [2022-03-01T06:32:22.056Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-01T06:32:22.056Z] #8 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9 [2022-03-01T06:32:22.056Z] #8 DONE 1.1s [2022-03-01T06:32:22.056Z] [2022-03-01T06:32:22.056Z] #10 [internal] load metadata for docker.io/library/golang:1.17.7-bullseye [2022-03-01T06:32:22.056Z] #10 sha256:1e9883a0d5b244c5c62286e2ce9a44fdb2e671a95ab620a5108bea58e8490ce6 [2022-03-01T06:32:22.056Z] #10 DONE 1.1s [2022-03-01T06:32:22.056Z] [2022-03-01T06:32:22.056Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-01T06:32:22.057Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-01T06:32:22.057Z] #9 DONE 1.1s [2022-03-01T06:32:22.057Z] [2022-03-01T06:32:22.057Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-01T06:32:22.057Z] #28 sha256:cb983e985114734a877253bfa61bb8a7e8667d773f76aa54c4d88ef5c333eb4f [2022-03-01T06:32:22.057Z] #28 resolve docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-01T06:32:22.226Z] #29 8.810 Updating certificates in /etc/ssl/certs... [2022-03-01T06:32:22.290Z] #29 5.130 The following additional packages will be installed: [2022-03-01T06:32:22.290Z] #29 5.130 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-03-01T06:32:22.290Z] #29 5.130 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-03-01T06:32:22.290Z] #29 5.130 Recommended packages: [2022-03-01T06:32:22.290Z] #29 5.130 libldap-common publicsuffix libsasl2-modules [2022-03-01T06:32:22.546Z] #29 5.303 The following NEW packages will be installed: [2022-03-01T06:32:22.546Z] #29 5.303 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-03-01T06:32:22.546Z] #29 5.303 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-03-01T06:32:22.546Z] #29 5.303 libssh2-1 openssl [2022-03-01T06:32:22.627Z] #28 resolve docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 0.5s done [2022-03-01T06:32:22.627Z] #28 ... [2022-03-01T06:32:22.627Z] [2022-03-01T06:32:22.627Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-01T06:32:22.627Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-01T06:32:22.627Z] #45 DONE 0.0s [2022-03-01T06:32:22.627Z] [2022-03-01T06:32:22.627Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-01T06:32:22.627Z] #28 sha256:cb983e985114734a877253bfa61bb8a7e8667d773f76aa54c4d88ef5c333eb4f [2022-03-01T06:32:22.627Z] #28 sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 1.85kB / 1.85kB done [2022-03-01T06:32:22.627Z] #28 sha256:1907ed841fa5ffeec67fda754b18b50951aef1712324fe1f6b6c981a40f9594b 529B / 529B done [2022-03-01T06:32:22.627Z] #28 sha256:c077ecbc578ee6db06df4b6532b36703db7454a40eece470051e45fe0e9d27e2 1.48kB / 1.48kB done [2022-03-01T06:32:22.802Z] #29 5.585 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-03-01T06:32:22.802Z] #29 5.585 Need to get 3038 kB of archives. [2022-03-01T06:32:22.802Z] #29 5.585 After this operation, 6650 kB of additional disk space will be used. [2022-03-01T06:32:22.802Z] #29 5.585 Get:1 http://security.debian.org/debian-security bullseye-security/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2022-03-01T06:32:22.802Z] #29 5.587 Get:2 http://security.debian.org/debian-security bullseye-security/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-03-01T06:32:22.802Z] #29 5.591 Get:3 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB] [2022-03-01T06:32:22.802Z] #29 5.605 Get:4 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-03-01T06:32:22.802Z] #29 5.613 Get:5 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-03-01T06:32:22.802Z] #29 5.613 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-03-01T06:32:22.802Z] #29 5.613 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-03-01T06:32:22.802Z] #29 5.613 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-03-01T06:32:22.802Z] #29 5.622 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-03-01T06:32:22.802Z] #29 5.622 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-03-01T06:32:22.802Z] #29 5.622 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-03-01T06:32:22.802Z] #29 5.631 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-03-01T06:32:22.802Z] #29 5.631 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-01T06:32:22.802Z] #29 5.631 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-01T06:32:22.802Z] #29 5.635 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-01T06:32:22.802Z] #29 5.821 debconf: delaying package configuration, since apt-utils is not installed [2022-03-01T06:32:23.060Z] #29 5.858 Fetched 3038 kB in 0s (9050 kB/s) [2022-03-01T06:32:23.170Z] #29 9.983 129 added, 0 removed; done. [2022-03-01T06:32:23.170Z] #29 10.01 Setting up jq (1.6-2.1) ... [2022-03-01T06:32:23.170Z] #29 10.02 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-01T06:32:23.170Z] #29 10.03 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-03-01T06:32:23.170Z] #29 10.04 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-01T06:32:23.170Z] #29 10.06 Processing triggers for ca-certificates (20210119) ... [2022-03-01T06:32:23.170Z] #29 10.07 Updating certificates in /etc/ssl/certs... [2022-03-01T06:32:23.184Z] #28 ... [2022-03-01T06:32:23.184Z] [2022-03-01T06:32:23.184Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-01T06:32:23.184Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-01T06:32:23.184Z] #67 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.2s done [2022-03-01T06:32:23.184Z] #67 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-01T06:32:23.184Z] #67 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-03-01T06:32:23.184Z] #67 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-03-01T06:32:23.184Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 5.0s done [2022-03-01T06:32:23.184Z] #67 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.1s done [2022-03-01T06:32:23.184Z] #67 DONE 6.8s [2022-03-01T06:32:23.184Z] [2022-03-01T06:32:23.184Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-01T06:32:23.184Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-01T06:32:23.236Z] #19 51.19 Building dependency tree... [2022-03-01T06:32:23.322Z] #29 6.041 Selecting previously unselected package openssl. [2022-03-01T06:32:23.322Z] #29 6.041 (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 ... 6653 files and directories currently installed.) [2022-03-01T06:32:23.322Z] #29 6.041 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ... [2022-03-01T06:32:23.322Z] #29 6.047 Unpacking openssl (1.1.1k-1+deb11u1) ... [2022-03-01T06:32:23.322Z] #29 6.204 Selecting previously unselected package ca-certificates. [2022-03-01T06:32:23.322Z] #29 6.204 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-03-01T06:32:23.322Z] #29 6.208 Unpacking ca-certificates (20210119) ... [2022-03-01T06:32:23.440Z] #28 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 5.0s [2022-03-01T06:32:23.625Z] #29 6.327 Selecting previously unselected package libbrotli1:amd64. [2022-03-01T06:32:23.625Z] #29 6.327 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-03-01T06:32:23.625Z] #29 6.335 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-01T06:32:23.625Z] #29 6.430 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-03-01T06:32:23.625Z] #29 6.432 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-01T06:32:23.625Z] #29 6.435 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-01T06:32:23.625Z] #29 6.514 Selecting previously unselected package libsasl2-2:amd64. [2022-03-01T06:32:23.625Z] #29 6.514 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-01T06:32:23.881Z] #29 6.518 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-01T06:32:23.881Z] #29 6.723 Selecting previously unselected package libldap-2.4-2:amd64. [2022-03-01T06:32:23.881Z] #29 6.725 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-03-01T06:32:23.881Z] #29 6.773 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-01T06:32:23.881Z] #29 6.907 Selecting previously unselected package libnghttp2-14:amd64. [2022-03-01T06:32:23.881Z] #29 6.907 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-03-01T06:32:24.119Z] #29 11.10 0 added, 0 removed; done. [2022-03-01T06:32:24.119Z] #29 11.10 Running hooks in /etc/ca-certificates/update.d... [2022-03-01T06:32:24.119Z] #29 11.10 done. [2022-03-01T06:32:24.138Z] #29 6.912 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-01T06:32:24.138Z] #29 6.966 Selecting previously unselected package libpsl5:amd64. [2022-03-01T06:32:24.138Z] #29 6.966 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-03-01T06:32:24.138Z] #29 6.973 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-03-01T06:32:24.138Z] #29 7.018 Selecting previously unselected package librtmp1:amd64. [2022-03-01T06:32:24.138Z] #29 7.018 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-03-01T06:32:24.138Z] #29 7.022 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-01T06:32:24.138Z] #29 7.071 Selecting previously unselected package libssh2-1:amd64. [2022-03-01T06:32:24.138Z] #29 7.071 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-03-01T06:32:24.138Z] #29 7.074 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-03-01T06:32:24.432Z] #29 7.226 Selecting previously unselected package libcurl4:amd64. [2022-03-01T06:32:24.432Z] #29 7.226 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-01T06:32:24.432Z] #29 7.230 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-01T06:32:24.432Z] #29 7.319 Selecting previously unselected package curl. [2022-03-01T06:32:24.432Z] #29 7.319 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-01T06:32:24.688Z] #29 7.327 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-03-01T06:32:24.688Z] #29 7.546 Selecting previously unselected package libonig5:amd64. [2022-03-01T06:32:24.688Z] #29 7.546 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-01T06:32:24.688Z] #29 7.549 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-01T06:32:24.688Z] #29 7.613 Selecting previously unselected package libjq1:amd64. [2022-03-01T06:32:24.688Z] #29 7.613 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-03-01T06:32:24.811Z] #28 ... [2022-03-01T06:32:24.811Z] [2022-03-01T06:32:24.811Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-01T06:32:24.811Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-01T06:32:24.811Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-01T06:32:24.811Z] #69 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-03-01T06:32:24.811Z] #69 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-03-01T06:32:24.811Z] #69 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 6.2s [2022-03-01T06:32:24.811Z] #69 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.1s done [2022-03-01T06:32:24.811Z] #69 DONE 8.5s [2022-03-01T06:32:24.811Z] [2022-03-01T06:32:24.811Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-01T06:32:24.811Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-01T06:32:24.947Z] #29 7.616 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-01T06:32:24.947Z] #29 7.670 Selecting previously unselected package jq. [2022-03-01T06:32:24.947Z] #29 7.670 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-03-01T06:32:24.947Z] #29 7.674 Unpacking jq (1.6-2.1) ... [2022-03-01T06:32:24.947Z] #29 7.746 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-03-01T06:32:24.947Z] #29 7.761 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-01T06:32:24.947Z] #29 7.773 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-01T06:32:24.947Z] #29 7.784 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-01T06:32:24.947Z] #29 7.794 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-01T06:32:24.947Z] #29 7.806 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-01T06:32:24.947Z] #29 7.818 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-03-01T06:32:24.947Z] #29 7.828 Setting up openssl (1.1.1k-1+deb11u1) ... [2022-03-01T06:32:24.947Z] #29 7.845 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-01T06:32:24.947Z] #29 7.859 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-01T06:32:25.063Z] #29 DONE 11.7s [2022-03-01T06:32:25.063Z] [2022-03-01T06:32:25.063Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-01T06:32:25.063Z] #30 sha256:3f1a239509b314500d8f79982a3f63c6fa82a608c3bedff1e84ab3e75016edb7 [2022-03-01T06:32:25.063Z] #30 DONE 0.1s [2022-03-01T06:32:25.063Z] [2022-03-01T06:32:25.063Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:93872b0f54145f1ae135538c6bbe77a4f70dfa56d3fb27b30445f756b1b76f1d [2022-03-01T06:32:25.063Z] #11 sha256:fa55dec94b0a0262abd5e5be095d6ffb758c3220416ee885b45ab1773abbfd26 [2022-03-01T06:32:25.063Z] #11 extracting sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 1.2s done [2022-03-01T06:32:25.063Z] #11 extracting sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 7.5s done [2022-03-01T06:32:25.063Z] #11 extracting sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 0.6s [2022-03-01T06:32:25.135Z] #19 54.97 The following additional packages will be installed: [2022-03-01T06:32:25.135Z] #19 54.97 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-03-01T06:32:25.135Z] #19 54.97 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-03-01T06:32:25.135Z] #19 54.97 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-03-01T06:32:25.135Z] #19 54.97 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-03-01T06:32:25.135Z] #19 54.97 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-03-01T06:32:25.135Z] #19 54.97 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-03-01T06:32:25.135Z] #19 54.97 cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file [2022-03-01T06:32:25.135Z] #19 54.97 g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf [2022-03-01T06:32:25.135Z] #19 54.97 g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu [2022-03-01T06:32:25.135Z] #19 54.97 g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu [2022-03-01T06:32:25.135Z] #19 54.97 g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-03-01T06:32:25.135Z] #19 54.97 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-03-01T06:32:25.135Z] #19 54.97 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-03-01T06:32:25.135Z] #19 54.97 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-03-01T06:32:25.135Z] #19 54.97 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-03-01T06:32:25.135Z] #19 54.97 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-03-01T06:32:25.135Z] #19 54.97 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-03-01T06:32:25.135Z] #19 54.97 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-03-01T06:32:25.135Z] #19 54.97 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-03-01T06:32:25.135Z] #19 54.98 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-03-01T06:32:25.135Z] #19 54.98 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-03-01T06:32:25.135Z] #19 54.98 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-03-01T06:32:25.135Z] #19 54.98 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-03-01T06:32:25.135Z] #19 54.98 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-03-01T06:32:25.135Z] #19 54.98 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-03-01T06:32:25.135Z] #19 54.98 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-03-01T06:32:25.135Z] #19 54.98 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-03-01T06:32:25.135Z] #19 54.98 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-03-01T06:32:25.135Z] #19 54.98 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-03-01T06:32:25.135Z] #19 54.98 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-03-01T06:32:25.135Z] #19 54.98 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-03-01T06:32:25.135Z] #19 54.98 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-03-01T06:32:25.135Z] #19 54.99 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-03-01T06:32:25.135Z] #19 54.99 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-03-01T06:32:25.135Z] #19 54.99 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-03-01T06:32:25.135Z] #19 54.99 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-03-01T06:32:25.135Z] #19 54.99 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-03-01T06:32:25.135Z] #19 54.99 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-03-01T06:32:25.135Z] #19 54.99 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-03-01T06:32:25.135Z] #19 54.99 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-03-01T06:32:25.135Z] #19 54.99 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-03-01T06:32:25.135Z] #19 54.99 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-03-01T06:32:25.135Z] #19 54.99 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-03-01T06:32:25.135Z] #19 54.99 linux-libc-dev-s390x-cross patch xz-utils [2022-03-01T06:32:25.135Z] #19 55.03 Suggested packages: [2022-03-01T06:32:25.135Z] #19 55.04 binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch [2022-03-01T06:32:25.135Z] #19 55.04 debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu [2022-03-01T06:32:25.135Z] #19 55.04 gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex [2022-03-01T06:32:25.135Z] #19 55.04 bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi [2022-03-01T06:32:25.135Z] #19 55.04 gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu [2022-03-01T06:32:25.135Z] #19 55.04 libyaml-shell-perl ed diffutils-doc [2022-03-01T06:32:25.135Z] #19 55.04 Recommended packages: [2022-03-01T06:32:25.135Z] #19 55.04 fakeroot build-essential libalgorithm-merge-perl libwww-perl [2022-03-01T06:32:25.135Z] #19 55.04 libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl [2022-03-01T06:32:25.207Z] #29 7.861 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-01T06:32:25.207Z] #29 7.871 Setting up ca-certificates (20210119) ... [2022-03-01T06:32:25.774Z] #29 8.551 Updating certificates in /etc/ssl/certs... [2022-03-01T06:32:26.184Z] #28 ... [2022-03-01T06:32:26.184Z] [2022-03-01T06:32:26.184Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-01T06:32:26.184Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-03-01T06:32:26.184Z] #68 DONE 1.0s [2022-03-01T06:32:26.184Z] [2022-03-01T06:32:26.184Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:93872b0f54145f1ae135538c6bbe77a4f70dfa56d3fb27b30445f756b1b76f1d [2022-03-01T06:32:26.184Z] #11 sha256:fa55dec94b0a0262abd5e5be095d6ffb758c3220416ee885b45ab1773abbfd26 [2022-03-01T06:32:26.184Z] #11 resolve docker.io/library/golang:1.17.7-bullseye@sha256:93872b0f54145f1ae135538c6bbe77a4f70dfa56d3fb27b30445f756b1b76f1d 0.2s done [2022-03-01T06:32:26.184Z] #11 sha256:93872b0f54145f1ae135538c6bbe77a4f70dfa56d3fb27b30445f756b1b76f1d 1.86kB / 1.86kB done [2022-03-01T06:32:26.184Z] #11 sha256:1996dda6ea808b9909acf67f594e68948bf630bade0bf61b3a2025f5aadc3ada 1.80kB / 1.80kB done [2022-03-01T06:32:26.184Z] #11 sha256:836f6d7d89c385386c90a2c771597e0ae0accb251124d1f972b563d2f183ef5c 7.04kB / 7.04kB done [2022-03-01T06:32:26.184Z] #11 sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 54.92MB / 54.92MB 1.9s done [2022-03-01T06:32:26.184Z] #11 sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 5.15MB / 5.15MB 0.9s done [2022-03-01T06:32:26.184Z] #11 sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 10.87MB / 10.87MB 2.1s done [2022-03-01T06:32:26.184Z] #11 sha256:378ec17cbe4cf893c6228d4cb1c8ee7c9293d0618001aa32f28501087331d2e3 134.83MB / 134.83MB 6.3s done [2022-03-01T06:32:26.184Z] #11 sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 54.57MB / 54.57MB 3.9s done [2022-03-01T06:32:26.184Z] #11 sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 85.81MB / 85.81MB 5.0s done [2022-03-01T06:32:26.184Z] #11 extracting sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 7.2s [2022-03-01T06:32:26.184Z] #11 sha256:e6ff4e95ec2fa250bad3f4646a53252ab039b5d1afc778209f42b30da5eaebc0 156B / 156B 4.0s done [2022-03-01T06:32:26.440Z] #11 extracting sha256:0c6b8ff8c37e92eb1ca65ed8917e818927d5bf318b6f18896049b5d9afc28343 7.5s done [2022-03-01T06:32:26.699Z] #11 extracting sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 [2022-03-01T06:32:26.699Z] #11 ... [2022-03-01T06:32:26.699Z] [2022-03-01T06:32:26.699Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-01T06:32:26.699Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-01T06:32:26.699Z] #28 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 8.1s done [2022-03-01T06:32:26.699Z] #28 DONE 10.6s [2022-03-01T06:32:26.699Z] [2022-03-01T06:32:26.699Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:93872b0f54145f1ae135538c6bbe77a4f70dfa56d3fb27b30445f756b1b76f1d [2022-03-01T06:32:26.699Z] #11 sha256:fa55dec94b0a0262abd5e5be095d6ffb758c3220416ee885b45ab1773abbfd26 [2022-03-01T06:32:26.699Z] #11 ... [2022-03-01T06:32:26.699Z] [2022-03-01T06:32:26.699Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-01T06:32:26.699Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-03-01T06:32:26.709Z] #29 9.486 129 added, 0 removed; done. [2022-03-01T06:32:26.709Z] #29 9.555 Setting up jq (1.6-2.1) ... [2022-03-01T06:32:26.709Z] #29 9.571 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-01T06:32:26.709Z] #29 9.587 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-03-01T06:32:26.709Z] #29 9.611 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-01T06:32:26.709Z] #29 9.637 Processing triggers for ca-certificates (20210119) ... [2022-03-01T06:32:26.709Z] #29 9.643 Updating certificates in /etc/ssl/certs... [2022-03-01T06:32:26.959Z] #70 DONE 0.7s [2022-03-01T06:32:26.959Z] [2022-03-01T06:32:26.959Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:93872b0f54145f1ae135538c6bbe77a4f70dfa56d3fb27b30445f756b1b76f1d [2022-03-01T06:32:26.959Z] #11 sha256:fa55dec94b0a0262abd5e5be095d6ffb758c3220416ee885b45ab1773abbfd26 [2022-03-01T06:32:27.217Z] #11 extracting sha256:412caad352a3ecbb29c080379407ae0761e7b9b454f7239cbfd1d1da25e06b29 0.5s done [2022-03-01T06:32:27.217Z] #11 extracting sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 [2022-03-01T06:32:27.640Z] #29 10.52 0 added, 0 removed; done. [2022-03-01T06:32:27.640Z] #29 10.52 Running hooks in /etc/ca-certificates/update.d... [2022-03-01T06:32:27.640Z] #29 10.53 done. [2022-03-01T06:32:27.779Z] #11 extracting sha256:e6d3e61f7a504fa66d7275123969e9917570188650eb84b2280a726b996040f6 0.6s done [2022-03-01T06:32:27.894Z] #28 ... [2022-03-01T06:32:27.894Z] [2022-03-01T06:32:27.894Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:93872b0f54145f1ae135538c6bbe77a4f70dfa56d3fb27b30445f756b1b76f1d [2022-03-01T06:32:27.894Z] #11 sha256:f898e7582624e1b56052873a9c2c3e0f449cbd31ac9c4afdcf9fa3b0d57e78ca [2022-03-01T06:32:27.894Z] #11 resolve docker.io/library/golang:1.17.7-bullseye@sha256:93872b0f54145f1ae135538c6bbe77a4f70dfa56d3fb27b30445f756b1b76f1d done [2022-03-01T06:32:27.894Z] #11 sha256:93872b0f54145f1ae135538c6bbe77a4f70dfa56d3fb27b30445f756b1b76f1d 1.86kB / 1.86kB done [2022-03-01T06:32:27.894Z] #11 sha256:55bebd100dc82c17d2111bff177156fd4aa4f5db37a396b5834c645b19208d44 1.80kB / 1.80kB done [2022-03-01T06:32:27.894Z] #11 sha256:b510d72af22dfca21bd2d9cc327efc7ad927865c671d648428dd78cf08cf63d9 7.06kB / 7.06kB done [2022-03-01T06:32:27.894Z] #11 sha256:39ab78bc09e79a21f719ced771689354d1948f4afd57e86afed8dac6ffb47826 53.61MB / 53.61MB 2.2s done [2022-03-01T06:32:27.894Z] #11 sha256:0cf88d09fc28807e643d4f619b2e0c559aaeddc7d7b8176e1144b065d63fa160 5.14MB / 5.14MB 0.5s done [2022-03-01T06:32:27.894Z] #11 sha256:e019dd0368ba992803442a16cc7792c1bd5a3d06c3a1ae6fae17cb838822fb4c 10.66MB / 10.66MB 0.9s done [2022-03-01T06:32:27.894Z] #11 sha256:4b9f1769d50d3693321e1b48f527d9c920830ad24d931b642c116bf7823bed6a 54.67MB / 54.67MB 3.4s done [2022-03-01T06:32:27.894Z] #11 sha256:ba82d658e35e283c3256d116f10873cc082c6131e4ed97c024fbca8bf221cef2 81.02MB / 81.02MB 4.9s [2022-03-01T06:32:27.894Z] #11 extracting sha256:39ab78bc09e79a21f719ced771689354d1948f4afd57e86afed8dac6ffb47826 1.7s done [2022-03-01T06:32:27.894Z] #11 sha256:8adcb44ed703ac307dfd508f921592631275f61efba30eaf0e1353e16b9cc0fe 126B / 126B 4.9s [2022-03-01T06:32:27.894Z] #11 extracting sha256:0cf88d09fc28807e643d4f619b2e0c559aaeddc7d7b8176e1144b065d63fa160 [2022-03-01T06:32:27.894Z] #11 ... [2022-03-01T06:32:27.894Z] [2022-03-01T06:32:27.894Z] #24 [internal] load build context [2022-03-01T06:32:27.894Z] #24 sha256:1d82dae13a3957d0cd7d4b4d49bc511ffdb7a732e47242409213026189fe6f92 [2022-03-01T06:32:27.894Z] #24 transferring context: 57.17MB 2.3s done [2022-03-01T06:32:27.894Z] #24 DONE 5.7s [2022-03-01T06:32:27.894Z] [2022-03-01T06:32:27.894Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:93872b0f54145f1ae135538c6bbe77a4f70dfa56d3fb27b30445f756b1b76f1d [2022-03-01T06:32:27.894Z] #11 sha256:f898e7582624e1b56052873a9c2c3e0f449cbd31ac9c4afdcf9fa3b0d57e78ca [2022-03-01T06:32:27.894Z] #11 ... [2022-03-01T06:32:27.894Z] [2022-03-01T06:32:27.894Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-01T06:32:27.894Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-01T06:32:27.894Z] #67 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 done [2022-03-01T06:32:27.894Z] #67 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-01T06:32:27.894Z] #67 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-03-01T06:32:27.894Z] #67 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-03-01T06:32:27.894Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.3s done [2022-03-01T06:32:27.894Z] #67 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.2s done [2022-03-01T06:32:27.894Z] #67 DONE 5.7s [2022-03-01T06:32:27.894Z] [2022-03-01T06:32:27.894Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-01T06:32:27.894Z] #28 sha256:cb983e985114734a877253bfa61bb8a7e8667d773f76aa54c4d88ef5c333eb4f [2022-03-01T06:32:27.894Z] #28 sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 0B / 53.61MB 5.1s [2022-03-01T06:32:27.894Z] #28 sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 16.78MB / 53.61MB 5.3s [2022-03-01T06:32:28.037Z] #11 extracting sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 [2022-03-01T06:32:28.152Z] #28 sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 20.97MB / 53.61MB 5.4s [2022-03-01T06:32:28.153Z] #28 sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 32.51MB / 53.61MB 5.6s [2022-03-01T06:32:28.409Z] #28 sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 50.33MB / 53.61MB 5.7s [2022-03-01T06:32:28.409Z] #28 sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 53.48MB / 53.61MB 5.8s [2022-03-01T06:32:29.011Z] #29 DONE 11.7s [2022-03-01T06:32:29.011Z] [2022-03-01T06:32:29.011Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-01T06:32:29.011Z] #30 sha256:42e0f5b1037458ef84e1a405a3d6112676d7f53d2dc26bdacf0d16235b564161 [2022-03-01T06:32:29.011Z] #30 DONE 0.1s [2022-03-01T06:32:29.011Z] [2022-03-01T06:32:29.011Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:93872b0f54145f1ae135538c6bbe77a4f70dfa56d3fb27b30445f756b1b76f1d [2022-03-01T06:32:29.011Z] #11 sha256:fa55dec94b0a0262abd5e5be095d6ffb758c3220416ee885b45ab1773abbfd26 [2022-03-01T06:32:29.011Z] #11 extracting sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 7.2s done [2022-03-01T06:32:29.011Z] #11 extracting sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 1.2s [2022-03-01T06:32:29.319Z] #19 58.54 The following NEW packages will be installed: [2022-03-01T06:32:29.319Z] #19 58.54 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-03-01T06:32:29.319Z] #19 58.54 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-03-01T06:32:29.319Z] #19 58.54 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-03-01T06:32:29.319Z] #19 58.54 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-03-01T06:32:29.319Z] #19 58.54 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-03-01T06:32:29.319Z] #19 58.54 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-03-01T06:32:29.319Z] #19 58.54 cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64 [2022-03-01T06:32:29.319Z] #19 58.54 crossbuild-essential-armel crossbuild-essential-armhf [2022-03-01T06:32:29.319Z] #19 58.55 crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev [2022-03-01T06:32:29.319Z] #19 58.55 file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi [2022-03-01T06:32:29.319Z] #19 58.55 g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu [2022-03-01T06:32:29.319Z] #19 58.55 g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi [2022-03-01T06:32:29.319Z] #19 58.55 g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu [2022-03-01T06:32:29.319Z] #19 58.55 gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-03-01T06:32:29.319Z] #19 58.55 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-03-01T06:32:29.319Z] #19 58.55 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-03-01T06:32:29.319Z] #19 58.55 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-03-01T06:32:29.319Z] #19 58.55 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-03-01T06:32:29.319Z] #19 58.55 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-03-01T06:32:29.319Z] #19 58.55 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-03-01T06:32:29.319Z] #19 58.55 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-03-01T06:32:29.319Z] #19 58.55 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-03-01T06:32:29.319Z] #19 58.55 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-03-01T06:32:29.319Z] #19 58.55 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-03-01T06:32:29.319Z] #19 58.55 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-03-01T06:32:29.319Z] #19 58.55 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-03-01T06:32:29.319Z] #19 58.55 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-03-01T06:32:29.319Z] #19 58.55 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-03-01T06:32:29.319Z] #19 58.55 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-03-01T06:32:29.319Z] #19 58.55 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-03-01T06:32:29.319Z] #19 58.55 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-03-01T06:32:29.319Z] #19 58.56 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-03-01T06:32:29.319Z] #19 58.56 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-03-01T06:32:29.319Z] #19 58.56 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-03-01T06:32:29.319Z] #19 58.56 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-03-01T06:32:29.319Z] #19 58.57 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-03-01T06:32:29.319Z] #19 58.57 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-03-01T06:32:29.319Z] #19 58.57 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-03-01T06:32:29.319Z] #19 58.57 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-03-01T06:32:29.319Z] #19 58.57 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-03-01T06:32:29.319Z] #19 58.57 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-03-01T06:32:29.319Z] #19 58.57 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-03-01T06:32:29.319Z] #19 58.57 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-03-01T06:32:29.319Z] #19 58.57 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-03-01T06:32:29.319Z] #19 58.57 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-03-01T06:32:29.319Z] #19 58.57 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-03-01T06:32:29.319Z] #19 58.58 linux-libc-dev-s390x-cross patch xz-utils [2022-03-01T06:32:29.319Z] #19 59.03 0 upgraded, 133 newly installed, 0 to remove and 3 not upgraded. [2022-03-01T06:32:29.319Z] #19 59.03 Need to get 787 MB of archives. [2022-03-01T06:32:29.319Z] #19 59.03 After this operation, 3385 MB of additional disk space will be used. [2022-03-01T06:32:29.319Z] #19 59.03 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB] [2022-03-01T06:32:29.319Z] #19 59.04 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-03-01T06:32:29.319Z] #19 59.04 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2022-03-01T06:32:29.319Z] #19 59.04 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2022-03-01T06:32:29.319Z] #19 59.22 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2022-03-01T06:32:29.319Z] #19 59.24 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-03-01T06:32:29.319Z] #19 59.25 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-aarch64-linux-gnu amd64 2.35.2-2 [2813 kB] [2022-03-01T06:32:29.319Z] #19 59.32 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabi amd64 2.35.2-2 [2779 kB] [2022-03-01T06:32:29.319Z] #19 59.39 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabihf amd64 2.35.2-2 [2781 kB] [2022-03-01T06:32:29.319Z] #19 59.45 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-powerpc64le-linux-gnu amd64 2.35.2-2 [2302 kB] [2022-03-01T06:32:29.578Z] #19 59.49 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-s390x-linux-gnu amd64 2.35.2-2 [1984 kB] [2022-03-01T06:32:29.578Z] #19 59.53 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu-base amd64 10.2.1-6cross1 [202 kB] [2022-03-01T06:32:29.578Z] #19 59.53 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [46.6 MB] [2022-03-01T06:32:30.302Z] #28 sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 53.61MB / 53.61MB 7.1s done [2022-03-01T06:32:30.302Z] #28 extracting sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 0.1s [2022-03-01T06:32:30.365Z] #11 extracting sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 5.7s [2022-03-01T06:32:30.952Z] #19 60.92 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabi-base amd64 10.2.1-6cross1 [202 kB] [2022-03-01T06:32:30.952Z] #19 60.92 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [44.1 MB] [2022-03-01T06:32:32.197Z] #28 ... [2022-03-01T06:32:32.197Z] [2022-03-01T06:32:32.197Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-01T06:32:32.197Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-01T06:32:32.197Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.6s done [2022-03-01T06:32:32.197Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-01T06:32:32.197Z] #69 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-03-01T06:32:32.197Z] #69 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-03-01T06:32:32.197Z] #69 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 5.6s done [2022-03-01T06:32:32.197Z] #69 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.5s done [2022-03-01T06:32:32.197Z] #69 ... [2022-03-01T06:32:32.197Z] [2022-03-01T06:32:32.197Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:93872b0f54145f1ae135538c6bbe77a4f70dfa56d3fb27b30445f756b1b76f1d [2022-03-01T06:32:32.197Z] #11 sha256:f898e7582624e1b56052873a9c2c3e0f449cbd31ac9c4afdcf9fa3b0d57e78ca [2022-03-01T06:32:32.197Z] #11 extracting sha256:0cf88d09fc28807e643d4f619b2e0c559aaeddc7d7b8176e1144b065d63fa160 0.3s done [2022-03-01T06:32:32.197Z] #11 sha256:2f968619e17d4f7cfd53e06255d13e6e13e0c88ff93b10815f2fd9348480608d 102.66MB / 102.66MB 10.0s [2022-03-01T06:32:32.197Z] #11 extracting sha256:e019dd0368ba992803442a16cc7792c1bd5a3d06c3a1ae6fae17cb838822fb4c 0.4s done [2022-03-01T06:32:32.197Z] #11 extracting sha256:4b9f1769d50d3693321e1b48f527d9c920830ad24d931b642c116bf7823bed6a 2.2s [2022-03-01T06:32:32.858Z] #19 62.45 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf-base amd64 10.2.1-6cross1 [202 kB] [2022-03-01T06:32:32.858Z] #19 62.45 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [44.1 MB] [2022-03-01T06:32:32.923Z] #11 extracting sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 8.4s done [2022-03-01T06:32:32.923Z] #11 extracting sha256:378ec17cbe4cf893c6228d4cb1c8ee7c9293d0618001aa32f28501087331d2e3 [2022-03-01T06:32:33.292Z] #11 extracting sha256:461bb1d8c517c7f9fc0f1df66c9dc34c85a23421c1e1c540b2e28cbb258e75f5 4.6s done [2022-03-01T06:32:33.292Z] #11 extracting sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 0.1s [2022-03-01T06:32:33.563Z] #11 extracting sha256:4b9f1769d50d3693321e1b48f527d9c920830ad24d931b642c116bf7823bed6a 3.3s done [2022-03-01T06:32:33.797Z] #19 63.72 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu-base amd64 10.2.1-6cross1 [202 kB] [2022-03-01T06:32:33.797Z] #19 63.72 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [42.9 MB] [2022-03-01T06:32:34.267Z] #11 extracting sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 6.2s [2022-03-01T06:32:34.492Z] #11 sha256:2f968619e17d4f7cfd53e06255d13e6e13e0c88ff93b10815f2fd9348480608d 102.66MB / 102.66MB 12.0s done [2022-03-01T06:32:34.492Z] #11 extracting sha256:ba82d658e35e283c3256d116f10873cc082c6131e4ed97c024fbca8bf221cef2 [2022-03-01T06:32:34.844Z] #11 ... [2022-03-01T06:32:34.844Z] [2022-03-01T06:32:34.845Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-01T06:32:34.845Z] #31 sha256:8f757402063dc02a90e86a719be83fce5047e45c41bd308fd9769bde2c7bb7d4 [2022-03-01T06:32:34.845Z] #31 2.310 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-03-01T06:32:34.845Z] #31 2.622 [2022-03-01T06:32:34.845Z] #31 2.852 #=#=# ######################################################################## 100.0% [2022-03-01T06:32:34.845Z] #31 3.176 [2022-03-01T06:32:34.845Z] #31 4.092 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-03-01T06:32:34.845Z] #31 4.391 [2022-03-01T06:32:34.845Z] #31 4.617 #=#=# ######################################################################## 100.0% [2022-03-01T06:32:34.845Z] #31 4.944 [2022-03-01T06:32:34.845Z] #31 5.921 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-03-01T06:32:34.845Z] #31 6.212 [2022-03-01T06:32:34.845Z] #31 6.417 #=#=# # 2.0% ############################### 43.6% ################################################################# 90.4% ######################################################################## 100.0% [2022-03-01T06:32:34.845Z] #31 7.045 [2022-03-01T06:32:34.845Z] #31 8.045 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-03-01T06:32:34.845Z] #31 8.373 [2022-03-01T06:32:34.845Z] #31 8.599 #=#=# ######################################################################## 100.0% [2022-03-01T06:32:34.845Z] #31 8.952 [2022-03-01T06:32:34.845Z] #31 9.734 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-03-01T06:32:34.845Z] #31 10.05 [2022-03-01T06:32:35.060Z] #11 ... [2022-03-01T06:32:35.060Z] [2022-03-01T06:32:35.060Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-01T06:32:35.060Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-01T06:32:35.060Z] #69 DONE 12.3s [2022-03-01T06:32:35.060Z] [2022-03-01T06:32:35.060Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-01T06:32:35.060Z] #28 sha256:cb983e985114734a877253bfa61bb8a7e8667d773f76aa54c4d88ef5c333eb4f [2022-03-01T06:32:35.061Z] #28 extracting sha256:c7869242ae9abf6340558e18846f64a05eb06f2eaf66c6bfa2dc66ff2c997976 3.2s done [2022-03-01T06:32:35.106Z] #31 ... [2022-03-01T06:32:35.106Z] [2022-03-01T06:32:35.106Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:93872b0f54145f1ae135538c6bbe77a4f70dfa56d3fb27b30445f756b1b76f1d [2022-03-01T06:32:35.106Z] #11 sha256:fa55dec94b0a0262abd5e5be095d6ffb758c3220416ee885b45ab1773abbfd26 [2022-03-01T06:32:35.186Z] #19 65.09 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-s390x-linux-gnu-base amd64 10.2.1-6cross1 [202 kB] [2022-03-01T06:32:35.186Z] #19 65.09 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-s390x-linux-gnu amd64 10.2.1-6cross1 [41.1 MB] [2022-03-01T06:32:35.630Z] #28 DONE 12.9s [2022-03-01T06:32:35.630Z] [2022-03-01T06:32:35.630Z] #29 [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 [2022-03-01T06:32:35.630Z] #29 sha256:8dee969f1583d68a21071cc2084df95cedc8e4090666dc1969a6aaf54b1e8e38 [2022-03-01T06:32:36.562Z] #11 ... [2022-03-01T06:32:36.563Z] [2022-03-01T06:32:36.563Z] #29 [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 [2022-03-01T06:32:36.563Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-01T06:32:36.563Z] #29 1.081 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-01T06:32:36.563Z] #29 1.092 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-01T06:32:36.563Z] #29 1.092 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-01T06:32:36.563Z] #29 1.228 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [121 kB] [2022-03-01T06:32:36.563Z] #29 1.420 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-01T06:32:36.563Z] #29 1.620 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-01T06:32:36.563Z] #29 3.087 Fetched 8506 kB in 2s (3747 kB/s) [2022-03-01T06:32:36.563Z] #29 3.087 Reading package lists... [2022-03-01T06:32:36.563Z] #29 3.900 Reading package lists... [2022-03-01T06:32:36.563Z] #29 4.681 Building dependency tree... [2022-03-01T06:32:36.563Z] #29 5.030 The following additional packages will be installed: [2022-03-01T06:32:36.563Z] #29 5.030 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-03-01T06:32:36.563Z] #29 5.030 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-03-01T06:32:36.563Z] #29 5.031 Recommended packages: [2022-03-01T06:32:36.563Z] #29 5.031 libldap-common publicsuffix libsasl2-modules [2022-03-01T06:32:36.563Z] #29 5.198 The following NEW packages will be installed: [2022-03-01T06:32:36.563Z] #29 5.199 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-03-01T06:32:36.563Z] #29 5.199 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-03-01T06:32:36.563Z] #29 5.199 libssh2-1 openssl [2022-03-01T06:32:36.563Z] #29 5.483 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-03-01T06:32:36.563Z] #29 5.483 Need to get 3038 kB of archives. [2022-03-01T06:32:36.563Z] #29 5.483 After this operation, 6650 kB of additional disk space will be used. [2022-03-01T06:32:36.563Z] #29 5.483 Get:1 http://security.debian.org/debian-security bullseye-security/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB] [2022-03-01T06:32:36.563Z] #29 5.483 Get:2 http://security.debian.org/debian-security bullseye-security/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB] [2022-03-01T06:32:36.563Z] #29 5.485 Get:3 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB] [2022-03-01T06:32:36.563Z] #29 5.498 Get:4 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-03-01T06:32:36.563Z] #29 5.504 Get:5 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-03-01T06:32:36.563Z] #29 5.505 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-03-01T06:32:36.563Z] #29 5.507 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-03-01T06:32:36.563Z] #29 5.508 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-03-01T06:32:36.563Z] #29 5.532 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-03-01T06:32:36.563Z] #29 5.532 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-03-01T06:32:36.563Z] #29 5.532 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-03-01T06:32:36.563Z] #29 5.532 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-03-01T06:32:36.563Z] #29 5.538 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-01T06:32:36.563Z] #29 5.538 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-01T06:32:36.563Z] #29 5.553 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-01T06:32:36.563Z] #29 5.725 debconf: delaying package configuration, since apt-utils is not installed [2022-03-01T06:32:36.563Z] #29 5.756 Fetched 3038 kB in 0s (8792 kB/s) [2022-03-01T06:32:36.563Z] #29 5.790 Selecting previously unselected package openssl. [2022-03-01T06:32:36.563Z] #29 5.790 (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 ... 6653 files and directories currently installed.) [2022-03-01T06:32:36.563Z] #29 5.790 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ... [2022-03-01T06:32:36.563Z] #29 5.794 Unpacking openssl (1.1.1k-1+deb11u1) ... [2022-03-01T06:32:36.563Z] #29 6.002 Selecting previously unselected package ca-certificates. [2022-03-01T06:32:36.563Z] #29 6.002 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-03-01T06:32:36.563Z] #29 6.005 Unpacking ca-certificates (20210119) ... [2022-03-01T06:32:36.563Z] #29 6.073 Selecting previously unselected package libbrotli1:amd64. [2022-03-01T06:32:36.563Z] #29 6.073 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-03-01T06:32:36.563Z] #29 6.081 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-01T06:32:36.563Z] #29 6.142 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-03-01T06:32:36.563Z] #29 6.142 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-01T06:32:36.563Z] #29 6.146 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-01T06:32:36.563Z] #29 6.185 Selecting previously unselected package libsasl2-2:amd64. [2022-03-01T06:32:36.563Z] #29 6.185 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-01T06:32:36.563Z] #29 6.188 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-01T06:32:36.563Z] #29 6.233 Selecting previously unselected package libldap-2.4-2:amd64. [2022-03-01T06:32:36.563Z] #29 6.233 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-03-01T06:32:36.563Z] #29 6.237 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-01T06:32:36.563Z] #29 6.303 Selecting previously unselected package libnghttp2-14:amd64. [2022-03-01T06:32:36.563Z] #29 6.303 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-03-01T06:32:36.563Z] #29 6.306 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-01T06:32:36.563Z] #29 6.353 Selecting previously unselected package libpsl5:amd64. [2022-03-01T06:32:36.563Z] #29 6.353 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-03-01T06:32:36.563Z] #29 6.358 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-03-01T06:32:36.563Z] #29 6.393 Selecting previously unselected package librtmp1:amd64. [2022-03-01T06:32:36.563Z] #19 66.38 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-aarch64-linux-gnu amd64 4:10.2.1-1 [16.8 kB] [2022-03-01T06:32:36.563Z] #29 6.394 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-03-01T06:32:36.563Z] #19 66.38 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabi amd64 4:10.2.1-1 [16.8 kB] [2022-03-01T06:32:36.563Z] #19 66.39 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabihf amd64 4:10.2.1-1 [16.8 kB] [2022-03-01T06:32:36.563Z] #29 6.398 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-01T06:32:36.563Z] #29 6.437 Selecting previously unselected package libssh2-1:amd64. [2022-03-01T06:32:36.563Z] #19 66.39 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-powerpc64le-linux-gnu amd64 4:10.2.1-1 [16.8 kB] [2022-03-01T06:32:36.563Z] #29 6.437 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-03-01T06:32:36.563Z] #29 6.440 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-03-01T06:32:36.563Z] #19 66.39 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-s390x-linux-gnu amd64 4:10.2.1-1 [16.8 kB] [2022-03-01T06:32:36.563Z] #29 6.492 Selecting previously unselected package libcurl4:amd64. [2022-03-01T06:32:36.563Z] #29 6.492 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-01T06:32:36.563Z] #19 66.39 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB] [2022-03-01T06:32:36.563Z] #29 6.495 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-01T06:32:36.563Z] #29 6.561 Selecting previously unselected package curl. [2022-03-01T06:32:36.563Z] #19 66.39 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-cross-base all 10.2.1-6cross1 [197 kB] [2022-03-01T06:32:36.563Z] #29 6.561 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-01T06:32:36.563Z] #29 6.565 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-03-01T06:32:36.563Z] #19 66.39 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB] [2022-03-01T06:32:36.563Z] #29 6.634 Selecting previously unselected package libonig5:amd64. [2022-03-01T06:32:36.563Z] #29 6.634 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-01T06:32:36.563Z] #19 66.41 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-arm64-cross all 10.2.1-6cross1 [34.5 kB] [2022-03-01T06:32:36.563Z] #29 6.644 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-01T06:32:36.563Z] #29 6.707 Selecting previously unselected package libjq1:amd64. [2022-03-01T06:32:36.563Z] #19 66.41 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-arm64-cross all 10.2.1-6cross1 [89.5 kB] [2022-03-01T06:32:36.563Z] #29 6.710 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-03-01T06:32:36.563Z] #29 6.714 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-01T06:32:36.563Z] #19 66.41 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-arm64-cross all 10.2.1-6cross1 [23.4 kB] [2022-03-01T06:32:36.563Z] #29 6.764 Selecting previously unselected package jq. [2022-03-01T06:32:36.563Z] #29 6.764 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-03-01T06:32:36.563Z] #19 66.42 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B] [2022-03-01T06:32:36.563Z] #29 6.768 Unpacking jq (1.6-2.1) ... [2022-03-01T06:32:36.563Z] #29 6.805 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-03-01T06:32:36.563Z] #19 66.42 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB] [2022-03-01T06:32:36.563Z] #29 6.817 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-01T06:32:36.563Z] #29 6.827 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-01T06:32:36.563Z] #19 66.48 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB] [2022-03-01T06:32:36.563Z] #29 6.838 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-01T06:32:36.563Z] #29 6.850 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-01T06:32:36.563Z] #19 66.50 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB] [2022-03-01T06:32:36.563Z] #19 66.55 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-arm64-cross all 10.2.1-6cross1 [410 kB] [2022-03-01T06:32:36.563Z] #19 66.56 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB] [2022-03-01T06:32:36.563Z] #19 66.58 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-arm64-cross all 10.2.1-6cross1 [880 kB] [2022-03-01T06:32:36.563Z] #29 6.860 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-01T06:32:36.563Z] #29 6.875 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-03-01T06:32:36.563Z] #19 66.59 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [53.2 MB] [2022-03-01T06:32:36.563Z] #29 6.883 Setting up openssl (1.1.1k-1+deb11u1) ... [2022-03-01T06:32:36.563Z] #29 6.896 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-01T06:32:36.563Z] #29 6.909 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-01T06:32:36.563Z] #29 6.920 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-01T06:32:36.563Z] #29 6.936 Setting up ca-certificates (20210119) ... [2022-03-01T06:32:36.563Z] #29 7.553 Updating certificates in /etc/ssl/certs... [2022-03-01T06:32:36.563Z] #29 8.255 129 added, 0 removed; done. [2022-03-01T06:32:36.563Z] #29 8.285 Setting up jq (1.6-2.1) ... [2022-03-01T06:32:36.563Z] #29 8.294 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-01T06:32:36.563Z] #29 8.306 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-03-01T06:32:36.563Z] #29 8.317 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-01T06:32:36.563Z] #29 8.336 Processing triggers for ca-certificates (20210119) ... [2022-03-01T06:32:36.563Z] #29 8.343 Updating certificates in /etc/ssl/certs... [2022-03-01T06:32:36.564Z] #29 8.890 0 added, 0 removed; done. [2022-03-01T06:32:36.564Z] #29 8.890 Running hooks in /etc/ca-certificates/update.d... [2022-03-01T06:32:36.564Z] #29 8.893 done. [2022-03-01T06:32:36.564Z] #29 ... [2022-03-01T06:32:36.564Z] [2022-03-01T06:32:36.564Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:93872b0f54145f1ae135538c6bbe77a4f70dfa56d3fb27b30445f756b1b76f1d [2022-03-01T06:32:36.564Z] #11 sha256:fa55dec94b0a0262abd5e5be095d6ffb758c3220416ee885b45ab1773abbfd26 [2022-03-01T06:32:36.806Z] #11 extracting sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 9.0s done [2022-03-01T06:32:37.022Z] #11 ... [2022-03-01T06:32:37.022Z] [2022-03-01T06:32:37.022Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-01T06:32:37.022Z] #31 sha256:8f757402063dc02a90e86a719be83fce5047e45c41bd308fd9769bde2c7bb7d4 [2022-03-01T06:32:37.022Z] #31 10.27 #=#=# ######################################################################## 100.0% [2022-03-01T06:32:37.022Z] #31 10.64 [2022-03-01T06:32:37.022Z] #31 10.71 Download of images into '/build' complete. [2022-03-01T06:32:37.022Z] #31 10.71 Use something like the following to load the result into a Docker daemon: [2022-03-01T06:32:37.022Z] #31 10.71 tar -cC '/build' . | docker load [2022-03-01T06:32:37.022Z] #31 DONE 12.2s [2022-03-01T06:32:37.022Z] [2022-03-01T06:32:37.022Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:93872b0f54145f1ae135538c6bbe77a4f70dfa56d3fb27b30445f756b1b76f1d [2022-03-01T06:32:37.022Z] #11 sha256:fa55dec94b0a0262abd5e5be095d6ffb758c3220416ee885b45ab1773abbfd26 [2022-03-01T06:32:37.062Z] #11 extracting sha256:378ec17cbe4cf893c6228d4cb1c8ee7c9293d0618001aa32f28501087331d2e3 [2022-03-01T06:32:37.495Z] #11 extracting sha256:9297634c9537024497f76a2e1b374d8a315baa21d45bf36dc7980dc42ab93b0b 4.6s done [2022-03-01T06:32:37.495Z] #11 ... [2022-03-01T06:32:37.495Z] [2022-03-01T06:32:37.495Z] #29 [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 [2022-03-01T06:32:37.495Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-01T06:32:37.495Z] #29 DONE 10.7s [2022-03-01T06:32:37.495Z] [2022-03-01T06:32:37.495Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:93872b0f54145f1ae135538c6bbe77a4f70dfa56d3fb27b30445f756b1b76f1d [2022-03-01T06:32:37.495Z] #11 sha256:fa55dec94b0a0262abd5e5be095d6ffb758c3220416ee885b45ab1773abbfd26 [2022-03-01T06:32:37.495Z] #11 extracting sha256:378ec17cbe4cf893c6228d4cb1c8ee7c9293d0618001aa32f28501087331d2e3 0.1s [2022-03-01T06:32:38.059Z] #11 ... [2022-03-01T06:32:38.059Z] [2022-03-01T06:32:38.059Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-01T06:32:38.059Z] #30 sha256:d5baec394a2cb23bb371b7282647c79fa3593850dda49e0cfaf6e5e933777979 [2022-03-01T06:32:38.059Z] #30 DONE 0.5s [2022-03-01T06:32:38.059Z] [2022-03-01T06:32:38.059Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:93872b0f54145f1ae135538c6bbe77a4f70dfa56d3fb27b30445f756b1b76f1d [2022-03-01T06:32:38.059Z] #11 sha256:fa55dec94b0a0262abd5e5be095d6ffb758c3220416ee885b45ab1773abbfd26 [2022-03-01T06:32:38.410Z] #11 extracting sha256:378ec17cbe4cf893c6228d4cb1c8ee7c9293d0618001aa32f28501087331d2e3 5.1s [2022-03-01T06:32:38.468Z] #19 68.21 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-aarch64-linux-gnu amd64 4:10.2.1-1 [1460 B] [2022-03-01T06:32:38.468Z] #19 68.22 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-arm64-cross all 5.10.13-1cross4 [1375 kB] [2022-03-01T06:32:38.468Z] #19 68.25 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB] [2022-03-01T06:32:38.468Z] #19 68.28 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-arm64-cross all 10.2.1-6cross1 [1682 kB] [2022-03-01T06:32:38.468Z] #19 68.32 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [49.7 MB] [2022-03-01T06:32:38.953Z] #11 ... [2022-03-01T06:32:38.953Z] [2022-03-01T06:32:38.953Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-01T06:32:38.953Z] #31 sha256:2a61811295c1d16911c312bf13f413b3832d497b09e3ad58df6846cf68c84315 [2022-03-01T06:32:38.953Z] #31 2.286 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-03-01T06:32:38.953Z] #31 2.642 [2022-03-01T06:32:38.953Z] #31 2.870 #=#=# ######################################################################## 100.0% [2022-03-01T06:32:38.953Z] #31 3.221 [2022-03-01T06:32:38.953Z] #31 4.232 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-03-01T06:32:38.953Z] #31 4.578 [2022-03-01T06:32:38.953Z] #31 4.816 #=#=# ######################################################################## 100.0% [2022-03-01T06:32:38.953Z] #31 5.134 [2022-03-01T06:32:38.953Z] #31 6.160 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-03-01T06:32:38.953Z] #31 6.566 [2022-03-01T06:32:38.953Z] #31 6.800 #=#=# ################## 26.0% ########################################## 58.4% ################################################################# 90.6% ######################################################################## 100.0% [2022-03-01T06:32:38.953Z] #31 7.434 [2022-03-01T06:32:38.953Z] #31 8.449 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-03-01T06:32:38.953Z] #31 8.759 [2022-03-01T06:32:38.953Z] #31 8.978 #=#=# ######################################################################## 100.0% [2022-03-01T06:32:38.953Z] #31 9.328 [2022-03-01T06:32:39.217Z] #31 10.19 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-03-01T06:32:39.217Z] #31 ... [2022-03-01T06:32:39.217Z] [2022-03-01T06:32:39.217Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:93872b0f54145f1ae135538c6bbe77a4f70dfa56d3fb27b30445f756b1b76f1d [2022-03-01T06:32:39.217Z] #11 sha256:fa55dec94b0a0262abd5e5be095d6ffb758c3220416ee885b45ab1773abbfd26 [2022-03-01T06:32:39.407Z] #19 69.47 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-aarch64-linux-gnu amd64 4:10.2.1-1 [1176 B] [2022-03-01T06:32:39.680Z] #19 ... [2022-03-01T06:32:39.680Z] [2022-03-01T06:32:39.680Z] #41 [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 "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-01T06:32:39.680Z] #41 sha256:daffcb12c1650deef77c07848ff64bbdd4bdfa53e647429282187d41fa3cd995 [2022-03-01T06:32:39.680Z] #41 DONE 80.0s [2022-03-01T06:32:39.680Z] [2022-03-01T06:32:39.680Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-03-01T06:32:39.680Z] #19 sha256:40843ddbace6dc1af73454ffeb51e73993423daf2a757a78bb2312d689609a7a [2022-03-01T06:32:39.680Z] #19 69.47 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-03-01T06:32:39.680Z] #19 69.47 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.9 [2153 kB] [2022-03-01T06:32:39.680Z] #19 69.57 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB] [2022-03-01T06:32:39.680Z] #19 69.57 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB] [2022-03-01T06:32:39.680Z] #19 69.57 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-01T06:32:39.940Z] #19 69.99 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2022-03-01T06:32:39.940Z] #19 70.02 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB] [2022-03-01T06:32:39.940Z] #19 70.02 Get:54 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB] [2022-03-01T06:32:39.940Z] #19 70.02 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB] [2022-03-01T06:32:39.940Z] #19 70.02 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB] [2022-03-01T06:32:39.940Z] #19 70.05 Get:57 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB] [2022-03-01T06:32:40.200Z] #19 70.05 Get:58 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB] [2022-03-01T06:32:40.200Z] #19 70.05 Get:59 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-auto-perl all 0.44-1.1 [19.0 kB] [2022-03-01T06:32:40.200Z] #19 70.05 Get:60 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB] [2022-03-01T06:32:40.200Z] #19 70.07 Get:61 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB] [2022-03-01T06:32:40.200Z] #19 70.07 Get:62 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdebian-dpkgcross-perl all 2.6.18+nmu1 [30.5 kB] [2022-03-01T06:32:40.200Z] #19 70.25 Get:63 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB] [2022-03-01T06:32:40.200Z] #19 70.27 Get:64 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B] [2022-03-01T06:32:40.200Z] #19 70.27 Get:65 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB] [2022-03-01T06:32:40.200Z] #19 70.31 Get:66 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armel-cross all 10.2.1-6cross1 [38.3 kB] [2022-03-01T06:32:40.460Z] #19 70.31 Get:67 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armel-cross all 10.2.1-6cross1 [85.3 kB] [2022-03-01T06:32:40.460Z] #19 70.32 Get:68 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B] [2022-03-01T06:32:40.460Z] #19 70.32 Get:69 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB] [2022-03-01T06:32:40.460Z] #19 70.40 Get:70 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armel-cross all 10.2.1-6cross1 [370 kB] [2022-03-01T06:32:40.460Z] #19 70.42 Get:71 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB] [2022-03-01T06:32:40.460Z] #19 70.46 Get:72 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armel-cross all 10.2.1-6cross1 [688 kB] [2022-03-01T06:32:40.460Z] #19 70.48 Get:73 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [50.4 MB] [2022-03-01T06:32:40.877Z] #29 ... [2022-03-01T06:32:40.878Z] [2022-03-01T06:32:40.878Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:93872b0f54145f1ae135538c6bbe77a4f70dfa56d3fb27b30445f756b1b76f1d [2022-03-01T06:32:40.878Z] #11 sha256:f898e7582624e1b56052873a9c2c3e0f449cbd31ac9c4afdcf9fa3b0d57e78ca [2022-03-01T06:32:40.878Z] #11 extracting sha256:ba82d658e35e283c3256d116f10873cc082c6131e4ed97c024fbca8bf221cef2 1.9s done [2022-03-01T06:32:40.878Z] #11 extracting sha256:2f968619e17d4f7cfd53e06255d13e6e13e0c88ff93b10815f2fd9348480608d 3.3s done [2022-03-01T06:32:40.878Z] #11 extracting sha256:8adcb44ed703ac307dfd508f921592631275f61efba30eaf0e1353e16b9cc0fe done [2022-03-01T06:32:41.838Z] #19 71.97 Get:74 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabi amd64 4:10.2.1-1 [1460 B] [2022-03-01T06:32:41.838Z] #19 71.97 Get:75 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armel-cross all 5.10.13-1cross4 [1365 kB] [2022-03-01T06:32:41.838Z] #19 71.99 Get:76 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB] [2022-03-01T06:32:41.838Z] #19 72.03 Get:77 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armel-cross all 10.2.1-6cross1 [1753 kB] [2022-03-01T06:32:42.098Z] #19 72.09 Get:78 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [47.1 MB] [2022-03-01T06:32:42.490Z] #11 extracting sha256:378ec17cbe4cf893c6228d4cb1c8ee7c9293d0618001aa32f28501087331d2e3 5.1s [2022-03-01T06:32:43.306Z] #11 extracting sha256:378ec17cbe4cf893c6228d4cb1c8ee7c9293d0618001aa32f28501087331d2e3 5.2s [2022-03-01T06:32:43.396Z] #11 DONE 21.3s [2022-03-01T06:32:43.396Z] [2022-03-01T06:32:43.396Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-01T06:32:43.397Z] #12 sha256:09130b580f3445a5fe927a593a2835f67131a9ee4e35b3426dc1ae85a2c85b02 [2022-03-01T06:32:43.458Z] #11 ... [2022-03-01T06:32:43.458Z] [2022-03-01T06:32:43.458Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-01T06:32:43.458Z] #31 sha256:2a61811295c1d16911c312bf13f413b3832d497b09e3ad58df6846cf68c84315 [2022-03-01T06:32:43.458Z] #31 10.64 [2022-03-01T06:32:43.459Z] #31 10.86 #=#=# ######################################################################## 100.0% [2022-03-01T06:32:43.459Z] #31 11.25 [2022-03-01T06:32:43.459Z] #31 11.31 Download of images into '/build' complete. [2022-03-01T06:32:43.459Z] #31 11.31 Use something like the following to load the result into a Docker daemon: [2022-03-01T06:32:43.459Z] #31 11.31 tar -cC '/build' . | docker load [2022-03-01T06:32:43.459Z] #31 DONE 14.5s [2022-03-01T06:32:43.459Z] [2022-03-01T06:32:43.459Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:93872b0f54145f1ae135538c6bbe77a4f70dfa56d3fb27b30445f756b1b76f1d [2022-03-01T06:32:43.459Z] #11 sha256:fa55dec94b0a0262abd5e5be095d6ffb758c3220416ee885b45ab1773abbfd26 [2022-03-01T06:32:43.476Z] #19 73.39 Get:79 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabi amd64 4:10.2.1-1 [1176 B] [2022-03-01T06:32:43.476Z] #19 73.40 Get:80 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B] [2022-03-01T06:32:43.476Z] #19 73.40 Get:81 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB] [2022-03-01T06:32:43.476Z] #19 73.42 Get:82 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armhf-cross all 10.2.1-6cross1 [36.3 kB] [2022-03-01T06:32:43.476Z] #19 73.42 Get:83 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armhf-cross all 10.2.1-6cross1 [82.6 kB] [2022-03-01T06:32:43.476Z] #19 73.42 Get:84 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B] [2022-03-01T06:32:43.476Z] #19 73.42 Get:85 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB] [2022-03-01T06:32:43.476Z] #19 73.45 Get:86 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armhf-cross all 10.2.1-6cross1 [381 kB] [2022-03-01T06:32:43.476Z] #19 73.46 Get:87 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB] [2022-03-01T06:32:43.476Z] #19 73.49 Get:88 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armhf-cross all 10.2.1-6cross1 [694 kB] [2022-03-01T06:32:43.476Z] #19 73.50 Get:89 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [50.4 MB] [2022-03-01T06:32:43.695Z] #11 extracting sha256:378ec17cbe4cf893c6228d4cb1c8ee7c9293d0618001aa32f28501087331d2e3 10.2s [2022-03-01T06:32:44.853Z] #19 74.89 Get:90 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabihf amd64 4:10.2.1-1 [1468 B] [2022-03-01T06:32:44.853Z] #19 74.90 Get:91 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armhf-cross all 5.10.13-1cross4 [1365 kB] [2022-03-01T06:32:44.853Z] #19 74.92 Get:92 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB] [2022-03-01T06:32:44.853Z] #19 74.97 Get:93 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armhf-cross all 10.2.1-6cross1 [1760 kB] [2022-03-01T06:32:45.114Z] #19 75.01 Get:94 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [47.1 MB] [2022-03-01T06:32:45.831Z] #11 extracting sha256:378ec17cbe4cf893c6228d4cb1c8ee7c9293d0618001aa32f28501087331d2e3 7.9s done [2022-03-01T06:32:45.832Z] #11 extracting sha256:e6ff4e95ec2fa250bad3f4646a53252ab039b5d1afc778209f42b30da5eaebc0 done [2022-03-01T06:32:45.832Z] #11 DONE 29.6s [2022-03-01T06:32:45.832Z] [2022-03-01T06:32:45.832Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-01T06:32:45.832Z] #31 sha256:c2a95bc6e1c08307f521306689ccf3566b88716f8b9a370c8e6c213d71189211 [2022-03-01T06:32:45.832Z] #31 1.483 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-03-01T06:32:45.832Z] #31 1.750 [2022-03-01T06:32:45.832Z] #31 1.965 #=#=# ######################################################################## 100.0% [2022-03-01T06:32:45.832Z] #31 2.218 [2022-03-01T06:32:45.832Z] #31 3.121 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-03-01T06:32:45.832Z] #31 3.377 [2022-03-01T06:32:45.832Z] #31 3.596 #=#=# ######################################################################## 100.0% [2022-03-01T06:32:45.832Z] #31 3.871 [2022-03-01T06:32:45.832Z] #31 4.785 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-03-01T06:32:45.832Z] #31 5.071 [2022-03-01T06:32:45.832Z] #31 5.289 #=#=# ########## 14.1% ######################################### 57.8% ################################################################ 89.3% ######################################################################## 100.0% [2022-03-01T06:32:45.832Z] #31 5.821 [2022-03-01T06:32:45.832Z] #31 6.722 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-03-01T06:32:45.832Z] #31 7.019 [2022-03-01T06:32:45.832Z] #31 7.232 #=#=# ######################################################################## 100.0% [2022-03-01T06:32:45.832Z] #31 7.495 [2022-03-01T06:32:46.088Z] #31 ... [2022-03-01T06:32:46.088Z] [2022-03-01T06:32:46.088Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-01T06:32:46.088Z] #12 sha256:9eef7332ada09cd1dda1aa489087463b3c53dc5542e3e1989483f6ebaf3d61ce [2022-03-01T06:32:46.565Z] #19 76.22 Get:95 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabihf amd64 4:10.2.1-1 [1184 B] [2022-03-01T06:32:46.565Z] #19 76.23 Get:96 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B] [2022-03-01T06:32:46.565Z] #19 76.23 Get:97 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB] [2022-03-01T06:32:46.565Z] #19 76.27 Get:98 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-ppc64el-cross all 10.2.1-6cross1 [30.5 kB] [2022-03-01T06:32:46.565Z] #19 76.27 Get:99 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB] [2022-03-01T06:32:46.565Z] #19 76.27 Get:100 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-ppc64el-cross all 10.2.1-6cross1 [28.4 kB] [2022-03-01T06:32:46.565Z] #19 76.27 Get:101 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B] [2022-03-01T06:32:46.565Z] #19 76.27 Get:102 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB] [2022-03-01T06:32:46.565Z] #19 76.34 Get:103 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB] [2022-03-01T06:32:46.565Z] #19 76.36 Get:104 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB] [2022-03-01T06:32:46.565Z] #19 76.42 Get:105 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-ppc64el-cross all 10.2.1-6cross1 [497 kB] [2022-03-01T06:32:46.565Z] #19 76.43 Get:106 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB] [2022-03-01T06:32:46.565Z] #19 76.46 Get:107 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB] [2022-03-01T06:32:46.565Z] #19 76.46 Get:108 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-ppc64el-cross all 10.2.1-6cross1 [1249 kB] [2022-03-01T06:32:46.565Z] #19 76.48 Get:109 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [48.9 MB] [2022-03-01T06:32:46.667Z] #12 ... [2022-03-01T06:32:46.667Z] [2022-03-01T06:32:46.667Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-01T06:32:46.667Z] #68 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2022-03-01T06:32:46.667Z] #68 DONE 1.5s [2022-03-01T06:32:46.667Z] [2022-03-01T06:32:46.667Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-01T06:32:46.667Z] #70 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2022-03-01T06:32:46.925Z] #70 ... [2022-03-01T06:32:46.925Z] [2022-03-01T06:32:46.925Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-01T06:32:46.925Z] #12 sha256:09130b580f3445a5fe927a593a2835f67131a9ee4e35b3426dc1ae85a2c85b02 [2022-03-01T06:32:46.925Z] #12 DONE 3.6s [2022-03-01T06:32:46.925Z] [2022-03-01T06:32:46.925Z] #13 [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 [2022-03-01T06:32:46.925Z] #13 sha256:7dc770be7e1ab23eed9470159e0716791fc9389b8736db9f481f9a9b73d9249b [2022-03-01T06:32:47.701Z] #11 extracting sha256:378ec17cbe4cf893c6228d4cb1c8ee7c9293d0618001aa32f28501087331d2e3 10.2s [2022-03-01T06:32:47.909Z] #11 extracting sha256:378ec17cbe4cf893c6228d4cb1c8ee7c9293d0618001aa32f28501087331d2e3 14.8s done [2022-03-01T06:32:47.962Z] #19 77.97 Get:110 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1468 B] [2022-03-01T06:32:47.962Z] #19 77.98 Get:111 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-ppc64el-cross all 5.10.13-1cross4 [1391 kB] [2022-03-01T06:32:47.962Z] #19 78.01 Get:112 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB] [2022-03-01T06:32:47.962Z] #19 78.06 Get:113 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-ppc64el-cross all 10.2.1-6cross1 [1775 kB] [2022-03-01T06:32:48.173Z] #11 extracting sha256:e6ff4e95ec2fa250bad3f4646a53252ab039b5d1afc778209f42b30da5eaebc0 [2022-03-01T06:32:48.173Z] #11 extracting sha256:e6ff4e95ec2fa250bad3f4646a53252ab039b5d1afc778209f42b30da5eaebc0 done [2022-03-01T06:32:48.221Z] #19 78.10 Get:114 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [46.0 MB] [2022-03-01T06:32:48.292Z] #13 ... [2022-03-01T06:32:48.292Z] [2022-03-01T06:32:48.292Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-01T06:32:48.292Z] #70 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2022-03-01T06:32:48.292Z] #70 DONE 2.1s [2022-03-01T06:32:48.435Z] #11 DONE 50.0s [2022-03-01T06:32:48.435Z] [2022-03-01T06:32:48.435Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-01T06:32:48.435Z] #12 sha256:9eef7332ada09cd1dda1aa489087463b3c53dc5542e3e1989483f6ebaf3d61ce [2022-03-01T06:32:48.548Z] [2022-03-01T06:32:48.548Z] #29 [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 [2022-03-01T06:32:48.548Z] #29 sha256:8dee969f1583d68a21071cc2084df95cedc8e4090666dc1969a6aaf54b1e8e38 [2022-03-01T06:32:48.548Z] #29 9.882 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-01T06:32:48.548Z] #29 9.884 Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-01T06:32:48.548Z] #29 9.893 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-01T06:32:48.548Z] #29 9.974 Get:4 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-01T06:32:48.548Z] #29 10.06 Get:5 http://deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-01T06:32:48.548Z] #29 10.61 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-01T06:32:48.548Z] #29 11.76 Fetched 8392 kB in 2s (3925 kB/s) [2022-03-01T06:32:48.548Z] #29 11.76 Reading package lists... [2022-03-01T06:32:48.548Z] #29 12.29 Reading package lists... [2022-03-01T06:32:48.548Z] #29 12.80 Building dependency tree... [2022-03-01T06:32:48.548Z] #29 ... [2022-03-01T06:32:48.548Z] [2022-03-01T06:32:48.548Z] #13 [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 [2022-03-01T06:32:48.548Z] #13 sha256:7dc770be7e1ab23eed9470159e0716791fc9389b8736db9f481f9a9b73d9249b [2022-03-01T06:32:48.548Z] #13 DONE 1.6s [2022-03-01T06:32:48.548Z] [2022-03-01T06:32:48.548Z] #29 [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 [2022-03-01T06:32:48.548Z] #29 sha256:8dee969f1583d68a21071cc2084df95cedc8e4090666dc1969a6aaf54b1e8e38 [2022-03-01T06:32:48.548Z] #29 13.18 The following additional packages will be installed: [2022-03-01T06:32:48.548Z] #29 13.19 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-03-01T06:32:48.548Z] #29 13.19 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-03-01T06:32:48.548Z] #29 13.19 Recommended packages: [2022-03-01T06:32:48.548Z] #29 13.19 libldap-common publicsuffix libsasl2-modules [2022-03-01T06:32:48.689Z] #12 DONE 2.2s [2022-03-01T06:32:48.689Z] [2022-03-01T06:32:48.689Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-01T06:32:48.689Z] #31 sha256:c2a95bc6e1c08307f521306689ccf3566b88716f8b9a370c8e6c213d71189211 [2022-03-01T06:32:48.689Z] #31 8.128 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-03-01T06:32:48.689Z] #31 8.374 [2022-03-01T06:32:48.689Z] #31 8.593 #=#=# ######################################################################## 100.0% [2022-03-01T06:32:48.689Z] #31 8.775 [2022-03-01T06:32:48.689Z] #31 8.830 Download of images into '/build' complete. [2022-03-01T06:32:48.689Z] #31 8.830 Use something like the following to load the result into a Docker daemon: [2022-03-01T06:32:48.689Z] #31 8.830 tar -cC '/build' . | docker load [2022-03-01T06:32:48.689Z] #31 DONE 10.1s [2022-03-01T06:32:48.689Z] [2022-03-01T06:32:48.689Z] #13 [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 [2022-03-01T06:32:48.689Z] #13 sha256:8166a73ca5b25ee4207199ece62e7a4cfed33dfabf9b08787194b3d3ad747f9e [2022-03-01T06:32:48.828Z] #29 13.32 The following NEW packages will be installed: [2022-03-01T06:32:48.828Z] #29 ... [2022-03-01T06:32:48.828Z] [2022-03-01T06:32:48.828Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-01T06:32:48.828Z] #42 sha256:d07bdc94fef7d64d0590a912825fe28cec68f66eaff1a2c1e5d8d017bc88138c [2022-03-01T06:32:48.828Z] #42 DONE 0.2s [2022-03-01T06:32:48.828Z] [2022-03-01T06:32:48.828Z] #46 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-03-01T06:32:48.828Z] #46 sha256:54c4e323db664a0af5504bded7aa541b538fc550f0ca478dc1cf0975d5a1397b [2022-03-01T06:32:48.828Z] #46 DONE 0.2s [2022-03-01T06:32:48.828Z] [2022-03-01T06:32:48.828Z] #29 [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 [2022-03-01T06:32:48.828Z] #29 sha256:8dee969f1583d68a21071cc2084df95cedc8e4090666dc1969a6aaf54b1e8e38 [2022-03-01T06:32:48.828Z] #29 13.32 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-03-01T06:32:48.828Z] #29 13.32 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-03-01T06:32:48.828Z] #29 13.32 libssh2-1 openssl [2022-03-01T06:32:48.946Z] #13 DONE 0.8s [2022-03-01T06:32:48.946Z] [2022-03-01T06:32:48.946Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-01T06:32:48.946Z] #25 sha256:b280ec1a95121b870ab07ef1d722cf48396841f3bb95364a6f605502b331d277 [2022-03-01T06:32:49.084Z] #29 ... [2022-03-01T06:32:49.084Z] [2022-03-01T06:32:49.084Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-01T06:32:49.084Z] #33 sha256:7c2239bcc20e62c91830e2e85ff82b31bf18978143d858b637fec9123a7dfa0a [2022-03-01T06:32:49.084Z] #33 DONE 0.3s [2022-03-01T06:32:49.084Z] [2022-03-01T06:32:49.084Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-01T06:32:49.084Z] #25 sha256:5f86947b968a669b3696dcb1816295140ecb0d9873d72838158580bd1c886f5a [2022-03-01T06:32:49.084Z] #25 DONE 0.4s [2022-03-01T06:32:49.084Z] [2022-03-01T06:32:49.084Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-01T06:32:49.084Z] #62 sha256:76534f444a56012ad6390728d6bab54e8d566386904f5332d1464fdadcf4bc3a [2022-03-01T06:32:49.084Z] #62 DONE 0.4s [2022-03-01T06:32:49.084Z] [2022-03-01T06:32:49.084Z] #29 [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 [2022-03-01T06:32:49.084Z] #29 sha256:8dee969f1583d68a21071cc2084df95cedc8e4090666dc1969a6aaf54b1e8e38 [2022-03-01T06:32:49.084Z] #29 13.60 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-03-01T06:32:49.084Z] #29 13.60 Need to get 2933 kB of archives. [2022-03-01T06:32:49.084Z] #29 13.60 After this operation, 6483 kB of additional disk space will be used. [2022-03-01T06:32:49.084Z] #29 13.60 Get:1 http://deb.debian.org/debian bullseye/main arm64 openssl arm64 1.1.1k-1+deb11u1 [829 kB] [2022-03-01T06:32:49.084Z] #29 13.60 Get:2 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB] [2022-03-01T06:32:49.084Z] #29 13.62 Get:3 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB] [2022-03-01T06:32:49.084Z] #29 13.62 Get:4 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3 [222 kB] [2022-03-01T06:32:49.084Z] #29 13.62 Get:5 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB] [2022-03-01T06:32:49.084Z] #29 13.62 Get:6 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB] [2022-03-01T06:32:49.084Z] #29 13.62 Get:7 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] [2022-03-01T06:32:49.084Z] #29 13.62 Get:8 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB] [2022-03-01T06:32:49.084Z] #29 13.62 Get:9 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u1 [320 kB] [2022-03-01T06:32:49.084Z] #29 13.62 Get:10 http://security.debian.org/debian-security bullseye-security/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1+deb11u1 [69.4 kB] [2022-03-01T06:32:49.084Z] #29 13.67 Get:11 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+deb11u1 [261 kB] [2022-03-01T06:32:49.084Z] #29 13.67 Get:12 http://security.debian.org/debian-security bullseye-security/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB] [2022-03-01T06:32:49.207Z] #25 ... [2022-03-01T06:32:49.207Z] [2022-03-01T06:32:49.207Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-01T06:32:49.207Z] #42 sha256:32fc2a9bf40997e7b6730162d6bb103099f58337f932a51269e396df27500e2a [2022-03-01T06:32:49.207Z] #42 DONE 0.3s [2022-03-01T06:32:49.207Z] [2022-03-01T06:32:49.207Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-01T06:32:49.207Z] #33 sha256:ae21b02774cbdbd44c53e137ead5e0a6a71811a11b7e7c20db4a54e0348ab8ca [2022-03-01T06:32:49.207Z] #33 DONE 0.4s [2022-03-01T06:32:49.207Z] [2022-03-01T06:32:49.207Z] #46 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-03-01T06:32:49.207Z] #46 sha256:e78d819f5237671d8e078448a613499a2d6232ae71981c5245a51a00a83cb12e [2022-03-01T06:32:49.207Z] #46 DONE 0.4s [2022-03-01T06:32:49.349Z] #29 13.69 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2022-03-01T06:32:49.349Z] #29 13.70 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2022-03-01T06:32:49.349Z] #29 13.70 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2022-03-01T06:32:49.381Z] #12 DONE 1.0s [2022-03-01T06:32:49.381Z] [2022-03-01T06:32:49.381Z] #13 [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 [2022-03-01T06:32:49.381Z] #13 sha256:8166a73ca5b25ee4207199ece62e7a4cfed33dfabf9b08787194b3d3ad747f9e [2022-03-01T06:32:49.468Z] [2022-03-01T06:32:49.468Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-01T06:32:49.468Z] #62 sha256:367746233d3546f4c06b82c0a08248320aea976a512d9263d74cd722b9b70c48 [2022-03-01T06:32:49.468Z] #62 DONE 0.4s [2022-03-01T06:32:49.468Z] [2022-03-01T06:32:49.468Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-01T06:32:49.468Z] #25 sha256:b280ec1a95121b870ab07ef1d722cf48396841f3bb95364a6f605502b331d277 [2022-03-01T06:32:49.468Z] #25 DONE 0.5s [2022-03-01T06:32:49.468Z] [2022-03-01T06:32:49.468Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-01T06:32:49.468Z] #26 sha256:59f8c84788c0e7932822d95c38e968adb7d676c04de091fe9abd22e2a65af726 [2022-03-01T06:32:49.601Z] #19 79.29 Get:115 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1184 B] [2022-03-01T06:32:49.601Z] #19 79.29 Get:116 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B] [2022-03-01T06:32:49.601Z] #19 79.29 Get:117 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB] [2022-03-01T06:32:49.601Z] #19 79.31 Get:118 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-s390x-cross all 10.2.1-6cross1 [24.6 kB] [2022-03-01T06:32:49.601Z] #19 79.32 Get:119 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-s390x-cross all 10.2.1-6cross1 [90.5 kB] [2022-03-01T06:32:49.601Z] #19 79.32 Get:120 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-s390x-cross all 10.2.1-6cross1 [24.9 kB] [2022-03-01T06:32:49.601Z] #19 79.33 Get:121 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B] [2022-03-01T06:32:49.601Z] #19 79.33 Get:122 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB] [2022-03-01T06:32:49.601Z] #19 79.36 Get:123 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-s390x-cross all 10.2.1-6cross1 [442 kB] [2022-03-01T06:32:49.601Z] #19 79.37 Get:124 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB] [2022-03-01T06:32:49.601Z] #19 79.40 Get:125 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-s390x-cross all 10.2.1-6cross1 [663 kB] [2022-03-01T06:32:49.601Z] #19 79.40 Get:126 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-s390x-linux-gnu amd64 10.2.1-6cross1 [46.3 MB] [2022-03-01T06:32:49.610Z] #29 14.05 debconf: delaying package configuration, since apt-utils is not installed [2022-03-01T06:32:49.610Z] #29 14.16 Fetched 2933 kB in 0s (7820 kB/s) [2022-03-01T06:32:49.610Z] #29 14.18 Selecting previously unselected package openssl. [2022-03-01T06:32:49.610Z] #29 14.18 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6645 files and directories currently installed.) [2022-03-01T06:32:49.610Z] #29 14.18 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_arm64.deb ... [2022-03-01T06:32:49.610Z] #29 14.18 Unpacking openssl (1.1.1k-1+deb11u1) ... [2022-03-01T06:32:49.868Z] #29 14.38 Selecting previously unselected package ca-certificates. [2022-03-01T06:32:49.868Z] #29 14.38 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-03-01T06:32:49.868Z] #29 14.38 Unpacking ca-certificates (20210119) ... [2022-03-01T06:32:49.868Z] #29 14.47 Selecting previously unselected package libbrotli1:arm64. [2022-03-01T06:32:49.868Z] #29 14.47 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ... [2022-03-01T06:32:49.868Z] #29 14.49 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ... [2022-03-01T06:32:50.128Z] #29 14.58 Selecting previously unselected package libsasl2-modules-db:arm64. [2022-03-01T06:32:50.128Z] #29 14.59 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... [2022-03-01T06:32:50.128Z] #29 14.59 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-01T06:32:50.128Z] #29 14.65 Selecting previously unselected package libsasl2-2:arm64. [2022-03-01T06:32:50.128Z] #29 14.65 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... [2022-03-01T06:32:50.128Z] #29 14.65 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-01T06:32:50.336Z] #13 DONE 0.9s [2022-03-01T06:32:50.336Z] [2022-03-01T06:32:50.336Z] #38 [tini 1/3] 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 [2022-03-01T06:32:50.336Z] #38 sha256:bda39fdfc950e22f55ad196f3fd0294f2a56a2435aff0b23fdfe4ad79f4d92c0 [2022-03-01T06:32:50.336Z] #38 ... [2022-03-01T06:32:50.336Z] [2022-03-01T06:32:50.336Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-01T06:32:50.336Z] #42 sha256:32fc2a9bf40997e7b6730162d6bb103099f58337f932a51269e396df27500e2a [2022-03-01T06:32:50.336Z] #42 DONE 0.1s [2022-03-01T06:32:50.387Z] #29 14.77 Selecting previously unselected package libldap-2.4-2:arm64. [2022-03-01T06:32:50.387Z] #29 14.77 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_arm64.deb ... [2022-03-01T06:32:50.387Z] #29 14.77 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3) ... [2022-03-01T06:32:50.387Z] #29 14.84 Selecting previously unselected package libnghttp2-14:arm64. [2022-03-01T06:32:50.387Z] #29 14.84 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ... [2022-03-01T06:32:50.387Z] #29 14.86 Unpacking libnghttp2-14:arm64 (1.43.0-1) ... [2022-03-01T06:32:50.387Z] #29 14.90 Selecting previously unselected package libpsl5:arm64. [2022-03-01T06:32:50.387Z] #29 14.90 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ... [2022-03-01T06:32:50.387Z] #29 14.90 Unpacking libpsl5:arm64 (0.21.0-1.2) ... [2022-03-01T06:32:50.387Z] #29 14.94 Selecting previously unselected package librtmp1:arm64. [2022-03-01T06:32:50.387Z] #29 14.94 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... [2022-03-01T06:32:50.387Z] #29 14.95 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-01T06:32:50.387Z] #29 15.00 Selecting previously unselected package libssh2-1:arm64. [2022-03-01T06:32:50.387Z] #29 15.00 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ... [2022-03-01T06:32:50.545Z] #19 80.58 Get:127 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-s390x-linux-gnu amd64 4:10.2.1-1 [1456 B] [2022-03-01T06:32:50.545Z] #19 80.58 Get:128 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-s390x-cross all 5.10.13-1cross4 [1395 kB] [2022-03-01T06:32:50.545Z] #19 80.61 Get:129 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB] [2022-03-01T06:32:50.545Z] #19 80.65 Get:130 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-s390x-cross all 10.2.1-6cross1 [1684 kB] [2022-03-01T06:32:50.545Z] #19 80.67 Get:131 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-s390x-linux-gnu amd64 10.2.1-6cross1 [44.2 MB] [2022-03-01T06:32:50.601Z] [2022-03-01T06:32:50.601Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-01T06:32:50.601Z] #33 sha256:ae21b02774cbdbd44c53e137ead5e0a6a71811a11b7e7c20db4a54e0348ab8ca [2022-03-01T06:32:50.601Z] #33 DONE 0.3s [2022-03-01T06:32:50.601Z] [2022-03-01T06:32:50.601Z] #46 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-03-01T06:32:50.601Z] #46 sha256:e78d819f5237671d8e078448a613499a2d6232ae71981c5245a51a00a83cb12e [2022-03-01T06:32:50.601Z] #46 DONE 0.3s [2022-03-01T06:32:50.601Z] [2022-03-01T06:32:50.601Z] #47 [criu 2/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 echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-01T06:32:50.601Z] #47 sha256:6b196adde5ec5150535e9cd03b94b310f29d21819414869615686dbdf825cc09 [2022-03-01T06:32:50.601Z] #47 ... [2022-03-01T06:32:50.601Z] [2022-03-01T06:32:50.601Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-01T06:32:50.601Z] #62 sha256:992f9b632e355731fbbf473b38a4d02ba37194ab4b85fb8705fdebd7e4130b33 [2022-03-01T06:32:50.601Z] #62 DONE 0.4s [2022-03-01T06:32:50.601Z] [2022-03-01T06:32:50.601Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-01T06:32:50.601Z] #25 sha256:1c7ef9aa97bbf7a76b4cd80b3ff2ef4c5c11e8dd86025687153639313679548c [2022-03-01T06:32:50.601Z] #25 DONE 0.4s [2022-03-01T06:32:50.648Z] #29 15.00 Unpacking libssh2-1:arm64 (1.9.0-2) ... [2022-03-01T06:32:50.648Z] #29 15.06 Selecting previously unselected package libcurl4:arm64. [2022-03-01T06:32:50.648Z] #29 15.06 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_arm64.deb ... [2022-03-01T06:32:50.648Z] #29 15.07 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u1) ... [2022-03-01T06:32:50.648Z] #29 15.17 Selecting previously unselected package curl. [2022-03-01T06:32:50.648Z] #29 15.17 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_arm64.deb ... [2022-03-01T06:32:50.648Z] #29 15.19 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-03-01T06:32:50.648Z] #29 15.27 Selecting previously unselected package libonig5:arm64. [2022-03-01T06:32:50.648Z] #29 15.27 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ... [2022-03-01T06:32:50.648Z] #29 15.27 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2022-03-01T06:32:50.863Z] [2022-03-01T06:32:50.863Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-01T06:32:50.863Z] #26 sha256:58d40371cc33eb8f59a84515c19ad6a2ad80af9ae2ffc591f3b245c75b615cf4 [2022-03-01T06:32:50.904Z] #29 15.34 Selecting previously unselected package libjq1:arm64. [2022-03-01T06:32:50.904Z] #29 15.34 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ... [2022-03-01T06:32:50.904Z] #29 15.34 Unpacking libjq1:arm64 (1.6-2.1) ... [2022-03-01T06:32:50.904Z] #29 15.39 Selecting previously unselected package jq. [2022-03-01T06:32:50.904Z] #29 15.39 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ... [2022-03-01T06:32:50.904Z] #29 15.40 Unpacking jq (1.6-2.1) ... [2022-03-01T06:32:50.904Z] #29 15.45 Setting up libpsl5:arm64 (0.21.0-1.2) ... [2022-03-01T06:32:50.904Z] #29 15.45 Setting up libbrotli1:arm64 (1.0.9-2+b2) ... [2022-03-01T06:32:50.904Z] #29 15.48 Setting up libnghttp2-14:arm64 (1.43.0-1) ... [2022-03-01T06:32:50.904Z] #29 15.49 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-01T06:32:50.904Z] #29 15.50 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-01T06:32:51.169Z] #29 15.53 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-01T06:32:51.169Z] #29 15.53 Setting up libssh2-1:arm64 (1.9.0-2) ... [2022-03-01T06:32:51.169Z] #29 15.55 Setting up openssl (1.1.1k-1+deb11u1) ... [2022-03-01T06:32:51.169Z] #29 15.55 Setting up libonig5:arm64 (6.9.6-1.1) ... [2022-03-01T06:32:51.169Z] #29 15.56 Setting up libjq1:arm64 (1.6-2.1) ... [2022-03-01T06:32:51.169Z] #29 15.57 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3) ... [2022-03-01T06:32:51.169Z] #29 15.59 Setting up ca-certificates (20210119) ... [2022-03-01T06:32:51.922Z] #19 81.81 Get:132 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-s390x-linux-gnu amd64 4:10.2.1-1 [1176 B] [2022-03-01T06:32:51.922Z] #19 81.81 Get:133 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B] [2022-03-01T06:32:51.998Z] #26 2.740 + RM_GOPATH=0 [2022-03-01T06:32:51.998Z] #26 2.740 + TMP_GOPATH= [2022-03-01T06:32:51.998Z] #26 2.740 + : /build [2022-03-01T06:32:51.998Z] #26 2.740 + '[' -z '' ']' [2022-03-01T06:32:51.998Z] #26 2.760 ++ mktemp -d [2022-03-01T06:32:52.105Z] #29 16.45 Updating certificates in /etc/ssl/certs... [2022-03-01T06:32:52.256Z] #26 2.760 + export GOPATH=/tmp/tmp.ejKfaIQpN1 [2022-03-01T06:32:52.257Z] #26 2.760 + GOPATH=/tmp/tmp.ejKfaIQpN1 [2022-03-01T06:32:52.257Z] #26 2.760 + RM_GOPATH=1 [2022-03-01T06:32:52.257Z] #26 2.760 + case "$(go env GOARCH)" in [2022-03-01T06:32:52.257Z] #26 2.760 ++ go env GOARCH [2022-03-01T06:32:52.257Z] #26 2.760 + export GO_BUILDMODE=-buildmode=pie [2022-03-01T06:32:52.257Z] #26 2.760 + GO_BUILDMODE=-buildmode=pie [2022-03-01T06:32:52.257Z] #26 2.760 ++ dirname /install.sh [2022-03-01T06:32:52.257Z] #26 2.765 Install docker/cli version 17.06.2-ce from stable [2022-03-01T06:32:52.257Z] #26 2.765 + dir=/ [2022-03-01T06:32:52.257Z] #26 2.765 + bin=dockercli [2022-03-01T06:32:52.257Z] #26 2.765 + shift [2022-03-01T06:32:52.257Z] #26 2.765 + '[' '!' -f //dockercli.installer ']' [2022-03-01T06:32:52.257Z] #26 2.765 + . //dockercli.installer [2022-03-01T06:32:52.257Z] #26 2.765 ++ : stable [2022-03-01T06:32:52.257Z] #26 2.765 ++ : 17.06.2-ce [2022-03-01T06:32:52.257Z] #26 2.765 + install_dockercli [2022-03-01T06:32:52.257Z] #26 2.765 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-03-01T06:32:52.257Z] #26 2.765 ++ uname -m [2022-03-01T06:32:52.257Z] #26 2.767 + arch=x86_64 [2022-03-01T06:32:52.257Z] #26 2.767 + '[' x86_64 '!=' x86_64 ']' [2022-03-01T06:32:52.257Z] #26 2.767 + url=https://download.docker.com/linux/static [2022-03-01T06:32:52.257Z] #26 2.767 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-03-01T06:32:52.257Z] #26 2.767 + tar -xz docker/docker [2022-03-01T06:32:52.489Z] #19 82.40 debconf: delaying package configuration, since apt-utils is not installed [2022-03-01T06:32:52.489Z] #19 82.67 Fetched 787 MB in 23s (34.1 MB/s) [2022-03-01T06:32:52.749Z] #19 82.71 Selecting previously unselected package liblocale-gettext-perl. [2022-03-01T06:32:52.749Z] #19 82.71 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-01T06:32:52.749Z] #19 82.74 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ... [2022-03-01T06:32:52.749Z] #19 82.75 Unpacking liblocale-gettext-perl (1.07-4+b1) ... [2022-03-01T06:32:52.957Z] #11 extracting sha256:378ec17cbe4cf893c6228d4cb1c8ee7c9293d0618001aa32f28501087331d2e3 15.3s done [2022-03-01T06:32:52.957Z] #11 extracting sha256:e6ff4e95ec2fa250bad3f4646a53252ab039b5d1afc778209f42b30da5eaebc0 done [2022-03-01T06:32:52.957Z] #11 DONE 51.2s [2022-03-01T06:32:52.957Z] [2022-03-01T06:32:52.957Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-01T06:32:52.957Z] #12 sha256:9eef7332ada09cd1dda1aa489087463b3c53dc5542e3e1989483f6ebaf3d61ce [2022-03-01T06:32:53.008Z] #19 82.80 Selecting previously unselected package bzip2. [2022-03-01T06:32:53.008Z] #19 82.81 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ... [2022-03-01T06:32:53.008Z] #19 82.82 Unpacking bzip2 (1.0.8-4) ... [2022-03-01T06:32:53.008Z] #19 82.87 Selecting previously unselected package libmagic-mgc. [2022-03-01T06:32:53.008Z] #19 82.88 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2022-03-01T06:32:53.008Z] #19 82.88 Unpacking libmagic-mgc (1:5.39-3) ... [2022-03-01T06:32:53.266Z] #19 83.08 Selecting previously unselected package libmagic1:amd64. [2022-03-01T06:32:53.266Z] #19 83.08 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ... [2022-03-01T06:32:53.266Z] #19 83.10 Unpacking libmagic1:amd64 (1:5.39-3) ... [2022-03-01T06:32:53.266Z] #19 83.17 Selecting previously unselected package file. [2022-03-01T06:32:53.266Z] #19 83.17 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ... [2022-03-01T06:32:53.266Z] #19 83.17 Unpacking file (1:5.39-3) ... [2022-03-01T06:32:53.266Z] #19 83.23 Selecting previously unselected package xz-utils. [2022-03-01T06:32:53.266Z] #19 83.23 Preparing to unpack .../005-xz-utils_5.2.5-2_amd64.deb ... [2022-03-01T06:32:53.266Z] #19 83.24 Unpacking xz-utils (5.2.5-2) ... [2022-03-01T06:32:53.266Z] #19 83.34 Selecting previously unselected package binutils-aarch64-linux-gnu. [2022-03-01T06:32:53.266Z] #19 83.34 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ... [2022-03-01T06:32:53.525Z] #19 83.34 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-03-01T06:32:53.888Z] #12 DONE 1.0s [2022-03-01T06:32:53.888Z] [2022-03-01T06:32:53.888Z] #13 [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 [2022-03-01T06:32:53.888Z] #13 sha256:8166a73ca5b25ee4207199ece62e7a4cfed33dfabf9b08787194b3d3ad747f9e [2022-03-01T06:32:54.092Z] #19 84.12 Selecting previously unselected package binutils-arm-linux-gnueabi. [2022-03-01T06:32:54.092Z] #19 84.12 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ... [2022-03-01T06:32:54.092Z] #19 84.13 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-03-01T06:32:54.457Z] #13 DONE 0.6s [2022-03-01T06:32:54.457Z] [2022-03-01T06:32:54.457Z] #46 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-03-01T06:32:54.457Z] #46 sha256:e78d819f5237671d8e078448a613499a2d6232ae71981c5245a51a00a83cb12e [2022-03-01T06:32:54.629Z] #29 19.01 129 added, 0 removed; done. [2022-03-01T06:32:54.629Z] #29 19.18 Setting up jq (1.6-2.1) ... [2022-03-01T06:32:54.659Z] #19 84.76 Selecting previously unselected package binutils-arm-linux-gnueabihf. [2022-03-01T06:32:54.659Z] #19 84.76 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ... [2022-03-01T06:32:54.659Z] #19 84.77 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-03-01T06:32:54.716Z] #46 ... [2022-03-01T06:32:54.716Z] [2022-03-01T06:32:54.716Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-01T06:32:54.716Z] #33 sha256:ae21b02774cbdbd44c53e137ead5e0a6a71811a11b7e7c20db4a54e0348ab8ca [2022-03-01T06:32:54.716Z] #33 DONE 0.2s [2022-03-01T06:32:54.716Z] [2022-03-01T06:32:54.716Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-01T06:32:54.716Z] #42 sha256:32fc2a9bf40997e7b6730162d6bb103099f58337f932a51269e396df27500e2a [2022-03-01T06:32:54.716Z] #42 DONE 0.3s [2022-03-01T06:32:54.716Z] [2022-03-01T06:32:54.716Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-01T06:32:54.716Z] #62 sha256:074cea25a9a0f60c4482b9cfbf393dedc3765c285b2485bfb28ef644916fd27b [2022-03-01T06:32:54.716Z] #62 DONE 0.3s [2022-03-01T06:32:54.716Z] [2022-03-01T06:32:54.716Z] #46 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-03-01T06:32:54.716Z] #46 sha256:e78d819f5237671d8e078448a613499a2d6232ae71981c5245a51a00a83cb12e [2022-03-01T06:32:54.716Z] #46 DONE 0.4s [2022-03-01T06:32:54.716Z] [2022-03-01T06:32:54.716Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-01T06:32:54.716Z] #63 sha256:1daf90f56aabe46b30b8f3b34ec026acb0c0287c2ce684a020787d2d4a318b49 [2022-03-01T06:32:54.886Z] #29 19.21 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u1) ... [2022-03-01T06:32:54.886Z] #29 19.22 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-03-01T06:32:54.886Z] #29 19.24 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-01T06:32:54.886Z] #29 19.30 Processing triggers for ca-certificates (20210119) ... [2022-03-01T06:32:54.886Z] #29 19.32 Updating certificates in /etc/ssl/certs... [2022-03-01T06:32:54.977Z] #63 ... [2022-03-01T06:32:54.978Z] [2022-03-01T06:32:54.978Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-01T06:32:54.978Z] #25 sha256:eb57be023af18584eecf25124e104263639e26a764d24675a10778c9196eafbe [2022-03-01T06:32:54.978Z] #25 DONE 0.4s [2022-03-01T06:32:54.978Z] [2022-03-01T06:32:54.978Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-01T06:32:54.978Z] #26 sha256:ac29afc65889614cb665203a58f8fe5274815b50122aeb0dd3280f51831c7754 [2022-03-01T06:32:55.537Z] #26 ... [2022-03-01T06:32:55.537Z] [2022-03-01T06:32:55.537Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-01T06:32:55.537Z] #49 sha256:43fb401563a67815ef5aec7e67ba2fb1658eb2e75f748c9d9ed1b738970b1866 [2022-03-01T06:32:55.537Z] #49 3.649 go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-01T06:32:55.537Z] #49 4.912 go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-01T06:32:55.537Z] #49 4.928 go: downloading github.com/fatih/color v1.10.0 [2022-03-01T06:32:55.537Z] #49 5.009 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-01T06:32:55.537Z] #49 5.037 go: downloading github.com/pkg/errors v0.9.1 [2022-03-01T06:32:55.537Z] #49 5.410 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-01T06:32:55.537Z] #49 5.516 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-01T06:32:55.537Z] #49 5.548 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-01T06:32:55.537Z] #49 5.575 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-01T06:32:55.537Z] #49 5.752 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-01T06:32:55.537Z] #49 5.795 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-01T06:32:55.537Z] #49 5.952 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-01T06:32:55.537Z] #49 6.332 go: downloading golang.org/x/tools v0.1.0 [2022-03-01T06:32:55.595Z] #19 85.53 Selecting previously unselected package binutils-powerpc64le-linux-gnu. [2022-03-01T06:32:55.595Z] #19 85.53 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ... [2022-03-01T06:32:55.595Z] #19 85.54 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-03-01T06:32:56.162Z] #19 86.15 Selecting previously unselected package binutils-s390x-linux-gnu. [2022-03-01T06:32:56.162Z] #19 86.16 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ... [2022-03-01T06:32:56.162Z] #19 86.16 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ... [2022-03-01T06:32:56.212Z] #26 5.395 + RM_GOPATH=0 [2022-03-01T06:32:56.212Z] #26 5.395 + TMP_GOPATH= [2022-03-01T06:32:56.212Z] #26 5.396 + : /build [2022-03-01T06:32:56.212Z] #26 5.396 + '[' -z '' ']' [2022-03-01T06:32:56.212Z] #26 5.396 ++ mktemp -d [2022-03-01T06:32:56.212Z] #26 5.401 + export GOPATH=/tmp/tmp.dM5x10zJsN [2022-03-01T06:32:56.212Z] #26 5.401 + GOPATH=/tmp/tmp.dM5x10zJsN [2022-03-01T06:32:56.212Z] #26 5.401 + RM_GOPATH=1 [2022-03-01T06:32:56.212Z] #26 5.401 + case "$(go env GOARCH)" in [2022-03-01T06:32:56.212Z] #26 5.401 ++ go env GOARCH [2022-03-01T06:32:56.212Z] #26 5.409 + export GO_BUILDMODE=-buildmode=pie [2022-03-01T06:32:56.212Z] #26 5.410 + GO_BUILDMODE=-buildmode=pie [2022-03-01T06:32:56.212Z] #26 5.421 ++ dirname /install.sh [2022-03-01T06:32:56.212Z] #26 5.421 + dir=/ [2022-03-01T06:32:56.212Z] #26 5.421 + bin=dockercli [2022-03-01T06:32:56.212Z] #26 5.421 + shift [2022-03-01T06:32:56.212Z] #26 5.421 + '[' '!' -f //dockercli.installer ']' [2022-03-01T06:32:56.212Z] #26 5.421 + . //dockercli.installer [2022-03-01T06:32:56.212Z] #26 5.421 ++ : stable [2022-03-01T06:32:56.212Z] #26 5.421 ++ : 17.06.2-ce [2022-03-01T06:32:56.212Z] #26 5.421 + install_dockercli [2022-03-01T06:32:56.212Z] #26 5.421 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-03-01T06:32:56.212Z] #26 5.421 ++ uname -m [2022-03-01T06:32:56.212Z] #26 5.421 Install docker/cli version 17.06.2-ce from stable [2022-03-01T06:32:56.212Z] #26 5.425 + arch=x86_64 [2022-03-01T06:32:56.212Z] #26 5.425 + '[' x86_64 '!=' x86_64 ']' [2022-03-01T06:32:56.212Z] #26 5.425 + url=https://download.docker.com/linux/static [2022-03-01T06:32:56.212Z] #26 5.425 + tar -xz docker/docker [2022-03-01T06:32:56.212Z] #26 5.426 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-03-01T06:32:56.728Z] #19 86.72 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64. [2022-03-01T06:32:56.729Z] #19 86.72 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-03-01T06:32:56.729Z] #19 86.72 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-01T06:32:56.729Z] #19 86.79 Selecting previously unselected package cpp-10-aarch64-linux-gnu. [2022-03-01T06:32:56.729Z] #19 86.79 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-01T06:32:56.729Z] #19 86.80 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-01T06:32:57.204Z] #26 ... [2022-03-01T06:32:57.204Z] [2022-03-01T06:32:57.204Z] #38 [tini 1/3] 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 [2022-03-01T06:32:57.204Z] #38 sha256:bda39fdfc950e22f55ad196f3fd0294f2a56a2435aff0b23fdfe4ad79f4d92c0 [2022-03-01T06:32:57.204Z] #38 6.888 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-01T06:32:57.204Z] #38 6.960 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-01T06:32:57.204Z] #38 6.960 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-01T06:32:57.412Z] #29 21.96 0 added, 0 removed; done. [2022-03-01T06:32:57.412Z] #29 21.97 Running hooks in /etc/ca-certificates/update.d... [2022-03-01T06:32:57.669Z] #29 21.98 done. [2022-03-01T06:32:58.637Z] #38 8.503 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-01T06:32:59.042Z] #29 ... [2022-03-01T06:32:59.043Z] [2022-03-01T06:32:59.043Z] #58 [containerd 1/3] 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 [2022-03-01T06:32:59.043Z] #58 sha256:026ba07a2dd7d1bfc8e749c33fd026072dd927490025f26e5710aba65b385364 [2022-03-01T06:32:59.043Z] #58 3.646 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-01T06:32:59.043Z] #58 3.661 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-01T06:32:59.043Z] #58 3.662 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-01T06:32:59.043Z] #58 4.318 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-01T06:32:59.043Z] #58 5.416 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-01T06:32:59.043Z] #58 7.076 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-01T06:32:59.043Z] #58 ... [2022-03-01T06:32:59.043Z] [2022-03-01T06:32:59.043Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-01T06:32:59.043Z] #53 sha256:42d0c8349cab373bad61e916e1e97f1bf7794b132de28435c1d8669b05e8b974 [2022-03-01T06:32:59.043Z] #53 2.408 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-03-01T06:32:59.043Z] #53 3.353 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-03-01T06:32:59.043Z] #53 3.356 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-03-01T06:32:59.043Z] #53 3.395 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-03-01T06:32:59.043Z] #53 3.942 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-03-01T06:32:59.043Z] #53 ... [2022-03-01T06:32:59.043Z] [2022-03-01T06:32:59.043Z] #34 [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 "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-01T06:32:59.043Z] #34 sha256:ebd428d23bb5f0460280bdb8529e7110e3fc4609da4b10a45b11cc4fd5cc9d3b [2022-03-01T06:32:59.043Z] #34 2.931 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-03-01T06:32:59.043Z] #34 2.931 Cloning into '.'... [2022-03-01T06:32:59.300Z] #34 ... [2022-03-01T06:32:59.300Z] [2022-03-01T06:32:59.300Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-01T06:32:59.300Z] #49 sha256:9c940bd1a781418a7aeba3d3fb24661da7ac2bc5323e30036f0554b9fc40d48d [2022-03-01T06:32:59.300Z] #49 3.145 go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-01T06:32:59.300Z] #49 4.565 go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-01T06:32:59.300Z] #49 4.566 go: downloading github.com/fatih/color v1.10.0 [2022-03-01T06:32:59.300Z] #49 4.671 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-01T06:32:59.300Z] #49 4.695 go: downloading github.com/pkg/errors v0.9.1 [2022-03-01T06:32:59.300Z] #49 4.964 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-01T06:32:59.300Z] #49 4.999 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-01T06:32:59.300Z] #49 5.038 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-01T06:32:59.300Z] #49 5.088 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-01T06:32:59.300Z] #49 5.098 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-01T06:32:59.300Z] #49 5.189 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-01T06:32:59.300Z] #49 5.324 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-01T06:32:59.300Z] #49 5.571 go: downloading golang.org/x/tools v0.1.0 [2022-03-01T06:32:59.300Z] #49 9.841 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-01T06:32:59.300Z] #49 9.915 go: downloading golang.org/x/mod v0.3.0 [2022-03-01T06:32:59.300Z] #49 ... [2022-03-01T06:32:59.300Z] [2022-03-01T06:32:59.300Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-01T06:32:59.300Z] #26 sha256:11e0c87a381d2ab2963d03c5047ec5dd0b7aabfb3f2bea1df4ca81564868da12 [2022-03-01T06:32:59.300Z] #26 2.924 + RM_GOPATH=0 [2022-03-01T06:32:59.300Z] #26 2.924 + TMP_GOPATH= [2022-03-01T06:32:59.300Z] #26 2.925 + : /build [2022-03-01T06:32:59.300Z] #26 2.925 + '[' -z '' ']' [2022-03-01T06:32:59.300Z] #26 2.926 ++ mktemp -d [2022-03-01T06:32:59.300Z] #26 2.926 + export GOPATH=/tmp/tmp.OcYk4KLxHz [2022-03-01T06:32:59.300Z] #26 2.926 + GOPATH=/tmp/tmp.OcYk4KLxHz [2022-03-01T06:32:59.300Z] #26 2.926 + RM_GOPATH=1 [2022-03-01T06:32:59.300Z] #26 2.926 + case "$(go env GOARCH)" in [2022-03-01T06:32:59.300Z] #26 2.932 ++ go env GOARCH [2022-03-01T06:32:59.300Z] #26 2.934 + export GO_BUILDMODE=-buildmode=pie [2022-03-01T06:32:59.300Z] #26 2.934 + GO_BUILDMODE=-buildmode=pie [2022-03-01T06:32:59.300Z] #26 2.934 ++ dirname /install.sh [2022-03-01T06:32:59.300Z] #26 2.935 + dir=/ [2022-03-01T06:32:59.300Z] #26 2.936 + bin=dockercli [2022-03-01T06:32:59.300Z] #26 2.936 + shift [2022-03-01T06:32:59.300Z] #26 2.936 + '[' '!' -f //dockercli.installer ']' [2022-03-01T06:32:59.300Z] #26 2.937 + . //dockercli.installer [2022-03-01T06:32:59.300Z] #26 2.937 ++ : stable [2022-03-01T06:32:59.300Z] #26 2.937 ++ : 17.06.2-ce [2022-03-01T06:32:59.300Z] #26 2.937 + install_dockercli [2022-03-01T06:32:59.300Z] #26 2.937 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-03-01T06:32:59.300Z] #26 2.937 Install docker/cli version 17.06.2-ce from stable [2022-03-01T06:32:59.300Z] #26 2.954 ++ uname -m [2022-03-01T06:32:59.300Z] #26 2.961 + arch=aarch64 [2022-03-01T06:32:59.300Z] #26 2.961 + '[' aarch64 '!=' x86_64 ']' [2022-03-01T06:32:59.300Z] #26 2.961 + '[' aarch64 '!=' s390x ']' [2022-03-01T06:32:59.300Z] #26 2.961 + '[' aarch64 '!=' armhf ']' [2022-03-01T06:32:59.300Z] #26 2.961 + build_dockercli [2022-03-01T06:32:59.300Z] #26 2.962 + git clone https://github.com/docker/docker-ce /tmp/tmp.OcYk4KLxHz/tmp/docker-ce [2022-03-01T06:32:59.300Z] #26 2.963 Cloning into '/tmp/tmp.OcYk4KLxHz/tmp/docker-ce'... [2022-03-01T06:32:59.559Z] #26 ... [2022-03-01T06:32:59.559Z] [2022-03-01T06:32:59.559Z] #47 [criu 2/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 echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-01T06:32:59.559Z] #47 sha256:4565ca7ec43a9f6eaa087ebd29e36fdfd34e492e2878fecce000249bb52bdae8 [2022-03-01T06:32:59.559Z] #47 3.442 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-01T06:32:59.559Z] #47 3.489 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-01T06:32:59.559Z] #47 3.499 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-01T06:32:59.559Z] #47 4.038 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1532 B] [2022-03-01T06:32:59.559Z] #47 4.335 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-01T06:32:59.559Z] #47 5.375 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-01T06:32:59.559Z] #47 6.891 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-01T06:32:59.559Z] #47 8.782 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [1828 B] [2022-03-01T06:32:59.559Z] #47 ... [2022-03-01T06:32:59.559Z] [2022-03-01T06:32:59.559Z] #43 [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 "v2.3.0" && 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 "v2.1.0"; 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 [2022-03-01T06:32:59.559Z] #43 sha256:9e9ed6ccf1f05246d6eb6110a2e8f5d0ca057de1597b43dc084a95606a475081 [2022-03-01T06:32:59.559Z] #43 3.037 + git clone https://github.com/docker/distribution.git . [2022-03-01T06:32:59.559Z] #43 3.048 Cloning into '.'... [2022-03-01T06:32:59.712Z] #49 ... [2022-03-01T06:32:59.712Z] [2022-03-01T06:32:59.712Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-01T06:32:59.712Z] #36 sha256:64d349286079acb10fa2089055a846bc61c060c4ece5f2655bbc0fa78bd2f37c [2022-03-01T06:32:59.712Z] #36 3.289 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-03-01T06:32:59.712Z] #36 ... [2022-03-01T06:32:59.712Z] [2022-03-01T06:32:59.712Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-01T06:32:59.712Z] #51 sha256:c4314f9afb2a551f3c35ade83571afbf0887de6d2ff91d6019f6af268507a0d5 [2022-03-01T06:32:59.712Z] #51 3.957 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-03-01T06:32:59.712Z] #51 ... [2022-03-01T06:32:59.712Z] [2022-03-01T06:32:59.712Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:32:59.712Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d [2022-03-01T06:32:59.712Z] #14 4.290 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-01T06:32:59.712Z] #14 4.301 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-01T06:32:59.712Z] #14 4.302 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-01T06:32:59.712Z] #14 4.969 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-01T06:32:59.712Z] #14 6.850 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [121 kB] [2022-03-01T06:32:59.712Z] #14 8.844 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-01T06:32:59.712Z] #14 ... [2022-03-01T06:32:59.712Z] [2022-03-01T06:32:59.712Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-01T06:32:59.712Z] #63 sha256:a2e9053689e0534e14fa16210769ea1db2ac4cb42185c28de1ff69d9474b6f72 [2022-03-01T06:32:59.712Z] #63 3.092 + RM_GOPATH=0 [2022-03-01T06:32:59.712Z] #63 3.092 + TMP_GOPATH= [2022-03-01T06:32:59.712Z] #63 3.092 + : /build [2022-03-01T06:32:59.712Z] #63 3.092 + '[' -z '' ']' [2022-03-01T06:32:59.712Z] #63 3.092 ++ mktemp -d [2022-03-01T06:32:59.712Z] #63 3.092 + export GOPATH=/tmp/tmp.SWb6xwjsVD [2022-03-01T06:32:59.712Z] #63 3.092 + GOPATH=/tmp/tmp.SWb6xwjsVD [2022-03-01T06:32:59.712Z] #63 3.092 + RM_GOPATH=1 [2022-03-01T06:32:59.712Z] #63 3.092 + case "$(go env GOARCH)" in [2022-03-01T06:32:59.712Z] #63 3.092 ++ go env GOARCH [2022-03-01T06:32:59.712Z] #63 3.108 + export GO_BUILDMODE=-buildmode=pie [2022-03-01T06:32:59.712Z] #63 3.108 + GO_BUILDMODE=-buildmode=pie [2022-03-01T06:32:59.712Z] #63 3.115 Install rootlesskit version v0.14.6 [2022-03-01T06:32:59.712Z] #63 3.116 ++ dirname /install.sh [2022-03-01T06:32:59.712Z] #63 3.116 + dir=/ [2022-03-01T06:32:59.712Z] #63 3.116 + bin=rootlesskit [2022-03-01T06:32:59.712Z] #63 3.116 + shift [2022-03-01T06:32:59.712Z] #63 3.116 + '[' '!' -f //rootlesskit.installer ']' [2022-03-01T06:32:59.712Z] #63 3.116 + . //rootlesskit.installer [2022-03-01T06:32:59.712Z] #63 3.116 ++ : v0.14.6 [2022-03-01T06:32:59.712Z] #63 3.116 + install_rootlesskit [2022-03-01T06:32:59.712Z] #63 3.116 + case "$1" in [2022-03-01T06:32:59.712Z] #63 3.116 + export CGO_ENABLED=0 [2022-03-01T06:32:59.712Z] #63 3.116 + CGO_ENABLED=0 [2022-03-01T06:32:59.712Z] #63 3.116 + _install_rootlesskit [2022-03-01T06:32:59.712Z] #63 3.116 + echo 'Install rootlesskit version v0.14.6' [2022-03-01T06:32:59.712Z] #63 3.116 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-01T06:32:59.712Z] #63 3.116 + GOBIN=/build [2022-03-01T06:32:59.712Z] #63 3.116 + GO111MODULE=on [2022-03-01T06:32:59.712Z] #63 3.116 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-03-01T06:32:59.712Z] #63 3.665 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-03-01T06:32:59.712Z] #63 6.144 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-01T06:32:59.712Z] #63 6.155 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-03-01T06:32:59.712Z] #63 6.811 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-03-01T06:32:59.712Z] #63 9.219 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-03-01T06:32:59.712Z] #63 10.11 go: downloading github.com/google/uuid v1.3.0 [2022-03-01T06:32:59.712Z] #63 10.17 go: downloading github.com/moby/vpnkit v0.5.0 [2022-03-01T06:32:59.712Z] #63 ... [2022-03-01T06:32:59.712Z] [2022-03-01T06:32:59.712Z] #58 [containerd 1/3] 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 [2022-03-01T06:32:59.712Z] #58 sha256:e04977c0f74af35cc2bbc141b793c364acab4ac14df2d57e73d2f897424774e2 [2022-03-01T06:32:59.712Z] #58 4.500 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-01T06:32:59.712Z] #58 4.524 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-01T06:32:59.712Z] #58 4.524 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-01T06:32:59.712Z] #58 5.420 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-01T06:32:59.712Z] #58 7.565 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [121 kB] [2022-03-01T06:32:59.712Z] #58 9.625 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-01T06:32:59.712Z] #58 ... [2022-03-01T06:32:59.712Z] [2022-03-01T06:32:59.712Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-01T06:32:59.712Z] #26 sha256:59f8c84788c0e7932822d95c38e968adb7d676c04de091fe9abd22e2a65af726 [2022-03-01T06:32:59.712Z] #26 9.491 + mkdir -p /build [2022-03-01T06:32:59.712Z] #26 9.496 + mv docker/docker /build/ [2022-03-01T06:32:59.712Z] #26 9.499 + rmdir docker [2022-03-01T06:32:59.712Z] #26 DONE 10.3s [2022-03-01T06:32:59.712Z] [2022-03-01T06:32:59.712Z] #43 [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 "v2.3.0" && 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 "v2.1.0"; 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 [2022-03-01T06:32:59.712Z] #43 sha256:43f24ac9ca7f81923ccb4e73e4b26fbd3eb18b58eef53c93c82ab7f1cb60a024 [2022-03-01T06:32:59.712Z] #43 3.766 + git clone https://github.com/docker/distribution.git . [2022-03-01T06:32:59.712Z] #43 3.769 Cloning into '.'... [2022-03-01T06:32:59.712Z] #43 ... [2022-03-01T06:32:59.712Z] [2022-03-01T06:32:59.712Z] #38 [tini 1/3] 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 [2022-03-01T06:32:59.712Z] #38 sha256:bda39fdfc950e22f55ad196f3fd0294f2a56a2435aff0b23fdfe4ad79f4d92c0 [2022-03-01T06:32:59.712Z] #38 4.321 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-01T06:32:59.712Z] #38 4.344 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-01T06:32:59.712Z] #38 4.359 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-01T06:32:59.712Z] #38 5.172 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-01T06:32:59.712Z] #38 6.975 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [121 kB] [2022-03-01T06:32:59.712Z] #38 9.151 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-01T06:32:59.825Z] #43 ... [2022-03-01T06:32:59.825Z] [2022-03-01T06:32:59.825Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:32:59.825Z] #14 sha256:bb1bf8418517cbec45e0653af3a851786f3aeea1102b9cb4e4f1f722a68ccac0 [2022-03-01T06:32:59.825Z] #14 3.713 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-01T06:32:59.825Z] #14 3.722 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-01T06:32:59.825Z] #14 3.724 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-01T06:32:59.825Z] #14 4.428 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-01T06:32:59.825Z] #14 5.538 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-01T06:32:59.825Z] #14 6.675 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-01T06:32:59.825Z] #14 ... [2022-03-01T06:32:59.825Z] [2022-03-01T06:32:59.825Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-01T06:32:59.825Z] #51 sha256:ec1a2c91c2622cf78bcf438efb1f9a3f2cf86cf4b60f00ff0b76ecc7c079fdeb [2022-03-01T06:32:59.825Z] #51 2.974 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-03-01T06:32:59.969Z] #38 ... [2022-03-01T06:32:59.969Z] [2022-03-01T06:32:59.969Z] #47 [criu 2/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 echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-01T06:32:59.969Z] #47 sha256:6b196adde5ec5150535e9cd03b94b310f29d21819414869615686dbdf825cc09 [2022-03-01T06:32:59.969Z] #47 3.551 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-01T06:32:59.969Z] #47 3.604 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-01T06:32:59.969Z] #47 3.604 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-01T06:32:59.969Z] #47 4.173 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1532 B] [2022-03-01T06:32:59.969Z] #47 4.512 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-01T06:32:59.969Z] #47 6.714 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [121 kB] [2022-03-01T06:32:59.969Z] #47 8.902 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-01T06:33:00.085Z] #51 ... [2022-03-01T06:33:00.085Z] [2022-03-01T06:33:00.085Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-01T06:33:00.085Z] #36 sha256:26567adad275ccf70f96700b3cf36262b2cc78aa9fcaae4664512417f76cead3 [2022-03-01T06:33:00.085Z] #36 3.869 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-03-01T06:33:00.225Z] #47 ... [2022-03-01T06:33:00.225Z] [2022-03-01T06:33:00.225Z] #34 [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 "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-01T06:33:00.225Z] #34 sha256:daffcb12c1650deef77c07848ff64bbdd4bdfa53e647429282187d41fa3cd995 [2022-03-01T06:33:00.225Z] #34 2.850 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-03-01T06:33:00.225Z] #34 2.854 Cloning into '.'... [2022-03-01T06:33:00.225Z] #34 ... [2022-03-01T06:33:00.225Z] [2022-03-01T06:33:00.225Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-01T06:33:00.225Z] #53 sha256:9abb24ab6f6485ea2b1d1e2446713bdd4056b3c25dd722f44584e1f8a6f73215 [2022-03-01T06:33:00.226Z] #53 3.144 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-03-01T06:33:00.226Z] #53 4.119 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-03-01T06:33:00.226Z] #53 4.125 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-03-01T06:33:00.226Z] #53 4.167 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-03-01T06:33:00.226Z] #53 5.670 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-03-01T06:33:00.343Z] #36 ... [2022-03-01T06:33:00.343Z] [2022-03-01T06:33:00.343Z] #38 [tini 1/3] 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 [2022-03-01T06:33:00.343Z] #38 sha256:d421614725c731de136af51962cdf9a9026bab47358140c7ef63e010d046a191 [2022-03-01T06:33:00.343Z] #38 3.366 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-01T06:33:00.343Z] #38 3.380 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-01T06:33:00.343Z] #38 3.380 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-01T06:33:00.343Z] #38 3.723 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-01T06:33:00.343Z] #38 4.548 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-01T06:33:00.343Z] #38 5.970 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-01T06:33:00.343Z] #38 10.99 Fetched 8392 kB in 8s (1052 kB/s) [2022-03-01T06:33:00.343Z] #38 10.99 Reading package lists... [2022-03-01T06:33:00.343Z] #38 ... [2022-03-01T06:33:00.343Z] [2022-03-01T06:33:00.343Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-01T06:33:00.343Z] #63 sha256:7898fa36a984620bfd9ffed8f1275bbb3d4b8c2b1baa4760fa84fc427a6b5686 [2022-03-01T06:33:00.343Z] #63 2.989 + RM_GOPATH=0 [2022-03-01T06:33:00.343Z] #63 2.989 + TMP_GOPATH= [2022-03-01T06:33:00.343Z] #63 2.989 + : /build [2022-03-01T06:33:00.343Z] #63 2.989 + '[' -z '' ']' [2022-03-01T06:33:00.343Z] #63 2.990 ++ mktemp -d [2022-03-01T06:33:00.343Z] #63 2.991 + export GOPATH=/tmp/tmp.YTmZZWc9Ub [2022-03-01T06:33:00.343Z] #63 2.991 + GOPATH=/tmp/tmp.YTmZZWc9Ub [2022-03-01T06:33:00.343Z] #63 2.991 + RM_GOPATH=1 [2022-03-01T06:33:00.343Z] #63 2.991 + case "$(go env GOARCH)" in [2022-03-01T06:33:00.343Z] #63 2.991 ++ go env GOARCH [2022-03-01T06:33:00.343Z] #63 3.007 + export GO_BUILDMODE=-buildmode=pie [2022-03-01T06:33:00.343Z] #63 3.007 + GO_BUILDMODE=-buildmode=pie [2022-03-01T06:33:00.343Z] #63 3.008 ++ dirname /install.sh [2022-03-01T06:33:00.343Z] #63 3.009 + dir=/ [2022-03-01T06:33:00.343Z] #63 3.013 + bin=rootlesskit [2022-03-01T06:33:00.343Z] #63 3.013 + shift [2022-03-01T06:33:00.343Z] #63 3.013 + '[' '!' -f //rootlesskit.installer ']' [2022-03-01T06:33:00.343Z] #63 3.013 + . //rootlesskit.installer [2022-03-01T06:33:00.343Z] #63 3.014 ++ : v0.14.6 [2022-03-01T06:33:00.343Z] #63 3.014 + install_rootlesskit [2022-03-01T06:33:00.343Z] #63 3.014 + case "$1" in [2022-03-01T06:33:00.343Z] #63 3.014 + export CGO_ENABLED=0 [2022-03-01T06:33:00.343Z] #63 3.014 + CGO_ENABLED=0 [2022-03-01T06:33:00.343Z] #63 3.015 + _install_rootlesskit [2022-03-01T06:33:00.343Z] #63 3.016 + echo 'Install rootlesskit version v0.14.6' [2022-03-01T06:33:00.343Z] #63 3.018 Install rootlesskit version v0.14.6 [2022-03-01T06:33:00.343Z] #63 3.018 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-01T06:33:00.343Z] #63 3.018 + GOBIN=/build [2022-03-01T06:33:00.343Z] #63 3.018 + GO111MODULE=on [2022-03-01T06:33:00.343Z] #63 3.018 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-03-01T06:33:00.343Z] #63 3.518 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-03-01T06:33:00.343Z] #63 6.050 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-01T06:33:00.343Z] #63 6.052 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-03-01T06:33:00.343Z] #63 6.580 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-03-01T06:33:00.343Z] #63 8.608 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-03-01T06:33:00.343Z] #63 9.283 go: downloading github.com/google/uuid v1.3.0 [2022-03-01T06:33:00.343Z] #63 9.329 go: downloading github.com/moby/vpnkit v0.5.0 [2022-03-01T06:33:00.343Z] #63 9.445 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-03-01T06:33:00.343Z] #63 9.680 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-01T06:33:00.343Z] #63 9.832 go: downloading github.com/gorilla/mux v1.8.0 [2022-03-01T06:33:00.343Z] #63 10.10 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-03-01T06:33:00.343Z] #63 10.42 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-03-01T06:33:00.343Z] #63 10.57 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-03-01T06:33:00.343Z] #63 10.74 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-03-01T06:33:00.482Z] #53 ... [2022-03-01T06:33:00.482Z] [2022-03-01T06:33:00.483Z] #47 [criu 2/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 echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-01T06:33:00.483Z] #47 sha256:6b196adde5ec5150535e9cd03b94b310f29d21819414869615686dbdf825cc09 [2022-03-01T06:33:00.483Z] #47 11.06 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [1828 B] [2022-03-01T06:33:00.556Z] #38 ... [2022-03-01T06:33:00.556Z] [2022-03-01T06:33:00.556Z] #58 [containerd 1/3] 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 [2022-03-01T06:33:00.556Z] #58 sha256:e04977c0f74af35cc2bbc141b793c364acab4ac14df2d57e73d2f897424774e2 [2022-03-01T06:33:00.556Z] #58 5.927 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-01T06:33:00.556Z] #58 6.034 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-01T06:33:00.556Z] #58 6.062 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-01T06:33:00.556Z] #58 7.807 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-01T06:33:00.556Z] #58 ... [2022-03-01T06:33:00.556Z] [2022-03-01T06:33:00.556Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-01T06:33:00.556Z] #51 sha256:c4314f9afb2a551f3c35ade83571afbf0887de6d2ff91d6019f6af268507a0d5 [2022-03-01T06:33:00.556Z] #51 6.419 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-03-01T06:33:00.556Z] #51 ... [2022-03-01T06:33:00.556Z] [2022-03-01T06:33:00.556Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-01T06:33:00.556Z] #49 sha256:43fb401563a67815ef5aec7e67ba2fb1658eb2e75f748c9d9ed1b738970b1866 [2022-03-01T06:33:00.556Z] #49 4.742 go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-01T06:33:00.556Z] #49 5.533 go: downloading github.com/fatih/color v1.10.0 [2022-03-01T06:33:00.556Z] #49 5.533 go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-01T06:33:00.556Z] #49 5.546 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-01T06:33:00.556Z] #49 5.557 go: downloading github.com/pkg/errors v0.9.1 [2022-03-01T06:33:00.556Z] #49 5.632 go: downloading golang.org/x/tools v0.1.0 [2022-03-01T06:33:00.556Z] #49 5.653 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-01T06:33:00.556Z] #49 5.752 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-01T06:33:00.556Z] #49 5.860 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-01T06:33:00.556Z] #49 5.901 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-01T06:33:00.604Z] #63 11.48 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-03-01T06:33:00.817Z] #49 ... [2022-03-01T06:33:00.817Z] [2022-03-01T06:33:00.817Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-01T06:33:00.817Z] #53 sha256:9abb24ab6f6485ea2b1d1e2446713bdd4056b3c25dd722f44584e1f8a6f73215 [2022-03-01T06:33:00.817Z] #53 5.255 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-03-01T06:33:00.817Z] #53 6.165 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-03-01T06:33:00.817Z] #53 6.165 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-03-01T06:33:00.817Z] #53 6.395 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-03-01T06:33:00.817Z] #53 9.324 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-03-01T06:33:00.817Z] #53 ... [2022-03-01T06:33:00.817Z] [2022-03-01T06:33:00.817Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-01T06:33:00.817Z] #63 sha256:1104741afcfb4422e25823fb693dbffd863c96ea6cdf2ed1c7eb4cd85b4d7c84 [2022-03-01T06:33:00.817Z] #63 6.277 + RM_GOPATH=0 [2022-03-01T06:33:00.817Z] #63 6.277 + TMP_GOPATH= [2022-03-01T06:33:00.817Z] #63 6.277 + : /build [2022-03-01T06:33:00.817Z] #63 6.277 + '[' -z '' ']' [2022-03-01T06:33:00.817Z] #63 6.287 ++ mktemp -d [2022-03-01T06:33:00.817Z] #63 6.289 + export GOPATH=/tmp/tmp.nDCzTaMaIf [2022-03-01T06:33:00.817Z] #63 6.289 + GOPATH=/tmp/tmp.nDCzTaMaIf [2022-03-01T06:33:00.817Z] #63 6.290 + RM_GOPATH=1 [2022-03-01T06:33:00.817Z] #63 6.290 + case "$(go env GOARCH)" in [2022-03-01T06:33:00.817Z] #63 6.291 ++ go env GOARCH [2022-03-01T06:33:00.817Z] #63 6.329 + export GO_BUILDMODE=-buildmode=pie [2022-03-01T06:33:00.817Z] #63 6.329 + GO_BUILDMODE=-buildmode=pie [2022-03-01T06:33:00.817Z] #63 6.329 ++ dirname /install.sh [2022-03-01T06:33:00.817Z] #63 6.329 + dir=/ [2022-03-01T06:33:00.817Z] #63 6.329 + bin=rootlesskit [2022-03-01T06:33:00.817Z] #63 6.329 + shift [2022-03-01T06:33:00.817Z] #63 6.329 + '[' '!' -f //rootlesskit.installer ']' [2022-03-01T06:33:00.817Z] #63 6.329 + . //rootlesskit.installer [2022-03-01T06:33:00.817Z] #63 6.329 ++ : v0.14.6 [2022-03-01T06:33:00.817Z] #63 6.329 + install_rootlesskit [2022-03-01T06:33:00.817Z] #63 6.329 + case "$1" in [2022-03-01T06:33:00.817Z] #63 6.329 + export CGO_ENABLED=0 [2022-03-01T06:33:00.817Z] #63 6.329 + CGO_ENABLED=0 [2022-03-01T06:33:00.817Z] #63 6.329 + _install_rootlesskit [2022-03-01T06:33:00.817Z] #63 6.330 Install rootlesskit version v0.14.6 [2022-03-01T06:33:00.817Z] #63 6.330 + echo 'Install rootlesskit version v0.14.6' [2022-03-01T06:33:00.817Z] #63 6.330 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-01T06:33:00.817Z] #63 6.330 + GOBIN=/build [2022-03-01T06:33:00.817Z] #63 6.330 + GO111MODULE=on [2022-03-01T06:33:00.817Z] #63 6.330 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-03-01T06:33:00.817Z] #63 7.088 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-03-01T06:33:00.861Z] #63 ... [2022-03-01T06:33:00.862Z] [2022-03-01T06:33:00.862Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:33:00.862Z] #14 sha256:bb1bf8418517cbec45e0653af3a851786f3aeea1102b9cb4e4f1f722a68ccac0 [2022-03-01T06:33:00.862Z] #14 12.12 Fetched 8392 kB in 9s (971 kB/s) [2022-03-01T06:33:01.077Z] #63 ... [2022-03-01T06:33:01.077Z] [2022-03-01T06:33:01.077Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:33:01.077Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d [2022-03-01T06:33:01.077Z] #14 6.948 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-01T06:33:01.077Z] #14 6.987 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-01T06:33:01.077Z] #14 6.988 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-01T06:33:01.077Z] #14 8.216 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-01T06:33:01.077Z] #14 ... [2022-03-01T06:33:01.077Z] [2022-03-01T06:33:01.077Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-01T06:33:01.077Z] #36 sha256:64d349286079acb10fa2089055a846bc61c060c4ece5f2655bbc0fa78bd2f37c [2022-03-01T06:33:01.077Z] #36 6.496 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-03-01T06:33:01.338Z] #36 ... [2022-03-01T06:33:01.338Z] [2022-03-01T06:33:01.338Z] #43 [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 "v2.3.0" && 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 "v2.1.0"; 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 [2022-03-01T06:33:01.338Z] #43 sha256:43f24ac9ca7f81923ccb4e73e4b26fbd3eb18b58eef53c93c82ab7f1cb60a024 [2022-03-01T06:33:01.338Z] #43 5.344 + git clone https://github.com/docker/distribution.git . [2022-03-01T06:33:01.338Z] #43 5.344 Cloning into '.'... [2022-03-01T06:33:01.338Z] #43 ... [2022-03-01T06:33:01.338Z] [2022-03-01T06:33:01.338Z] #34 [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 "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-01T06:33:01.338Z] #34 sha256:daffcb12c1650deef77c07848ff64bbdd4bdfa53e647429282187d41fa3cd995 [2022-03-01T06:33:01.338Z] #34 5.638 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-03-01T06:33:01.338Z] #34 5.649 Cloning into '.'... [2022-03-01T06:33:01.524Z] #26 ... [2022-03-01T06:33:01.524Z] [2022-03-01T06:33:01.524Z] #34 [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 "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-01T06:33:01.524Z] #34 sha256:daffcb12c1650deef77c07848ff64bbdd4bdfa53e647429282187d41fa3cd995 [2022-03-01T06:33:01.524Z] #34 3.969 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-03-01T06:33:01.524Z] #34 3.971 Cloning into '.'... [2022-03-01T06:33:01.524Z] #34 ... [2022-03-01T06:33:01.524Z] [2022-03-01T06:33:01.524Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-01T06:33:01.524Z] #63 sha256:1daf90f56aabe46b30b8f3b34ec026acb0c0287c2ce684a020787d2d4a318b49 [2022-03-01T06:33:01.524Z] #63 5.884 + RM_GOPATH=0 [2022-03-01T06:33:01.524Z] #63 5.884 + TMP_GOPATH= [2022-03-01T06:33:01.524Z] #63 5.884 + : /build [2022-03-01T06:33:01.524Z] #63 5.884 + '[' -z '' ']' [2022-03-01T06:33:01.524Z] #63 5.884 ++ mktemp -d [2022-03-01T06:33:01.524Z] #63 5.901 + export GOPATH=/tmp/tmp.j0PFuCHVn5 [2022-03-01T06:33:01.524Z] #63 5.901 + GOPATH=/tmp/tmp.j0PFuCHVn5 [2022-03-01T06:33:01.524Z] #63 5.901 + RM_GOPATH=1 [2022-03-01T06:33:01.524Z] #63 5.901 + case "$(go env GOARCH)" in [2022-03-01T06:33:01.524Z] #63 5.901 ++ go env GOARCH [2022-03-01T06:33:01.524Z] #63 5.917 + export GO_BUILDMODE=-buildmode=pie [2022-03-01T06:33:01.524Z] #63 5.917 + GO_BUILDMODE=-buildmode=pie [2022-03-01T06:33:01.524Z] #63 5.917 ++ dirname /install.sh [2022-03-01T06:33:01.524Z] #63 5.925 + dir=/ [2022-03-01T06:33:01.524Z] #63 5.925 + bin=rootlesskit [2022-03-01T06:33:01.524Z] #63 5.925 + shift [2022-03-01T06:33:01.524Z] #63 5.925 + '[' '!' -f //rootlesskit.installer ']' [2022-03-01T06:33:01.524Z] #63 5.925 + . //rootlesskit.installer [2022-03-01T06:33:01.524Z] #63 5.925 ++ : v0.14.6 [2022-03-01T06:33:01.524Z] #63 5.925 + install_rootlesskit [2022-03-01T06:33:01.524Z] #63 5.925 + case "$1" in [2022-03-01T06:33:01.524Z] #63 5.925 + export CGO_ENABLED=0 [2022-03-01T06:33:01.524Z] #63 5.925 + CGO_ENABLED=0 [2022-03-01T06:33:01.524Z] #63 5.925 + _install_rootlesskit [2022-03-01T06:33:01.524Z] #63 5.941 + echo 'Install rootlesskit version v0.14.6' [2022-03-01T06:33:01.524Z] #63 5.941 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-01T06:33:01.524Z] #63 5.941 + GOBIN=/build [2022-03-01T06:33:01.524Z] #63 5.941 + GO111MODULE=on [2022-03-01T06:33:01.524Z] #63 5.941 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-03-01T06:33:01.524Z] #63 5.941 Install rootlesskit version v0.14.6 [2022-03-01T06:33:01.524Z] #63 6.477 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-03-01T06:33:01.601Z] #34 ... [2022-03-01T06:33:01.602Z] [2022-03-01T06:33:01.602Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:33:01.602Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d [2022-03-01T06:33:01.602Z] #14 11.29 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [121 kB] [2022-03-01T06:33:01.794Z] #14 12.12 Reading package lists... [2022-03-01T06:33:01.794Z] #14 ... [2022-03-01T06:33:01.794Z] [2022-03-01T06:33:01.794Z] #29 [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 [2022-03-01T06:33:01.794Z] #29 sha256:8dee969f1583d68a21071cc2084df95cedc8e4090666dc1969a6aaf54b1e8e38 [2022-03-01T06:33:01.794Z] #29 DONE 26.1s [2022-03-01T06:33:01.794Z] [2022-03-01T06:33:01.794Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-01T06:33:01.794Z] #36 sha256:26567adad275ccf70f96700b3cf36262b2cc78aa9fcaae4664512417f76cead3 [2022-03-01T06:33:01.794Z] #36 13.23 tomll can be used in two ways: [2022-03-01T06:33:02.050Z] #36 13.23 Writing to STDIN and reading from STDOUT: [2022-03-01T06:33:02.050Z] #36 13.23 cat file.toml | tomll > file.toml [2022-03-01T06:33:02.050Z] #36 13.23 [2022-03-01T06:33:02.050Z] #36 13.23 Reading and updating a list of files: [2022-03-01T06:33:02.050Z] #36 13.23 tomll a.toml b.toml c.toml [2022-03-01T06:33:02.050Z] #36 13.23 [2022-03-01T06:33:02.050Z] #36 13.23 When given a list of files, tomll will modify all files in place without asking. [2022-03-01T06:33:02.050Z] #36 ... [2022-03-01T06:33:02.050Z] [2022-03-01T06:33:02.050Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-01T06:33:02.050Z] #30 sha256:c5fcad718773fa4446b6c660842dc9b2174e2c41c57cc7ab96e87649fc0741b3 [2022-03-01T06:33:02.050Z] #30 DONE 0.5s [2022-03-01T06:33:02.307Z] [2022-03-01T06:33:02.308Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-01T06:33:02.308Z] #36 sha256:26567adad275ccf70f96700b3cf36262b2cc78aa9fcaae4664512417f76cead3 [2022-03-01T06:33:02.308Z] #36 DONE 13.5s [2022-03-01T06:33:02.308Z] [2022-03-01T06:33:02.308Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-01T06:33:02.308Z] #31 sha256:e7fbbcd5c14f02ab2be22bab465e45ac2fe332d42b59ea8c399375edb4d4de6a [2022-03-01T06:33:03.754Z] #47 ... [2022-03-01T06:33:03.754Z] [2022-03-01T06:33:03.754Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-01T06:33:03.754Z] #36 sha256:64d349286079acb10fa2089055a846bc61c060c4ece5f2655bbc0fa78bd2f37c [2022-03-01T06:33:03.754Z] #36 14.00 tomll can be used in two ways: [2022-03-01T06:33:03.754Z] #36 14.00 Writing to STDIN and reading from STDOUT: [2022-03-01T06:33:03.754Z] #36 14.00 cat file.toml | tomll > file.toml [2022-03-01T06:33:03.754Z] #36 14.00 [2022-03-01T06:33:03.754Z] #36 14.00 Reading and updating a list of files: [2022-03-01T06:33:03.754Z] #36 14.00 tomll a.toml b.toml c.toml [2022-03-01T06:33:03.754Z] #36 14.00 [2022-03-01T06:33:03.754Z] #36 14.00 When given a list of files, tomll will modify all files in place without asking. [2022-03-01T06:33:03.754Z] #36 DONE 14.7s [2022-03-01T06:33:03.754Z] [2022-03-01T06:33:03.754Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-01T06:33:03.754Z] #63 sha256:a2e9053689e0534e14fa16210769ea1db2ac4cb42185c28de1ff69d9474b6f72 [2022-03-01T06:33:03.754Z] #63 10.50 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-03-01T06:33:03.754Z] #63 10.86 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-01T06:33:03.754Z] #63 10.97 go: downloading github.com/gorilla/mux v1.8.0 [2022-03-01T06:33:03.754Z] #63 11.08 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-03-01T06:33:03.754Z] #63 11.54 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-03-01T06:33:03.754Z] #63 11.61 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-03-01T06:33:03.754Z] #63 11.79 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-03-01T06:33:03.754Z] #63 13.32 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-03-01T06:33:04.824Z] #63 ... [2022-03-01T06:33:04.824Z] [2022-03-01T06:33:04.824Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:33:04.824Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d [2022-03-01T06:33:04.824Z] #14 6.951 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-01T06:33:04.824Z] #14 6.986 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-01T06:33:04.824Z] #14 6.986 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-01T06:33:04.824Z] #14 8.450 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-01T06:33:04.824Z] #14 ... [2022-03-01T06:33:04.824Z] [2022-03-01T06:33:04.824Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-01T06:33:04.824Z] #51 sha256:c4314f9afb2a551f3c35ade83571afbf0887de6d2ff91d6019f6af268507a0d5 [2022-03-01T06:33:04.824Z] #51 6.500 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-03-01T06:33:04.824Z] #51 ... [2022-03-01T06:33:04.824Z] [2022-03-01T06:33:04.824Z] #43 [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 "v2.3.0" && 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 "v2.1.0"; 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 [2022-03-01T06:33:04.824Z] #43 sha256:43f24ac9ca7f81923ccb4e73e4b26fbd3eb18b58eef53c93c82ab7f1cb60a024 [2022-03-01T06:33:04.824Z] #43 6.582 + git clone https://github.com/docker/distribution.git . [2022-03-01T06:33:04.824Z] #43 6.596 Cloning into '.'... [2022-03-01T06:33:04.824Z] #43 ... [2022-03-01T06:33:04.824Z] [2022-03-01T06:33:04.824Z] #47 [criu 2/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 echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-01T06:33:04.824Z] #47 sha256:6b196adde5ec5150535e9cd03b94b310f29d21819414869615686dbdf825cc09 [2022-03-01T06:33:04.824Z] #47 6.140 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-01T06:33:04.824Z] #47 6.193 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-01T06:33:04.824Z] #47 6.193 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-01T06:33:04.824Z] #47 6.716 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1532 B] [2022-03-01T06:33:04.824Z] #47 7.818 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-01T06:33:05.081Z] #47 ... [2022-03-01T06:33:05.081Z] [2022-03-01T06:33:05.081Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-01T06:33:05.081Z] #36 sha256:64d349286079acb10fa2089055a846bc61c060c4ece5f2655bbc0fa78bd2f37c [2022-03-01T06:33:05.081Z] #36 6.495 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-03-01T06:33:05.338Z] #36 ... [2022-03-01T06:33:05.338Z] [2022-03-01T06:33:05.338Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-01T06:33:05.338Z] #49 sha256:43fb401563a67815ef5aec7e67ba2fb1658eb2e75f748c9d9ed1b738970b1866 [2022-03-01T06:33:05.338Z] #49 5.239 go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-01T06:33:05.338Z] #49 6.587 go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-01T06:33:05.338Z] #49 6.587 go: downloading github.com/fatih/color v1.10.0 [2022-03-01T06:33:05.338Z] #49 6.711 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-01T06:33:05.338Z] #49 6.800 go: downloading github.com/pkg/errors v0.9.1 [2022-03-01T06:33:05.338Z] #49 7.283 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-01T06:33:05.338Z] #49 7.351 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-01T06:33:05.338Z] #49 7.434 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-01T06:33:05.338Z] #49 7.537 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-01T06:33:05.338Z] #49 7.912 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-01T06:33:05.338Z] #49 7.928 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-01T06:33:05.338Z] #49 7.974 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-01T06:33:05.338Z] #49 8.355 go: downloading golang.org/x/tools v0.1.0 [2022-03-01T06:33:05.338Z] #49 ... [2022-03-01T06:33:05.338Z] [2022-03-01T06:33:05.338Z] #38 [tini 1/3] 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 [2022-03-01T06:33:05.338Z] #38 sha256:bda39fdfc950e22f55ad196f3fd0294f2a56a2435aff0b23fdfe4ad79f4d92c0 [2022-03-01T06:33:05.338Z] #38 8.067 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-01T06:33:05.338Z] #38 8.188 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-01T06:33:05.338Z] #38 8.205 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-01T06:33:05.338Z] #38 9.511 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-01T06:33:05.595Z] #38 ... [2022-03-01T06:33:05.595Z] [2022-03-01T06:33:05.595Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-01T06:33:05.595Z] #53 sha256:9abb24ab6f6485ea2b1d1e2446713bdd4056b3c25dd722f44584e1f8a6f73215 [2022-03-01T06:33:05.595Z] #53 6.535 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-03-01T06:33:05.595Z] #53 8.389 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-03-01T06:33:05.595Z] #53 8.421 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-03-01T06:33:05.595Z] #53 8.478 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-03-01T06:33:05.595Z] #53 10.93 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-03-01T06:33:05.595Z] #53 ... [2022-03-01T06:33:05.595Z] [2022-03-01T06:33:05.595Z] #58 [containerd 1/3] 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 [2022-03-01T06:33:05.595Z] #58 sha256:e04977c0f74af35cc2bbc141b793c364acab4ac14df2d57e73d2f897424774e2 [2022-03-01T06:33:05.595Z] #58 8.073 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-01T06:33:05.595Z] #58 8.142 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-01T06:33:05.595Z] #58 8.364 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-01T06:33:05.595Z] #58 9.792 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-01T06:33:05.660Z] #63 ... [2022-03-01T06:33:05.660Z] [2022-03-01T06:33:05.660Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:33:05.660Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d [2022-03-01T06:33:05.660Z] #14 16.60 Fetched 8506 kB in 13s (676 kB/s) [2022-03-01T06:33:05.822Z] #14 15.25 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-01T06:33:05.851Z] #58 ... [2022-03-01T06:33:05.851Z] [2022-03-01T06:33:05.851Z] #47 [criu 2/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 echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-01T06:33:05.851Z] #47 sha256:6b196adde5ec5150535e9cd03b94b310f29d21819414869615686dbdf825cc09 [2022-03-01T06:33:05.851Z] #47 10.69 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [121 kB] [2022-03-01T06:33:06.700Z] #19 96.34 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64. [2022-03-01T06:33:06.700Z] #19 96.34 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ... [2022-03-01T06:33:06.700Z] #19 96.35 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-03-01T06:33:06.700Z] #19 96.39 Selecting previously unselected package cpp-10-arm-linux-gnueabi. [2022-03-01T06:33:06.700Z] #19 96.40 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-03-01T06:33:06.700Z] #19 96.40 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-01T06:33:07.219Z] #14 ... [2022-03-01T06:33:07.219Z] [2022-03-01T06:33:07.219Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-01T06:33:07.219Z] #49 sha256:43fb401563a67815ef5aec7e67ba2fb1658eb2e75f748c9d9ed1b738970b1866 [2022-03-01T06:33:07.219Z] #49 11.84 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-01T06:33:07.219Z] #49 11.94 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-01T06:33:07.219Z] #49 12.17 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-01T06:33:07.219Z] #49 15.61 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-01T06:33:07.219Z] #49 15.79 go: downloading golang.org/x/mod v0.3.0 [2022-03-01T06:33:07.479Z] #49 ... [2022-03-01T06:33:07.479Z] [2022-03-01T06:33:07.479Z] #47 [criu 2/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 echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-01T06:33:07.479Z] #47 sha256:6b196adde5ec5150535e9cd03b94b310f29d21819414869615686dbdf825cc09 [2022-03-01T06:33:07.479Z] #47 6.765 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-01T06:33:07.479Z] #47 7.063 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-01T06:33:07.479Z] #47 7.063 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-01T06:33:07.479Z] #47 7.618 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1532 B] [2022-03-01T06:33:07.479Z] #47 8.520 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-01T06:33:07.479Z] #47 11.55 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [121 kB] [2022-03-01T06:33:07.479Z] #47 14.67 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-01T06:33:07.562Z] #31 ... [2022-03-01T06:33:07.562Z] [2022-03-01T06:33:07.562Z] #43 [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 "v2.3.0" && 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 "v2.1.0"; 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 [2022-03-01T06:33:07.562Z] #43 sha256:9e9ed6ccf1f05246d6eb6110a2e8f5d0ca057de1597b43dc084a95606a475081 [2022-03-01T06:33:07.562Z] #43 16.66 + git checkout -q v2.3.0 [2022-03-01T06:33:07.562Z] #43 18.32 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-03-01T06:33:08.881Z] #47 ... [2022-03-01T06:33:08.881Z] [2022-03-01T06:33:08.881Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-01T06:33:08.881Z] #26 sha256:58d40371cc33eb8f59a84515c19ad6a2ad80af9ae2ffc591f3b245c75b615cf4 [2022-03-01T06:33:08.881Z] #26 18.00 + mkdir -p /build [2022-03-01T06:33:08.881Z] #26 18.01 + mv docker/docker /build/ [2022-03-01T06:33:08.881Z] #26 18.02 + rmdir docker [2022-03-01T06:33:08.881Z] #26 DONE 18.4s [2022-03-01T06:33:08.881Z] [2022-03-01T06:33:08.881Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-01T06:33:08.881Z] #63 sha256:1104741afcfb4422e25823fb693dbffd863c96ea6cdf2ed1c7eb4cd85b4d7c84 [2022-03-01T06:33:08.881Z] #63 12.05 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-01T06:33:08.881Z] #63 12.12 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-03-01T06:33:08.881Z] #63 13.02 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-03-01T06:33:09.159Z] #63 18.43 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-03-01T06:33:09.159Z] #63 ... [2022-03-01T06:33:09.159Z] [2022-03-01T06:33:09.159Z] #47 [criu 2/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 echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-01T06:33:09.159Z] #47 sha256:6b196adde5ec5150535e9cd03b94b310f29d21819414869615686dbdf825cc09 [2022-03-01T06:33:09.159Z] #47 18.56 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [1828 B] [2022-03-01T06:33:09.254Z] Running on azwin-2-24ec60 in d:\jenkins\workspace\moby_PR-43303 [Pipeline] { [Pipeline] ws [2022-03-01T06:33:09.270Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-03-01T06:33:10.030Z] #47 14.90 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-01T06:33:10.840Z] #43 ... [2022-03-01T06:33:10.840Z] [2022-03-01T06:33:10.840Z] #58 [containerd 1/3] 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 [2022-03-01T06:33:10.840Z] #58 sha256:026ba07a2dd7d1bfc8e749c33fd026072dd927490025f26e5710aba65b385364 [2022-03-01T06:33:10.840Z] #58 12.09 Fetched 8392 kB in 9s (961 kB/s) [2022-03-01T06:33:10.840Z] #58 12.09 Reading package lists... [2022-03-01T06:33:10.840Z] #58 16.41 Reading package lists... [2022-03-01T06:33:10.840Z] #58 20.55 Building dependency tree... [2022-03-01T06:33:10.925Z] #14 16.60 Reading package lists... [2022-03-01T06:33:10.925Z] #14 21.39 Reading package lists... [2022-03-01T06:33:10.925Z] #14 ... [2022-03-01T06:33:10.925Z] [2022-03-01T06:33:10.925Z] #43 [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 "v2.3.0" && 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 "v2.1.0"; 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 [2022-03-01T06:33:10.925Z] #43 sha256:43f24ac9ca7f81923ccb4e73e4b26fbd3eb18b58eef53c93c82ab7f1cb60a024 [2022-03-01T06:33:10.925Z] #43 21.09 Updating files: 92% (1692/1837) Updating files: 93% (1709/1837) Updating files: 94% (1727/1837) Updating files: 95% (1746/1837) Updating files: 96% (1764/1837) Updating files: 97% (1782/1837) Updating files: 98% (1801/1837) Updating files: 99% (1819/1837) Updating files: 100% (1837/1837) Updating files: 100% (1837/1837), done. [2022-03-01T06:33:10.925Z] #43 21.22 + git checkout -q v2.3.0 [2022-03-01T06:33:10.964Z] #47 ... [2022-03-01T06:33:10.964Z] [2022-03-01T06:33:10.964Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-01T06:33:10.964Z] #49 sha256:43fb401563a67815ef5aec7e67ba2fb1658eb2e75f748c9d9ed1b738970b1866 [2022-03-01T06:33:10.964Z] #49 16.47 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-01T06:33:10.964Z] #49 16.49 go: downloading golang.org/x/mod v0.3.0 [2022-03-01T06:33:11.070Z] The recommended git tool is: git [2022-03-01T06:33:11.077Z] #47 ... [2022-03-01T06:33:11.077Z] [2022-03-01T06:33:11.077Z] #58 [containerd 1/3] 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 [2022-03-01T06:33:11.077Z] #58 sha256:e04977c0f74af35cc2bbc141b793c364acab4ac14df2d57e73d2f897424774e2 [2022-03-01T06:33:11.077Z] #58 10.48 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [121 kB] [2022-03-01T06:33:11.077Z] #58 13.42 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-01T06:33:11.077Z] #58 ... [2022-03-01T06:33:11.077Z] [2022-03-01T06:33:11.077Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-01T06:33:11.077Z] #63 sha256:1104741afcfb4422e25823fb693dbffd863c96ea6cdf2ed1c7eb4cd85b4d7c84 [2022-03-01T06:33:11.077Z] #63 19.38 go: downloading github.com/google/uuid v1.3.0 [2022-03-01T06:33:11.077Z] #63 19.40 go: downloading github.com/moby/vpnkit v0.5.0 [2022-03-01T06:33:11.077Z] #63 19.55 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-03-01T06:33:11.077Z] #63 19.76 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-01T06:33:11.077Z] #63 19.91 go: downloading github.com/gorilla/mux v1.8.0 [2022-03-01T06:33:11.077Z] #63 20.13 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-03-01T06:33:11.097Z] #58 ... [2022-03-01T06:33:11.097Z] [2022-03-01T06:33:11.097Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-01T06:33:11.097Z] #31 sha256:e7fbbcd5c14f02ab2be22bab465e45ac2fe332d42b59ea8c399375edb4d4de6a [2022-03-01T06:33:11.097Z] #31 5.892 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-03-01T06:33:11.097Z] #31 7.309 [2022-03-01T06:33:11.097Z] #31 7.601 #=#=# # 2.0% ######################################################################## 100.0% [2022-03-01T06:33:11.097Z] #31 8.796 [2022-03-01T06:33:11.182Z] #43 ... [2022-03-01T06:33:11.182Z] [2022-03-01T06:33:11.182Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-01T06:33:11.182Z] #49 sha256:43fb401563a67815ef5aec7e67ba2fb1658eb2e75f748c9d9ed1b738970b1866 [2022-03-01T06:33:11.182Z] #49 12.26 go: downloading golang.org/x/mod v0.3.0 [2022-03-01T06:33:11.182Z] #49 12.30 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-01T06:33:11.440Z] #49 ... [2022-03-01T06:33:11.440Z] [2022-03-01T06:33:11.440Z] #58 [containerd 1/3] 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 [2022-03-01T06:33:11.440Z] #58 sha256:e04977c0f74af35cc2bbc141b793c364acab4ac14df2d57e73d2f897424774e2 [2022-03-01T06:33:11.440Z] #58 17.03 Fetched 8506 kB in 13s (664 kB/s) [2022-03-01T06:33:11.440Z] #58 17.03 Reading package lists... [2022-03-01T06:33:11.650Z] #63 20.73 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-03-01T06:33:11.650Z] #63 20.99 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-03-01T06:33:11.650Z] #63 ... [2022-03-01T06:33:11.650Z] [2022-03-01T06:33:11.650Z] #38 [tini 1/3] 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 [2022-03-01T06:33:11.650Z] #38 sha256:bda39fdfc950e22f55ad196f3fd0294f2a56a2435aff0b23fdfe4ad79f4d92c0 [2022-03-01T06:33:11.650Z] #38 11.41 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [121 kB] [2022-03-01T06:33:11.650Z] #38 14.33 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-01T06:33:11.895Z] #49 ... [2022-03-01T06:33:11.895Z] [2022-03-01T06:33:11.895Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-01T06:33:11.895Z] #26 sha256:ac29afc65889614cb665203a58f8fe5274815b50122aeb0dd3280f51831c7754 [2022-03-01T06:33:11.895Z] #26 6.668 + RM_GOPATH=0 [2022-03-01T06:33:11.895Z] #26 6.668 + TMP_GOPATH= [2022-03-01T06:33:11.895Z] #26 6.668 + : /build [2022-03-01T06:33:11.895Z] #26 6.668 + '[' -z '' ']' [2022-03-01T06:33:11.895Z] #26 6.676 ++ mktemp -d [2022-03-01T06:33:11.895Z] #26 6.676 + export GOPATH=/tmp/tmp.mi656kvDfc [2022-03-01T06:33:11.895Z] #26 6.676 + GOPATH=/tmp/tmp.mi656kvDfc [2022-03-01T06:33:11.895Z] #26 6.676 + RM_GOPATH=1 [2022-03-01T06:33:11.895Z] #26 6.676 + case "$(go env GOARCH)" in [2022-03-01T06:33:11.895Z] #26 6.676 ++ go env GOARCH [2022-03-01T06:33:11.895Z] #26 6.700 + export GO_BUILDMODE=-buildmode=pie [2022-03-01T06:33:11.895Z] #26 6.700 + GO_BUILDMODE=-buildmode=pie [2022-03-01T06:33:11.895Z] #26 6.700 ++ dirname /install.sh [2022-03-01T06:33:11.895Z] #26 6.700 + dir=/ [2022-03-01T06:33:11.895Z] #26 6.700 + bin=dockercli [2022-03-01T06:33:11.895Z] #26 6.700 + shift [2022-03-01T06:33:11.895Z] #26 6.700 + '[' '!' -f //dockercli.installer ']' [2022-03-01T06:33:11.895Z] #26 6.700 + . //dockercli.installer [2022-03-01T06:33:11.895Z] #26 6.700 ++ : stable [2022-03-01T06:33:11.895Z] #26 6.700 ++ : 17.06.2-ce [2022-03-01T06:33:11.895Z] #26 6.700 + install_dockercli [2022-03-01T06:33:11.895Z] #26 6.700 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-03-01T06:33:11.895Z] #26 6.700 ++ uname -m [2022-03-01T06:33:11.895Z] #26 6.700 Install docker/cli version 17.06.2-ce from stable [2022-03-01T06:33:11.895Z] #26 6.716 + arch=x86_64 [2022-03-01T06:33:11.895Z] #26 6.716 + '[' x86_64 '!=' x86_64 ']' [2022-03-01T06:33:11.895Z] #26 6.716 + url=https://download.docker.com/linux/static [2022-03-01T06:33:11.895Z] #26 6.716 + tar -xz docker/docker [2022-03-01T06:33:11.895Z] #26 6.716 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-03-01T06:33:11.895Z] #26 ... [2022-03-01T06:33:11.895Z] [2022-03-01T06:33:11.895Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-01T06:33:11.895Z] #63 sha256:1daf90f56aabe46b30b8f3b34ec026acb0c0287c2ce684a020787d2d4a318b49 [2022-03-01T06:33:11.895Z] #63 10.35 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-01T06:33:11.895Z] #63 10.35 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-03-01T06:33:11.895Z] #63 11.43 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-03-01T06:33:11.895Z] #63 14.64 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-03-01T06:33:11.895Z] #63 15.77 go: downloading github.com/google/uuid v1.3.0 [2022-03-01T06:33:11.895Z] #63 15.93 go: downloading github.com/moby/vpnkit v0.5.0 [2022-03-01T06:33:11.895Z] #63 16.62 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-03-01T06:33:11.895Z] #63 16.97 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-01T06:33:12.003Z] #58 22.23 Reading package lists... [2022-03-01T06:33:12.003Z] #58 ... [2022-03-01T06:33:12.003Z] [2022-03-01T06:33:12.003Z] #43 [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 "v2.3.0" && 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 "v2.1.0"; 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 [2022-03-01T06:33:12.003Z] #43 sha256:43f24ac9ca7f81923ccb4e73e4b26fbd3eb18b58eef53c93c82ab7f1cb60a024 [2022-03-01T06:33:12.027Z] #31 ... [2022-03-01T06:33:12.027Z] [2022-03-01T06:33:12.027Z] #47 [criu 2/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 echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-01T06:33:12.027Z] #47 sha256:4565ca7ec43a9f6eaa087ebd29e36fdfd34e492e2878fecce000249bb52bdae8 [2022-03-01T06:33:12.027Z] #47 13.04 Fetched 8396 kB in 10s (843 kB/s) [2022-03-01T06:33:12.027Z] #47 13.04 Reading package lists... [2022-03-01T06:33:12.027Z] #47 17.92 Reading package lists... [2022-03-01T06:33:12.027Z] #47 21.56 Building dependency tree... [2022-03-01T06:33:12.027Z] #47 ... [2022-03-01T06:33:12.027Z] [2022-03-01T06:33:12.027Z] #38 [tini 1/3] 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 [2022-03-01T06:33:12.027Z] #38 sha256:d421614725c731de136af51962cdf9a9026bab47358140c7ef63e010d046a191 [2022-03-01T06:33:12.027Z] #38 10.99 Reading package lists... [2022-03-01T06:33:12.027Z] #38 15.30 Reading package lists... [2022-03-01T06:33:12.027Z] #38 19.34 Building dependency tree... [2022-03-01T06:33:12.027Z] #38 22.73 The following additional packages will be installed: [2022-03-01T06:33:12.027Z] #38 22.74 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-03-01T06:33:12.027Z] #38 22.75 Suggested packages: [2022-03-01T06:33:12.027Z] #38 22.77 cmake-doc ninja-build lrzip [2022-03-01T06:33:12.027Z] #38 22.77 Recommended packages: [2022-03-01T06:33:12.027Z] #38 22.77 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-03-01T06:33:12.151Z] #63 17.28 go: downloading github.com/gorilla/mux v1.8.0 [2022-03-01T06:33:12.151Z] #63 ... [2022-03-01T06:33:12.151Z] [2022-03-01T06:33:12.151Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-01T06:33:12.151Z] #26 sha256:ac29afc65889614cb665203a58f8fe5274815b50122aeb0dd3280f51831c7754 [2022-03-01T06:33:12.151Z] #26 17.12 + mkdir -p /build [2022-03-01T06:33:12.151Z] #26 17.13 + mv docker/docker /build/ [2022-03-01T06:33:12.151Z] #26 17.15 + rmdir docker [2022-03-01T06:33:12.284Z] #43 22.85 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-03-01T06:33:12.284Z] #38 23.50 The following NEW packages will be installed: [2022-03-01T06:33:12.284Z] #38 23.53 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-03-01T06:33:12.284Z] #38 23.53 vim-common xxd [2022-03-01T06:33:12.284Z] #38 ... [2022-03-01T06:33:12.284Z] [2022-03-01T06:33:12.284Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-01T06:33:12.284Z] #51 sha256:ec1a2c91c2622cf78bcf438efb1f9a3f2cf86cf4b60f00ff0b76ecc7c079fdeb [2022-03-01T06:33:12.284Z] #51 23.66 go: downloading github.com/fatih/color v1.13.0 [2022-03-01T06:33:12.284Z] #51 23.67 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-01T06:33:12.284Z] #51 23.69 go: downloading github.com/spf13/cobra v1.3.0 [2022-03-01T06:33:12.541Z] #51 23.76 go: downloading github.com/spf13/pflag v1.0.5 [2022-03-01T06:33:12.541Z] #51 23.92 go: downloading github.com/spf13/viper v1.10.1 [2022-03-01T06:33:12.541Z] #51 23.94 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-03-01T06:33:12.713Z] #26 DONE 17.7s [2022-03-01T06:33:12.713Z] [2022-03-01T06:33:12.713Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-01T06:33:12.713Z] #63 sha256:1daf90f56aabe46b30b8f3b34ec026acb0c0287c2ce684a020787d2d4a318b49 [2022-03-01T06:33:12.713Z] #63 17.80 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-03-01T06:33:13.104Z] #51 24.37 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-03-01T06:33:13.104Z] #51 24.49 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-03-01T06:33:13.277Z] #63 18.42 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-03-01T06:33:13.533Z] #63 18.62 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-03-01T06:33:13.533Z] #63 18.75 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-03-01T06:33:14.249Z] #51 25.44 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-03-01T06:33:14.656Z] #51 25.77 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-03-01T06:33:14.914Z] #51 ... [2022-03-01T06:33:14.914Z] [2022-03-01T06:33:14.914Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:33:14.914Z] #14 sha256:bb1bf8418517cbec45e0653af3a851786f3aeea1102b9cb4e4f1f722a68ccac0 [2022-03-01T06:33:14.914Z] #14 12.12 Reading package lists... [2022-03-01T06:33:14.914Z] #14 16.41 Reading package lists... [2022-03-01T06:33:14.914Z] #14 20.64 Building dependency tree... [2022-03-01T06:33:14.914Z] #14 23.98 The following additional packages will be installed: [2022-03-01T06:33:14.914Z] #14 24.00 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-01T06:33:14.914Z] #14 24.00 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-03-01T06:33:14.914Z] #14 24.00 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-03-01T06:33:14.914Z] #14 24.00 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-03-01T06:33:14.914Z] #14 24.01 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-03-01T06:33:14.914Z] #14 24.01 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-03-01T06:33:14.914Z] #14 24.01 mingw-w64-common mingw-w64-x86-64-dev [2022-03-01T06:33:14.914Z] #14 24.02 Suggested packages: [2022-03-01T06:33:14.914Z] #14 24.03 gcc-10-locales seccomp wine64 [2022-03-01T06:33:14.914Z] #14 24.89 The following NEW packages will be installed: [2022-03-01T06:33:14.914Z] #14 24.89 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-01T06:33:14.914Z] #14 24.89 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-03-01T06:33:14.914Z] #14 24.89 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-03-01T06:33:14.914Z] #14 24.89 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-03-01T06:33:14.914Z] #14 24.89 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-03-01T06:33:14.914Z] #14 24.90 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-03-01T06:33:14.914Z] #14 24.90 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-03-01T06:33:14.914Z] #14 24.90 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-03-01T06:33:14.914Z] #14 24.91 mingw-w64-x86-64-dev [2022-03-01T06:33:14.914Z] #14 25.27 0 upgraded, 30 newly installed, 0 to remove and 3 not upgraded. [2022-03-01T06:33:14.914Z] #14 25.27 Need to get 108 MB of archives. [2022-03-01T06:33:14.914Z] #14 25.27 After this operation, 620 MB of additional disk space will be used. [2022-03-01T06:33:14.914Z] #14 25.27 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-i686 arm64 2.35.2-2+8.11+b3 [2316 kB] [2022-03-01T06:33:14.914Z] #14 25.44 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-x86-64 arm64 2.35.2-2+8.11+b3 [2634 kB] [2022-03-01T06:33:14.914Z] #14 25.82 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-03-01T06:33:14.914Z] #14 25.87 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB] [2022-03-01T06:33:14.914Z] #14 25.89 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB] [2022-03-01T06:33:14.914Z] #14 25.89 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-03-01T06:33:14.957Z] #38 ... [2022-03-01T06:33:14.957Z] [2022-03-01T06:33:14.957Z] #58 [containerd 1/3] 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 [2022-03-01T06:33:14.957Z] #58 sha256:e04977c0f74af35cc2bbc141b793c364acab4ac14df2d57e73d2f897424774e2 [2022-03-01T06:33:14.957Z] #58 24.53 Fetched 8506 kB in 19s (447 kB/s) [2022-03-01T06:33:15.298Z] #14 ... [2022-03-01T06:33:15.298Z] [2022-03-01T06:33:15.298Z] #47 [criu 2/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 echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-01T06:33:15.298Z] #47 sha256:4565ca7ec43a9f6eaa087ebd29e36fdfd34e492e2878fecce000249bb52bdae8 [2022-03-01T06:33:15.298Z] #47 24.68 The following additional packages will be installed: [2022-03-01T06:33:15.298Z] #47 24.70 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-01T06:33:15.298Z] #47 24.70 python3-protobuf python3-six [2022-03-01T06:33:15.298Z] #47 24.71 Suggested packages: [2022-03-01T06:33:15.298Z] #47 24.71 python3-setuptools [2022-03-01T06:33:15.298Z] #47 24.71 Recommended packages: [2022-03-01T06:33:15.298Z] #47 24.71 iproute2 | iproute [2022-03-01T06:33:15.298Z] #47 25.13 The following NEW packages will be installed: [2022-03-01T06:33:15.298Z] #47 25.14 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-01T06:33:15.298Z] #47 25.14 python3-protobuf python3-six [2022-03-01T06:33:15.298Z] #47 25.56 0 upgraded, 8 newly installed, 0 to remove and 3 not upgraded. [2022-03-01T06:33:15.298Z] #47 25.56 Need to get 2115 kB of archives. [2022-03-01T06:33:15.298Z] #47 25.56 After this operation, 10.7 MB of additional disk space will be used. [2022-03-01T06:33:15.298Z] #47 25.56 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf23 arm64 3.12.4-1 [780 kB] [2022-03-01T06:33:15.298Z] #47 25.65 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-01T06:33:15.298Z] #47 25.92 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB] [2022-03-01T06:33:15.298Z] #47 25.94 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-protobuf arm64 3.12.4-1 [375 kB] [2022-03-01T06:33:15.544Z] #58 24.53 Reading package lists... [2022-03-01T06:33:15.544Z] #58 ... [2022-03-01T06:33:15.544Z] [2022-03-01T06:33:15.544Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-01T06:33:15.544Z] #36 sha256:64d349286079acb10fa2089055a846bc61c060c4ece5f2655bbc0fa78bd2f37c [2022-03-01T06:33:15.544Z] #36 24.86 tomll can be used in two ways: [2022-03-01T06:33:15.544Z] #36 24.86 Writing to STDIN and reading from STDOUT: [2022-03-01T06:33:15.544Z] #36 24.86 cat file.toml | tomll > file.toml [2022-03-01T06:33:15.544Z] #36 24.86 [2022-03-01T06:33:15.544Z] #36 24.86 Reading and updating a list of files: [2022-03-01T06:33:15.544Z] #36 24.86 tomll a.toml b.toml c.toml [2022-03-01T06:33:15.544Z] #36 24.86 [2022-03-01T06:33:15.544Z] #36 24.86 When given a list of files, tomll will modify all files in place without asking. [2022-03-01T06:33:15.544Z] #36 DONE 25.1s [2022-03-01T06:33:15.544Z] [2022-03-01T06:33:15.544Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-01T06:33:15.544Z] #63 sha256:1104741afcfb4422e25823fb693dbffd863c96ea6cdf2ed1c7eb4cd85b4d7c84 [2022-03-01T06:33:15.544Z] #63 24.70 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-03-01T06:33:15.555Z] #43 ... [2022-03-01T06:33:15.556Z] [2022-03-01T06:33:15.556Z] #38 [tini 1/3] 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 [2022-03-01T06:33:15.556Z] #38 sha256:bda39fdfc950e22f55ad196f3fd0294f2a56a2435aff0b23fdfe4ad79f4d92c0 [2022-03-01T06:33:15.556Z] #38 16.10 Fetched 8506 kB in 12s (714 kB/s) [2022-03-01T06:33:15.556Z] #38 16.10 Reading package lists... [2022-03-01T06:33:15.556Z] #38 20.94 Reading package lists... [2022-03-01T06:33:15.556Z] #38 25.39 Building dependency tree... [2022-03-01T06:33:15.556Z] #38 ... [2022-03-01T06:33:15.556Z] [2022-03-01T06:33:15.556Z] #58 [containerd 1/3] 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 [2022-03-01T06:33:15.556Z] #58 sha256:e04977c0f74af35cc2bbc141b793c364acab4ac14df2d57e73d2f897424774e2 [2022-03-01T06:33:15.556Z] #58 22.23 Reading package lists... [2022-03-01T06:33:15.559Z] #47 26.22 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2022-03-01T06:33:15.559Z] #47 26.23 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB] [2022-03-01T06:33:15.559Z] #47 26.29 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2022-03-01T06:33:15.652Z] Running on azwin-2-450240 in d:\jenkins\workspace\moby_PR-43303 [Pipeline] { [Pipeline] ws [2022-03-01T06:33:15.669Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-03-01T06:33:15.806Z] #63 25.08 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-03-01T06:33:16.050Z] #63 ... [2022-03-01T06:33:16.050Z] [2022-03-01T06:33:16.050Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:33:16.050Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d [2022-03-01T06:33:16.050Z] #14 11.40 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [121 kB] [2022-03-01T06:33:16.050Z] #14 15.20 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-01T06:33:16.050Z] #14 ... [2022-03-01T06:33:16.050Z] [2022-03-01T06:33:16.050Z] #47 [criu 2/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 echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-01T06:33:16.050Z] #47 sha256:6b196adde5ec5150535e9cd03b94b310f29d21819414869615686dbdf825cc09 [2022-03-01T06:33:16.050Z] #47 18.43 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [1828 B] [2022-03-01T06:33:16.500Z] #58 26.43 Building dependency tree... [2022-03-01T06:33:16.500Z] #58 ... [2022-03-01T06:33:16.500Z] [2022-03-01T06:33:16.500Z] #47 [criu 2/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 echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-01T06:33:16.500Z] #47 sha256:6b196adde5ec5150535e9cd03b94b310f29d21819414869615686dbdf825cc09 [2022-03-01T06:33:16.500Z] #47 16.90 Fetched 8509 kB in 14s (622 kB/s) [2022-03-01T06:33:16.500Z] #47 16.90 Reading package lists... [2022-03-01T06:33:16.500Z] #47 22.23 Reading package lists... [2022-03-01T06:33:16.500Z] #47 26.78 Building dependency tree... [2022-03-01T06:33:16.500Z] #47 ... [2022-03-01T06:33:16.500Z] [2022-03-01T06:33:16.500Z] #58 [containerd 1/3] 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 [2022-03-01T06:33:16.500Z] #58 sha256:e04977c0f74af35cc2bbc141b793c364acab4ac14df2d57e73d2f897424774e2 [2022-03-01T06:33:16.500Z] #58 26.43 Building dependency tree... [2022-03-01T06:33:16.681Z] #19 105.4 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64. [2022-03-01T06:33:16.681Z] #19 105.4 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ... [2022-03-01T06:33:16.681Z] #19 105.4 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-03-01T06:33:16.681Z] #19 105.4 Selecting previously unselected package cpp-10-arm-linux-gnueabihf. [2022-03-01T06:33:16.681Z] #19 105.4 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-03-01T06:33:16.681Z] #19 105.4 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-01T06:33:16.681Z] #19 ... [2022-03-01T06:33:16.681Z] [2022-03-01T06:33:16.681Z] #50 [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 "v2.3.0" && 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 "v2.1.0"; 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 [2022-03-01T06:33:16.681Z] #50 sha256:43f24ac9ca7f81923ccb4e73e4b26fbd3eb18b58eef53c93c82ab7f1cb60a024 [2022-03-01T06:33:16.681Z] #50 115.9 + dpkg --print-architecture [2022-03-01T06:33:16.681Z] #50 115.9 + git checkout -q v2.1.0 [2022-03-01T06:33:16.681Z] #50 116.3 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-03-01T06:33:16.681Z] #50 116.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-03-01T06:33:16.778Z] Running on azwin-2-450241 in d:\jenkins\workspace\moby_PR-43303 [Pipeline] { [Pipeline] ws [2022-03-01T06:33:16.793Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-03-01T06:33:16.978Z] #47 ... [2022-03-01T06:33:16.978Z] [2022-03-01T06:33:16.978Z] #38 [tini 1/3] 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 [2022-03-01T06:33:16.978Z] #38 sha256:bda39fdfc950e22f55ad196f3fd0294f2a56a2435aff0b23fdfe4ad79f4d92c0 [2022-03-01T06:33:16.978Z] #38 12.45 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [121 kB] [2022-03-01T06:33:16.978Z] #38 16.67 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-01T06:33:16.978Z] #38 ... [2022-03-01T06:33:16.978Z] [2022-03-01T06:33:16.978Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-01T06:33:16.978Z] #63 sha256:1daf90f56aabe46b30b8f3b34ec026acb0c0287c2ce684a020787d2d4a318b49 [2022-03-01T06:33:16.978Z] #63 21.63 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-03-01T06:33:16.989Z] #47 ... [2022-03-01T06:33:16.989Z] [2022-03-01T06:33:16.989Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-01T06:33:16.989Z] #53 sha256:42d0c8349cab373bad61e916e1e97f1bf7794b132de28435c1d8669b05e8b974 [2022-03-01T06:33:16.989Z] #53 25.42 v3.0.2 [2022-03-01T06:33:16.989Z] #53 DONE 27.9s [2022-03-01T06:33:16.989Z] [2022-03-01T06:33:16.989Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-01T06:33:16.989Z] #31 sha256:e7fbbcd5c14f02ab2be22bab465e45ac2fe332d42b59ea8c399375edb4d4de6a [2022-03-01T06:33:16.989Z] #31 12.47 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-03-01T06:33:16.989Z] #31 13.66 [2022-03-01T06:33:16.989Z] #31 13.92 #=#=# 0.7% ################ 23.6% ######################################################################## 100.0% [2022-03-01T06:33:17.131Z] The recommended git tool is: git [2022-03-01T06:33:17.920Z] #31 15.62 [2022-03-01T06:33:17.924Z] #63 ... [2022-03-01T06:33:17.924Z] [2022-03-01T06:33:17.924Z] #58 [containerd 1/3] 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 [2022-03-01T06:33:17.924Z] #58 sha256:e04977c0f74af35cc2bbc141b793c364acab4ac14df2d57e73d2f897424774e2 [2022-03-01T06:33:17.924Z] #58 13.22 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [121 kB] [2022-03-01T06:33:17.924Z] #58 17.63 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-01T06:33:17.924Z] #58 ... [2022-03-01T06:33:17.924Z] [2022-03-01T06:33:17.924Z] #36 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-03-01T06:33:17.924Z] #36 sha256:64d349286079acb10fa2089055a846bc61c060c4ece5f2655bbc0fa78bd2f37c [2022-03-01T06:33:17.924Z] #36 23.22 tomll can be used in two ways: [2022-03-01T06:33:17.924Z] #36 23.22 Writing to STDIN and reading from STDOUT: [2022-03-01T06:33:17.924Z] #36 23.22 cat file.toml | tomll > file.toml [2022-03-01T06:33:17.924Z] #36 23.22 [2022-03-01T06:33:17.924Z] #36 23.22 Reading and updating a list of files: [2022-03-01T06:33:17.924Z] #36 23.22 tomll a.toml b.toml c.toml [2022-03-01T06:33:17.924Z] #36 23.22 [2022-03-01T06:33:17.924Z] #36 23.22 When given a list of files, tomll will modify all files in place without asking. [2022-03-01T06:33:18.263Z] #36 DONE 23.6s [2022-03-01T06:33:18.263Z] [2022-03-01T06:33:18.263Z] #34 [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 "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-01T06:33:18.263Z] #34 sha256:daffcb12c1650deef77c07848ff64bbdd4bdfa53e647429282187d41fa3cd995 [2022-03-01T06:33:18.345Z] The recommended git tool is: git [2022-03-01T06:33:18.397Z] #58 ... [2022-03-01T06:33:18.397Z] [2022-03-01T06:33:18.397Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-01T06:33:18.397Z] #53 sha256:9abb24ab6f6485ea2b1d1e2446713bdd4056b3c25dd722f44584e1f8a6f73215 [2022-03-01T06:33:18.397Z] #53 29.19 v3.0.2 [2022-03-01T06:33:18.397Z] #53 DONE 29.4s [2022-03-01T06:33:18.397Z] [2022-03-01T06:33:18.397Z] #58 [containerd 1/3] 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 [2022-03-01T06:33:18.397Z] #58 sha256:e04977c0f74af35cc2bbc141b793c364acab4ac14df2d57e73d2f897424774e2 [2022-03-01T06:33:18.397Z] #58 29.55 The following additional packages will be installed: [2022-03-01T06:33:18.397Z] #58 29.55 libbtrfs0 [2022-03-01T06:33:18.650Z] #31 ... [2022-03-01T06:33:18.650Z] [2022-03-01T06:33:18.650Z] #58 [containerd 1/3] 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 [2022-03-01T06:33:18.650Z] #58 sha256:026ba07a2dd7d1bfc8e749c33fd026072dd927490025f26e5710aba65b385364 [2022-03-01T06:33:18.650Z] #58 23.87 The following additional packages will be installed: [2022-03-01T06:33:18.650Z] #58 23.89 libbtrfs0 [2022-03-01T06:33:18.650Z] #58 24.05 The following NEW packages will be installed: [2022-03-01T06:33:18.650Z] #58 24.05 libbtrfs-dev libbtrfs0 [2022-03-01T06:33:18.650Z] #58 24.38 0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded. [2022-03-01T06:33:18.650Z] #58 24.38 Need to get 454 kB of archives. [2022-03-01T06:33:18.650Z] #58 24.38 After this operation, 1275 kB of additional disk space will be used. [2022-03-01T06:33:18.650Z] #58 24.38 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2022-03-01T06:33:18.650Z] #58 24.40 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2022-03-01T06:33:18.650Z] #58 25.33 debconf: delaying package configuration, since apt-utils is not installed [2022-03-01T06:33:18.650Z] #58 26.45 Fetched 454 kB in 0s (1385 kB/s) [2022-03-01T06:33:18.650Z] #58 27.00 Selecting previously unselected package libbtrfs0:arm64. [2022-03-01T06:33:18.650Z] #58 27.00 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15700 files and directories currently installed.) [2022-03-01T06:33:18.650Z] #58 27.03 Preparing to unpack .../libbtrfs0_5.10.1-2_arm64.deb ... [2022-03-01T06:33:18.650Z] #58 27.05 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2022-03-01T06:33:18.650Z] #58 27.82 Selecting previously unselected package libbtrfs-dev:arm64. [2022-03-01T06:33:18.650Z] #58 27.84 Preparing to unpack .../libbtrfs-dev_5.10.1-2_arm64.deb ... [2022-03-01T06:33:18.650Z] #58 27.85 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2022-03-01T06:33:18.650Z] #58 28.43 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2022-03-01T06:33:18.650Z] #58 28.47 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2022-03-01T06:33:18.650Z] #58 28.48 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-01T06:33:18.650Z] #58 DONE 29.7s [2022-03-01T06:33:18.650Z] [2022-03-01T06:33:18.650Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-01T06:33:18.650Z] #51 sha256:ec1a2c91c2622cf78bcf438efb1f9a3f2cf86cf4b60f00ff0b76ecc7c079fdeb [2022-03-01T06:33:18.650Z] #51 28.99 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-03-01T06:33:18.650Z] #51 29.01 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-01T06:33:18.650Z] #51 29.01 go: downloading github.com/stretchr/testify v1.7.0 [2022-03-01T06:33:18.650Z] #51 29.14 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-03-01T06:33:18.650Z] #51 29.17 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-03-01T06:33:18.650Z] #51 29.18 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-03-01T06:33:18.650Z] #51 29.26 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-03-01T06:33:18.650Z] #51 29.27 go: downloading github.com/magiconair/properties v1.8.5 [2022-03-01T06:33:18.650Z] #51 29.27 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-03-01T06:33:18.650Z] #51 29.32 go: downloading github.com/spf13/afero v1.6.0 [2022-03-01T06:33:18.650Z] #51 29.39 go: downloading github.com/spf13/cast v1.4.1 [2022-03-01T06:33:18.650Z] #51 29.45 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-03-01T06:33:18.650Z] #51 29.47 go: downloading github.com/subosito/gotenv v1.2.0 [2022-03-01T06:33:18.650Z] #51 29.49 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-03-01T06:33:18.650Z] #51 29.56 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-03-01T06:33:18.650Z] #51 29.58 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-03-01T06:33:18.650Z] #51 29.70 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-03-01T06:33:18.650Z] #51 29.70 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-03-01T06:33:18.650Z] #51 29.70 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-03-01T06:33:18.650Z] #51 29.71 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-03-01T06:33:18.650Z] #51 29.74 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-03-01T06:33:18.650Z] #51 29.74 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-03-01T06:33:18.650Z] #51 29.82 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-03-01T06:33:18.667Z] #58 29.89 The following NEW packages will be installed: [2022-03-01T06:33:18.667Z] #58 29.89 libbtrfs-dev libbtrfs0 [2022-03-01T06:33:18.907Z] #51 ... [2022-03-01T06:33:18.908Z] [2022-03-01T06:33:18.908Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-01T06:33:18.908Z] #59 sha256:e4da50a9283dcabba828b07137f833fd6744b02e69988c8425089d2c018c3890 [2022-03-01T06:33:18.908Z] #59 DONE 0.4s [2022-03-01T06:33:18.908Z] [2022-03-01T06:33:18.908Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-01T06:33:18.908Z] #51 sha256:ec1a2c91c2622cf78bcf438efb1f9a3f2cf86cf4b60f00ff0b76ecc7c079fdeb [2022-03-01T06:33:18.908Z] #51 30.12 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-03-01T06:33:18.908Z] #51 30.15 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-03-01T06:33:18.908Z] #51 30.23 go: downloading github.com/Antonboom/errname v0.1.5 [2022-03-01T06:33:18.908Z] #51 30.36 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-03-01T06:33:19.165Z] #51 30.40 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-03-01T06:33:19.165Z] #51 30.41 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-03-01T06:33:19.165Z] #51 30.59 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-03-01T06:33:19.230Z] #58 30.18 0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded. [2022-03-01T06:33:19.230Z] #58 30.18 Need to get 460 kB of archives. [2022-03-01T06:33:19.230Z] #58 30.18 After this operation, 1237 kB of additional disk space will be used. [2022-03-01T06:33:19.230Z] #58 30.18 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-01T06:33:19.230Z] #58 30.23 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-01T06:33:19.422Z] #51 30.68 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-03-01T06:33:19.422Z] #51 30.70 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-03-01T06:33:19.422Z] #51 30.73 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-03-01T06:33:19.422Z] #51 30.74 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-03-01T06:33:19.422Z] #51 30.76 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-03-01T06:33:19.679Z] #51 30.90 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-03-01T06:33:19.679Z] #51 30.97 go: downloading github.com/breml/bidichk v0.2.1 [2022-03-01T06:33:19.679Z] #51 31.00 go: downloading github.com/breml/errchkjson v0.2.1 [2022-03-01T06:33:19.679Z] #51 31.00 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-03-01T06:33:19.679Z] #51 31.04 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-03-01T06:33:19.679Z] #51 31.05 go: downloading github.com/daixiang0/gci v0.2.9 [2022-03-01T06:33:19.679Z] #51 31.06 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-03-01T06:33:19.679Z] #51 31.07 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-03-01T06:33:19.679Z] #51 31.11 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-03-01T06:33:19.945Z] #51 31.12 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-03-01T06:33:19.945Z] #51 31.14 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-03-01T06:33:19.945Z] #51 31.14 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-03-01T06:33:19.945Z] #51 31.25 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-03-01T06:33:19.945Z] #51 31.32 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-03-01T06:33:19.945Z] #51 31.33 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-03-01T06:33:19.945Z] #51 31.36 go: downloading github.com/golangci/misspell v0.3.5 [2022-03-01T06:33:20.157Z] #34 ... [2022-03-01T06:33:20.157Z] [2022-03-01T06:33:20.157Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:33:20.157Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d [2022-03-01T06:33:20.157Z] #14 25.57 Fetched 8506 kB in 19s (448 kB/s) [2022-03-01T06:33:20.160Z] #58 31.11 debconf: delaying package configuration, since apt-utils is not installed [2022-03-01T06:33:20.160Z] #58 31.35 Fetched 460 kB in 0s (1456 kB/s) [2022-03-01T06:33:20.201Z] #51 31.56 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-03-01T06:33:20.201Z] #51 31.62 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-03-01T06:33:20.416Z] #58 31.45 Selecting previously unselected package libbtrfs0:amd64. [2022-03-01T06:33:20.416Z] #58 31.45 (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 ... 15709 files and directories currently installed.) [2022-03-01T06:33:20.416Z] #58 31.52 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-01T06:33:20.416Z] #58 31.52 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-01T06:33:20.458Z] #51 31.62 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-03-01T06:33:20.458Z] #51 31.64 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-03-01T06:33:20.458Z] #51 31.65 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-03-01T06:33:20.458Z] #51 31.66 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-03-01T06:33:20.458Z] #51 31.72 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-03-01T06:33:20.458Z] #51 31.73 go: downloading github.com/julz/importas v0.1.0 [2022-03-01T06:33:20.458Z] #51 31.73 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-03-01T06:33:20.458Z] #51 31.86 go: downloading github.com/kulti/thelper v0.5.0 [2022-03-01T06:33:20.458Z] #51 31.91 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-03-01T06:33:20.458Z] #51 31.91 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-03-01T06:33:20.458Z] #51 31.95 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-03-01T06:33:20.673Z] #58 31.73 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-01T06:33:20.673Z] #58 31.77 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-01T06:33:20.673Z] #58 31.77 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-01T06:33:20.785Z] #51 31.97 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-03-01T06:33:20.785Z] #51 31.99 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-03-01T06:33:20.785Z] #51 31.99 go: downloading github.com/maratori/testpackage v1.0.1 [2022-03-01T06:33:20.785Z] #51 32.01 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-03-01T06:33:20.785Z] #51 32.08 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-03-01T06:33:20.929Z] #58 32.08 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-01T06:33:21.061Z] #51 32.10 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-03-01T06:33:21.061Z] #51 32.13 go: downloading github.com/mgechev/revive v1.1.3 [2022-03-01T06:33:21.185Z] #58 32.12 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-01T06:33:21.185Z] #58 32.14 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-01T06:33:21.318Z] #51 32.71 go: downloading github.com/moricho/tparallel v0.2.1 [2022-03-01T06:33:21.318Z] #51 32.71 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-03-01T06:33:21.318Z] #51 32.79 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-03-01T06:33:21.318Z] #51 32.80 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-03-01T06:33:21.447Z] #58 DONE 32.6s [2022-03-01T06:33:21.447Z] [2022-03-01T06:33:21.447Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-01T06:33:21.447Z] #59 sha256:fe76ffb82290f09d4f05e1bafaad2030b41a4173d69ed3efbdc42d8437b88e52 [2022-03-01T06:33:21.575Z] #51 32.87 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-03-01T06:33:21.575Z] #51 32.90 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-03-01T06:33:21.575Z] #51 32.91 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-03-01T06:33:21.575Z] #51 32.97 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-03-01T06:33:21.575Z] #51 32.97 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-03-01T06:33:21.832Z] #51 33.17 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-03-01T06:33:21.832Z] #51 33.18 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-03-01T06:33:21.832Z] #51 33.18 go: downloading github.com/sivchari/tenv v1.4.7 [2022-03-01T06:33:21.832Z] #51 33.20 go: downloading github.com/sonatard/noctx v0.0.1 [2022-03-01T06:33:21.832Z] #51 33.22 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-03-01T06:33:21.832Z] #51 33.24 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-03-01T06:33:22.089Z] #51 33.35 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-03-01T06:33:22.089Z] #51 33.38 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-03-01T06:33:22.089Z] #51 33.40 go: downloading github.com/tetafro/godot v1.4.11 [2022-03-01T06:33:22.089Z] #51 33.40 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-03-01T06:33:22.089Z] #51 33.45 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-03-01T06:33:22.346Z] #51 33.52 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-03-01T06:33:22.346Z] #51 33.61 go: downloading github.com/ultraware/funlen v0.0.3 [2022-03-01T06:33:22.346Z] #51 33.65 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-03-01T06:33:22.346Z] #51 33.69 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-03-01T06:33:22.346Z] #51 33.73 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-03-01T06:33:22.346Z] #51 33.84 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-03-01T06:33:22.380Z] #59 DONE 0.5s [2022-03-01T06:33:22.380Z] [2022-03-01T06:33:22.380Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-01T06:33:22.380Z] #60 sha256:c7863012dedef3ea248488079e361d7be2e1e9c350532ddbac80d6461e7ab910 [2022-03-01T06:33:22.398Z] #63 ... [2022-03-01T06:33:22.398Z] [2022-03-01T06:33:22.398Z] #58 [containerd 1/3] 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 [2022-03-01T06:33:22.398Z] #58 sha256:e04977c0f74af35cc2bbc141b793c364acab4ac14df2d57e73d2f897424774e2 [2022-03-01T06:33:22.398Z] #58 24.53 Reading package lists... [2022-03-01T06:33:22.603Z] #51 ... [2022-03-01T06:33:22.603Z] [2022-03-01T06:33:22.603Z] #38 [tini 1/3] 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 [2022-03-01T06:33:22.603Z] #38 sha256:d421614725c731de136af51962cdf9a9026bab47358140c7ef63e010d046a191 [2022-03-01T06:33:22.603Z] #38 23.91 0 upgraded, 10 newly installed, 0 to remove and 3 not upgraded. [2022-03-01T06:33:22.603Z] #38 23.91 Need to get 15.6 MB of archives. [2022-03-01T06:33:22.603Z] #38 23.91 After this operation, 67.4 MB of additional disk space will be used. [2022-03-01T06:33:22.603Z] #38 23.91 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-01T06:33:22.603Z] #38 23.92 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-03-01T06:33:22.603Z] #38 23.92 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-03-01T06:33:22.603Z] #38 23.98 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2022-03-01T06:33:22.603Z] #38 24.51 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7 [629 kB] [2022-03-01T06:33:22.603Z] #38 24.54 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+b1 [320 kB] [2022-03-01T06:33:22.603Z] #38 24.54 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB] [2022-03-01T06:33:22.603Z] #38 24.56 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB] [2022-03-01T06:33:22.603Z] #38 24.56 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB] [2022-03-01T06:33:22.603Z] #38 24.56 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB] [2022-03-01T06:33:22.603Z] #38 25.47 debconf: delaying package configuration, since apt-utils is not installed [2022-03-01T06:33:22.603Z] #38 26.80 Fetched 15.6 MB in 1s (13.9 MB/s) [2022-03-01T06:33:22.603Z] #38 27.03 Selecting previously unselected package xxd. [2022-03-01T06:33:22.603Z] #38 27.03 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15700 files and directories currently installed.) [2022-03-01T06:33:22.603Z] #38 27.06 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-03-01T06:33:22.603Z] #38 27.08 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:33:22.603Z] #38 27.81 Selecting previously unselected package vim-common. [2022-03-01T06:33:22.603Z] #38 27.82 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-01T06:33:22.603Z] #38 27.86 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:33:22.603Z] #38 28.31 Selecting previously unselected package cmake-data. [2022-03-01T06:33:22.603Z] #38 28.31 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-03-01T06:33:22.603Z] #38 28.35 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-03-01T06:33:22.603Z] #38 31.90 Selecting previously unselected package libicu67:arm64. [2022-03-01T06:33:22.603Z] #38 31.90 Preparing to unpack .../3-libicu67_67.1-7_arm64.deb ... [2022-03-01T06:33:22.603Z] #38 31.92 Unpacking libicu67:arm64 (67.1-7) ... [2022-03-01T06:33:22.861Z] #38 ... [2022-03-01T06:33:22.861Z] [2022-03-01T06:33:22.861Z] #47 [criu 2/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 echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-01T06:33:22.861Z] #47 sha256:4565ca7ec43a9f6eaa087ebd29e36fdfd34e492e2878fecce000249bb52bdae8 [2022-03-01T06:33:22.861Z] #47 29.01 Get:5 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [609 kB] [2022-03-01T06:33:22.861Z] #47 30.40 debconf: delaying package configuration, since apt-utils is not installed [2022-03-01T06:33:22.861Z] #47 30.57 Fetched 2115 kB in 4s (510 kB/s) [2022-03-01T06:33:22.861Z] #47 30.65 Selecting previously unselected package libprotobuf23:arm64. [2022-03-01T06:33:22.861Z] #47 30.65 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15700 files and directories currently installed.) [2022-03-01T06:33:22.861Z] #47 30.70 Preparing to unpack .../0-libprotobuf23_3.12.4-1_arm64.deb ... [2022-03-01T06:33:22.861Z] #47 30.89 Unpacking libprotobuf23:arm64 (3.12.4-1) ... [2022-03-01T06:33:22.861Z] #47 31.65 Selecting previously unselected package python3-pkg-resources. [2022-03-01T06:33:22.861Z] #47 31.66 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-01T06:33:22.861Z] #47 31.67 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-01T06:33:22.861Z] #47 31.87 Selecting previously unselected package python3-six. [2022-03-01T06:33:22.861Z] #47 31.87 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-03-01T06:33:22.861Z] #47 31.88 Unpacking python3-six (1.16.0-2) ... [2022-03-01T06:33:22.861Z] #47 32.23 Selecting previously unselected package python3-protobuf. [2022-03-01T06:33:22.861Z] #47 32.24 Preparing to unpack .../3-python3-protobuf_3.12.4-1_arm64.deb ... [2022-03-01T06:33:22.861Z] #47 32.24 Unpacking python3-protobuf (3.12.4-1) ... [2022-03-01T06:33:22.861Z] #47 32.72 Selecting previously unselected package libnet1:arm64. [2022-03-01T06:33:22.861Z] #47 32.72 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-03-01T06:33:22.861Z] #47 32.73 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-03-01T06:33:22.861Z] #47 32.84 Selecting previously unselected package libnl-3-200:arm64. [2022-03-01T06:33:22.861Z] #47 32.85 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2022-03-01T06:33:22.861Z] #47 32.86 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-03-01T06:33:22.861Z] #47 32.97 Selecting previously unselected package libprotobuf-c1:arm64. [2022-03-01T06:33:22.861Z] #47 32.99 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-03-01T06:33:22.861Z] #47 33.00 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-03-01T06:33:22.861Z] #47 33.09 Selecting previously unselected package criu. [2022-03-01T06:33:22.861Z] #47 33.10 Preparing to unpack .../7-criu_3.16.1-3_arm64.deb ... [2022-03-01T06:33:22.861Z] #47 33.10 Unpacking criu (3.16.1-3) ... [2022-03-01T06:33:22.861Z] #47 33.79 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-01T06:33:23.791Z] #47 ... [2022-03-01T06:33:23.791Z] [2022-03-01T06:33:23.791Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-01T06:33:23.791Z] #31 sha256:e7fbbcd5c14f02ab2be22bab465e45ac2fe332d42b59ea8c399375edb4d4de6a [2022-03-01T06:33:23.791Z] #31 19.34 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-03-01T06:33:23.791Z] #31 20.47 [2022-03-01T06:33:24.053Z] #31 20.73 #=#=# 0.0% ######### 12.6% ################# 24.3% ########################## 36.1% ################################### 48.8% ############################################ 62.1% ################################################### 72.0% ############################################################ 83.6% #################################################################### 94.8% ######################################################################## 100.0% [2022-03-01T06:33:24.798Z] #50 ... [2022-03-01T06:33:24.798Z] [2022-03-01T06:33:24.798Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-03-01T06:33:24.798Z] #19 sha256:40843ddbace6dc1af73454ffeb51e73993423daf2a757a78bb2312d689609a7a [2022-03-01T06:33:24.798Z] #19 114.0 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64. [2022-03-01T06:33:24.798Z] #19 114.0 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-03-01T06:33:24.798Z] #19 114.0 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-01T06:33:24.798Z] #19 114.1 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu. [2022-03-01T06:33:24.798Z] #19 114.1 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-01T06:33:24.798Z] #19 114.1 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-01T06:33:24.902Z] #60 ... [2022-03-01T06:33:24.902Z] [2022-03-01T06:33:24.902Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:33:24.902Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d [2022-03-01T06:33:24.902Z] #14 21.39 Reading package lists... [2022-03-01T06:33:24.902Z] #14 25.93 Building dependency tree... [2022-03-01T06:33:24.902Z] #14 28.90 The following additional packages will be installed: [2022-03-01T06:33:24.902Z] #14 28.90 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-01T06:33:24.902Z] #14 28.91 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-03-01T06:33:24.902Z] #14 28.91 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-03-01T06:33:24.902Z] #14 28.91 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-03-01T06:33:24.902Z] #14 28.91 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-03-01T06:33:24.902Z] #14 28.92 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-03-01T06:33:24.902Z] #14 28.92 mingw-w64-common mingw-w64-x86-64-dev [2022-03-01T06:33:24.902Z] #14 28.93 Suggested packages: [2022-03-01T06:33:24.902Z] #14 28.94 gcc-10-locales seccomp wine64 [2022-03-01T06:33:24.902Z] #14 30.07 The following NEW packages will be installed: [2022-03-01T06:33:24.902Z] #14 30.07 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-01T06:33:24.902Z] #14 30.07 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-03-01T06:33:24.902Z] #14 30.07 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-03-01T06:33:24.902Z] #14 30.07 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-03-01T06:33:24.902Z] #14 30.07 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-03-01T06:33:24.902Z] #14 30.07 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-03-01T06:33:24.902Z] #14 30.07 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-03-01T06:33:24.902Z] #14 30.07 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-03-01T06:33:24.902Z] #14 30.07 mingw-w64-x86-64-dev [2022-03-01T06:33:24.902Z] #14 30.46 0 upgraded, 30 newly installed, 0 to remove and 3 not upgraded. [2022-03-01T06:33:24.902Z] #14 30.46 Need to get 115 MB of archives. [2022-03-01T06:33:24.902Z] #14 30.46 After this operation, 645 MB of additional disk space will be used. [2022-03-01T06:33:24.902Z] #14 30.46 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2022-03-01T06:33:24.902Z] #14 30.54 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2022-03-01T06:33:24.902Z] #14 30.69 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-03-01T06:33:24.902Z] #14 30.69 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2022-03-01T06:33:24.902Z] #14 30.69 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-03-01T06:33:24.902Z] #14 30.69 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-03-01T06:33:24.902Z] #14 30.91 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-03-01T06:33:24.902Z] #14 31.11 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2022-03-01T06:33:24.902Z] #14 31.12 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2022-03-01T06:33:24.902Z] #14 31.70 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2022-03-01T06:33:24.902Z] #14 32.94 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2022-03-01T06:33:24.902Z] #14 33.49 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2022-03-01T06:33:24.902Z] #14 34.09 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2022-03-01T06:33:24.902Z] #14 35.07 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2022-03-01T06:33:24.902Z] #14 35.56 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-03-01T06:33:24.902Z] #14 35.56 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-03-01T06:33:24.902Z] #14 35.57 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-03-01T06:33:24.902Z] #14 35.57 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-01T06:33:24.902Z] #14 35.59 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-01T06:33:24.902Z] #14 35.61 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2022-03-01T06:33:24.902Z] #14 35.61 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2022-03-01T06:33:24.902Z] #14 35.61 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-03-01T06:33:24.902Z] #14 35.64 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-03-01T06:33:24.902Z] #14 35.64 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-03-01T06:33:24.902Z] #14 35.64 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-03-01T06:33:24.902Z] #14 35.64 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-03-01T06:33:24.902Z] #14 35.66 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-03-01T06:33:24.902Z] #14 35.68 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-03-01T06:33:24.902Z] #14 35.70 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-03-01T06:33:24.902Z] #14 35.70 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2022-03-01T06:33:24.902Z] #14 ... [2022-03-01T06:33:24.902Z] [2022-03-01T06:33:24.902Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-01T06:33:24.902Z] #51 sha256:c4314f9afb2a551f3c35ade83571afbf0887de6d2ff91d6019f6af268507a0d5 [2022-03-01T06:33:24.902Z] #51 27.29 go: downloading github.com/fatih/color v1.13.0 [2022-03-01T06:33:24.902Z] #51 27.30 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-01T06:33:24.902Z] #51 27.36 go: downloading github.com/spf13/cobra v1.3.0 [2022-03-01T06:33:24.902Z] #51 27.37 go: downloading github.com/spf13/pflag v1.0.5 [2022-03-01T06:33:24.902Z] #51 27.58 go: downloading github.com/spf13/viper v1.10.1 [2022-03-01T06:33:24.902Z] #51 27.79 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-03-01T06:33:24.902Z] #51 28.02 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-03-01T06:33:24.902Z] #51 28.07 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-03-01T06:33:24.902Z] #51 28.14 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-03-01T06:33:24.902Z] #51 28.18 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-03-01T06:33:24.902Z] #51 29.12 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-03-01T06:33:24.902Z] #51 29.23 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-03-01T06:33:24.902Z] #51 32.01 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-01T06:33:24.902Z] #51 32.02 go: downloading github.com/stretchr/testify v1.7.0 [2022-03-01T06:33:24.902Z] #51 32.19 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-03-01T06:33:24.902Z] #51 32.25 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-03-01T06:33:24.902Z] #51 32.31 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-03-01T06:33:24.902Z] #51 32.33 go: downloading github.com/magiconair/properties v1.8.5 [2022-03-01T06:33:24.902Z] #51 32.37 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-03-01T06:33:24.902Z] #51 32.41 go: downloading github.com/spf13/afero v1.6.0 [2022-03-01T06:33:24.902Z] #51 32.42 go: downloading github.com/spf13/cast v1.4.1 [2022-03-01T06:33:24.902Z] #51 32.49 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-03-01T06:33:24.902Z] #51 32.54 go: downloading github.com/subosito/gotenv v1.2.0 [2022-03-01T06:33:24.902Z] #51 32.56 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-03-01T06:33:24.902Z] #51 32.65 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-03-01T06:33:24.902Z] #51 32.87 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-03-01T06:33:24.902Z] #51 32.91 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-03-01T06:33:24.902Z] #51 32.97 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-03-01T06:33:24.902Z] #51 32.97 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-03-01T06:33:24.902Z] #51 32.98 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-03-01T06:33:24.902Z] #51 32.98 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-03-01T06:33:24.902Z] #51 33.03 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-03-01T06:33:24.902Z] #51 33.07 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-03-01T06:33:24.902Z] #51 33.65 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-03-01T06:33:24.902Z] #51 33.71 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-03-01T06:33:24.902Z] #51 33.73 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-03-01T06:33:24.902Z] #51 33.80 go: downloading github.com/Antonboom/errname v0.1.5 [2022-03-01T06:33:24.902Z] #51 33.87 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-03-01T06:33:24.902Z] #51 33.95 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-03-01T06:33:24.902Z] #51 34.70 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-03-01T06:33:24.902Z] #51 34.74 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-03-01T06:33:24.902Z] #51 34.80 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-03-01T06:33:24.902Z] #51 34.80 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-03-01T06:33:24.902Z] #51 34.82 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-03-01T06:33:24.902Z] #51 34.89 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-03-01T06:33:24.902Z] #51 34.93 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-03-01T06:33:24.902Z] #51 34.97 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-03-01T06:33:24.902Z] #51 35.03 go: downloading github.com/breml/bidichk v0.2.1 [2022-03-01T06:33:24.902Z] #51 35.05 go: downloading github.com/breml/errchkjson v0.2.1 [2022-03-01T06:33:24.902Z] #51 35.11 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-03-01T06:33:24.902Z] #51 35.13 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-03-01T06:33:24.902Z] #51 35.17 go: downloading github.com/daixiang0/gci v0.2.9 [2022-03-01T06:33:24.902Z] #51 35.17 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-03-01T06:33:24.902Z] #51 35.17 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-03-01T06:33:24.902Z] #51 35.18 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-03-01T06:33:24.902Z] #51 35.19 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-03-01T06:33:24.902Z] #51 35.25 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-03-01T06:33:24.902Z] #51 35.25 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-03-01T06:33:24.902Z] #51 35.31 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-03-01T06:33:24.902Z] #51 35.53 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-03-01T06:33:24.902Z] #51 35.53 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-03-01T06:33:24.902Z] #51 35.53 go: downloading github.com/golangci/misspell v0.3.5 [2022-03-01T06:33:24.902Z] #51 35.58 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-03-01T06:33:24.902Z] #51 35.59 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-03-01T06:33:24.902Z] #51 35.64 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-03-01T06:33:24.902Z] #51 35.67 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-03-01T06:33:24.902Z] #51 35.77 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-03-01T06:33:24.902Z] #51 35.85 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-03-01T06:33:24.902Z] #51 35.85 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-03-01T06:33:24.902Z] #51 35.85 go: downloading github.com/julz/importas v0.1.0 [2022-03-01T06:33:24.902Z] #51 35.85 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-03-01T06:33:24.902Z] #51 35.87 go: downloading github.com/kulti/thelper v0.5.0 [2022-03-01T06:33:24.902Z] #51 35.95 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-03-01T06:33:24.902Z] #51 35.95 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-03-01T06:33:24.902Z] #51 35.96 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-03-01T06:33:24.902Z] #51 35.99 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-03-01T06:33:24.902Z] #51 36.05 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-03-01T06:33:24.902Z] #51 36.05 go: downloading github.com/maratori/testpackage v1.0.1 [2022-03-01T06:33:24.991Z] #31 22.67 [2022-03-01T06:33:25.158Z] #51 36.06 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-03-01T06:33:25.158Z] #51 36.09 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-03-01T06:33:25.158Z] #51 36.10 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-03-01T06:33:25.158Z] #51 36.13 go: downloading github.com/mgechev/revive v1.1.3 [2022-03-01T06:33:25.449Z] #51 ... [2022-03-01T06:33:25.449Z] [2022-03-01T06:33:25.449Z] #34 [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 "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-01T06:33:25.449Z] #34 sha256:daffcb12c1650deef77c07848ff64bbdd4bdfa53e647429282187d41fa3cd995 [2022-03-01T06:33:25.449Z] #34 36.04 Updating files: 93% (1423/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2022-03-01T06:33:25.555Z] #31 ... [2022-03-01T06:33:25.555Z] [2022-03-01T06:33:25.555Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:33:25.555Z] #14 sha256:bb1bf8418517cbec45e0653af3a851786f3aeea1102b9cb4e4f1f722a68ccac0 [2022-03-01T06:33:25.555Z] #14 26.98 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-03-01T06:33:25.555Z] #14 27.28 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-base arm64 10.2.1-6+24.2 [186 kB] [2022-03-01T06:33:25.555Z] #14 27.29 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix-runtime arm64 10.2.1-6+24.2 [11.5 MB] [2022-03-01T06:33:25.555Z] #14 27.79 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [24.4 MB] [2022-03-01T06:33:25.555Z] #14 29.18 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [9885 kB] [2022-03-01T06:33:25.555Z] #14 29.50 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32-runtime arm64 10.2.1-6+24.2 [11.4 MB] [2022-03-01T06:33:25.555Z] #14 30.03 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [24.4 MB] [2022-03-01T06:33:25.555Z] #14 31.84 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [9885 kB] [2022-03-01T06:33:25.555Z] #14 32.39 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-03-01T06:33:25.555Z] #14 32.39 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-03-01T06:33:25.555Z] #14 32.39 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-03-01T06:33:25.555Z] #14 32.40 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2022-03-01T06:33:25.555Z] #14 32.40 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2022-03-01T06:33:25.555Z] #14 32.40 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1 [22.4 kB] [2022-03-01T06:33:25.555Z] #14 32.40 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-6 [123 kB] [2022-03-01T06:33:25.555Z] #14 32.41 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB] [2022-03-01T06:33:25.555Z] #14 32.42 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2 [202 kB] [2022-03-01T06:33:25.555Z] #14 32.45 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2 [193 kB] [2022-03-01T06:33:25.555Z] #14 32.45 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2 [49.0 kB] [2022-03-01T06:33:25.555Z] #14 32.46 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2 [645 kB] [2022-03-01T06:33:25.555Z] #14 32.48 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB] [2022-03-01T06:33:25.555Z] #14 32.48 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB] [2022-03-01T06:33:25.555Z] #14 32.48 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2022-03-01T06:33:25.555Z] #14 32.49 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-6 [401 kB] [2022-03-01T06:33:25.555Z] #14 33.35 debconf: delaying package configuration, since apt-utils is not installed [2022-03-01T06:33:25.555Z] #14 33.60 Fetched 108 MB in 8s (14.4 MB/s) [2022-03-01T06:33:25.555Z] #14 33.69 Selecting previously unselected package binutils-mingw-w64-i686. [2022-03-01T06:33:25.555Z] #14 33.69 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15700 files and directories currently installed.) [2022-03-01T06:33:25.555Z] #14 33.74 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_arm64.deb ... [2022-03-01T06:33:25.555Z] #14 33.75 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-01T06:33:25.555Z] #14 35.82 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-03-01T06:33:25.555Z] #14 35.83 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_arm64.deb ... [2022-03-01T06:33:25.555Z] #14 35.84 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-01T06:33:25.706Z] #34 36.11 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-03-01T06:33:25.706Z] #34 ... [2022-03-01T06:33:25.706Z] [2022-03-01T06:33:25.706Z] #38 [tini 1/3] 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 [2022-03-01T06:33:25.706Z] #38 sha256:bda39fdfc950e22f55ad196f3fd0294f2a56a2435aff0b23fdfe4ad79f4d92c0 [2022-03-01T06:33:25.706Z] #38 25.39 Building dependency tree... [2022-03-01T06:33:25.706Z] #38 28.44 The following additional packages will be installed: [2022-03-01T06:33:25.706Z] #38 28.45 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-03-01T06:33:25.706Z] #38 28.46 Suggested packages: [2022-03-01T06:33:25.706Z] #38 28.46 cmake-doc ninja-build lrzip [2022-03-01T06:33:25.706Z] #38 28.46 Recommended packages: [2022-03-01T06:33:25.706Z] #38 28.46 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-03-01T06:33:25.706Z] #38 29.18 The following NEW packages will be installed: [2022-03-01T06:33:25.706Z] #38 29.21 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-03-01T06:33:25.706Z] #38 29.21 vim-common xxd [2022-03-01T06:33:25.706Z] #38 29.66 0 upgraded, 10 newly installed, 0 to remove and 3 not upgraded. [2022-03-01T06:33:25.706Z] #38 29.66 Need to get 17.7 MB of archives. [2022-03-01T06:33:25.706Z] #38 29.66 After this operation, 70.7 MB of additional disk space will be used. [2022-03-01T06:33:25.706Z] #38 29.66 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-01T06:33:25.706Z] #38 29.66 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-03-01T06:33:25.706Z] #38 29.66 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-03-01T06:33:25.706Z] #38 29.75 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-01T06:33:25.706Z] #38 30.18 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2022-03-01T06:33:25.706Z] #38 30.23 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2022-03-01T06:33:25.706Z] #38 30.28 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-03-01T06:33:25.706Z] #38 30.28 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-03-01T06:33:25.706Z] #38 30.28 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-03-01T06:33:25.706Z] #38 30.28 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-03-01T06:33:25.706Z] #38 31.61 debconf: delaying package configuration, since apt-utils is not installed [2022-03-01T06:33:25.706Z] #38 31.84 Fetched 17.7 MB in 1s (15.4 MB/s) [2022-03-01T06:33:25.706Z] #38 31.90 Selecting previously unselected package xxd. [2022-03-01T06:33:25.706Z] #38 31.90 (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 ... 15709 files and directories currently installed.) [2022-03-01T06:33:25.706Z] #38 31.95 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-01T06:33:25.706Z] #38 31.96 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:33:25.706Z] #38 32.15 Selecting previously unselected package vim-common. [2022-03-01T06:33:25.706Z] #38 32.16 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-01T06:33:25.706Z] #38 32.20 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:33:25.706Z] #38 32.57 Selecting previously unselected package cmake-data. [2022-03-01T06:33:25.706Z] #38 32.57 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-03-01T06:33:25.706Z] #38 32.59 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-03-01T06:33:25.706Z] #38 35.87 Selecting previously unselected package libicu67:amd64. [2022-03-01T06:33:25.706Z] #38 35.88 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-03-01T06:33:25.706Z] #38 35.92 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-01T06:33:25.706Z] #38 ... [2022-03-01T06:33:25.706Z] [2022-03-01T06:33:25.706Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-01T06:33:25.706Z] #51 sha256:c4314f9afb2a551f3c35ade83571afbf0887de6d2ff91d6019f6af268507a0d5 [2022-03-01T06:33:25.706Z] #51 36.77 go: downloading github.com/moricho/tparallel v0.2.1 [2022-03-01T06:33:25.706Z] #51 36.77 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-03-01T06:33:25.706Z] #51 36.77 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-03-01T06:33:25.706Z] #51 36.80 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-03-01T06:33:25.706Z] #51 36.89 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-03-01T06:33:25.813Z] #14 ... [2022-03-01T06:33:25.813Z] [2022-03-01T06:33:25.813Z] #38 [tini 1/3] 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 [2022-03-01T06:33:25.813Z] #38 sha256:d421614725c731de136af51962cdf9a9026bab47358140c7ef63e010d046a191 [2022-03-01T06:33:25.813Z] #38 36.59 Selecting previously unselected package libxml2:arm64. [2022-03-01T06:33:25.813Z] #38 36.60 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_arm64.deb ... [2022-03-01T06:33:25.813Z] #38 36.60 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7) ... [2022-03-01T06:33:25.813Z] #38 37.01 Selecting previously unselected package libarchive13:arm64. [2022-03-01T06:33:25.813Z] #38 37.01 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_arm64.deb ... [2022-03-01T06:33:25.813Z] #38 37.02 Unpacking libarchive13:arm64 (3.4.3-2+b1) ... [2022-03-01T06:33:25.963Z] #51 36.91 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-03-01T06:33:25.963Z] #51 36.97 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-03-01T06:33:25.963Z] #51 36.99 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-03-01T06:33:25.963Z] #51 37.04 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-03-01T06:33:26.070Z] #38 37.33 Selecting previously unselected package libjsoncpp24:arm64. [2022-03-01T06:33:26.070Z] #38 37.34 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_arm64.deb ... [2022-03-01T06:33:26.070Z] #38 37.34 Unpacking libjsoncpp24:arm64 (1.9.4-4) ... [2022-03-01T06:33:26.221Z] #51 37.24 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-03-01T06:33:26.221Z] #51 37.24 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-03-01T06:33:26.221Z] #51 37.25 go: downloading github.com/sivchari/tenv v1.4.7 [2022-03-01T06:33:26.221Z] #51 37.27 go: downloading github.com/sonatard/noctx v0.0.1 [2022-03-01T06:33:26.221Z] #51 37.30 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-03-01T06:33:26.221Z] #51 37.30 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-03-01T06:33:26.221Z] #51 37.36 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-03-01T06:33:26.326Z] #38 37.45 Selecting previously unselected package librhash0:arm64. [2022-03-01T06:33:26.326Z] #38 37.47 Preparing to unpack .../7-librhash0_1.4.1-2_arm64.deb ... [2022-03-01T06:33:26.326Z] #38 37.49 Unpacking librhash0:arm64 (1.4.1-2) ... [2022-03-01T06:33:26.326Z] #38 37.65 Selecting previously unselected package libuv1:arm64. [2022-03-01T06:33:26.326Z] #38 37.66 Preparing to unpack .../8-libuv1_1.40.0-2_arm64.deb ... [2022-03-01T06:33:26.326Z] #38 37.66 Unpacking libuv1:arm64 (1.40.0-2) ... [2022-03-01T06:33:26.478Z] #51 37.41 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-03-01T06:33:26.478Z] #51 37.44 go: downloading github.com/tetafro/godot v1.4.11 [2022-03-01T06:33:26.478Z] #51 37.48 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-03-01T06:33:26.478Z] #51 37.49 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-03-01T06:33:26.478Z] #51 37.53 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-03-01T06:33:26.584Z] #38 37.78 Selecting previously unselected package cmake. [2022-03-01T06:33:26.584Z] #38 37.79 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_arm64.deb ... [2022-03-01T06:33:26.584Z] #38 37.79 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-03-01T06:33:26.622Z] #58 31.98 Reading package lists... [2022-03-01T06:33:26.622Z] #58 ... [2022-03-01T06:33:26.622Z] [2022-03-01T06:33:26.622Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:33:26.622Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d [2022-03-01T06:33:26.622Z] #14 25.97 Fetched 8506 kB in 19s (439 kB/s) [2022-03-01T06:33:26.622Z] #14 25.97 Reading package lists... [2022-03-01T06:33:26.622Z] #14 33.53 Reading package lists... [2022-03-01T06:33:26.622Z] #14 ... [2022-03-01T06:33:26.622Z] [2022-03-01T06:33:26.623Z] #38 [tini 1/3] 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 [2022-03-01T06:33:26.623Z] #38 sha256:bda39fdfc950e22f55ad196f3fd0294f2a56a2435aff0b23fdfe4ad79f4d92c0 [2022-03-01T06:33:26.623Z] #38 25.96 Fetched 8506 kB in 19s (440 kB/s) [2022-03-01T06:33:26.623Z] #38 25.96 Reading package lists... [2022-03-01T06:33:26.623Z] #38 33.32 Reading package lists... [2022-03-01T06:33:26.623Z] #38 ... [2022-03-01T06:33:26.623Z] [2022-03-01T06:33:26.623Z] #43 [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 "v2.3.0" && 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 "v2.1.0"; 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 [2022-03-01T06:33:26.623Z] #43 sha256:43f24ac9ca7f81923ccb4e73e4b26fbd3eb18b58eef53c93c82ab7f1cb60a024 [2022-03-01T06:33:26.623Z] #43 32.48 Updating files: 78% (1435/1837) Updating files: 79% (1452/1837) Updating files: 80% (1470/1837) Updating files: 81% (1488/1837) Updating files: 82% (1507/1837) Updating files: 83% (1525/1837) Updating files: 84% (1544/1837) Updating files: 85% (1562/1837) Updating files: 86% (1580/1837) Updating files: 87% (1599/1837) Updating files: 88% (1617/1837) Updating files: 89% (1635/1837) Updating files: 90% (1654/1837) Updating files: 91% (1672/1837) Updating files: 92% (1691/1837) Updating files: 93% (1709/1837) Updating files: 94% (1727/1837) Updating files: 95% (1746/1837) Updating files: 96% (1764/1837) Updating files: 97% (1782/1837) Updating files: 98% (1801/1837) Updating files: 99% (1819/1837) Updating files: 100% (1837/1837) Updating files: 100% (1837/1837), done. [2022-03-01T06:33:26.623Z] #43 33.09 + git checkout -q v2.3.0 [2022-03-01T06:33:26.623Z] #43 35.63 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-03-01T06:33:26.715Z] #14 25.57 Reading package lists... [2022-03-01T06:33:26.715Z] #14 31.76 Reading package lists... [2022-03-01T06:33:26.715Z] #14 ... [2022-03-01T06:33:26.715Z] [2022-03-01T06:33:26.715Z] #43 [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 "v2.3.0" && 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 "v2.1.0"; 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 [2022-03-01T06:33:26.715Z] #43 sha256:43f24ac9ca7f81923ccb4e73e4b26fbd3eb18b58eef53c93c82ab7f1cb60a024 [2022-03-01T06:33:26.736Z] #51 37.68 go: downloading github.com/ultraware/funlen v0.0.3 [2022-03-01T06:33:26.736Z] #51 37.77 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-03-01T06:33:26.736Z] #51 37.77 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-03-01T06:33:26.736Z] #51 37.82 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-03-01T06:33:26.736Z] #51 37.87 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-03-01T06:33:26.973Z] #43 31.93 Updating files: 89% (1642/1837) Updating files: 90% (1654/1837) Updating files: 91% (1672/1837) Updating files: 92% (1691/1837) Updating files: 93% (1709/1837) Updating files: 94% (1727/1837) Updating files: 95% (1746/1837) Updating files: 96% (1764/1837) Updating files: 97% (1782/1837) Updating files: 98% (1801/1837) Updating files: 99% (1819/1837) Updating files: 100% (1837/1837) Updating files: 100% (1837/1837), done. [2022-03-01T06:33:26.973Z] #43 32.20 + git checkout -q v2.3.0 [2022-03-01T06:33:26.993Z] #51 38.04 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-03-01T06:33:26.993Z] #51 38.17 go: downloading honnef.co/go/tools v0.2.2 [2022-03-01T06:33:27.147Z] #38 ... [2022-03-01T06:33:27.147Z] [2022-03-01T06:33:27.147Z] #34 [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 "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-01T06:33:27.147Z] #34 sha256:ebd428d23bb5f0460280bdb8529e7110e3fc4609da4b10a45b11cc4fd5cc9d3b [2022-03-01T06:33:27.147Z] #34 28.30 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-03-01T06:33:27.147Z] #34 29.30 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-01T06:33:27.249Z] #51 ... [2022-03-01T06:33:27.249Z] [2022-03-01T06:33:27.249Z] #47 [criu 2/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 echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-01T06:33:27.249Z] #47 sha256:6b196adde5ec5150535e9cd03b94b310f29d21819414869615686dbdf825cc09 [2022-03-01T06:33:27.249Z] #47 26.78 Building dependency tree... [2022-03-01T06:33:27.249Z] #47 29.84 The following additional packages will be installed: [2022-03-01T06:33:27.249Z] #47 29.84 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-01T06:33:27.250Z] #47 29.84 python3-protobuf python3-six [2022-03-01T06:33:27.250Z] #47 29.84 Suggested packages: [2022-03-01T06:33:27.250Z] #47 29.84 python3-setuptools [2022-03-01T06:33:27.250Z] #47 29.84 Recommended packages: [2022-03-01T06:33:27.250Z] #47 29.84 iproute2 | iproute [2022-03-01T06:33:27.250Z] #47 30.38 The following NEW packages will be installed: [2022-03-01T06:33:27.250Z] #47 30.38 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-01T06:33:27.250Z] #47 30.38 python3-protobuf python3-six [2022-03-01T06:33:27.250Z] #47 30.91 0 upgraded, 8 newly installed, 0 to remove and 3 not upgraded. [2022-03-01T06:33:27.250Z] #47 30.91 Need to get 2292 kB of archives. [2022-03-01T06:33:27.250Z] #47 30.91 After this operation, 11.0 MB of additional disk space will be used. [2022-03-01T06:33:27.250Z] #47 30.91 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-03-01T06:33:27.250Z] #47 30.94 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-01T06:33:27.250Z] #47 30.95 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-03-01T06:33:27.250Z] #47 30.95 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-03-01T06:33:27.250Z] #47 30.98 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-03-01T06:33:27.250Z] #47 30.98 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-03-01T06:33:27.250Z] #47 30.98 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-03-01T06:33:27.250Z] #47 34.34 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-03-01T06:33:27.250Z] #47 35.63 debconf: delaying package configuration, since apt-utils is not installed [2022-03-01T06:33:27.250Z] #47 35.86 Fetched 2292 kB in 4s (561 kB/s) [2022-03-01T06:33:27.250Z] #47 35.92 Selecting previously unselected package libprotobuf23:amd64. [2022-03-01T06:33:27.250Z] #47 35.92 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-01T06:33:27.250Z] #47 36.00 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-03-01T06:33:27.250Z] #47 36.00 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-03-01T06:33:27.250Z] #47 36.68 Selecting previously unselected package python3-pkg-resources. [2022-03-01T06:33:27.250Z] #47 36.68 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-01T06:33:27.250Z] #47 36.69 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-01T06:33:27.250Z] #47 36.88 Selecting previously unselected package python3-six. [2022-03-01T06:33:27.250Z] #47 36.88 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-03-01T06:33:27.250Z] #47 36.88 Unpacking python3-six (1.16.0-2) ... [2022-03-01T06:33:27.250Z] #47 36.95 Selecting previously unselected package python3-protobuf. [2022-03-01T06:33:27.250Z] #47 36.97 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-03-01T06:33:27.250Z] #47 36.99 Unpacking python3-protobuf (3.12.4-1) ... [2022-03-01T06:33:27.250Z] #47 37.49 Selecting previously unselected package libnet1:amd64. [2022-03-01T06:33:27.250Z] #47 37.49 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-01T06:33:27.250Z] #47 37.50 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-01T06:33:27.250Z] #47 37.61 Selecting previously unselected package libnl-3-200:amd64. [2022-03-01T06:33:27.250Z] #47 37.61 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-01T06:33:27.250Z] #47 37.62 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-01T06:33:27.250Z] #47 37.73 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-01T06:33:27.250Z] #47 37.74 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-01T06:33:27.250Z] #47 37.78 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-01T06:33:27.250Z] #47 37.86 Selecting previously unselected package criu. [2022-03-01T06:33:27.250Z] #47 37.89 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-03-01T06:33:27.250Z] #47 37.89 Unpacking criu (3.16.1-3) ... [2022-03-01T06:33:27.406Z] #34 ... [2022-03-01T06:33:27.406Z] [2022-03-01T06:33:27.406Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:33:27.406Z] #14 sha256:bb1bf8418517cbec45e0653af3a851786f3aeea1102b9cb4e4f1f722a68ccac0 [2022-03-01T06:33:27.406Z] #14 37.84 Selecting previously unselected package binutils-mingw-w64. [2022-03-01T06:33:27.406Z] #14 37.86 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-03-01T06:33:27.406Z] #14 37.87 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-01T06:33:27.406Z] #14 37.99 Selecting previously unselected package libdevmapper1.02.1:arm64. [2022-03-01T06:33:27.406Z] #14 38.00 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2022-03-01T06:33:27.406Z] #14 38.02 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2022-03-01T06:33:27.406Z] #14 38.17 Selecting previously unselected package dmsetup. [2022-03-01T06:33:27.406Z] #14 38.17 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_arm64.deb ... [2022-03-01T06:33:27.406Z] #14 38.18 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-03-01T06:33:27.406Z] #14 38.32 Selecting previously unselected package mingw-w64-common. [2022-03-01T06:33:27.406Z] #14 38.32 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-03-01T06:33:27.406Z] #14 38.34 Unpacking mingw-w64-common (8.0.0-1) ... [2022-03-01T06:33:27.506Z] #47 ... [2022-03-01T06:33:27.506Z] [2022-03-01T06:33:27.506Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:33:27.506Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d [2022-03-01T06:33:27.506Z] #14 36.57 debconf: delaying package configuration, since apt-utils is not installed [2022-03-01T06:33:27.506Z] #14 36.78 Fetched 115 MB in 6s (20.6 MB/s) [2022-03-01T06:33:27.506Z] #14 36.86 Selecting previously unselected package binutils-mingw-w64-i686. [2022-03-01T06:33:27.506Z] #14 36.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 ... 15709 files and directories currently installed.) [2022-03-01T06:33:27.506Z] #14 36.93 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-01T06:33:27.506Z] #14 36.94 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-01T06:33:27.506Z] #14 38.73 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-03-01T06:33:27.764Z] #14 38.73 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-01T06:33:27.764Z] #14 38.76 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-01T06:33:28.538Z] #43 ... [2022-03-01T06:33:28.538Z] [2022-03-01T06:33:28.538Z] #47 [criu 2/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 echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-01T06:33:28.538Z] #47 sha256:6b196adde5ec5150535e9cd03b94b310f29d21819414869615686dbdf825cc09 [2022-03-01T06:33:28.538Z] #47 27.75 Fetched 8509 kB in 21s (396 kB/s) [2022-03-01T06:33:28.538Z] #47 27.75 Reading package lists... [2022-03-01T06:33:28.777Z] #14 ... [2022-03-01T06:33:28.777Z] [2022-03-01T06:33:28.777Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-01T06:33:28.777Z] #60 sha256:1113758fbb6d0a09f7ff2945c034d5316b3e23986aea83fdd134f2269402ceda [2022-03-01T06:33:28.777Z] #60 0.470 + RM_GOPATH=0 [2022-03-01T06:33:28.777Z] #60 0.473 + TMP_GOPATH= [2022-03-01T06:33:28.777Z] #60 0.474 + : /build [2022-03-01T06:33:28.777Z] #60 0.474 + '[' -z '' ']' [2022-03-01T06:33:28.777Z] #60 0.476 ++ mktemp -d [2022-03-01T06:33:28.777Z] #60 0.477 + export GOPATH=/tmp/tmp.lXeW8ziq6B [2022-03-01T06:33:28.777Z] #60 0.477 + GOPATH=/tmp/tmp.lXeW8ziq6B [2022-03-01T06:33:28.777Z] #60 0.477 + RM_GOPATH=1 [2022-03-01T06:33:28.777Z] #60 0.477 + case "$(go env GOARCH)" in [2022-03-01T06:33:28.777Z] #60 0.479 ++ go env GOARCH [2022-03-01T06:33:28.777Z] #60 0.508 + export GO_BUILDMODE=-buildmode=pie [2022-03-01T06:33:28.777Z] #60 0.508 + GO_BUILDMODE=-buildmode=pie [2022-03-01T06:33:28.777Z] #60 0.508 ++ dirname /install.sh [2022-03-01T06:33:28.777Z] #60 0.513 + dir=/ [2022-03-01T06:33:28.777Z] #60 0.513 + bin=containerd [2022-03-01T06:33:28.777Z] #60 0.513 + shift [2022-03-01T06:33:28.777Z] #60 0.513 + '[' '!' -f //containerd.installer ']' [2022-03-01T06:33:28.777Z] #60 0.514 + . //containerd.installer [2022-03-01T06:33:28.777Z] #60 0.514 ++ set -e [2022-03-01T06:33:28.777Z] #60 0.514 ++ : v1.5.9 [2022-03-01T06:33:28.777Z] #60 0.514 + install_containerd [2022-03-01T06:33:28.777Z] #60 0.515 + echo 'Install containerd version v1.5.9' [2022-03-01T06:33:28.777Z] #60 0.515 + git clone https://github.com/containerd/containerd.git /tmp/tmp.lXeW8ziq6B/src/github.com/containerd/containerd [2022-03-01T06:33:28.777Z] #60 0.515 Install containerd version v1.5.9 [2022-03-01T06:33:28.777Z] #60 0.518 Cloning into '/tmp/tmp.lXeW8ziq6B/src/github.com/containerd/containerd'... [2022-03-01T06:33:29.036Z] #60 ... [2022-03-01T06:33:29.036Z] [2022-03-01T06:33:29.036Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-01T06:33:29.036Z] #31 sha256:e7fbbcd5c14f02ab2be22bab465e45ac2fe332d42b59ea8c399375edb4d4de6a [2022-03-01T06:33:29.036Z] #31 26.60 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-03-01T06:33:29.110Z] #47 35.46 Reading package lists... [2022-03-01T06:33:29.110Z] #47 ... [2022-03-01T06:33:29.110Z] [2022-03-01T06:33:29.110Z] #58 [containerd 1/3] 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 [2022-03-01T06:33:29.110Z] #58 sha256:e04977c0f74af35cc2bbc141b793c364acab4ac14df2d57e73d2f897424774e2 [2022-03-01T06:33:29.110Z] #58 31.98 Reading package lists... [2022-03-01T06:33:29.500Z] #43 34.55 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-03-01T06:33:30.141Z] #31 27.73 [2022-03-01T06:33:30.388Z] #14 41.22 Selecting previously unselected package binutils-mingw-w64. [2022-03-01T06:33:30.388Z] #14 41.22 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-03-01T06:33:30.388Z] #14 41.23 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-01T06:33:30.388Z] #14 41.35 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-03-01T06:33:30.388Z] #14 41.35 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-01T06:33:30.388Z] #14 41.36 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-01T06:33:30.646Z] #14 41.52 Selecting previously unselected package dmsetup. [2022-03-01T06:33:30.646Z] #14 41.53 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-03-01T06:33:30.646Z] #14 41.53 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-03-01T06:33:30.646Z] #14 41.75 Selecting previously unselected package mingw-w64-common. [2022-03-01T06:33:30.646Z] #14 41.75 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-03-01T06:33:30.657Z] #31 28.09 #=#=# ######################################################################## 100.0% [2022-03-01T06:33:30.872Z] #43 ... [2022-03-01T06:33:30.872Z] [2022-03-01T06:33:30.873Z] #38 [tini 1/3] 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 [2022-03-01T06:33:30.873Z] #38 sha256:bda39fdfc950e22f55ad196f3fd0294f2a56a2435aff0b23fdfe4ad79f4d92c0 [2022-03-01T06:33:30.873Z] #38 26.37 Fetched 8506 kB in 19s (455 kB/s) [2022-03-01T06:33:30.873Z] #38 26.37 Reading package lists... [2022-03-01T06:33:30.908Z] #14 41.77 Unpacking mingw-w64-common (8.0.0-1) ... [2022-03-01T06:33:31.024Z] #58 38.93 Building dependency tree... [2022-03-01T06:33:31.130Z] #38 32.12 Reading package lists... [2022-03-01T06:33:31.130Z] #38 ... [2022-03-01T06:33:31.130Z] [2022-03-01T06:33:31.130Z] #58 [containerd 1/3] 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 [2022-03-01T06:33:31.130Z] #58 sha256:e04977c0f74af35cc2bbc141b793c364acab4ac14df2d57e73d2f897424774e2 [2022-03-01T06:33:31.130Z] #58 27.68 Fetched 8506 kB in 20s (426 kB/s) [2022-03-01T06:33:31.130Z] #58 27.68 Reading package lists... [2022-03-01T06:33:31.226Z] #31 28.90 [2022-03-01T06:33:31.694Z] #58 33.34 Reading package lists... [2022-03-01T06:33:31.694Z] #58 ... [2022-03-01T06:33:31.694Z] [2022-03-01T06:33:31.694Z] #47 [criu 2/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 echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-01T06:33:31.694Z] #47 sha256:6b196adde5ec5150535e9cd03b94b310f29d21819414869615686dbdf825cc09 [2022-03-01T06:33:31.694Z] #47 26.71 Fetched 8509 kB in 21s (408 kB/s) [2022-03-01T06:33:31.694Z] #47 26.71 Reading package lists... [2022-03-01T06:33:31.837Z] #14 ... [2022-03-01T06:33:31.838Z] [2022-03-01T06:33:31.838Z] #38 [tini 1/3] 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 [2022-03-01T06:33:31.838Z] #38 sha256:bda39fdfc950e22f55ad196f3fd0294f2a56a2435aff0b23fdfe4ad79f4d92c0 [2022-03-01T06:33:31.838Z] #38 41.56 Selecting previously unselected package libxml2:amd64. [2022-03-01T06:33:31.838Z] #38 41.57 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2022-03-01T06:33:31.838Z] #38 41.58 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-01T06:33:31.838Z] #38 42.05 Selecting previously unselected package libarchive13:amd64. [2022-03-01T06:33:31.838Z] #38 42.07 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ... [2022-03-01T06:33:31.838Z] #38 42.07 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-01T06:33:31.838Z] #38 42.34 Selecting previously unselected package libjsoncpp24:amd64. [2022-03-01T06:33:31.838Z] #38 42.34 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-03-01T06:33:31.838Z] #38 42.35 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-01T06:33:31.838Z] #38 42.51 Selecting previously unselected package librhash0:amd64. [2022-03-01T06:33:31.838Z] #38 42.53 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-03-01T06:33:31.838Z] #38 42.54 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-03-01T06:33:31.838Z] #38 42.71 Selecting previously unselected package libuv1:amd64. [2022-03-01T06:33:31.838Z] #38 42.72 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-03-01T06:33:31.838Z] #38 42.72 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-03-01T06:33:31.838Z] #38 42.84 Selecting previously unselected package cmake. [2022-03-01T06:33:31.838Z] #38 42.85 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-03-01T06:33:31.838Z] #38 42.86 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-03-01T06:33:32.606Z] #31 30.44 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-03-01T06:33:32.606Z] #31 ... [2022-03-01T06:33:32.606Z] [2022-03-01T06:33:32.606Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-01T06:33:32.606Z] #51 sha256:ec1a2c91c2622cf78bcf438efb1f9a3f2cf86cf4b60f00ff0b76ecc7c079fdeb [2022-03-01T06:33:32.606Z] #51 34.02 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-03-01T06:33:32.606Z] #51 34.17 go: downloading honnef.co/go/tools v0.2.2 [2022-03-01T06:33:32.606Z] #51 35.40 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-03-01T06:33:32.606Z] #51 35.42 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-03-01T06:33:32.606Z] #51 35.47 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-03-01T06:33:32.606Z] #51 35.48 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-03-01T06:33:32.606Z] #51 36.72 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-03-01T06:33:32.606Z] #51 36.72 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-03-01T06:33:32.606Z] #51 36.73 go: downloading github.com/stretchr/objx v0.1.1 [2022-03-01T06:33:32.606Z] #51 36.83 go: downloading golang.org/x/text v0.3.7 [2022-03-01T06:33:32.606Z] #51 41.10 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-03-01T06:33:32.606Z] #51 41.38 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-03-01T06:33:32.606Z] #51 41.38 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-03-01T06:33:32.606Z] #51 41.70 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-03-01T06:33:32.606Z] #51 42.19 go: downloading github.com/gobwas/glob v0.2.3 [2022-03-01T06:33:32.606Z] #51 42.26 go: downloading github.com/kisielk/gotool v1.0.0 [2022-03-01T06:33:32.606Z] #51 42.30 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-03-01T06:33:32.606Z] #51 42.74 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-03-01T06:33:32.606Z] #51 42.74 go: downloading golang.org/x/mod v0.5.1 [2022-03-01T06:33:32.606Z] #51 42.80 go: downloading github.com/ettle/strcase v0.1.1 [2022-03-01T06:33:32.606Z] #51 42.84 go: downloading github.com/fatih/structtag v1.2.0 [2022-03-01T06:33:32.606Z] #51 42.85 go: downloading github.com/Masterminds/semver v1.5.0 [2022-03-01T06:33:32.606Z] #51 42.91 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-03-01T06:33:32.606Z] #51 42.91 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-03-01T06:33:32.606Z] #51 43.00 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-03-01T06:33:32.606Z] #51 43.20 go: downloading github.com/prometheus/client_model v0.2.0 [2022-03-01T06:33:32.606Z] #51 43.27 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-03-01T06:33:32.606Z] #51 43.31 go: downloading github.com/google/go-cmp v0.5.6 [2022-03-01T06:33:32.606Z] #51 43.46 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-03-01T06:33:32.606Z] #51 43.47 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-03-01T06:33:32.606Z] #51 43.52 go: downloading github.com/beorn7/perks v1.0.1 [2022-03-01T06:33:32.606Z] #51 43.54 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-03-01T06:33:32.606Z] #51 43.58 go: downloading github.com/cespare/xxhash v1.1.0 [2022-03-01T06:33:32.606Z] #51 43.59 go: downloading github.com/golang/protobuf v1.5.2 [2022-03-01T06:33:32.606Z] #51 43.68 go: downloading github.com/prometheus/common v0.10.0 [2022-03-01T06:33:32.606Z] #51 44.09 go: downloading github.com/prometheus/procfs v0.6.0 [2022-03-01T06:33:32.606Z] #51 ... [2022-03-01T06:33:32.606Z] [2022-03-01T06:33:32.606Z] #38 [tini 1/3] 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 [2022-03-01T06:33:32.606Z] #38 sha256:d421614725c731de136af51962cdf9a9026bab47358140c7ef63e010d046a191 [2022-03-01T06:33:32.606Z] #38 40.46 Setting up libicu67:arm64 (67.1-7) ... [2022-03-01T06:33:32.606Z] #38 40.48 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:33:32.606Z] #38 40.50 Setting up libuv1:arm64 (1.40.0-2) ... [2022-03-01T06:33:32.606Z] #38 40.52 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:33:32.606Z] #38 40.57 Setting up libjsoncpp24:arm64 (1.9.4-4) ... [2022-03-01T06:33:32.606Z] #38 40.58 Setting up librhash0:arm64 (1.4.1-2) ... [2022-03-01T06:33:32.606Z] #38 40.60 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-03-01T06:33:32.606Z] #38 40.62 Setting up libxml2:arm64 (2.9.10+dfsg-6.7) ... [2022-03-01T06:33:32.606Z] #38 40.63 Setting up libarchive13:arm64 (3.4.3-2+b1) ... [2022-03-01T06:33:32.606Z] #38 40.65 Setting up cmake (3.18.4-2+deb11u1) ... [2022-03-01T06:33:32.606Z] #38 40.66 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-01T06:33:32.624Z] #47 32.40 Reading package lists... [2022-03-01T06:33:32.624Z] #47 ... [2022-03-01T06:33:32.624Z] [2022-03-01T06:33:32.624Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:33:32.624Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d [2022-03-01T06:33:32.624Z] #14 31.76 Reading package lists... [2022-03-01T06:33:33.578Z] #58 43.37 The following additional packages will be installed: [2022-03-01T06:33:33.839Z] #58 43.39 libbtrfs0 [2022-03-01T06:33:33.839Z] #58 43.65 The following NEW packages will be installed: [2022-03-01T06:33:34.104Z] #58 43.67 libbtrfs-dev libbtrfs0 [2022-03-01T06:33:34.369Z] #58 ... [2022-03-01T06:33:34.369Z] [2022-03-01T06:33:34.369Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-01T06:33:34.369Z] #51 sha256:c4314f9afb2a551f3c35ade83571afbf0887de6d2ff91d6019f6af268507a0d5 [2022-03-01T06:33:34.369Z] #51 44.04 go: downloading github.com/fatih/color v1.13.0 [2022-03-01T06:33:34.369Z] #51 44.04 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-01T06:33:34.369Z] #51 44.12 go: downloading github.com/spf13/cobra v1.3.0 [2022-03-01T06:33:34.369Z] #51 44.17 go: downloading github.com/spf13/pflag v1.0.5 [2022-03-01T06:33:34.501Z] #38 ... [2022-03-01T06:33:34.502Z] [2022-03-01T06:33:34.502Z] #47 [criu 2/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 echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-01T06:33:34.502Z] #47 sha256:4565ca7ec43a9f6eaa087ebd29e36fdfd34e492e2878fecce000249bb52bdae8 [2022-03-01T06:33:34.502Z] #47 35.28 Setting up libprotobuf23:arm64 (3.12.4-1) ... [2022-03-01T06:33:34.502Z] #47 35.29 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-03-01T06:33:34.502Z] #47 35.32 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-03-01T06:33:34.502Z] #47 35.33 Setting up python3-six (1.16.0-2) ... [2022-03-01T06:33:34.502Z] #47 36.35 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-03-01T06:33:34.502Z] #47 36.41 Setting up python3-protobuf (3.12.4-1) ... [2022-03-01T06:33:34.502Z] #47 39.44 Setting up criu (3.16.1-3) ... [2022-03-01T06:33:34.502Z] #47 41.47 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-01T06:33:34.502Z] #47 ... [2022-03-01T06:33:34.502Z] [2022-03-01T06:33:34.502Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-03-01T06:33:34.502Z] #31 sha256:e7fbbcd5c14f02ab2be22bab465e45ac2fe332d42b59ea8c399375edb4d4de6a [2022-03-01T06:33:34.502Z] #31 31.22 [2022-03-01T06:33:34.502Z] #31 31.47 #=#=# ######################################################################## 100.0% [2022-03-01T06:33:34.502Z] #31 32.20 [2022-03-01T06:33:34.502Z] #31 32.42 Download of images into '/build' complete. [2022-03-01T06:33:34.502Z] #31 32.42 Use something like the following to load the result into a Docker daemon: [2022-03-01T06:33:34.502Z] #31 32.42 tar -cC '/build' . | docker load [2022-03-01T06:33:34.524Z] #14 38.04 Building dependency tree... [2022-03-01T06:33:34.632Z] #51 44.34 go: downloading github.com/spf13/viper v1.10.1 [2022-03-01T06:33:34.775Z] #19 123.2 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64. [2022-03-01T06:33:34.775Z] #19 123.2 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-03-01T06:33:34.775Z] #19 123.3 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-01T06:33:34.775Z] #19 124.3 Selecting previously unselected package cpp-10-s390x-linux-gnu. [2022-03-01T06:33:34.775Z] #19 124.3 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-01T06:33:34.775Z] #19 124.5 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-01T06:33:34.894Z] #51 44.64 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-03-01T06:33:35.468Z] #51 44.99 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-03-01T06:33:35.468Z] #51 45.02 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-03-01T06:33:35.468Z] #51 45.04 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-03-01T06:33:35.468Z] #51 45.07 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-03-01T06:33:36.016Z] #38 46.37 Setting up libicu67:amd64 (67.1-7) ... [2022-03-01T06:33:36.016Z] #38 46.39 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:33:36.016Z] #38 46.40 Setting up libuv1:amd64 (1.40.0-2) ... [2022-03-01T06:33:36.016Z] #38 46.42 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:33:36.016Z] #38 46.46 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-01T06:33:36.016Z] #38 46.49 Setting up librhash0:amd64 (1.4.1-2) ... [2022-03-01T06:33:36.016Z] #38 46.50 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-03-01T06:33:36.016Z] #38 46.53 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-01T06:33:36.016Z] #38 46.54 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-01T06:33:36.016Z] #38 46.56 Setting up cmake (3.18.4-2+deb11u1) ... [2022-03-01T06:33:36.016Z] #38 46.57 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-01T06:33:36.016Z] #38 ... [2022-03-01T06:33:36.016Z] [2022-03-01T06:33:36.016Z] #34 [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 "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-01T06:33:36.016Z] #34 sha256:daffcb12c1650deef77c07848ff64bbdd4bdfa53e647429282187d41fa3cd995 [2022-03-01T06:33:36.016Z] #34 36.42 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-01T06:33:36.016Z] #34 ... [2022-03-01T06:33:36.016Z] [2022-03-01T06:33:36.016Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-01T06:33:36.016Z] #60 sha256:c7863012dedef3ea248488079e361d7be2e1e9c350532ddbac80d6461e7ab910 [2022-03-01T06:33:36.016Z] #60 3.675 + RM_GOPATH=0 [2022-03-01T06:33:36.016Z] #60 3.675 + TMP_GOPATH= [2022-03-01T06:33:36.016Z] #60 3.675 + : /build [2022-03-01T06:33:36.016Z] #60 3.675 + '[' -z '' ']' [2022-03-01T06:33:36.016Z] #60 3.676 ++ mktemp -d [2022-03-01T06:33:36.016Z] #60 3.681 + export GOPATH=/tmp/tmp.GBpRTZCcsd [2022-03-01T06:33:36.016Z] #60 3.681 + GOPATH=/tmp/tmp.GBpRTZCcsd [2022-03-01T06:33:36.016Z] #60 3.681 + RM_GOPATH=1 [2022-03-01T06:33:36.016Z] #60 3.681 + case "$(go env GOARCH)" in [2022-03-01T06:33:36.016Z] #60 3.681 ++ go env GOARCH [2022-03-01T06:33:36.016Z] #60 3.694 + export GO_BUILDMODE=-buildmode=pie [2022-03-01T06:33:36.016Z] #60 3.694 + GO_BUILDMODE=-buildmode=pie [2022-03-01T06:33:36.016Z] #60 3.695 ++ dirname /install.sh [2022-03-01T06:33:36.016Z] #60 3.707 + dir=/ [2022-03-01T06:33:36.016Z] #60 3.709 + bin=containerd [2022-03-01T06:33:36.016Z] #60 3.709 + shift [2022-03-01T06:33:36.016Z] #60 3.710 + '[' '!' -f //containerd.installer ']' [2022-03-01T06:33:36.016Z] #60 3.710 + . //containerd.installer [2022-03-01T06:33:36.016Z] #60 3.710 ++ set -e [2022-03-01T06:33:36.016Z] #60 3.710 ++ : v1.5.9 [2022-03-01T06:33:36.016Z] #60 3.710 + install_containerd [2022-03-01T06:33:36.016Z] #60 3.711 + echo 'Install containerd version v1.5.9' [2022-03-01T06:33:36.016Z] #60 3.712 Install containerd version v1.5.9 [2022-03-01T06:33:36.016Z] #60 3.713 + git clone https://github.com/containerd/containerd.git /tmp/tmp.GBpRTZCcsd/src/github.com/containerd/containerd [2022-03-01T06:33:36.016Z] #60 3.715 Cloning into '/tmp/tmp.GBpRTZCcsd/src/github.com/containerd/containerd'... [2022-03-01T06:33:36.016Z] #60 ... [2022-03-01T06:33:36.016Z] [2022-03-01T06:33:36.016Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:33:36.016Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d [2022-03-01T06:33:36.016Z] #14 46.38 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-03-01T06:33:36.016Z] #14 46.39 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-03-01T06:33:36.016Z] #14 46.39 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-01T06:33:36.396Z] using credential docker-jenkins-github-credentials [2022-03-01T06:33:36.475Z] Cloning the remote Git repository [2022-03-01T06:33:36.475Z] Cloning with configured refspecs honoured and without tags [2022-03-01T06:33:36.581Z] #14 ... [2022-03-01T06:33:36.581Z] [2022-03-01T06:33:36.581Z] #38 [tini 1/3] 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 [2022-03-01T06:33:36.581Z] #38 sha256:bda39fdfc950e22f55ad196f3fd0294f2a56a2435aff0b23fdfe4ad79f4d92c0 [2022-03-01T06:33:36.581Z] #38 DONE 47.6s [2022-03-01T06:33:36.581Z] [2022-03-01T06:33:36.581Z] #47 [criu 2/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 echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-01T06:33:36.581Z] #47 sha256:6b196adde5ec5150535e9cd03b94b310f29d21819414869615686dbdf825cc09 [2022-03-01T06:33:36.581Z] #47 38.58 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-01T06:33:36.581Z] #47 40.08 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-03-01T06:33:36.581Z] #47 40.10 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-01T06:33:36.581Z] #47 40.11 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-01T06:33:36.581Z] #47 40.12 Setting up python3-six (1.16.0-2) ... [2022-03-01T06:33:36.581Z] #47 41.26 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-01T06:33:36.581Z] #47 41.31 Setting up python3-protobuf (3.12.4-1) ... [2022-03-01T06:33:36.581Z] #47 45.01 Setting up criu (3.16.1-3) ... [2022-03-01T06:33:36.581Z] #47 46.83 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-01T06:33:36.581Z] #47 DONE 47.1s [2022-03-01T06:33:36.839Z] [2022-03-01T06:33:36.839Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-01T06:33:36.839Z] #39 sha256:d144968664710d6e639b4fb385c112f0a51627679dd5bf1f5e0ada6aefc0c937 [2022-03-01T06:33:36.855Z] #51 46.46 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-03-01T06:33:36.855Z] #51 46.53 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-03-01T06:33:37.046Z] #14 42.30 The following additional packages will be installed: [2022-03-01T06:33:37.046Z] #14 42.31 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-01T06:33:37.046Z] #14 42.31 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-03-01T06:33:37.046Z] #14 42.31 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-03-01T06:33:37.046Z] #14 42.31 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-03-01T06:33:37.046Z] #14 42.31 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-03-01T06:33:37.046Z] #14 42.31 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-03-01T06:33:37.046Z] #14 42.32 mingw-w64-common mingw-w64-x86-64-dev [2022-03-01T06:33:37.046Z] #14 42.33 Suggested packages: [2022-03-01T06:33:37.046Z] #14 42.34 gcc-10-locales seccomp wine64 [2022-03-01T06:33:36.671Z] Cloning repository https://github.com/moby/moby.git [2022-03-01T06:33:37.096Z] #39 DONE 0.5s [2022-03-01T06:33:37.096Z] [2022-03-01T06:33:37.096Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-03-01T06:33:37.096Z] #40 sha256:985c326f1e9645f24c7616d22430fc4c3d2154cdbac87f8a3008d27442705366 [2022-03-01T06:33:37.311Z] #19 ... [2022-03-01T06:33:37.311Z] [2022-03-01T06:33:37.311Z] #50 [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 "v2.3.0" && 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 "v2.1.0"; 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 [2022-03-01T06:33:37.311Z] #50 sha256:43f24ac9ca7f81923ccb4e73e4b26fbd3eb18b58eef53c93c82ab7f1cb60a024 [2022-03-01T06:33:37.311Z] #50 DONE 137.5s [2022-03-01T06:33:37.311Z] [2022-03-01T06:33:37.311Z] #58 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-01T06:33:37.311Z] #58 sha256:c4314f9afb2a551f3c35ade83571afbf0887de6d2ff91d6019f6af268507a0d5 [2022-03-01T06:33:37.798Z] #51 ... [2022-03-01T06:33:37.798Z] [2022-03-01T06:33:37.798Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-01T06:33:37.798Z] #53 sha256:9abb24ab6f6485ea2b1d1e2446713bdd4056b3c25dd722f44584e1f8a6f73215 [2022-03-01T06:33:37.798Z] #53 47.00 v3.0.2 [2022-03-01T06:33:37.798Z] #53 DONE 47.5s [2022-03-01T06:33:38.024Z] #40 ... [2022-03-01T06:33:38.024Z] [2022-03-01T06:33:38.024Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-01T06:33:38.024Z] #51 sha256:c4314f9afb2a551f3c35ade83571afbf0887de6d2ff91d6019f6af268507a0d5 [2022-03-01T06:33:38.024Z] #51 39.15 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-03-01T06:33:38.024Z] #51 39.24 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-03-01T06:33:38.024Z] #51 39.25 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-03-01T06:33:38.024Z] #51 39.37 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-03-01T06:33:38.024Z] #51 39.38 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-03-01T06:33:38.024Z] #51 39.43 go: downloading github.com/stretchr/objx v0.1.1 [2022-03-01T06:33:38.024Z] #51 39.51 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-03-01T06:33:38.024Z] #51 39.71 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-03-01T06:33:38.024Z] #51 39.71 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-03-01T06:33:38.024Z] #51 39.81 go: downloading golang.org/x/text v0.3.7 [2022-03-01T06:33:38.024Z] #51 44.64 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-03-01T06:33:38.024Z] #51 44.72 go: downloading github.com/gobwas/glob v0.2.3 [2022-03-01T06:33:38.024Z] #51 44.82 go: downloading github.com/kisielk/gotool v1.0.0 [2022-03-01T06:33:38.024Z] #51 44.85 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-03-01T06:33:38.024Z] #51 44.88 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-03-01T06:33:38.024Z] #51 44.91 go: downloading github.com/ettle/strcase v0.1.1 [2022-03-01T06:33:38.024Z] #51 45.03 go: downloading golang.org/x/mod v0.5.1 [2022-03-01T06:33:38.024Z] #51 45.03 go: downloading github.com/fatih/structtag v1.2.0 [2022-03-01T06:33:38.024Z] #51 45.05 go: downloading github.com/Masterminds/semver v1.5.0 [2022-03-01T06:33:38.024Z] #51 45.16 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-03-01T06:33:38.024Z] #51 45.28 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-03-01T06:33:38.024Z] #51 45.31 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-03-01T06:33:38.024Z] #51 45.73 go: downloading github.com/prometheus/client_model v0.2.0 [2022-03-01T06:33:38.024Z] #51 45.79 go: downloading github.com/google/go-cmp v0.5.6 [2022-03-01T06:33:38.024Z] #51 46.20 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-03-01T06:33:38.024Z] #51 46.25 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-03-01T06:33:38.024Z] #51 46.29 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-03-01T06:33:38.024Z] #51 46.37 go: downloading github.com/beorn7/perks v1.0.1 [2022-03-01T06:33:38.024Z] #51 46.37 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-03-01T06:33:38.024Z] #51 46.41 go: downloading github.com/golang/protobuf v1.5.2 [2022-03-01T06:33:38.024Z] #51 46.45 go: downloading github.com/cespare/xxhash v1.1.0 [2022-03-01T06:33:38.024Z] #51 46.63 go: downloading github.com/prometheus/common v0.10.0 [2022-03-01T06:33:38.024Z] #51 46.85 go: downloading github.com/prometheus/procfs v0.6.0 [2022-03-01T06:33:38.024Z] #51 47.00 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-03-01T06:33:38.024Z] #51 47.12 go: downloading google.golang.org/protobuf v1.27.1 [2022-03-01T06:33:38.024Z] #51 48.66 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-03-01T06:33:38.059Z] [2022-03-01T06:33:38.059Z] #58 [containerd 1/3] 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 [2022-03-01T06:33:38.059Z] #58 sha256:e04977c0f74af35cc2bbc141b793c364acab4ac14df2d57e73d2f897424774e2 [2022-03-01T06:33:38.059Z] #58 44.14 0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded. [2022-03-01T06:33:38.059Z] #58 44.14 Need to get 460 kB of archives. [2022-03-01T06:33:38.059Z] #58 44.14 After this operation, 1237 kB of additional disk space will be used. [2022-03-01T06:33:38.059Z] #58 44.14 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-01T06:33:38.059Z] #58 44.15 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-01T06:33:38.059Z] #58 45.51 debconf: delaying package configuration, since apt-utils is not installed [2022-03-01T06:33:38.059Z] #58 45.85 Fetched 460 kB in 0s (1293 kB/s) [2022-03-01T06:33:38.059Z] #58 46.17 Selecting previously unselected package libbtrfs0:amd64. [2022-03-01T06:33:38.059Z] #58 46.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 ... 15709 files and directories currently installed.) [2022-03-01T06:33:38.059Z] #58 46.32 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-01T06:33:38.059Z] #58 46.37 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-01T06:33:38.059Z] #58 46.82 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-01T06:33:38.059Z] #58 46.89 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-01T06:33:38.059Z] #58 46.91 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-01T06:33:38.059Z] #58 47.65 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-01T06:33:38.059Z] #58 47.68 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-01T06:33:38.059Z] #58 47.69 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-01T06:33:38.281Z] #51 ... [2022-03-01T06:33:38.281Z] [2022-03-01T06:33:38.281Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-01T06:33:38.281Z] #49 sha256:43fb401563a67815ef5aec7e67ba2fb1658eb2e75f748c9d9ed1b738970b1866 [2022-03-01T06:33:38.281Z] #49 49.02 gotestsum version dev [2022-03-01T06:33:38.281Z] #49 DONE 49.5s [2022-03-01T06:33:38.415Z] #14 ... [2022-03-01T06:33:38.415Z] [2022-03-01T06:33:38.415Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-01T06:33:38.415Z] #51 sha256:c4314f9afb2a551f3c35ade83571afbf0887de6d2ff91d6019f6af268507a0d5 [2022-03-01T06:33:38.415Z] #51 43.70 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-01T06:33:38.415Z] #51 43.70 go: downloading github.com/fatih/color v1.13.0 [2022-03-01T06:33:38.415Z] #51 43.80 go: downloading github.com/spf13/cobra v1.3.0 [2022-03-01T06:33:38.415Z] #51 43.83 go: downloading github.com/spf13/pflag v1.0.5 [2022-03-01T06:33:38.537Z] [2022-03-01T06:33:38.537Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-01T06:33:38.537Z] #60 sha256:c7863012dedef3ea248488079e361d7be2e1e9c350532ddbac80d6461e7ab910 [2022-03-01T06:33:38.632Z] #58 DONE 48.2s [2022-03-01T06:33:38.633Z] [2022-03-01T06:33:38.633Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-01T06:33:38.633Z] #59 sha256:815acc2e47235bfd81a73f245aac01bf3c56dc77ca05b1d82497deef510d99eb [2022-03-01T06:33:38.633Z] #59 DONE 0.2s [2022-03-01T06:33:38.633Z] [2022-03-01T06:33:38.633Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-01T06:33:38.633Z] #60 sha256:6a033edba639fe1346a16bb613512f61866db39685131d1f6beb15043d34961d [2022-03-01T06:33:38.672Z] #51 44.24 go: downloading github.com/spf13/viper v1.10.1 [2022-03-01T06:33:38.672Z] #51 44.25 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-03-01T06:33:38.929Z] #51 ... [2022-03-01T06:33:38.929Z] [2022-03-01T06:33:38.929Z] #53 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-03-01T06:33:38.929Z] #53 sha256:9abb24ab6f6485ea2b1d1e2446713bdd4056b3c25dd722f44584e1f8a6f73215 [2022-03-01T06:33:38.929Z] #53 44.16 v3.0.2 [2022-03-01T06:33:38.929Z] #53 DONE 44.5s [2022-03-01T06:33:39.187Z] [2022-03-01T06:33:39.187Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:33:39.187Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d [2022-03-01T06:33:39.187Z] #14 43.96 The following NEW packages will be installed: [2022-03-01T06:33:39.187Z] #14 43.96 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-01T06:33:39.187Z] #14 43.96 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-03-01T06:33:39.187Z] #14 43.96 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-03-01T06:33:39.187Z] #14 43.96 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-03-01T06:33:39.187Z] #14 43.96 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-03-01T06:33:39.187Z] #14 43.96 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-03-01T06:33:39.187Z] #14 43.96 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-03-01T06:33:39.187Z] #14 43.96 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-03-01T06:33:39.187Z] #14 43.96 mingw-w64-x86-64-dev [2022-03-01T06:33:39.187Z] #14 44.35 0 upgraded, 30 newly installed, 0 to remove and 3 not upgraded. [2022-03-01T06:33:39.187Z] #14 44.35 Need to get 115 MB of archives. [2022-03-01T06:33:39.187Z] #14 44.35 After this operation, 645 MB of additional disk space will be used. [2022-03-01T06:33:39.187Z] #14 44.35 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2022-03-01T06:33:39.187Z] #14 44.56 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2022-03-01T06:33:39.187Z] #14 44.81 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-03-01T06:33:39.187Z] #14 44.81 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2022-03-01T06:33:39.187Z] #14 44.83 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-03-01T06:33:37.082Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-03-01T06:33:37.995Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-01T06:33:37.995Z] > git --version # timeout=10 [2022-03-01T06:33:38.043Z] > git --version # 'git version 2.24.1.windows.2' [2022-03-01T06:33:38.043Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-01T06:33:38.046Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43303/head:refs/remotes/origin/PR-43303 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-01T06:33:39.446Z] #14 44.84 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-03-01T06:33:39.704Z] #14 45.30 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-03-01T06:33:39.764Z] #31 DONE 37.5s [2022-03-01T06:33:39.764Z] [2022-03-01T06:33:39.764Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-01T06:33:39.764Z] #49 sha256:9c940bd1a781418a7aeba3d3fb24661da7ac2bc5323e30036f0554b9fc40d48d [2022-03-01T06:33:39.764Z] #49 42.98 gotestsum version dev [2022-03-01T06:33:39.764Z] #49 DONE 51.0s [2022-03-01T06:33:39.764Z] [2022-03-01T06:33:39.764Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:33:39.764Z] #14 sha256:bb1bf8418517cbec45e0653af3a851786f3aeea1102b9cb4e4f1f722a68ccac0 [2022-03-01T06:33:39.764Z] #14 45.31 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-03-01T06:33:39.764Z] #14 45.31 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-03-01T06:33:39.764Z] #14 45.34 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-01T06:33:39.764Z] #14 49.61 Selecting previously unselected package gcc-mingw-w64-base. [2022-03-01T06:33:39.764Z] #14 49.61 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_arm64.deb ... [2022-03-01T06:33:39.764Z] #14 49.63 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-01T06:33:39.764Z] #14 49.86 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-03-01T06:33:39.764Z] #14 49.86 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_arm64.deb ... [2022-03-01T06:33:39.764Z] #14 49.87 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-01T06:33:39.764Z] #14 ... [2022-03-01T06:33:39.764Z] [2022-03-01T06:33:39.764Z] #47 [criu 2/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 echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-01T06:33:39.764Z] #47 sha256:4565ca7ec43a9f6eaa087ebd29e36fdfd34e492e2878fecce000249bb52bdae8 [2022-03-01T06:33:39.764Z] #47 DONE 50.8s [2022-03-01T06:33:39.764Z] [2022-03-01T06:33:39.764Z] #38 [tini 1/3] 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 [2022-03-01T06:33:39.764Z] #38 sha256:d421614725c731de136af51962cdf9a9026bab47358140c7ef63e010d046a191 [2022-03-01T06:33:39.764Z] #38 DONE 51.1s [2022-03-01T06:33:39.764Z] [2022-03-01T06:33:39.764Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-01T06:33:39.764Z] #51 sha256:ec1a2c91c2622cf78bcf438efb1f9a3f2cf86cf4b60f00ff0b76ecc7c079fdeb [2022-03-01T06:33:39.764Z] #51 44.15 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-03-01T06:33:39.764Z] #51 44.43 go: downloading google.golang.org/protobuf v1.27.1 [2022-03-01T06:33:39.764Z] #51 45.51 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-03-01T06:33:39.962Z] #14 45.52 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2022-03-01T06:33:40.022Z] #51 ... [2022-03-01T06:33:40.022Z] [2022-03-01T06:33:40.022Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-01T06:33:40.022Z] #39 sha256:1f93ff609f437792476a5477507c71916bebe91da011393cc6637baf340bb47c [2022-03-01T06:33:40.219Z] #14 45.53 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2022-03-01T06:33:40.565Z] #60 ... [2022-03-01T06:33:40.565Z] [2022-03-01T06:33:40.565Z] #38 [tini 1/3] 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 [2022-03-01T06:33:40.565Z] #38 sha256:bda39fdfc950e22f55ad196f3fd0294f2a56a2435aff0b23fdfe4ad79f4d92c0 [2022-03-01T06:33:40.565Z] #38 33.32 Reading package lists... [2022-03-01T06:33:40.565Z] #38 40.47 Building dependency tree... [2022-03-01T06:33:40.565Z] #38 44.77 The following additional packages will be installed: [2022-03-01T06:33:40.565Z] #38 44.77 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-03-01T06:33:40.565Z] #38 44.81 Suggested packages: [2022-03-01T06:33:40.565Z] #38 44.81 cmake-doc ninja-build lrzip [2022-03-01T06:33:40.565Z] #38 44.81 Recommended packages: [2022-03-01T06:33:40.565Z] #38 44.81 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-03-01T06:33:40.565Z] #38 45.91 The following NEW packages will be installed: [2022-03-01T06:33:40.565Z] #38 45.93 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-03-01T06:33:40.565Z] #38 45.93 vim-common xxd [2022-03-01T06:33:40.565Z] #38 46.39 0 upgraded, 10 newly installed, 0 to remove and 3 not upgraded. [2022-03-01T06:33:40.565Z] #38 46.39 Need to get 17.7 MB of archives. [2022-03-01T06:33:40.565Z] #38 46.39 After this operation, 70.7 MB of additional disk space will be used. [2022-03-01T06:33:40.565Z] #38 46.39 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-01T06:33:40.565Z] #38 46.43 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-03-01T06:33:40.565Z] #38 46.43 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-03-01T06:33:40.565Z] #38 46.57 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-01T06:33:40.565Z] #38 47.39 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2022-03-01T06:33:40.565Z] #38 47.44 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2022-03-01T06:33:40.565Z] #38 47.49 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-03-01T06:33:40.565Z] #38 47.49 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-03-01T06:33:40.565Z] #38 47.49 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-03-01T06:33:40.565Z] #38 47.51 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-03-01T06:33:40.565Z] #38 49.47 debconf: delaying package configuration, since apt-utils is not installed [2022-03-01T06:33:40.565Z] #38 49.82 Fetched 17.7 MB in 2s (9648 kB/s) [2022-03-01T06:33:40.565Z] #38 49.94 Selecting previously unselected package xxd. [2022-03-01T06:33:40.565Z] #38 49.94 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-01T06:33:40.565Z] #38 50.06 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-01T06:33:40.565Z] #38 50.14 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:33:40.594Z] #39 DONE 0.7s [2022-03-01T06:33:40.594Z] [2022-03-01T06:33:40.594Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-03-01T06:33:40.594Z] #40 sha256:8e986bea0743d45bf539d434c65ba1bdfb8b54e2eed930f76be3e567a04839a2 [2022-03-01T06:33:40.598Z] #58 ... [2022-03-01T06:33:40.598Z] [2022-03-01T06:33:40.598Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-03-01T06:33:40.598Z] #19 sha256:40843ddbace6dc1af73454ffeb51e73993423daf2a757a78bb2312d689609a7a [2022-03-01T06:33:40.598Z] #19 130.7 Selecting previously unselected package cpp-aarch64-linux-gnu. [2022-03-01T06:33:40.785Z] #14 46.30 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2022-03-01T06:33:40.828Z] using credential docker-jenkins-github-credentials [2022-03-01T06:33:40.830Z] #38 ... [2022-03-01T06:33:40.830Z] [2022-03-01T06:33:40.830Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:33:40.830Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d [2022-03-01T06:33:40.830Z] #14 33.53 Reading package lists... [2022-03-01T06:33:40.830Z] #14 40.53 Building dependency tree... [2022-03-01T06:33:40.830Z] #14 44.46 The following additional packages will be installed: [2022-03-01T06:33:40.830Z] #14 44.48 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-01T06:33:40.830Z] #14 44.48 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-03-01T06:33:40.830Z] #14 44.48 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-03-01T06:33:40.830Z] #14 44.48 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-03-01T06:33:40.830Z] #14 44.48 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-03-01T06:33:40.830Z] #14 44.48 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-03-01T06:33:40.830Z] #14 44.50 mingw-w64-common mingw-w64-x86-64-dev [2022-03-01T06:33:40.830Z] #14 44.55 Suggested packages: [2022-03-01T06:33:40.830Z] #14 44.55 gcc-10-locales seccomp wine64 [2022-03-01T06:33:40.830Z] #14 46.16 The following NEW packages will be installed: [2022-03-01T06:33:40.830Z] #14 46.16 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-01T06:33:40.830Z] #14 46.17 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-03-01T06:33:40.830Z] #14 46.17 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-03-01T06:33:40.830Z] #14 46.17 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-03-01T06:33:40.830Z] #14 46.17 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-03-01T06:33:40.830Z] #14 46.17 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-03-01T06:33:40.830Z] #14 46.17 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-03-01T06:33:40.830Z] #14 46.17 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-03-01T06:33:40.830Z] #14 46.17 mingw-w64-x86-64-dev [2022-03-01T06:33:40.830Z] #14 46.56 0 upgraded, 30 newly installed, 0 to remove and 3 not upgraded. [2022-03-01T06:33:40.830Z] #14 46.56 Need to get 115 MB of archives. [2022-03-01T06:33:40.830Z] #14 46.56 After this operation, 645 MB of additional disk space will be used. [2022-03-01T06:33:40.830Z] #14 46.56 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2022-03-01T06:33:40.830Z] #14 46.82 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2022-03-01T06:33:40.830Z] #14 47.10 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-03-01T06:33:40.830Z] #14 47.15 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2022-03-01T06:33:40.830Z] #14 47.16 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-03-01T06:33:40.830Z] #14 47.17 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-03-01T06:33:40.830Z] #14 47.60 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-03-01T06:33:40.830Z] #14 47.79 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2022-03-01T06:33:40.830Z] #14 47.81 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2022-03-01T06:33:40.830Z] #14 48.56 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2022-03-01T06:33:40.830Z] #14 50.59 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2022-03-01T06:33:40.830Z] #14 ... [2022-03-01T06:33:40.830Z] [2022-03-01T06:33:40.830Z] #38 [tini 1/3] 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 [2022-03-01T06:33:40.830Z] #38 sha256:bda39fdfc950e22f55ad196f3fd0294f2a56a2435aff0b23fdfe4ad79f4d92c0 [2022-03-01T06:33:40.830Z] #38 50.54 Selecting previously unselected package vim-common. [2022-03-01T06:33:40.830Z] #38 50.54 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-01T06:33:40.830Z] #38 50.64 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:33:40.857Z] #19 130.7 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-01T06:33:40.857Z] #19 130.7 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-01T06:33:40.857Z] #19 130.8 Selecting previously unselected package cpp-arm-linux-gnueabi. [2022-03-01T06:33:40.857Z] #19 130.8 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-03-01T06:33:40.857Z] #19 130.8 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-01T06:33:40.857Z] #19 130.8 Selecting previously unselected package cpp-arm-linux-gnueabihf. [2022-03-01T06:33:40.857Z] #19 130.8 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-03-01T06:33:40.857Z] #19 130.8 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-01T06:33:40.857Z] #19 130.9 Selecting previously unselected package cpp-powerpc64le-linux-gnu. [2022-03-01T06:33:40.857Z] #19 130.9 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-01T06:33:40.857Z] #19 130.9 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-01T06:33:40.857Z] #19 130.9 Selecting previously unselected package cpp-s390x-linux-gnu. [2022-03-01T06:33:40.857Z] #19 130.9 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-01T06:33:40.857Z] #19 130.9 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-01T06:33:40.857Z] #19 131.0 Selecting previously unselected package cross-config. [2022-03-01T06:33:40.901Z] Cloning the remote Git repository [2022-03-01T06:33:40.901Z] Cloning with configured refspecs honoured and without tags [2022-03-01T06:33:41.058Z] #60 ... [2022-03-01T06:33:41.058Z] [2022-03-01T06:33:41.058Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:33:41.058Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d [2022-03-01T06:33:41.058Z] #14 51.60 Selecting previously unselected package gcc-mingw-w64-base. [2022-03-01T06:33:41.058Z] #14 51.60 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-03-01T06:33:41.058Z] #14 51.62 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-01T06:33:41.058Z] #14 51.74 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-03-01T06:33:41.058Z] #14 51.74 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-01T06:33:41.058Z] #14 51.74 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-01T06:33:41.115Z] #19 131.0 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ... [2022-03-01T06:33:41.115Z] #19 131.0 Unpacking cross-config (2.6.18+nmu1) ... [2022-03-01T06:33:41.115Z] #19 131.0 Selecting previously unselected package gcc-10-cross-base. [2022-03-01T06:33:41.115Z] #19 131.0 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ... [2022-03-01T06:33:41.115Z] #19 131.0 Unpacking gcc-10-cross-base (10.2.1-6cross1) ... [2022-03-01T06:33:41.115Z] #19 131.1 Selecting previously unselected package libc6-arm64-cross. [2022-03-01T06:33:41.115Z] #19 131.1 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ... [2022-03-01T06:33:41.115Z] #19 131.1 Unpacking libc6-arm64-cross (2.31-9cross4) ... [2022-03-01T06:33:41.373Z] #19 131.3 Selecting previously unselected package libgcc-s1-arm64-cross. [2022-03-01T06:33:41.373Z] #19 131.3 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-01T06:33:41.373Z] #19 131.3 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-03-01T06:33:41.373Z] #19 131.3 Selecting previously unselected package libgomp1-arm64-cross. [2022-03-01T06:33:41.373Z] #19 131.3 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-01T06:33:41.373Z] #19 131.4 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-03-01T06:33:41.373Z] #19 131.4 Selecting previously unselected package libitm1-arm64-cross. [2022-03-01T06:33:41.373Z] #19 131.4 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-01T06:33:41.373Z] #19 131.4 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ... [2022-03-01T06:33:41.407Z] #38 51.14 Selecting previously unselected package cmake-data. [2022-03-01T06:33:41.407Z] #38 51.14 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-03-01T06:33:41.407Z] #38 51.18 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-03-01T06:33:41.631Z] #19 131.5 Selecting previously unselected package libatomic1-arm64-cross. [2022-03-01T06:33:41.631Z] #19 131.5 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-01T06:33:41.631Z] #19 131.5 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-03-01T06:33:41.632Z] #19 131.5 Selecting previously unselected package libasan6-arm64-cross. [2022-03-01T06:33:41.632Z] #19 131.5 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-01T06:33:41.632Z] #19 131.5 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ... [2022-03-01T06:33:41.890Z] #19 131.9 Selecting previously unselected package liblsan0-arm64-cross. [2022-03-01T06:33:41.890Z] #19 131.9 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-01T06:33:41.890Z] #19 131.9 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-03-01T06:33:41.964Z] #40 1.172 + RM_GOPATH=0 [2022-03-01T06:33:41.964Z] #40 1.172 + TMP_GOPATH= [2022-03-01T06:33:41.964Z] #40 1.172 + : /build [2022-03-01T06:33:41.964Z] #40 1.172 + '[' -z '' ']' [2022-03-01T06:33:41.964Z] #40 1.172 ++ mktemp -d [2022-03-01T06:33:41.964Z] #40 1.193 + export GOPATH=/tmp/tmp.irHFFFLRqq [2022-03-01T06:33:41.964Z] #40 1.193 + GOPATH=/tmp/tmp.irHFFFLRqq [2022-03-01T06:33:41.964Z] #40 1.193 + RM_GOPATH=1 [2022-03-01T06:33:41.964Z] #40 1.193 + case "$(go env GOARCH)" in [2022-03-01T06:33:41.964Z] #40 1.240 ++ go env GOARCH [2022-03-01T06:33:41.964Z] #40 1.240 + export GO_BUILDMODE=-buildmode=pie [2022-03-01T06:33:41.964Z] #40 1.240 + GO_BUILDMODE=-buildmode=pie [2022-03-01T06:33:41.964Z] #40 1.240 ++ dirname /install.sh [2022-03-01T06:33:41.964Z] #40 1.240 + dir=/ [2022-03-01T06:33:41.964Z] #40 1.240 + bin=tini [2022-03-01T06:33:41.964Z] #40 1.240 + shift [2022-03-01T06:33:41.964Z] #40 1.240 + '[' '!' -f //tini.installer ']' [2022-03-01T06:33:41.964Z] #40 1.240 + . //tini.installer [2022-03-01T06:33:41.964Z] #40 1.240 ++ : v0.19.0 [2022-03-01T06:33:41.964Z] #40 1.240 + install_tini [2022-03-01T06:33:41.964Z] #40 1.240 + echo 'Install tini version v0.19.0' [2022-03-01T06:33:41.964Z] #40 1.240 + git clone https://github.com/krallin/tini.git /tmp/tmp.irHFFFLRqq/tini [2022-03-01T06:33:41.964Z] #40 1.240 Cloning into '/tmp/tmp.irHFFFLRqq/tini'... [2022-03-01T06:33:41.964Z] #40 1.251 Install tini version v0.19.0 [2022-03-01T06:33:42.148Z] #19 132.1 Selecting previously unselected package libtsan0-arm64-cross. [2022-03-01T06:33:42.148Z] #19 132.1 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-01T06:33:42.148Z] #19 132.1 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-03-01T06:33:42.348Z] #38 ... [2022-03-01T06:33:42.348Z] [2022-03-01T06:33:42.348Z] #47 [criu 2/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 echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-01T06:33:42.348Z] #47 sha256:6b196adde5ec5150535e9cd03b94b310f29d21819414869615686dbdf825cc09 [2022-03-01T06:33:42.348Z] #47 35.46 Reading package lists... [2022-03-01T06:33:42.348Z] #47 41.80 Building dependency tree... [2022-03-01T06:33:42.348Z] #47 45.97 The following additional packages will be installed: [2022-03-01T06:33:42.348Z] #47 45.97 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-01T06:33:42.348Z] #47 45.98 python3-protobuf python3-six [2022-03-01T06:33:42.348Z] #47 46.00 Suggested packages: [2022-03-01T06:33:42.348Z] #47 46.00 python3-setuptools [2022-03-01T06:33:42.348Z] #47 46.00 Recommended packages: [2022-03-01T06:33:42.348Z] #47 46.00 iproute2 | iproute [2022-03-01T06:33:42.348Z] #47 46.79 The following NEW packages will be installed: [2022-03-01T06:33:42.348Z] #47 46.87 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-01T06:33:42.348Z] #47 46.87 python3-protobuf python3-six [2022-03-01T06:33:42.348Z] #47 47.51 0 upgraded, 8 newly installed, 0 to remove and 3 not upgraded. [2022-03-01T06:33:42.348Z] #47 47.51 Need to get 2292 kB of archives. [2022-03-01T06:33:42.348Z] #47 47.51 After this operation, 11.0 MB of additional disk space will be used. [2022-03-01T06:33:42.348Z] #47 47.51 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-03-01T06:33:42.348Z] #47 47.54 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-01T06:33:42.348Z] #47 47.55 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-03-01T06:33:42.348Z] #47 47.57 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-03-01T06:33:42.348Z] #47 47.58 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-03-01T06:33:42.348Z] #47 47.59 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-03-01T06:33:42.348Z] #47 47.60 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-03-01T06:33:42.348Z] #47 51.03 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-03-01T06:33:42.348Z] #47 ... [2022-03-01T06:33:42.348Z] [2022-03-01T06:33:42.348Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-01T06:33:42.348Z] #51 sha256:c4314f9afb2a551f3c35ade83571afbf0887de6d2ff91d6019f6af268507a0d5 [2022-03-01T06:33:42.348Z] #51 52.00 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-01T06:33:42.348Z] #51 52.06 go: downloading github.com/stretchr/testify v1.7.0 [2022-03-01T06:33:42.406Z] #19 132.5 Selecting previously unselected package libstdc++6-arm64-cross. [2022-03-01T06:33:42.406Z] #19 132.5 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-01T06:33:42.406Z] #19 132.5 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-03-01T06:33:42.609Z] #51 52.19 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-03-01T06:33:42.609Z] #51 52.28 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-03-01T06:33:42.609Z] #51 52.38 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-03-01T06:33:42.644Z] using credential docker-jenkins-github-credentials [2022-03-01T06:33:42.664Z] #19 132.6 Selecting previously unselected package libubsan1-arm64-cross. [2022-03-01T06:33:42.664Z] #19 132.6 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-01T06:33:42.664Z] #19 132.6 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-03-01T06:33:42.683Z] #14 ... [2022-03-01T06:33:42.683Z] [2022-03-01T06:33:42.683Z] #58 [containerd 1/3] 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 [2022-03-01T06:33:42.683Z] #58 sha256:e04977c0f74af35cc2bbc141b793c364acab4ac14df2d57e73d2f897424774e2 [2022-03-01T06:33:42.683Z] #58 33.34 Reading package lists... [2022-03-01T06:33:42.683Z] #58 40.07 Building dependency tree... [2022-03-01T06:33:42.683Z] #58 43.54 The following additional packages will be installed: [2022-03-01T06:33:42.683Z] #58 43.56 libbtrfs0 [2022-03-01T06:33:42.683Z] #58 43.88 The following NEW packages will be installed: [2022-03-01T06:33:42.683Z] #58 43.90 libbtrfs-dev libbtrfs0 [2022-03-01T06:33:42.683Z] #58 44.39 0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded. [2022-03-01T06:33:42.683Z] #58 44.39 Need to get 460 kB of archives. [2022-03-01T06:33:42.683Z] #58 44.39 After this operation, 1237 kB of additional disk space will be used. [2022-03-01T06:33:42.683Z] #58 44.39 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-01T06:33:42.683Z] #58 44.39 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-01T06:33:42.683Z] #58 46.14 debconf: delaying package configuration, since apt-utils is not installed [2022-03-01T06:33:42.683Z] #58 46.41 Fetched 460 kB in 0s (983 kB/s) [2022-03-01T06:33:42.683Z] #58 46.52 Selecting previously unselected package libbtrfs0:amd64. [2022-03-01T06:33:42.683Z] #58 46.52 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-01T06:33:42.683Z] #58 46.68 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-01T06:33:42.683Z] #58 46.72 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-01T06:33:42.683Z] #58 46.97 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-01T06:33:42.683Z] #58 46.97 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-01T06:33:42.683Z] #58 46.99 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-01T06:33:42.683Z] #58 47.58 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-01T06:33:42.683Z] #58 47.62 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-01T06:33:42.683Z] #58 47.64 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-01T06:33:42.683Z] #58 DONE 48.0s [2022-03-01T06:33:42.683Z] [2022-03-01T06:33:42.683Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-01T06:33:42.683Z] #59 sha256:67c0020688b354a7dd04ebddfff637a4663416f5320d946d09b402e391cd88d7 [2022-03-01T06:33:42.683Z] #59 DONE 0.1s [2022-03-01T06:33:42.683Z] [2022-03-01T06:33:42.683Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-01T06:33:42.683Z] #60 sha256:8ec41364113a0ea709774025077b015e7266be7fbc005c7c422c7e5902221e55 [2022-03-01T06:33:42.683Z] #60 ... [2022-03-01T06:33:42.683Z] [2022-03-01T06:33:42.683Z] #38 [tini 1/3] 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 [2022-03-01T06:33:42.683Z] #38 sha256:bda39fdfc950e22f55ad196f3fd0294f2a56a2435aff0b23fdfe4ad79f4d92c0 [2022-03-01T06:33:42.683Z] #38 32.12 Reading package lists... [2022-03-01T06:33:42.683Z] #38 38.32 Building dependency tree... [2022-03-01T06:33:42.683Z] #38 42.64 The following additional packages will be installed: [2022-03-01T06:33:42.683Z] #38 42.67 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-03-01T06:33:42.683Z] #38 42.67 Suggested packages: [2022-03-01T06:33:42.683Z] #38 42.71 cmake-doc ninja-build lrzip [2022-03-01T06:33:42.683Z] #38 42.71 Recommended packages: [2022-03-01T06:33:42.683Z] #38 42.71 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-03-01T06:33:42.683Z] #38 43.56 The following NEW packages will be installed: [2022-03-01T06:33:42.683Z] #38 43.59 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-03-01T06:33:42.683Z] #38 43.60 vim-common xxd [2022-03-01T06:33:42.683Z] #38 44.11 0 upgraded, 10 newly installed, 0 to remove and 3 not upgraded. [2022-03-01T06:33:42.683Z] #38 44.11 Need to get 17.7 MB of archives. [2022-03-01T06:33:42.683Z] #38 44.11 After this operation, 70.7 MB of additional disk space will be used. [2022-03-01T06:33:42.683Z] #38 44.11 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-01T06:33:42.683Z] #38 44.14 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-03-01T06:33:42.683Z] #38 44.14 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-03-01T06:33:42.683Z] #38 44.34 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-01T06:33:42.683Z] #38 45.02 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2022-03-01T06:33:42.683Z] #38 45.06 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2022-03-01T06:33:42.683Z] #38 45.09 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-03-01T06:33:42.683Z] #38 45.11 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-03-01T06:33:42.683Z] #38 45.14 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-03-01T06:33:42.683Z] #38 45.18 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-03-01T06:33:42.683Z] #38 46.97 debconf: delaying package configuration, since apt-utils is not installed [2022-03-01T06:33:42.683Z] #38 47.41 Fetched 17.7 MB in 2s (9572 kB/s) [2022-03-01T06:33:42.683Z] #38 47.51 Selecting previously unselected package xxd. [2022-03-01T06:33:42.683Z] #38 47.51 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-01T06:33:42.683Z] #38 47.61 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-01T06:33:42.683Z] #38 47.64 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:33:42.683Z] #38 47.98 Selecting previously unselected package vim-common. [2022-03-01T06:33:42.683Z] #38 48.01 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-01T06:33:42.683Z] #38 48.08 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:33:42.719Z] Cloning the remote Git repository [2022-03-01T06:33:42.719Z] Cloning with configured refspecs honoured and without tags [2022-03-01T06:33:42.870Z] #51 52.38 go: downloading github.com/magiconair/properties v1.8.5 [2022-03-01T06:33:42.899Z] #40 2.171 + cd /tmp/tmp.irHFFFLRqq/tini [2022-03-01T06:33:42.899Z] #40 2.171 + git checkout -q v0.19.0 [2022-03-01T06:33:42.899Z] #40 2.187 + cmake . [2022-03-01T06:33:42.922Z] #19 132.8 Selecting previously unselected package libgcc-10-dev-arm64-cross. [2022-03-01T06:33:42.922Z] #19 132.8 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-01T06:33:42.922Z] #19 132.8 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-03-01T06:33:42.943Z] #38 ... [2022-03-01T06:33:42.943Z] [2022-03-01T06:33:42.943Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:33:42.943Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d [2022-03-01T06:33:42.943Z] #14 48.50 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2022-03-01T06:33:43.131Z] #51 52.70 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-03-01T06:33:43.132Z] #51 52.78 go: downloading github.com/spf13/afero v1.6.0 [2022-03-01T06:33:43.132Z] #51 52.81 go: downloading github.com/spf13/cast v1.4.1 [2022-03-01T06:33:43.132Z] #51 52.88 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-03-01T06:33:41.082Z] Cloning repository https://github.com/moby/moby.git [2022-03-01T06:33:41.468Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-03-01T06:33:42.395Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-01T06:33:42.395Z] > git --version # timeout=10 [2022-03-01T06:33:42.437Z] > git --version # 'git version 2.24.1.windows.2' [2022-03-01T06:33:42.437Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-01T06:33:42.440Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43303/head:refs/remotes/origin/PR-43303 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-01T06:33:43.156Z] #40 2.535 -- The C compiler identification is GNU 10.2.1 [2022-03-01T06:33:43.156Z] #40 2.604 -- Detecting C compiler ABI info [2022-03-01T06:33:43.180Z] #19 133.0 Selecting previously unselected package gcc-10-aarch64-linux-gnu. [2022-03-01T06:33:43.180Z] #19 133.0 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-01T06:33:43.180Z] #19 133.1 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-01T06:33:43.393Z] #51 52.96 go: downloading github.com/subosito/gotenv v1.2.0 [2022-03-01T06:33:43.393Z] #51 53.01 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-03-01T06:33:43.393Z] #51 53.09 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-03-01T06:33:43.422Z] #40 2.873 -- Detecting C compiler ABI info - done [2022-03-01T06:33:43.552Z] #14 ... [2022-03-01T06:33:43.552Z] [2022-03-01T06:33:43.552Z] #47 [criu 2/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 echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-01T06:33:43.552Z] #47 sha256:6b196adde5ec5150535e9cd03b94b310f29d21819414869615686dbdf825cc09 [2022-03-01T06:33:43.552Z] #47 32.40 Reading package lists... [2022-03-01T06:33:43.552Z] #47 38.80 Building dependency tree... [2022-03-01T06:33:43.552Z] #47 42.66 The following additional packages will be installed: [2022-03-01T06:33:43.552Z] #47 42.67 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-01T06:33:43.552Z] #47 42.67 python3-protobuf python3-six [2022-03-01T06:33:43.552Z] #47 42.67 Suggested packages: [2022-03-01T06:33:43.552Z] #47 42.69 python3-setuptools [2022-03-01T06:33:43.552Z] #47 42.69 Recommended packages: [2022-03-01T06:33:43.552Z] #47 42.69 iproute2 | iproute [2022-03-01T06:33:43.552Z] #47 43.48 The following NEW packages will be installed: [2022-03-01T06:33:43.552Z] #47 43.51 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-01T06:33:43.552Z] #47 43.51 python3-protobuf python3-six [2022-03-01T06:33:43.552Z] #47 44.02 0 upgraded, 8 newly installed, 0 to remove and 3 not upgraded. [2022-03-01T06:33:43.552Z] #47 44.02 Need to get 2292 kB of archives. [2022-03-01T06:33:43.552Z] #47 44.02 After this operation, 11.0 MB of additional disk space will be used. [2022-03-01T06:33:43.552Z] #47 44.02 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-03-01T06:33:43.552Z] #47 44.07 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-01T06:33:43.552Z] #47 44.07 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-03-01T06:33:43.552Z] #47 44.08 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-03-01T06:33:43.552Z] #47 44.15 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-03-01T06:33:43.552Z] #47 44.16 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-03-01T06:33:43.552Z] #47 44.18 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-03-01T06:33:43.552Z] #47 47.90 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-03-01T06:33:43.552Z] #47 ... [2022-03-01T06:33:43.552Z] [2022-03-01T06:33:43.552Z] #34 [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 "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-01T06:33:43.552Z] #34 sha256:daffcb12c1650deef77c07848ff64bbdd4bdfa53e647429282187d41fa3cd995 [2022-03-01T06:33:43.654Z] #51 53.39 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-03-01T06:33:43.654Z] #51 53.47 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-03-01T06:33:43.678Z] #40 2.923 -- Check for working C compiler: /usr/bin/cc - skipped [2022-03-01T06:33:43.678Z] #40 2.938 -- Detecting C compile features [2022-03-01T06:33:43.678Z] #40 2.941 -- Detecting C compile features - done [2022-03-01T06:33:43.678Z] #40 2.959 -- Performing Test HAS_BUILTIN_FORTIFY [2022-03-01T06:33:43.678Z] #40 3.101 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-03-01T06:33:43.917Z] #51 53.49 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-03-01T06:33:43.917Z] #51 53.51 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-03-01T06:33:43.917Z] #51 53.54 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-03-01T06:33:43.917Z] #51 53.55 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-03-01T06:33:43.917Z] #51 53.56 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-03-01T06:33:43.917Z] #51 53.61 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-03-01T06:33:43.936Z] #40 3.216 -- Configuring done [2022-03-01T06:33:43.936Z] #40 3.219 -- Generating done [2022-03-01T06:33:43.936Z] #40 3.239 -- Build files have been written to: /tmp/tmp.irHFFFLRqq/tini [2022-03-01T06:33:43.936Z] #40 3.244 + make tini-static [2022-03-01T06:33:43.936Z] #40 3.394 Scanning dependencies of target tini-static [2022-03-01T06:33:43.936Z] #40 3.417 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-03-01T06:33:42.910Z] Cloning repository https://github.com/moby/moby.git [2022-03-01T06:33:43.305Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-03-01T06:33:44.111Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-01T06:33:44.112Z] > git --version # timeout=10 [2022-03-01T06:33:44.149Z] > git --version # 'git version 2.24.1.windows.2' [2022-03-01T06:33:44.150Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-01T06:33:44.152Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43303/head:refs/remotes/origin/PR-43303 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-01T06:33:44.489Z] #51 54.37 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-03-01T06:33:44.685Z] #34 48.96 Updating files: 85% (1298/1521) Updating files: 86% (1309/1521) Updating files: 87% (1324/1521) Updating files: 88% (1339/1521) Updating files: 89% (1354/1521) Updating files: 90% (1369/1521) Updating files: 91% (1385/1521) Updating files: 92% (1400/1521) Updating files: 93% (1415/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2022-03-01T06:33:44.685Z] #34 49.80 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-03-01T06:33:44.750Z] #51 54.48 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-03-01T06:33:44.750Z] #51 54.54 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-03-01T06:33:44.750Z] #51 54.57 go: downloading github.com/Antonboom/errname v0.1.5 [2022-03-01T06:33:44.865Z] #40 4.319 [100%] Linking C executable tini-static [2022-03-01T06:33:44.941Z] #34 50.06 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-01T06:33:45.012Z] #51 54.77 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-03-01T06:33:45.122Z] #40 4.585 [100%] Built target tini-static [2022-03-01T06:33:45.122Z] #40 4.622 + mkdir -p /build [2022-03-01T06:33:45.122Z] #40 4.624 + cp tini-static /build/docker-init [2022-03-01T06:33:45.292Z] #51 54.81 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-03-01T06:33:45.554Z] #51 55.38 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-03-01T06:33:45.554Z] #51 55.45 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-03-01T06:33:45.824Z] #51 55.48 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-03-01T06:33:45.824Z] #51 55.53 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-03-01T06:33:45.824Z] #51 55.56 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-03-01T06:33:45.824Z] #51 55.57 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-03-01T06:33:45.824Z] #51 55.70 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-03-01T06:33:46.088Z] #51 55.73 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-03-01T06:33:46.088Z] #51 55.79 go: downloading github.com/breml/bidichk v0.2.1 [2022-03-01T06:33:46.088Z] #51 55.82 go: downloading github.com/breml/errchkjson v0.2.1 [2022-03-01T06:33:46.088Z] #51 55.83 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-03-01T06:33:46.088Z] #51 55.85 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-03-01T06:33:46.088Z] #51 55.87 go: downloading github.com/daixiang0/gci v0.2.9 [2022-03-01T06:33:46.088Z] #51 55.91 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-03-01T06:33:46.307Z] #14 ... [2022-03-01T06:33:46.307Z] [2022-03-01T06:33:46.307Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-03-01T06:33:46.307Z] #40 sha256:985c326f1e9645f24c7616d22430fc4c3d2154cdbac87f8a3008d27442705366 [2022-03-01T06:33:46.307Z] #40 4.837 + RM_GOPATH=0 [2022-03-01T06:33:46.307Z] #40 4.837 + TMP_GOPATH= [2022-03-01T06:33:46.307Z] #40 4.837 + : /build [2022-03-01T06:33:46.307Z] #40 4.837 + '[' -z '' ']' [2022-03-01T06:33:46.307Z] #40 4.852 ++ mktemp -d [2022-03-01T06:33:46.307Z] #40 4.857 + export GOPATH=/tmp/tmp.EfE9FykgFl [2022-03-01T06:33:46.307Z] #40 4.857 + GOPATH=/tmp/tmp.EfE9FykgFl [2022-03-01T06:33:46.307Z] #40 4.857 + RM_GOPATH=1 [2022-03-01T06:33:46.307Z] #40 4.857 + case "$(go env GOARCH)" in [2022-03-01T06:33:46.307Z] #40 4.857 ++ go env GOARCH [2022-03-01T06:33:46.307Z] #40 4.899 Install tini version v0.19.0 [2022-03-01T06:33:46.307Z] #40 4.900 + export GO_BUILDMODE=-buildmode=pie [2022-03-01T06:33:46.307Z] #40 4.900 + GO_BUILDMODE=-buildmode=pie [2022-03-01T06:33:46.307Z] #40 4.900 ++ dirname /install.sh [2022-03-01T06:33:46.307Z] #40 4.900 + dir=/ [2022-03-01T06:33:46.307Z] #40 4.900 + bin=tini [2022-03-01T06:33:46.307Z] #40 4.900 + shift [2022-03-01T06:33:46.307Z] #40 4.900 + '[' '!' -f //tini.installer ']' [2022-03-01T06:33:46.307Z] #40 4.900 + . //tini.installer [2022-03-01T06:33:46.307Z] #40 4.900 ++ : v0.19.0 [2022-03-01T06:33:46.307Z] #40 4.900 + install_tini [2022-03-01T06:33:46.307Z] #40 4.900 + echo 'Install tini version v0.19.0' [2022-03-01T06:33:46.307Z] #40 4.900 + git clone https://github.com/krallin/tini.git /tmp/tmp.EfE9FykgFl/tini [2022-03-01T06:33:46.307Z] #40 4.900 Cloning into '/tmp/tmp.EfE9FykgFl/tini'... [2022-03-01T06:33:46.307Z] #40 5.515 + cd /tmp/tmp.EfE9FykgFl/tini [2022-03-01T06:33:46.307Z] #40 5.515 + git checkout -q v0.19.0 [2022-03-01T06:33:46.307Z] #40 5.521 + cmake . [2022-03-01T06:33:46.307Z] #40 6.067 -- The C compiler identification is GNU 10.2.1 [2022-03-01T06:33:46.307Z] #40 6.155 -- Detecting C compiler ABI info [2022-03-01T06:33:46.307Z] #40 6.706 -- Detecting C compiler ABI info - done [2022-03-01T06:33:46.307Z] #40 6.811 -- Check for working C compiler: /usr/bin/cc - skipped [2022-03-01T06:33:46.307Z] #40 6.813 -- Detecting C compile features [2022-03-01T06:33:46.307Z] #40 6.814 -- Detecting C compile features - done [2022-03-01T06:33:46.307Z] #40 6.854 -- Performing Test HAS_BUILTIN_FORTIFY [2022-03-01T06:33:46.307Z] #40 7.055 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-03-01T06:33:46.307Z] #40 7.135 -- Configuring done [2022-03-01T06:33:46.307Z] #40 7.150 -- Generating done [2022-03-01T06:33:46.307Z] #40 7.150 -- Build files have been written to: /tmp/tmp.EfE9FykgFl/tini [2022-03-01T06:33:46.307Z] #40 7.170 + make tini-static [2022-03-01T06:33:46.307Z] #40 7.379 Scanning dependencies of target tini-static [2022-03-01T06:33:46.307Z] #40 7.439 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-03-01T06:33:46.307Z] #40 8.495 [100%] Linking C executable tini-static [2022-03-01T06:33:46.307Z] #40 8.998 [100%] Built target tini-static [2022-03-01T06:33:46.307Z] #40 9.024 + mkdir -p /build [2022-03-01T06:33:46.307Z] #40 9.024 + cp tini-static /build/docker-init [2022-03-01T06:33:46.349Z] #51 55.92 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-03-01T06:33:46.349Z] #51 55.98 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-03-01T06:33:46.349Z] #51 55.99 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-03-01T06:33:46.349Z] #51 56.07 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-03-01T06:33:46.349Z] #51 56.07 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-03-01T06:33:46.492Z] #40 DONE 5.9s [2022-03-01T06:33:46.492Z] [2022-03-01T06:33:46.492Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:33:46.492Z] #14 sha256:bb1bf8418517cbec45e0653af3a851786f3aeea1102b9cb4e4f1f722a68ccac0 [2022-03-01T06:33:46.492Z] #14 56.22 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-03-01T06:33:46.492Z] #14 56.23 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2022-03-01T06:33:46.492Z] #14 56.25 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-01T06:33:46.611Z] #51 56.31 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-03-01T06:33:46.871Z] #40 DONE 9.8s [2022-03-01T06:33:46.872Z] [2022-03-01T06:33:46.872Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:33:46.872Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d [2022-03-01T06:33:46.872Z] #51 56.48 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-03-01T06:33:46.872Z] #51 56.50 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-03-01T06:33:46.872Z] #51 56.53 go: downloading github.com/golangci/misspell v0.3.5 [2022-03-01T06:33:46.872Z] #51 56.55 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-03-01T06:33:46.872Z] #51 56.56 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-03-01T06:33:46.872Z] #51 56.62 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-03-01T06:33:46.872Z] #51 56.66 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-03-01T06:33:46.872Z] #51 56.71 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-03-01T06:33:47.128Z] #14 58.15 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-03-01T06:33:47.128Z] #14 58.15 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-01T06:33:47.128Z] #14 58.15 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-01T06:33:47.133Z] #51 56.74 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-03-01T06:33:47.133Z] #51 56.79 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-03-01T06:33:47.133Z] #51 56.81 go: downloading github.com/julz/importas v0.1.0 [2022-03-01T06:33:47.133Z] #51 56.86 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-03-01T06:33:47.394Z] #51 56.96 go: downloading github.com/kulti/thelper v0.5.0 [2022-03-01T06:33:47.394Z] #51 56.96 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-03-01T06:33:47.394Z] #51 56.99 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-03-01T06:33:47.394Z] #51 57.02 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-03-01T06:33:47.394Z] #51 57.07 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-03-01T06:33:47.394Z] #51 57.15 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-03-01T06:33:47.394Z] #51 57.19 go: downloading github.com/maratori/testpackage v1.0.1 [2022-03-01T06:33:47.394Z] #51 57.23 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-03-01T06:33:47.394Z] #51 57.29 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-03-01T06:33:47.655Z] #51 57.34 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-03-01T06:33:47.655Z] #51 57.39 go: downloading github.com/mgechev/revive v1.1.3 [2022-03-01T06:33:48.596Z] #51 58.19 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-03-01T06:33:48.596Z] #51 58.22 go: downloading github.com/moricho/tparallel v0.2.1 [2022-03-01T06:33:48.596Z] #51 58.23 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-03-01T06:33:48.596Z] #51 58.38 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-03-01T06:33:48.858Z] #51 58.49 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-03-01T06:33:48.858Z] #51 58.52 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-03-01T06:33:48.858Z] #51 58.60 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-03-01T06:33:48.858Z] #51 58.60 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-03-01T06:33:48.858Z] #51 58.64 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-03-01T06:33:49.430Z] #51 58.93 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-03-01T06:33:49.430Z] #51 58.95 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-03-01T06:33:49.430Z] #51 58.96 go: downloading github.com/sivchari/tenv v1.4.7 [2022-03-01T06:33:49.430Z] #51 58.97 go: downloading github.com/sonatard/noctx v0.0.1 [2022-03-01T06:33:49.430Z] #51 58.99 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-03-01T06:33:49.430Z] #51 58.99 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-03-01T06:33:49.430Z] #51 59.05 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-03-01T06:33:49.691Z] #51 59.26 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-03-01T06:33:49.691Z] #51 59.29 go: downloading github.com/tetafro/godot v1.4.11 [2022-03-01T06:33:49.691Z] #51 59.35 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-03-01T06:33:49.691Z] #51 59.39 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-03-01T06:33:49.691Z] #51 59.43 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-03-01T06:33:49.952Z] #51 59.73 go: downloading github.com/ultraware/funlen v0.0.3 [2022-03-01T06:33:50.189Z] #34 ... [2022-03-01T06:33:50.189Z] [2022-03-01T06:33:50.189Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-01T06:33:50.189Z] #51 sha256:c4314f9afb2a551f3c35ade83571afbf0887de6d2ff91d6019f6af268507a0d5 [2022-03-01T06:33:50.189Z] #51 44.77 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-03-01T06:33:50.189Z] #51 44.80 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-03-01T06:33:50.189Z] #51 46.55 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-03-01T06:33:50.189Z] #51 46.64 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-03-01T06:33:50.189Z] #51 50.67 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-01T06:33:50.189Z] #51 50.68 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-03-01T06:33:50.189Z] #51 50.73 go: downloading github.com/stretchr/testify v1.7.0 [2022-03-01T06:33:50.189Z] #51 50.85 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-03-01T06:33:50.189Z] #51 50.97 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-03-01T06:33:50.189Z] #51 51.03 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-03-01T06:33:50.189Z] #51 51.08 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-03-01T06:33:50.189Z] #51 51.10 go: downloading github.com/magiconair/properties v1.8.5 [2022-03-01T06:33:50.189Z] #51 51.13 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-03-01T06:33:50.189Z] #51 51.19 go: downloading github.com/spf13/afero v1.6.0 [2022-03-01T06:33:50.189Z] #51 51.26 go: downloading github.com/spf13/cast v1.4.1 [2022-03-01T06:33:50.189Z] #51 51.36 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-03-01T06:33:50.189Z] #51 51.47 go: downloading github.com/subosito/gotenv v1.2.0 [2022-03-01T06:33:50.189Z] #51 51.49 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-03-01T06:33:50.189Z] #51 51.50 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-03-01T06:33:50.189Z] #51 51.69 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-03-01T06:33:50.189Z] #51 51.70 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-03-01T06:33:50.189Z] #51 51.73 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-03-01T06:33:50.189Z] #51 51.74 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-03-01T06:33:50.189Z] #51 51.76 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-03-01T06:33:50.189Z] #51 51.77 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-03-01T06:33:50.189Z] #51 51.79 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-03-01T06:33:50.189Z] #51 51.79 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-03-01T06:33:50.189Z] #51 51.94 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-03-01T06:33:50.189Z] #51 52.12 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-03-01T06:33:50.189Z] #51 52.14 go: downloading github.com/Antonboom/errname v0.1.5 [2022-03-01T06:33:50.189Z] #51 52.21 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-03-01T06:33:50.189Z] #51 52.24 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-03-01T06:33:50.189Z] #51 52.29 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-03-01T06:33:50.189Z] #51 52.37 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-03-01T06:33:50.189Z] #51 52.41 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-03-01T06:33:50.189Z] #51 52.48 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-03-01T06:33:50.189Z] #51 52.52 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-03-01T06:33:50.189Z] #51 52.64 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-03-01T06:33:50.189Z] #51 52.71 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-03-01T06:33:50.189Z] #51 52.75 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-03-01T06:33:50.189Z] #51 52.78 go: downloading github.com/breml/bidichk v0.2.1 [2022-03-01T06:33:50.189Z] #51 52.85 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-03-01T06:33:50.189Z] #51 52.85 go: downloading github.com/breml/errchkjson v0.2.1 [2022-03-01T06:33:50.189Z] #51 52.87 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-03-01T06:33:50.189Z] #51 52.92 go: downloading github.com/daixiang0/gci v0.2.9 [2022-03-01T06:33:50.189Z] #51 52.95 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-03-01T06:33:50.189Z] #51 52.96 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-03-01T06:33:50.189Z] #51 52.98 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-03-01T06:33:50.189Z] #51 52.99 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-03-01T06:33:50.189Z] #51 53.03 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-03-01T06:33:50.189Z] #51 53.03 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-03-01T06:33:50.189Z] #51 53.09 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-03-01T06:33:50.189Z] #51 53.28 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-03-01T06:33:50.189Z] #51 53.35 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-03-01T06:33:50.189Z] #51 53.38 go: downloading github.com/golangci/misspell v0.3.5 [2022-03-01T06:33:50.189Z] #51 53.42 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-03-01T06:33:50.189Z] #51 53.44 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-03-01T06:33:50.189Z] #51 53.47 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-03-01T06:33:50.189Z] #51 53.52 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-03-01T06:33:50.189Z] #51 53.53 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-03-01T06:33:50.189Z] #51 53.55 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-03-01T06:33:50.189Z] #51 53.58 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-03-01T06:33:50.189Z] #51 53.59 go: downloading github.com/julz/importas v0.1.0 [2022-03-01T06:33:50.189Z] #51 53.62 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-03-01T06:33:50.189Z] #51 53.65 go: downloading github.com/kulti/thelper v0.5.0 [2022-03-01T06:33:50.189Z] #51 53.72 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-03-01T06:33:50.189Z] #51 53.76 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-03-01T06:33:50.189Z] #51 53.81 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-03-01T06:33:50.189Z] #51 53.86 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-03-01T06:33:50.189Z] #51 53.89 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-03-01T06:33:50.189Z] #51 53.93 go: downloading github.com/maratori/testpackage v1.0.1 [2022-03-01T06:33:50.189Z] #51 53.96 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-03-01T06:33:50.189Z] #51 54.00 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-03-01T06:33:50.189Z] #51 54.02 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-03-01T06:33:50.189Z] #51 54.02 go: downloading github.com/mgechev/revive v1.1.3 [2022-03-01T06:33:50.189Z] #51 54.52 go: downloading github.com/moricho/tparallel v0.2.1 [2022-03-01T06:33:50.189Z] #51 54.53 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-03-01T06:33:50.189Z] #51 54.54 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-03-01T06:33:50.189Z] #51 54.58 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-03-01T06:33:50.189Z] #51 54.63 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-03-01T06:33:50.189Z] #51 54.65 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-03-01T06:33:50.189Z] #51 54.65 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-03-01T06:33:50.189Z] #51 54.70 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-03-01T06:33:50.189Z] #51 54.75 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-03-01T06:33:50.189Z] #51 54.96 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-03-01T06:33:50.189Z] #51 54.98 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-03-01T06:33:50.189Z] #51 55.00 go: downloading github.com/sivchari/tenv v1.4.7 [2022-03-01T06:33:50.189Z] #51 55.00 go: downloading github.com/sonatard/noctx v0.0.1 [2022-03-01T06:33:50.189Z] #51 55.03 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-03-01T06:33:50.189Z] #51 55.07 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-03-01T06:33:50.189Z] #51 55.10 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-03-01T06:33:50.189Z] #51 55.14 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-03-01T06:33:50.189Z] #51 55.16 go: downloading github.com/tetafro/godot v1.4.11 [2022-03-01T06:33:50.189Z] #51 55.17 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-03-01T06:33:50.189Z] #51 55.22 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-03-01T06:33:50.189Z] #51 55.28 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-03-01T06:33:50.189Z] #51 55.43 go: downloading github.com/ultraware/funlen v0.0.3 [2022-03-01T06:33:50.189Z] #51 55.45 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-03-01T06:33:50.189Z] #51 55.46 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-03-01T06:33:50.189Z] #51 55.52 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-03-01T06:33:50.189Z] #51 55.55 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-03-01T06:33:50.213Z] #51 59.75 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-03-01T06:33:50.213Z] #51 59.77 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-03-01T06:33:50.213Z] #51 59.83 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-03-01T06:33:50.213Z] #51 59.88 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-03-01T06:33:50.447Z] #51 55.87 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-03-01T06:33:50.447Z] #51 55.96 go: downloading honnef.co/go/tools v0.2.2 [2022-03-01T06:33:50.722Z] #14 ... [2022-03-01T06:33:50.722Z] [2022-03-01T06:33:50.722Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-01T06:33:50.722Z] #60 sha256:1113758fbb6d0a09f7ff2945c034d5316b3e23986aea83fdd134f2269402ceda [2022-03-01T06:33:50.785Z] #51 60.43 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-03-01T06:33:51.046Z] #51 ... [2022-03-01T06:33:51.046Z] [2022-03-01T06:33:51.046Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-01T06:33:51.046Z] #60 sha256:6a033edba639fe1346a16bb613512f61866db39685131d1f6beb15043d34961d [2022-03-01T06:33:51.046Z] #60 2.280 + RM_GOPATH=0 [2022-03-01T06:33:51.046Z] #60 2.280 + TMP_GOPATH= [2022-03-01T06:33:51.046Z] #60 2.280 + : /build [2022-03-01T06:33:51.046Z] #60 2.280 + '[' -z '' ']' [2022-03-01T06:33:51.046Z] #60 2.280 ++ mktemp -d [2022-03-01T06:33:51.046Z] #60 2.280 + export GOPATH=/tmp/tmp.nPKyqb74qL [2022-03-01T06:33:51.046Z] #60 2.280 + GOPATH=/tmp/tmp.nPKyqb74qL [2022-03-01T06:33:51.046Z] #60 2.280 + RM_GOPATH=1 [2022-03-01T06:33:51.046Z] #60 2.280 + case "$(go env GOARCH)" in [2022-03-01T06:33:51.046Z] #60 2.280 ++ go env GOARCH [2022-03-01T06:33:51.046Z] #60 2.299 + export GO_BUILDMODE=-buildmode=pie [2022-03-01T06:33:51.046Z] #60 2.299 + GO_BUILDMODE=-buildmode=pie [2022-03-01T06:33:51.046Z] #60 2.299 ++ dirname /install.sh [2022-03-01T06:33:51.046Z] #60 2.308 + dir=/ [2022-03-01T06:33:51.046Z] #60 2.308 + bin=containerd [2022-03-01T06:33:51.046Z] #60 2.308 + shift [2022-03-01T06:33:51.046Z] #60 2.308 + '[' '!' -f //containerd.installer ']' [2022-03-01T06:33:51.046Z] #60 2.308 + . //containerd.installer [2022-03-01T06:33:51.046Z] #60 2.308 ++ set -e [2022-03-01T06:33:51.046Z] #60 2.308 ++ : v1.5.9 [2022-03-01T06:33:51.046Z] #60 2.308 + install_containerd [2022-03-01T06:33:51.046Z] #60 2.309 + echo 'Install containerd version v1.5.9' [2022-03-01T06:33:51.046Z] #60 2.309 + git clone https://github.com/containerd/containerd.git /tmp/tmp.nPKyqb74qL/src/github.com/containerd/containerd [2022-03-01T06:33:51.046Z] #60 2.309 Install containerd version v1.5.9 [2022-03-01T06:33:51.046Z] #60 2.315 Cloning into '/tmp/tmp.nPKyqb74qL/src/github.com/containerd/containerd'... [2022-03-01T06:33:51.046Z] #60 ... [2022-03-01T06:33:51.046Z] [2022-03-01T06:33:51.046Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-01T06:33:51.046Z] #51 sha256:c4314f9afb2a551f3c35ade83571afbf0887de6d2ff91d6019f6af268507a0d5 [2022-03-01T06:33:51.046Z] #51 60.84 go: downloading honnef.co/go/tools v0.2.2 [2022-03-01T06:33:51.234Z] #60 31.59 Updating files: 73% (3455/4731) Updating files: 74% (3501/4731) Updating files: 75% (3549/4731) Updating files: 76% (3596/4731) Updating files: 77% (3643/4731) Updating files: 78% (3691/4731) Updating files: 79% (3738/4731) Updating files: 80% (3785/4731) Updating files: 81% (3833/4731) Updating files: 82% (3880/4731) Updating files: 83% (3927/4731) Updating files: 84% (3975/4731) Updating files: 85% (4022/4731) Updating files: 86% (4069/4731) Updating files: 87% (4116/4731) Updating files: 88% (4164/4731) Updating files: 89% (4211/4731) Updating files: 90% (4258/4731) Updating files: 91% (4306/4731) Updating files: 92% (4353/4731) Updating files: 93% (4400/4731) Updating files: 94% (4448/4731) Updating files: 95% (4495/4731) Updating files: 96% (4542/4731) Updating files: 97% (4590/4731) Updating files: 98% (4637/4731) Updating files: 99% (4684/4731) Updating files: 100% (4731/4731) Updating files: 100% (4731/4731), done. [2022-03-01T06:33:51.234Z] #60 32.34 + cd /tmp/tmp.lXeW8ziq6B/src/github.com/containerd/containerd [2022-03-01T06:33:51.234Z] #60 32.34 + git checkout -q v1.5.9 [2022-03-01T06:33:51.293Z] #19 140.4 Selecting previously unselected package gcc-aarch64-linux-gnu. [2022-03-01T06:33:51.293Z] #19 140.4 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-01T06:33:51.293Z] #19 140.4 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-01T06:33:51.293Z] #19 140.4 Selecting previously unselected package linux-libc-dev-arm64-cross. [2022-03-01T06:33:51.293Z] #19 140.4 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ... [2022-03-01T06:33:51.293Z] #19 140.5 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-03-01T06:33:51.552Z] #19 141.4 Selecting previously unselected package libc6-dev-arm64-cross. [2022-03-01T06:33:51.552Z] #19 141.4 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ... [2022-03-01T06:33:51.552Z] #19 141.6 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ... [2022-03-01T06:33:51.618Z] #51 ... [2022-03-01T06:33:51.618Z] [2022-03-01T06:33:51.618Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:33:51.618Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d [2022-03-01T06:33:51.618Z] #14 51.33 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2022-03-01T06:33:51.618Z] #14 52.20 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2022-03-01T06:33:51.618Z] #14 53.84 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2022-03-01T06:33:51.618Z] #14 54.38 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-03-01T06:33:51.618Z] #14 54.39 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-03-01T06:33:51.619Z] #14 54.40 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-03-01T06:33:51.619Z] #14 54.40 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-01T06:33:51.619Z] #14 54.41 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-01T06:33:51.619Z] #14 54.42 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2022-03-01T06:33:51.619Z] #14 54.43 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2022-03-01T06:33:51.619Z] #14 54.44 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-03-01T06:33:51.619Z] #14 54.44 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-03-01T06:33:51.619Z] #14 54.46 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-03-01T06:33:51.619Z] #14 54.47 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-03-01T06:33:51.619Z] #14 54.49 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-03-01T06:33:51.619Z] #14 54.53 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-03-01T06:33:51.619Z] #14 54.54 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-03-01T06:33:51.619Z] #14 54.54 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-03-01T06:33:51.619Z] #14 54.54 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2022-03-01T06:33:51.619Z] #14 55.58 debconf: delaying package configuration, since apt-utils is not installed [2022-03-01T06:33:51.619Z] #14 55.84 Fetched 115 MB in 8s (13.7 MB/s) [2022-03-01T06:33:51.619Z] #14 55.95 Selecting previously unselected package binutils-mingw-w64-i686. [2022-03-01T06:33:51.619Z] #14 55.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 ... 15709 files and directories currently installed.) [2022-03-01T06:33:51.619Z] #14 56.04 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-01T06:33:51.619Z] #14 56.05 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-01T06:33:51.619Z] #14 59.38 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-03-01T06:33:51.619Z] #14 59.40 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-01T06:33:51.619Z] #14 59.46 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-01T06:33:51.815Z] #51 57.04 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-03-01T06:33:51.815Z] #51 57.04 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-03-01T06:33:51.815Z] #51 57.20 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-03-01T06:33:51.815Z] #51 57.23 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-03-01T06:33:51.879Z] #14 ... [2022-03-01T06:33:51.879Z] [2022-03-01T06:33:51.879Z] #47 [criu 2/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 echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-01T06:33:51.880Z] #47 sha256:6b196adde5ec5150535e9cd03b94b310f29d21819414869615686dbdf825cc09 [2022-03-01T06:33:51.880Z] #47 52.88 debconf: delaying package configuration, since apt-utils is not installed [2022-03-01T06:33:51.880Z] #47 53.24 Fetched 2292 kB in 4s (525 kB/s) [2022-03-01T06:33:51.880Z] #47 53.33 Selecting previously unselected package libprotobuf23:amd64. [2022-03-01T06:33:51.880Z] #47 53.33 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-01T06:33:51.880Z] #47 53.38 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-03-01T06:33:51.880Z] #47 53.46 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-03-01T06:33:51.880Z] #47 54.32 Selecting previously unselected package python3-pkg-resources. [2022-03-01T06:33:51.880Z] #47 54.33 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-01T06:33:51.880Z] #47 54.35 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-01T06:33:51.880Z] #47 54.71 Selecting previously unselected package python3-six. [2022-03-01T06:33:51.880Z] #47 54.71 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-03-01T06:33:51.880Z] #47 54.75 Unpacking python3-six (1.16.0-2) ... [2022-03-01T06:33:51.880Z] #47 54.87 Selecting previously unselected package python3-protobuf. [2022-03-01T06:33:51.880Z] #47 54.88 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-03-01T06:33:51.880Z] #47 54.92 Unpacking python3-protobuf (3.12.4-1) ... [2022-03-01T06:33:51.880Z] #47 55.43 Selecting previously unselected package libnet1:amd64. [2022-03-01T06:33:51.880Z] #47 55.44 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-01T06:33:51.880Z] #47 55.47 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-01T06:33:51.880Z] #47 55.73 Selecting previously unselected package libnl-3-200:amd64. [2022-03-01T06:33:51.880Z] #47 55.73 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-01T06:33:51.880Z] #47 55.74 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-01T06:33:51.880Z] #47 55.89 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-01T06:33:51.880Z] #47 55.92 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-01T06:33:51.880Z] #47 55.95 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-01T06:33:51.880Z] #47 56.13 Selecting previously unselected package criu. [2022-03-01T06:33:51.880Z] #47 56.13 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-03-01T06:33:51.880Z] #47 56.13 Unpacking criu (3.16.1-3) ... [2022-03-01T06:33:51.880Z] #47 56.93 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-01T06:33:51.880Z] #47 59.70 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-03-01T06:33:51.880Z] #47 59.71 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-01T06:33:51.880Z] #47 59.72 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-01T06:33:51.880Z] #47 59.73 Setting up python3-six (1.16.0-2) ... [2022-03-01T06:33:51.880Z] #47 61.10 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-01T06:33:51.880Z] #47 61.11 Setting up python3-protobuf (3.12.4-1) ... [2022-03-01T06:33:52.140Z] #47 ... [2022-03-01T06:33:52.140Z] [2022-03-01T06:33:52.140Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-01T06:33:52.140Z] #51 sha256:c4314f9afb2a551f3c35ade83571afbf0887de6d2ff91d6019f6af268507a0d5 [2022-03-01T06:33:52.140Z] #51 61.92 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-03-01T06:33:52.140Z] #51 61.92 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-03-01T06:33:52.401Z] #51 62.02 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-03-01T06:33:52.401Z] #51 62.08 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-03-01T06:33:52.401Z] #51 62.10 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-03-01T06:33:52.401Z] #51 62.13 go: downloading github.com/stretchr/objx v0.1.1 [2022-03-01T06:33:52.401Z] #51 62.22 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-03-01T06:33:52.662Z] #51 62.34 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-03-01T06:33:52.662Z] #51 62.34 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-03-01T06:33:52.923Z] #51 62.57 go: downloading golang.org/x/text v0.3.7 [2022-03-01T06:33:52.927Z] #19 ... [2022-03-01T06:33:52.927Z] [2022-03-01T06:33:52.927Z] #58 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-01T06:33:52.927Z] #58 sha256:c4314f9afb2a551f3c35ade83571afbf0887de6d2ff91d6019f6af268507a0d5 [2022-03-01T06:33:52.927Z] #58 153.3 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-03-01T06:33:53.123Z] #60 34.07 + export 'BUILDTAGS=netgo osusergo static_build' [2022-03-01T06:33:53.123Z] #60 34.08 + BUILDTAGS='netgo osusergo static_build' [2022-03-01T06:33:53.123Z] #60 34.08 + export EXTRA_FLAGS=-buildmode=pie [2022-03-01T06:33:53.123Z] #60 34.08 + EXTRA_FLAGS=-buildmode=pie [2022-03-01T06:33:53.123Z] #60 34.08 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-03-01T06:33:53.123Z] #60 34.08 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-03-01T06:33:53.123Z] #60 34.08 + '[' '' = dynamic ']' [2022-03-01T06:33:53.123Z] #60 34.08 + make [2022-03-01T06:33:53.185Z] #51 58.47 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-03-01T06:33:53.185Z] #51 58.48 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-03-01T06:33:53.185Z] #51 58.53 go: downloading github.com/stretchr/objx v0.1.1 [2022-03-01T06:33:53.185Z] #51 58.58 go: downloading golang.org/x/text v0.3.7 [2022-03-01T06:33:53.185Z] #51 ... [2022-03-01T06:33:53.185Z] [2022-03-01T06:33:53.185Z] #38 [tini 1/3] 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 [2022-03-01T06:33:53.185Z] #38 sha256:bda39fdfc950e22f55ad196f3fd0294f2a56a2435aff0b23fdfe4ad79f4d92c0 [2022-03-01T06:33:53.185Z] #38 48.57 Selecting previously unselected package cmake-data. [2022-03-01T06:33:53.185Z] #38 48.57 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-03-01T06:33:53.185Z] #38 48.62 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-03-01T06:33:53.185Z] #38 52.49 Selecting previously unselected package libicu67:amd64. [2022-03-01T06:33:53.185Z] #38 52.49 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-03-01T06:33:53.185Z] #38 52.52 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-01T06:33:53.185Z] #38 57.73 Selecting previously unselected package libxml2:amd64. [2022-03-01T06:33:53.185Z] #38 57.75 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2022-03-01T06:33:53.185Z] #38 57.76 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-01T06:33:53.185Z] #38 58.22 Selecting previously unselected package libarchive13:amd64. [2022-03-01T06:33:53.185Z] #38 58.22 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ... [2022-03-01T06:33:53.185Z] #38 58.22 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-01T06:33:53.185Z] #38 58.53 Selecting previously unselected package libjsoncpp24:amd64. [2022-03-01T06:33:53.185Z] #38 58.54 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-03-01T06:33:53.185Z] #38 58.55 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-01T06:33:53.185Z] #38 58.67 Selecting previously unselected package librhash0:amd64. [2022-03-01T06:33:53.185Z] #38 58.68 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-03-01T06:33:53.185Z] #38 58.69 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-03-01T06:33:53.185Z] #38 ... [2022-03-01T06:33:53.185Z] [2022-03-01T06:33:53.185Z] #47 [criu 2/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 echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-01T06:33:53.185Z] #47 sha256:6b196adde5ec5150535e9cd03b94b310f29d21819414869615686dbdf825cc09 [2022-03-01T06:33:53.185Z] #47 49.90 debconf: delaying package configuration, since apt-utils is not installed [2022-03-01T06:33:53.185Z] #47 50.12 Fetched 2292 kB in 5s (491 kB/s) [2022-03-01T06:33:53.185Z] #47 50.21 Selecting previously unselected package libprotobuf23:amd64. [2022-03-01T06:33:53.185Z] #47 50.21 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-01T06:33:53.185Z] #47 50.29 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-03-01T06:33:53.185Z] #47 50.31 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-03-01T06:33:53.185Z] #47 51.38 Selecting previously unselected package python3-pkg-resources. [2022-03-01T06:33:53.185Z] #47 51.39 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-01T06:33:53.185Z] #47 51.42 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-01T06:33:53.185Z] #47 51.59 Selecting previously unselected package python3-six. [2022-03-01T06:33:53.185Z] #47 51.59 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-03-01T06:33:53.185Z] #47 51.60 Unpacking python3-six (1.16.0-2) ... [2022-03-01T06:33:53.185Z] #47 52.06 Selecting previously unselected package python3-protobuf. [2022-03-01T06:33:53.185Z] #47 52.07 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-03-01T06:33:53.185Z] #47 52.08 Unpacking python3-protobuf (3.12.4-1) ... [2022-03-01T06:33:53.185Z] #47 52.55 Selecting previously unselected package libnet1:amd64. [2022-03-01T06:33:53.185Z] #47 52.55 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-01T06:33:53.185Z] #47 52.56 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-01T06:33:53.185Z] #47 52.72 Selecting previously unselected package libnl-3-200:amd64. [2022-03-01T06:33:53.185Z] #47 52.72 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-01T06:33:53.185Z] #47 52.72 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-01T06:33:53.185Z] #47 52.85 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-01T06:33:53.186Z] #47 52.85 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-01T06:33:53.186Z] #47 52.86 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-01T06:33:53.186Z] #47 52.97 Selecting previously unselected package criu. [2022-03-01T06:33:53.186Z] #47 52.97 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-03-01T06:33:53.186Z] #47 52.98 Unpacking criu (3.16.1-3) ... [2022-03-01T06:33:53.186Z] #47 53.66 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-01T06:33:53.186Z] #47 55.09 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-03-01T06:33:53.186Z] #47 55.10 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-01T06:33:53.186Z] #47 55.11 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-01T06:33:53.186Z] #47 55.12 Setting up python3-six (1.16.0-2) ... [2022-03-01T06:33:53.186Z] #47 56.16 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-01T06:33:53.186Z] #47 56.19 Setting up python3-protobuf (3.12.4-1) ... [2022-03-01T06:33:53.186Z] #47 ... [2022-03-01T06:33:53.186Z] [2022-03-01T06:33:53.186Z] #38 [tini 1/3] 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 [2022-03-01T06:33:53.186Z] #38 sha256:bda39fdfc950e22f55ad196f3fd0294f2a56a2435aff0b23fdfe4ad79f4d92c0 [2022-03-01T06:33:53.186Z] #38 58.82 Selecting previously unselected package libuv1:amd64. [2022-03-01T06:33:53.442Z] #38 58.84 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-03-01T06:33:53.443Z] #38 58.86 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-03-01T06:33:53.443Z] #38 59.02 Selecting previously unselected package cmake. [2022-03-01T06:33:53.443Z] #38 59.02 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-03-01T06:33:53.443Z] #38 59.02 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-03-01T06:33:54.008Z] #38 ... [2022-03-01T06:33:54.008Z] [2022-03-01T06:33:54.008Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:33:54.008Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d [2022-03-01T06:33:54.008Z] #14 49.36 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2022-03-01T06:33:54.008Z] #14 50.17 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2022-03-01T06:33:54.008Z] #14 51.69 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2022-03-01T06:33:54.008Z] #14 52.22 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-03-01T06:33:54.008Z] #14 52.23 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-03-01T06:33:54.008Z] #14 52.23 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-03-01T06:33:54.008Z] #14 52.23 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-01T06:33:54.008Z] #14 52.24 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-01T06:33:54.008Z] #14 52.24 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2022-03-01T06:33:54.008Z] #14 52.25 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2022-03-01T06:33:54.008Z] #14 52.26 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-03-01T06:33:54.008Z] #14 52.27 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-03-01T06:33:54.008Z] #14 52.28 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-03-01T06:33:54.008Z] #14 52.29 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-03-01T06:33:54.008Z] #14 52.30 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-03-01T06:33:54.008Z] #14 52.33 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-03-01T06:33:54.008Z] #14 52.34 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-03-01T06:33:54.008Z] #14 52.35 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-03-01T06:33:54.008Z] #14 52.35 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2022-03-01T06:33:54.008Z] #14 53.14 debconf: delaying package configuration, since apt-utils is not installed [2022-03-01T06:33:54.008Z] #14 53.34 Fetched 115 MB in 8s (13.7 MB/s) [2022-03-01T06:33:54.008Z] #14 53.41 Selecting previously unselected package binutils-mingw-w64-i686. [2022-03-01T06:33:54.008Z] #14 53.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 ... 15709 files and directories currently installed.) [2022-03-01T06:33:54.008Z] #14 53.46 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-01T06:33:54.008Z] #14 53.48 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-01T06:33:54.008Z] #14 55.61 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-03-01T06:33:54.008Z] #14 55.62 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-01T06:33:54.008Z] #14 55.63 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-01T06:33:54.008Z] #14 57.65 Selecting previously unselected package binutils-mingw-w64. [2022-03-01T06:33:54.008Z] #14 57.65 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-03-01T06:33:54.008Z] #14 57.66 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-01T06:33:54.008Z] #14 57.80 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-03-01T06:33:54.008Z] #14 57.80 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-01T06:33:54.008Z] #14 57.81 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-01T06:33:54.008Z] #14 57.97 Selecting previously unselected package dmsetup. [2022-03-01T06:33:54.008Z] #14 57.97 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-03-01T06:33:54.008Z] #14 57.98 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-03-01T06:33:54.008Z] #14 58.12 Selecting previously unselected package mingw-w64-common. [2022-03-01T06:33:54.008Z] #14 58.12 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-03-01T06:33:54.008Z] #14 58.12 Unpacking mingw-w64-common (8.0.0-1) ... [2022-03-01T06:33:54.008Z] #14 ... [2022-03-01T06:33:54.008Z] [2022-03-01T06:33:54.008Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-01T06:33:54.008Z] #60 sha256:8ec41364113a0ea709774025077b015e7266be7fbc005c7c422c7e5902221e55 [2022-03-01T06:33:54.008Z] #60 1.475 + RM_GOPATH=0 [2022-03-01T06:33:54.008Z] #60 1.475 + TMP_GOPATH= [2022-03-01T06:33:54.008Z] #60 1.475 + : /build [2022-03-01T06:33:54.008Z] #60 1.475 + '[' -z '' ']' [2022-03-01T06:33:54.008Z] #60 1.478 ++ mktemp -d [2022-03-01T06:33:54.008Z] #60 1.487 + export GOPATH=/tmp/tmp.ENCm5QOyrc [2022-03-01T06:33:54.008Z] #60 1.487 + GOPATH=/tmp/tmp.ENCm5QOyrc [2022-03-01T06:33:54.008Z] #60 1.487 + RM_GOPATH=1 [2022-03-01T06:33:54.008Z] #60 1.487 + case "$(go env GOARCH)" in [2022-03-01T06:33:54.008Z] #60 1.495 ++ go env GOARCH [2022-03-01T06:33:54.008Z] #60 1.520 + export GO_BUILDMODE=-buildmode=pie [2022-03-01T06:33:54.008Z] #60 1.520 + GO_BUILDMODE=-buildmode=pie [2022-03-01T06:33:54.008Z] #60 1.520 ++ dirname /install.sh [2022-03-01T06:33:54.008Z] #60 1.535 Install containerd version v1.5.9 [2022-03-01T06:33:54.008Z] #60 1.535 + dir=/ [2022-03-01T06:33:54.008Z] #60 1.535 + bin=containerd [2022-03-01T06:33:54.008Z] #60 1.535 + shift [2022-03-01T06:33:54.008Z] #60 1.535 + '[' '!' -f //containerd.installer ']' [2022-03-01T06:33:54.008Z] #60 1.535 + . //containerd.installer [2022-03-01T06:33:54.008Z] #60 1.535 ++ set -e [2022-03-01T06:33:54.008Z] #60 1.535 ++ : v1.5.9 [2022-03-01T06:33:54.008Z] #60 1.535 + install_containerd [2022-03-01T06:33:54.008Z] #60 1.535 + echo 'Install containerd version v1.5.9' [2022-03-01T06:33:54.008Z] #60 1.535 + git clone https://github.com/containerd/containerd.git /tmp/tmp.ENCm5QOyrc/src/github.com/containerd/containerd [2022-03-01T06:33:54.008Z] #60 1.546 Cloning into '/tmp/tmp.ENCm5QOyrc/src/github.com/containerd/containerd'... [2022-03-01T06:33:54.052Z] #60 35.16 + bin/ctr [2022-03-01T06:33:54.265Z] #60 ... [2022-03-01T06:33:54.265Z] [2022-03-01T06:33:54.265Z] #47 [criu 2/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 echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-01T06:33:54.265Z] #47 sha256:6b196adde5ec5150535e9cd03b94b310f29d21819414869615686dbdf825cc09 [2022-03-01T06:33:54.265Z] #47 59.48 Setting up criu (3.16.1-3) ... [2022-03-01T06:33:54.680Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-01T06:33:54.826Z] #58 DONE 155.4s [2022-03-01T06:33:54.826Z] [2022-03-01T06:33:54.826Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2022-03-01T06:33:54.826Z] #19 sha256:40843ddbace6dc1af73454ffeb51e73993423daf2a757a78bb2312d689609a7a [2022-03-01T06:33:54.826Z] #19 142.9 Selecting previously unselected package libstdc++-10-dev-arm64-cross. [2022-03-01T06:33:54.826Z] #19 142.9 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-03-01T06:33:54.826Z] #19 143.1 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-03-01T06:33:54.826Z] #19 144.2 Selecting previously unselected package g++-10-aarch64-linux-gnu. [2022-03-01T06:33:54.826Z] #19 144.2 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-01T06:33:54.826Z] #19 144.3 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-01T06:33:55.004Z] Fetching without tags [2022-03-01T06:33:55.477Z] #51 ... [2022-03-01T06:33:55.478Z] [2022-03-01T06:33:55.478Z] #38 [tini 1/3] 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 [2022-03-01T06:33:55.478Z] #38 sha256:bda39fdfc950e22f55ad196f3fd0294f2a56a2435aff0b23fdfe4ad79f4d92c0 [2022-03-01T06:33:55.478Z] #38 55.01 Selecting previously unselected package libicu67:amd64. [2022-03-01T06:33:55.478Z] #38 55.03 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-03-01T06:33:55.478Z] #38 55.08 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-01T06:33:55.478Z] #38 62.75 Selecting previously unselected package libxml2:amd64. [2022-03-01T06:33:55.478Z] #38 62.75 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2022-03-01T06:33:55.478Z] #38 62.76 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-01T06:33:55.478Z] #38 63.20 Selecting previously unselected package libarchive13:amd64. [2022-03-01T06:33:55.478Z] #38 63.21 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ... [2022-03-01T06:33:55.478Z] #38 63.21 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-01T06:33:55.478Z] #38 63.51 Selecting previously unselected package libjsoncpp24:amd64. [2022-03-01T06:33:55.478Z] #38 63.51 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-03-01T06:33:55.478Z] #38 63.53 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-01T06:33:55.478Z] #38 63.68 Selecting previously unselected package librhash0:amd64. [2022-03-01T06:33:55.478Z] #38 63.69 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-03-01T06:33:55.478Z] #38 63.71 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-03-01T06:33:55.478Z] #38 63.90 Selecting previously unselected package libuv1:amd64. [2022-03-01T06:33:55.478Z] #38 63.90 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-03-01T06:33:55.478Z] #38 63.90 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-03-01T06:33:55.478Z] #38 64.04 Selecting previously unselected package cmake. [2022-03-01T06:33:55.478Z] #38 64.04 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-03-01T06:33:55.478Z] #38 64.06 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-03-01T06:33:55.478Z] #38 ... [2022-03-01T06:33:55.478Z] [2022-03-01T06:33:55.478Z] #47 [criu 2/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 echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-01T06:33:55.478Z] #47 sha256:6b196adde5ec5150535e9cd03b94b310f29d21819414869615686dbdf825cc09 [2022-03-01T06:33:55.478Z] #47 64.58 Setting up criu (3.16.1-3) ... [2022-03-01T06:33:55.732Z] Merging remotes/origin/master commit d809ad98e32860b07269187f8bc88781dd33c67d into PR head commit 9efa8b3500f43524d705cd703dac5ea5944b8ef6 [2022-03-01T06:33:56.160Z] #47 61.17 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-01T06:33:56.866Z] #47 66.28 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-01T06:33:56.866Z] #47 ... [2022-03-01T06:33:56.866Z] [2022-03-01T06:33:56.866Z] #34 [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 "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-01T06:33:56.866Z] #34 sha256:daffcb12c1650deef77c07848ff64bbdd4bdfa53e647429282187d41fa3cd995 [2022-03-01T06:33:56.866Z] #34 56.27 Updating files: 92% (1403/1521) Updating files: 93% (1415/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2022-03-01T06:33:56.866Z] #34 56.55 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-03-01T06:33:56.866Z] #34 57.68 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-01T06:33:57.127Z] #34 ... [2022-03-01T06:33:57.127Z] [2022-03-01T06:33:57.127Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:33:57.127Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d [2022-03-01T06:33:57.127Z] #14 62.33 Selecting previously unselected package binutils-mingw-w64. [2022-03-01T06:33:57.127Z] #14 62.33 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-03-01T06:33:57.127Z] #14 62.35 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-01T06:33:57.127Z] #14 62.45 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-03-01T06:33:57.127Z] #14 62.45 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-01T06:33:57.127Z] #14 62.47 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-01T06:33:57.127Z] #14 62.67 Selecting previously unselected package dmsetup. [2022-03-01T06:33:57.127Z] #14 62.68 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-03-01T06:33:57.127Z] #14 62.70 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-03-01T06:33:57.127Z] #14 62.88 Selecting previously unselected package mingw-w64-common. [2022-03-01T06:33:57.127Z] #14 62.88 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-03-01T06:33:57.127Z] #14 62.89 Unpacking mingw-w64-common (8.0.0-1) ... [2022-03-01T06:33:54.755Z] > git config --add remote.origin.fetch +refs/pull/43303/head:refs/remotes/origin/PR-43303 # timeout=10 [2022-03-01T06:33:54.800Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-01T06:33:54.918Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-01T06:33:55.041Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-01T06:33:55.041Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-01T06:33:55.043Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43303/head:refs/remotes/origin/PR-43303 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-01T06:33:55.845Z] > git config core.sparsecheckout # timeout=10 [2022-03-01T06:33:55.887Z] > git checkout -f 9efa8b3500f43524d705cd703dac5ea5944b8ef6 # timeout=10 [2022-03-01T06:33:58.532Z] #14 ... [2022-03-01T06:33:58.532Z] [2022-03-01T06:33:58.532Z] #38 [tini 1/3] 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 [2022-03-01T06:33:58.532Z] #38 sha256:bda39fdfc950e22f55ad196f3fd0294f2a56a2435aff0b23fdfe4ad79f4d92c0 [2022-03-01T06:33:58.532Z] #38 68.06 Setting up libicu67:amd64 (67.1-7) ... [2022-03-01T06:33:58.665Z] Merge succeeded, producing 9efa8b3500f43524d705cd703dac5ea5944b8ef6 [2022-03-01T06:33:58.666Z] Checking out Revision 9efa8b3500f43524d705cd703dac5ea5944b8ef6 (PR-43303) [2022-03-01T06:33:59.118Z] #38 68.85 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:33:59.118Z] #38 68.89 Setting up libuv1:amd64 (1.40.0-2) ... [2022-03-01T06:33:59.118Z] #38 68.92 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:33:59.176Z] Fetching without tags [2022-03-01T06:33:59.308Z] #14 68.81 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-03-01T06:33:59.308Z] #14 68.82 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-01T06:33:59.308Z] #14 68.83 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-01T06:33:59.379Z] #38 69.02 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-01T06:33:59.379Z] #38 69.06 Setting up librhash0:amd64 (1.4.1-2) ... [2022-03-01T06:33:59.432Z] #47 DONE 64.1s [2022-03-01T06:33:59.432Z] [2022-03-01T06:33:59.432Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-01T06:33:59.432Z] #49 sha256:43fb401563a67815ef5aec7e67ba2fb1658eb2e75f748c9d9ed1b738970b1866 [2022-03-01T06:33:59.432Z] #49 63.74 gotestsum version dev [2022-03-01T06:33:59.432Z] #49 DONE 64.5s [2022-03-01T06:33:59.432Z] [2022-03-01T06:33:59.432Z] #38 [tini 1/3] 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 [2022-03-01T06:33:59.432Z] #38 sha256:bda39fdfc950e22f55ad196f3fd0294f2a56a2435aff0b23fdfe4ad79f4d92c0 [2022-03-01T06:33:59.432Z] #38 63.44 Setting up libicu67:amd64 (67.1-7) ... [2022-03-01T06:33:59.432Z] #38 63.48 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:33:59.432Z] #38 63.66 Setting up libuv1:amd64 (1.40.0-2) ... [2022-03-01T06:33:59.432Z] #38 63.71 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:33:59.432Z] #38 63.91 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-01T06:33:59.432Z] #38 63.94 Setting up librhash0:amd64 (1.4.1-2) ... [2022-03-01T06:33:59.432Z] #38 63.98 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-03-01T06:33:59.432Z] #38 64.06 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-01T06:33:59.432Z] #38 64.32 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-01T06:33:59.432Z] #38 64.43 Setting up cmake (3.18.4-2+deb11u1) ... [2022-03-01T06:33:59.432Z] #38 64.48 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-01T06:33:59.432Z] #38 DONE 65.0s [2022-03-01T06:33:59.432Z] [2022-03-01T06:33:59.432Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-01T06:33:59.432Z] #39 sha256:a9c1e2e7b4beb7e3fdd292b22fc1a6253bab70a71435b6352ea44307e8e13a8a [2022-03-01T06:33:59.565Z] #14 ... [2022-03-01T06:33:59.565Z] [2022-03-01T06:33:59.565Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-01T06:33:59.565Z] #60 sha256:c7863012dedef3ea248488079e361d7be2e1e9c350532ddbac80d6461e7ab910 [2022-03-01T06:33:59.670Z] #38 69.26 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-03-01T06:33:59.670Z] #38 69.29 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-01T06:33:59.670Z] #38 69.31 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-01T06:33:59.670Z] #38 69.36 Setting up cmake (3.18.4-2+deb11u1) ... [2022-03-01T06:33:59.670Z] #38 69.38 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-01T06:33:59.931Z] Fetching without tags [2022-03-01T06:33:59.997Z] #39 DONE 0.4s [2022-03-01T06:33:59.997Z] [2022-03-01T06:33:59.997Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-03-01T06:33:59.997Z] #40 sha256:c2b07c5cbdcbbca9c474f1a47416cef29bd58cde54bab9a21b78f8a94be3e18f [2022-03-01T06:34:00.019Z] Merging remotes/origin/master commit d809ad98e32860b07269187f8bc88781dd33c67d into PR head commit 9efa8b3500f43524d705cd703dac5ea5944b8ef6 [2022-03-01T06:34:00.131Z] #19 149.6 Selecting previously unselected package g++-aarch64-linux-gnu. [2022-03-01T06:34:00.131Z] #19 149.6 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-01T06:34:00.131Z] #19 149.7 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-01T06:34:00.131Z] #19 149.7 Selecting previously unselected package patch. [2022-03-01T06:34:00.131Z] #19 149.7 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ... [2022-03-01T06:34:00.131Z] #19 149.7 Unpacking patch (2.7.6-7) ... [2022-03-01T06:34:00.131Z] #19 149.7 Selecting previously unselected package dpkg-dev. [2022-03-01T06:34:00.131Z] #19 149.7 Preparing to unpack .../047-dpkg-dev_1.20.9_all.deb ... [2022-03-01T06:34:00.131Z] #19 149.7 Unpacking dpkg-dev (1.20.9) ... [2022-03-01T06:34:00.131Z] #19 149.9 Selecting previously unselected package libconfig-inifiles-perl. [2022-03-01T06:34:00.131Z] #19 149.9 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ... [2022-03-01T06:34:00.131Z] #19 149.9 Unpacking libconfig-inifiles-perl (3.000003-1) ... [2022-03-01T06:34:00.131Z] #19 149.9 Selecting previously unselected package libio-string-perl. [2022-03-01T06:34:00.131Z] #19 149.9 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ... [2022-03-01T06:34:00.131Z] #19 149.9 Unpacking libio-string-perl (1.08-3.1) ... [2022-03-01T06:34:00.131Z] #19 149.9 Selecting previously unselected package libicu67:amd64. [2022-03-01T06:34:00.131Z] #19 150.0 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ... [2022-03-01T06:34:00.131Z] #19 150.0 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-01T06:34:00.338Z] #60 37.46 Updating files: 63% (2988/4731) Updating files: 64% (3028/4731) Updating files: 65% (3076/4731) Updating files: 66% (3123/4731) Updating files: 67% (3170/4731) Updating files: 68% (3218/4731) Updating files: 69% (3265/4731) Updating files: 70% (3312/4731) Updating files: 71% (3360/4731) Updating files: 72% (3407/4731) Updating files: 73% (3454/4731) Updating files: 74% (3501/4731) Updating files: 75% (3549/4731) Updating files: 76% (3596/4731) Updating files: 77% (3643/4731) Updating files: 78% (3691/4731) Updating files: 79% (3738/4731) Updating files: 80% (3785/4731) Updating files: 81% (3833/4731) Updating files: 82% (3880/4731) Updating files: 83% (3927/4731) Updating files: 84% (3975/4731) Updating files: 85% (4022/4731) Updating files: 86% (4069/4731) Updating files: 87% (4116/4731) Updating files: 88% (4164/4731) Updating files: 89% (4211/4731) Updating files: 90% (4258/4731) Updating files: 91% (4306/4731) Updating files: 92% (4353/4731) Updating files: 93% (4400/4731) Updating files: 94% (4448/4731) Updating files: 95% (4495/4731) Updating files: 96% (4542/4731) Updating files: 97% (4590/4731) Updating files: 98% (4637/4731) Updating files: 99% (4684/4731) Updating files: 100% (4731/4731) Updating files: 100% (4731/4731), done. [2022-03-01T06:34:00.338Z] #60 38.37 + cd /tmp/tmp.GBpRTZCcsd/src/github.com/containerd/containerd [2022-03-01T06:34:00.597Z] #60 38.37 + git checkout -q v1.5.9 [2022-03-01T06:34:00.619Z] #38 ... [2022-03-01T06:34:00.619Z] [2022-03-01T06:34:00.619Z] #49 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.7.0" && /build/gotestsum --version [2022-03-01T06:34:00.619Z] #49 sha256:43fb401563a67815ef5aec7e67ba2fb1658eb2e75f748c9d9ed1b738970b1866 [2022-03-01T06:34:00.619Z] #49 68.32 gotestsum version dev [2022-03-01T06:34:00.619Z] #49 DONE 70.4s [2022-03-01T06:34:00.648Z] Merging remotes/origin/master commit d809ad98e32860b07269187f8bc88781dd33c67d into PR head commit 9efa8b3500f43524d705cd703dac5ea5944b8ef6 [2022-03-01T06:34:00.699Z] #19 150.8 Selecting previously unselected package libxml2:amd64. [2022-03-01T06:34:00.699Z] #19 150.8 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2022-03-01T06:34:00.699Z] #19 150.8 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-01T06:34:00.699Z] #19 150.9 Selecting previously unselected package libxml-namespacesupport-perl. [2022-03-01T06:33:58.853Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-01T06:33:58.941Z] > git config --add remote.origin.fetch +refs/pull/43303/head:refs/remotes/origin/PR-43303 # timeout=10 [2022-03-01T06:33:58.984Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-01T06:33:59.094Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-01T06:33:59.211Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-01T06:33:59.212Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-01T06:33:59.214Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43303/head:refs/remotes/origin/PR-43303 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-01T06:34:00.124Z] > git config core.sparsecheckout # timeout=10 [2022-03-01T06:34:00.170Z] > git checkout -f 9efa8b3500f43524d705cd703dac5ea5944b8ef6 # timeout=10 [2022-03-01T06:34:00.881Z] [2022-03-01T06:34:00.882Z] #38 [tini 1/3] 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 [2022-03-01T06:34:00.882Z] #38 sha256:bda39fdfc950e22f55ad196f3fd0294f2a56a2435aff0b23fdfe4ad79f4d92c0 [2022-03-01T06:34:00.882Z] #38 DONE 70.4s [2022-03-01T06:34:00.882Z] [2022-03-01T06:34:00.882Z] #47 [criu 2/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 echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-03-01T06:34:00.882Z] #47 sha256:6b196adde5ec5150535e9cd03b94b310f29d21819414869615686dbdf825cc09 [2022-03-01T06:34:00.882Z] #47 DONE 70.1s [2022-03-01T06:34:00.882Z] [2022-03-01T06:34:00.882Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-01T06:34:00.882Z] #39 sha256:e52c8ab10ecc8b03fb9900a48ed0132d984739318bf70934e398211ea4553e97 [2022-03-01T06:34:00.882Z] #39 DONE 0.2s [2022-03-01T06:34:00.882Z] [2022-03-01T06:34:00.882Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-03-01T06:34:00.882Z] #40 sha256:8cb2849d60e0640909449840aa8ea42efb4467251a1b937467bb73936f2f626c [2022-03-01T06:34:00.958Z] #19 150.9 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ... [2022-03-01T06:34:00.958Z] #19 150.9 Unpacking libxml-namespacesupport-perl (1.12-1.1) ... [2022-03-01T06:34:00.958Z] #19 150.9 Selecting previously unselected package libxml-sax-base-perl. [2022-03-01T06:34:00.958Z] #19 150.9 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ... [2022-03-01T06:34:00.958Z] #19 150.9 Unpacking libxml-sax-base-perl (1.09-1.1) ... [2022-03-01T06:34:00.958Z] #19 151.0 Selecting previously unselected package libxml-sax-perl. [2022-03-01T06:34:00.958Z] #19 151.0 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ... [2022-03-01T06:34:00.958Z] #19 151.0 Unpacking libxml-sax-perl (1.02+dfsg-1) ... [2022-03-01T06:34:00.958Z] #19 151.0 Selecting previously unselected package libxml-libxml-perl. [2022-03-01T06:34:00.958Z] #19 151.0 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ... [2022-03-01T06:34:00.958Z] #19 151.0 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-03-01T06:34:00.958Z] #19 151.1 Selecting previously unselected package libxml-simple-perl. [2022-03-01T06:34:00.958Z] #19 151.1 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ... [2022-03-01T06:34:00.958Z] #19 151.1 Unpacking libxml-simple-perl (2.25-1) ... [2022-03-01T06:34:00.958Z] #19 151.1 Selecting previously unselected package libyaml-perl. [2022-03-01T06:33:58.313Z] > git remote # timeout=10 [2022-03-01T06:33:58.384Z] > git config --get remote.origin.url # timeout=10 [2022-03-01T06:33:58.437Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-01T06:33:58.440Z] > git merge d809ad98e32860b07269187f8bc88781dd33c67d # timeout=10 [2022-03-01T06:33:58.579Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-03-01T06:33:58.701Z] > git config core.sparsecheckout # timeout=10 [2022-03-01T06:33:58.744Z] > git checkout -f 9efa8b3500f43524d705cd703dac5ea5944b8ef6 # timeout=10 [2022-03-01T06:34:01.218Z] #19 151.1 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ... [2022-03-01T06:34:01.218Z] #19 151.1 Unpacking libyaml-perl (1.30-1) ... [2022-03-01T06:34:01.218Z] #19 151.2 Selecting previously unselected package libconfig-auto-perl. [2022-03-01T06:34:01.218Z] #19 151.2 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ... [2022-03-01T06:34:01.218Z] #19 151.2 Unpacking libconfig-auto-perl (0.44-1.1) ... [2022-03-01T06:34:01.218Z] #19 151.2 Selecting previously unselected package libfile-which-perl. [2022-03-01T06:34:01.218Z] #19 151.2 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ... [2022-03-01T06:34:01.218Z] #19 151.2 Unpacking libfile-which-perl (1.23-1) ... [2022-03-01T06:34:01.218Z] #19 151.2 Selecting previously unselected package libfile-homedir-perl. [2022-03-01T06:34:01.218Z] #19 151.2 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ... [2022-03-01T06:34:01.218Z] #19 151.3 Unpacking libfile-homedir-perl (1.006-1) ... [2022-03-01T06:34:01.218Z] #19 151.3 Selecting previously unselected package libdebian-dpkgcross-perl. [2022-03-01T06:34:01.218Z] #19 151.3 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ... [2022-03-01T06:34:01.218Z] #19 151.3 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-03-01T06:34:01.218Z] #19 151.3 Selecting previously unselected package dpkg-cross. [2022-03-01T06:34:01.218Z] #19 151.3 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ... [2022-03-01T06:34:01.218Z] #19 151.3 Unpacking dpkg-cross (2.6.18+nmu1) ... [2022-03-01T06:34:01.370Z] #40 1.548 + RM_GOPATH=0 [2022-03-01T06:34:01.370Z] #40 1.548 + TMP_GOPATH= [2022-03-01T06:34:01.370Z] #40 1.548 + : /build [2022-03-01T06:34:01.370Z] #40 1.548 + '[' -z '' ']' [2022-03-01T06:34:01.370Z] #40 1.548 ++ mktemp -d [2022-03-01T06:34:01.370Z] #40 1.548 + export GOPATH=/tmp/tmp.IopicHcLTG [2022-03-01T06:34:01.370Z] #40 1.548 + GOPATH=/tmp/tmp.IopicHcLTG [2022-03-01T06:34:01.370Z] #40 1.548 + RM_GOPATH=1 [2022-03-01T06:34:01.370Z] #40 1.548 + case "$(go env GOARCH)" in [2022-03-01T06:34:01.475Z] #19 151.4 Selecting previously unselected package crossbuild-essential-arm64. [2022-03-01T06:34:01.475Z] #19 151.4 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ... [2022-03-01T06:34:01.475Z] #19 151.4 Unpacking crossbuild-essential-arm64 (12.9) ... [2022-03-01T06:34:01.475Z] #19 151.4 Selecting previously unselected package libc6-armel-cross. [2022-03-01T06:34:01.475Z] #19 151.4 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ... [2022-03-01T06:34:01.475Z] #19 151.4 Unpacking libc6-armel-cross (2.31-9cross4) ... [2022-03-01T06:34:01.475Z] #19 151.6 Selecting previously unselected package libgcc-s1-armel-cross. [2022-03-01T06:34:01.475Z] #19 151.6 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-01T06:34:01.475Z] #19 151.6 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-03-01T06:34:01.475Z] #19 151.6 Selecting previously unselected package libgomp1-armel-cross. [2022-03-01T06:34:01.475Z] #19 151.6 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-01T06:34:01.475Z] #19 151.6 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ... [2022-03-01T06:34:01.476Z] #19 151.6 Selecting previously unselected package libatomic1-armel-cross. [2022-03-01T06:34:01.627Z] #40 1.558 ++ go env GOARCH [2022-03-01T06:34:01.627Z] #40 1.574 Install tini version v0.19.0 [2022-03-01T06:34:01.627Z] #40 1.576 + export GO_BUILDMODE=-buildmode=pie [2022-03-01T06:34:01.627Z] #40 1.576 + GO_BUILDMODE=-buildmode=pie [2022-03-01T06:34:01.627Z] #40 1.576 ++ dirname /install.sh [2022-03-01T06:34:01.627Z] #40 1.576 + dir=/ [2022-03-01T06:34:01.627Z] #40 1.576 + bin=tini [2022-03-01T06:34:01.627Z] #40 1.576 + shift [2022-03-01T06:34:01.627Z] #40 1.576 + '[' '!' -f //tini.installer ']' [2022-03-01T06:34:01.627Z] #40 1.576 + . //tini.installer [2022-03-01T06:34:01.627Z] #40 1.576 ++ : v0.19.0 [2022-03-01T06:34:01.627Z] #40 1.576 + install_tini [2022-03-01T06:34:01.627Z] #40 1.576 + echo 'Install tini version v0.19.0' [2022-03-01T06:34:01.627Z] #40 1.576 + git clone https://github.com/krallin/tini.git /tmp/tmp.IopicHcLTG/tini [2022-03-01T06:34:01.627Z] #40 1.576 Cloning into '/tmp/tmp.IopicHcLTG/tini'... [2022-03-01T06:34:01.739Z] #19 151.6 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-01T06:34:01.739Z] #19 151.6 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ... [2022-03-01T06:34:01.739Z] #19 151.7 Selecting previously unselected package libasan6-armel-cross. [2022-03-01T06:34:01.740Z] #19 151.7 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-01T06:34:01.740Z] #19 151.7 Unpacking libasan6-armel-cross (10.2.1-6cross1) ... [2022-03-01T06:34:01.740Z] #19 151.9 Selecting previously unselected package libstdc++6-armel-cross. [2022-03-01T06:33:59.642Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-01T06:33:59.693Z] > git config --add remote.origin.fetch +refs/pull/43303/head:refs/remotes/origin/PR-43303 # timeout=10 [2022-03-01T06:33:59.733Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-01T06:33:59.846Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-01T06:33:59.966Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-01T06:33:59.967Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-01T06:33:59.969Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43303/head:refs/remotes/origin/PR-43303 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-01T06:34:00.756Z] > git config core.sparsecheckout # timeout=10 [2022-03-01T06:34:00.799Z] > git checkout -f 9efa8b3500f43524d705cd703dac5ea5944b8ef6 # timeout=10 [2022-03-01T06:34:01.968Z] #60 39.68 + export 'BUILDTAGS=netgo osusergo static_build' [2022-03-01T06:34:01.968Z] #60 39.68 + BUILDTAGS='netgo osusergo static_build' [2022-03-01T06:34:01.968Z] #60 39.68 + export EXTRA_FLAGS=-buildmode=pie [2022-03-01T06:34:01.968Z] #60 39.68 + EXTRA_FLAGS=-buildmode=pie [2022-03-01T06:34:01.968Z] #60 39.68 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-03-01T06:34:01.968Z] #60 39.68 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-03-01T06:34:01.968Z] #60 39.68 + '[' '' = dynamic ']' [2022-03-01T06:34:01.968Z] #60 39.68 + make [2022-03-01T06:34:01.997Z] #19 151.9 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-01T06:34:01.997Z] #19 151.9 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-03-01T06:34:01.997Z] #19 152.0 Selecting previously unselected package libubsan1-armel-cross. [2022-03-01T06:34:01.997Z] #19 152.0 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-01T06:34:01.997Z] #19 152.0 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ... [2022-03-01T06:34:02.255Z] #19 152.1 Selecting previously unselected package libgcc-10-dev-armel-cross. [2022-03-01T06:34:02.255Z] #19 152.1 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-01T06:34:02.255Z] #19 152.1 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-03-01T06:34:02.255Z] #19 152.2 Selecting previously unselected package gcc-10-arm-linux-gnueabi. [2022-03-01T06:34:02.255Z] #19 152.2 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-03-01T06:34:02.255Z] #19 152.2 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-01T06:34:02.558Z] #40 2.632 + cd /tmp/tmp.IopicHcLTG/tini [2022-03-01T06:34:02.558Z] #40 2.632 + git checkout -q v0.19.0 [2022-03-01T06:34:02.558Z] #40 2.655 + cmake . [2022-03-01T06:34:02.799Z] #40 1.941 + RM_GOPATH=0 [2022-03-01T06:34:02.799Z] #40 1.945 + TMP_GOPATH= [2022-03-01T06:34:02.799Z] #40 1.945 + : /build [2022-03-01T06:34:02.799Z] #40 1.945 + '[' -z '' ']' [2022-03-01T06:34:02.799Z] #40 1.945 ++ mktemp -d [2022-03-01T06:34:02.799Z] #40 1.969 + export GOPATH=/tmp/tmp.ZDOC8N2hNE [2022-03-01T06:34:02.799Z] #40 1.969 + GOPATH=/tmp/tmp.ZDOC8N2hNE [2022-03-01T06:34:02.799Z] #40 1.969 + RM_GOPATH=1 [2022-03-01T06:34:02.799Z] #40 1.969 + case "$(go env GOARCH)" in [2022-03-01T06:34:02.799Z] #40 1.969 ++ go env GOARCH [2022-03-01T06:34:02.799Z] #40 1.983 + export GO_BUILDMODE=-buildmode=pie [2022-03-01T06:34:03.064Z] #40 1.984 + GO_BUILDMODE=-buildmode=pie [2022-03-01T06:34:03.064Z] #40 1.989 ++ dirname /install.sh [2022-03-01T06:34:03.064Z] #40 1.993 + dir=/ [2022-03-01T06:34:03.064Z] #40 1.993 + bin=tini [2022-03-01T06:34:03.064Z] #40 1.993 + shift [2022-03-01T06:34:03.064Z] #40 1.993 + '[' '!' -f //tini.installer ']' [2022-03-01T06:34:03.064Z] #40 1.993 + . //tini.installer [2022-03-01T06:34:03.064Z] #40 1.993 ++ : v0.19.0 [2022-03-01T06:34:03.064Z] #40 1.993 + install_tini [2022-03-01T06:34:03.064Z] #40 1.993 + echo 'Install tini version v0.19.0' [2022-03-01T06:34:03.064Z] #40 1.993 + git clone https://github.com/krallin/tini.git /tmp/tmp.ZDOC8N2hNE/tini [2022-03-01T06:34:03.064Z] #40 1.993 Install tini version v0.19.0 [2022-03-01T06:34:03.064Z] #40 2.017 Cloning into '/tmp/tmp.ZDOC8N2hNE/tini'... [2022-03-01T06:34:03.068Z] Merge succeeded, producing 9efa8b3500f43524d705cd703dac5ea5944b8ef6 [2022-03-01T06:34:03.068Z] Checking out Revision 9efa8b3500f43524d705cd703dac5ea5944b8ef6 (PR-43303) [2022-03-01T06:34:03.127Z] #40 3.301 -- The C compiler identification is GNU 10.2.1 [2022-03-01T06:34:03.337Z] #60 40.90 + bin/ctr [2022-03-01T06:34:03.384Z] #40 3.375 -- Detecting C compiler ABI info [2022-03-01T06:34:03.614Z] Merge succeeded, producing 9efa8b3500f43524d705cd703dac5ea5944b8ef6 [2022-03-01T06:34:03.614Z] Checking out Revision 9efa8b3500f43524d705cd703dac5ea5944b8ef6 (PR-43303) [2022-03-01T06:34:03.640Z] #40 3.757 -- Detecting C compiler ABI info - done [2022-03-01T06:34:02.740Z] > git remote # timeout=10 [2022-03-01T06:34:02.808Z] > git config --get remote.origin.url # timeout=10 [2022-03-01T06:34:02.851Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-01T06:34:02.852Z] > git merge d809ad98e32860b07269187f8bc88781dd33c67d # timeout=10 [2022-03-01T06:34:02.988Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-03-01T06:34:03.100Z] > git config core.sparsecheckout # timeout=10 [2022-03-01T06:34:03.144Z] > git checkout -f 9efa8b3500f43524d705cd703dac5ea5944b8ef6 # timeout=10 [2022-03-01T06:34:03.897Z] #40 3.861 -- Check for working C compiler: /usr/bin/cc - skipped [2022-03-01T06:34:03.897Z] #40 3.867 -- Detecting C compile features [2022-03-01T06:34:03.897Z] #40 3.875 -- Detecting C compile features - done [2022-03-01T06:34:03.897Z] #40 3.897 -- Performing Test HAS_BUILTIN_FORTIFY [2022-03-01T06:34:03.897Z] #40 4.091 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-03-01T06:34:04.154Z] #40 4.158 -- Configuring done [2022-03-01T06:34:04.154Z] #40 4.175 -- Generating done [2022-03-01T06:34:04.154Z] #40 4.180 -- Build files have been written to: /tmp/tmp.IopicHcLTG/tini [2022-03-01T06:34:04.154Z] #40 4.184 + make tini-static [2022-03-01T06:34:04.154Z] #40 4.346 Scanning dependencies of target tini-static [2022-03-01T06:34:04.411Z] #40 4.408 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-03-01T06:34:04.453Z] #40 3.271 + cd /tmp/tmp.ZDOC8N2hNE/tini [2022-03-01T06:34:04.453Z] #40 3.272 + git checkout -q v0.19.0 [2022-03-01T06:34:04.453Z] #40 3.304 + cmake . [2022-03-01T06:34:04.975Z] #40 5.221 [100%] Linking C executable tini-static [2022-03-01T06:34:03.300Z] > git remote # timeout=10 [2022-03-01T06:34:03.364Z] > git config --get remote.origin.url # timeout=10 [2022-03-01T06:34:03.403Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-01T06:34:03.405Z] > git merge d809ad98e32860b07269187f8bc88781dd33c67d # timeout=10 [2022-03-01T06:34:03.534Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-03-01T06:34:03.647Z] > git config core.sparsecheckout # timeout=10 [2022-03-01T06:34:03.689Z] > git checkout -f 9efa8b3500f43524d705cd703dac5ea5944b8ef6 # timeout=10 [2022-03-01T06:34:05.027Z] #40 4.118 -- The C compiler identification is GNU 10.2.1 [2022-03-01T06:34:05.289Z] #40 4.211 -- Detecting C compiler ABI info [2022-03-01T06:34:05.289Z] #40 4.500 -- Detecting C compiler ABI info - done [2022-03-01T06:34:05.538Z] #40 5.673 [100%] Built target tini-static [2022-03-01T06:34:05.538Z] #40 5.711 + mkdir -p /build [2022-03-01T06:34:05.538Z] #40 5.715 + cp tini-static /build/docker-init [2022-03-01T06:34:05.550Z] #40 4.609 -- Check for working C compiler: /usr/bin/cc - skipped [2022-03-01T06:34:05.550Z] #40 4.615 -- Detecting C compile features [2022-03-01T06:34:05.550Z] #40 4.616 -- Detecting C compile features - done [2022-03-01T06:34:05.550Z] #40 4.635 -- Performing Test HAS_BUILTIN_FORTIFY [2022-03-01T06:34:05.811Z] #40 4.818 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-03-01T06:34:06.072Z] #40 4.921 -- Configuring done [2022-03-01T06:34:06.072Z] #40 4.928 -- Generating done [2022-03-01T06:34:06.072Z] #40 4.931 -- Build files have been written to: /tmp/tmp.ZDOC8N2hNE/tini [2022-03-01T06:34:06.072Z] #40 4.943 + make tini-static [2022-03-01T06:34:06.072Z] #40 5.174 Scanning dependencies of target tini-static [2022-03-01T06:34:06.072Z] #40 5.215 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-03-01T06:34:06.102Z] #40 DONE 6.2s [2022-03-01T06:34:06.102Z] [2022-03-01T06:34:06.102Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-01T06:34:06.102Z] #51 sha256:c4314f9afb2a551f3c35ade83571afbf0887de6d2ff91d6019f6af268507a0d5 [2022-03-01T06:34:06.102Z] #51 64.16 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-03-01T06:34:06.102Z] #51 64.40 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-03-01T06:34:06.102Z] #51 64.40 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-03-01T06:34:06.102Z] #51 64.77 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-03-01T06:34:06.102Z] #51 64.83 go: downloading github.com/gobwas/glob v0.2.3 [2022-03-01T06:34:06.102Z] #51 64.91 go: downloading github.com/kisielk/gotool v1.0.0 [2022-03-01T06:34:06.102Z] #51 64.98 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-03-01T06:34:06.102Z] #51 65.03 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-03-01T06:34:06.102Z] #51 65.08 go: downloading golang.org/x/mod v0.5.1 [2022-03-01T06:34:06.102Z] #51 65.24 go: downloading github.com/ettle/strcase v0.1.1 [2022-03-01T06:34:06.102Z] #51 65.37 go: downloading github.com/fatih/structtag v1.2.0 [2022-03-01T06:34:06.102Z] #51 65.41 go: downloading github.com/Masterminds/semver v1.5.0 [2022-03-01T06:34:06.102Z] #51 65.45 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-03-01T06:34:06.102Z] #51 65.47 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-03-01T06:34:06.102Z] #51 65.57 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-03-01T06:34:06.102Z] #51 66.03 go: downloading github.com/prometheus/client_model v0.2.0 [2022-03-01T06:34:06.102Z] #51 66.14 go: downloading github.com/google/go-cmp v0.5.6 [2022-03-01T06:34:06.102Z] #51 66.40 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-03-01T06:34:06.102Z] #51 66.52 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-03-01T06:34:06.102Z] #51 66.52 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-03-01T06:34:06.102Z] #51 66.67 go: downloading github.com/beorn7/perks v1.0.1 [2022-03-01T06:34:06.102Z] #51 66.67 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-03-01T06:34:06.102Z] #51 66.84 go: downloading github.com/cespare/xxhash v1.1.0 [2022-03-01T06:34:06.102Z] #51 66.84 go: downloading github.com/golang/protobuf v1.5.2 [2022-03-01T06:34:06.102Z] #51 67.15 go: downloading github.com/prometheus/common v0.10.0 [2022-03-01T06:34:06.102Z] #51 67.35 go: downloading github.com/prometheus/procfs v0.6.0 [2022-03-01T06:34:06.102Z] #51 67.65 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-03-01T06:34:06.102Z] #51 67.76 go: downloading google.golang.org/protobuf v1.27.1 [2022-03-01T06:34:06.102Z] #51 69.13 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-03-01T06:34:06.240Z] #60 ... [2022-03-01T06:34:06.240Z] [2022-03-01T06:34:06.240Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:34:06.240Z] #14 sha256:bb1bf8418517cbec45e0653af3a851786f3aeea1102b9cb4e4f1f722a68ccac0 [2022-03-01T06:34:06.240Z] #14 65.63 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-03-01T06:34:06.240Z] #14 65.64 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2022-03-01T06:34:06.240Z] #14 65.64 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-01T06:34:06.240Z] #14 70.02 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-03-01T06:34:06.240Z] #14 70.02 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_arm64.deb ... [2022-03-01T06:34:06.240Z] #14 70.03 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-01T06:34:06.240Z] #14 74.65 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-03-01T06:34:06.240Z] #14 74.65 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2022-03-01T06:34:06.240Z] #14 74.66 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-01T06:34:07.016Z] #40 6.083 [100%] Linking C executable tini-static [2022-03-01T06:34:07.169Z] #14 ... [2022-03-01T06:34:07.169Z] [2022-03-01T06:34:07.169Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-01T06:34:07.169Z] #63 sha256:7898fa36a984620bfd9ffed8f1275bbb3d4b8c2b1baa4760fa84fc427a6b5686 [2022-03-01T06:34:07.169Z] #63 77.96 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-01T06:34:07.169Z] #63 77.96 + GOBIN=/build [2022-03-01T06:34:07.169Z] #63 77.96 + GO111MODULE=on [2022-03-01T06:34:07.169Z] #63 77.96 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-03-01T06:34:07.277Z] #40 6.476 [100%] Built target tini-static [2022-03-01T06:34:07.277Z] #40 6.515 + mkdir -p /build [2022-03-01T06:34:07.472Z] #51 ... [2022-03-01T06:34:07.472Z] [2022-03-01T06:34:07.472Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:34:07.472Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d [2022-03-01T06:34:07.472Z] #14 62.79 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-03-01T06:34:07.472Z] #14 62.81 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-03-01T06:34:07.472Z] #14 63.12 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-01T06:34:07.472Z] #14 69.51 Selecting previously unselected package gcc-mingw-w64-base. [2022-03-01T06:34:07.472Z] #14 69.52 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-03-01T06:34:07.472Z] #14 69.52 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-01T06:34:07.472Z] #14 69.61 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-03-01T06:34:07.472Z] #14 69.62 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-01T06:34:07.472Z] #14 69.62 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-01T06:34:07.533Z] #19 156.9 Selecting previously unselected package gcc-arm-linux-gnueabi. [2022-03-01T06:34:07.533Z] #19 156.9 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-03-01T06:34:07.533Z] #19 156.9 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-01T06:34:07.533Z] #19 157.0 Selecting previously unselected package linux-libc-dev-armel-cross. [2022-03-01T06:34:07.533Z] #19 157.0 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ... [2022-03-01T06:34:07.533Z] #19 157.0 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-03-01T06:34:07.538Z] #40 6.517 + cp tini-static /build/docker-init [2022-03-01T06:34:07.538Z] #40 ... [2022-03-01T06:34:07.538Z] [2022-03-01T06:34:07.538Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-01T06:34:07.538Z] #51 sha256:c4314f9afb2a551f3c35ade83571afbf0887de6d2ff91d6019f6af268507a0d5 [2022-03-01T06:34:07.538Z] #51 67.26 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-03-01T06:34:07.538Z] #51 67.45 go: downloading github.com/gobwas/glob v0.2.3 [2022-03-01T06:34:07.538Z] #51 67.54 go: downloading github.com/kisielk/gotool v1.0.0 [2022-03-01T06:34:07.538Z] #51 67.58 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-03-01T06:34:07.538Z] #51 67.66 go: downloading golang.org/x/mod v0.5.1 [2022-03-01T06:34:07.538Z] #51 67.67 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-03-01T06:34:07.538Z] #51 67.72 go: downloading github.com/ettle/strcase v0.1.1 [2022-03-01T06:34:07.538Z] #51 67.92 go: downloading github.com/fatih/structtag v1.2.0 [2022-03-01T06:34:07.538Z] #51 67.95 go: downloading github.com/Masterminds/semver v1.5.0 [2022-03-01T06:34:07.538Z] #51 67.96 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-03-01T06:34:07.538Z] #51 68.04 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-03-01T06:34:07.538Z] #51 68.19 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-03-01T06:34:07.538Z] #51 68.58 go: downloading github.com/prometheus/client_model v0.2.0 [2022-03-01T06:34:07.538Z] #51 68.64 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-03-01T06:34:07.538Z] #51 68.65 go: downloading github.com/google/go-cmp v0.5.6 [2022-03-01T06:34:07.538Z] #51 68.81 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-03-01T06:34:07.538Z] #51 68.86 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-03-01T06:34:07.538Z] #51 68.95 go: downloading github.com/beorn7/perks v1.0.1 [2022-03-01T06:34:07.538Z] #51 69.01 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-03-01T06:34:07.538Z] #51 69.01 go: downloading github.com/golang/protobuf v1.5.2 [2022-03-01T06:34:07.538Z] #51 69.14 go: downloading github.com/cespare/xxhash v1.1.0 [2022-03-01T06:34:07.538Z] #51 69.21 go: downloading github.com/prometheus/common v0.10.0 [2022-03-01T06:34:07.538Z] #51 69.45 go: downloading github.com/prometheus/procfs v0.6.0 [2022-03-01T06:34:07.538Z] #51 69.56 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-03-01T06:34:07.538Z] #51 69.60 go: downloading google.golang.org/protobuf v1.27.1 [2022-03-01T06:34:07.538Z] #51 70.88 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-03-01T06:34:07.794Z] #19 157.7 Selecting previously unselected package libc6-dev-armel-cross. [2022-03-01T06:34:07.794Z] #19 157.7 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ... [2022-03-01T06:34:07.799Z] #51 ... [2022-03-01T06:34:07.799Z] [2022-03-01T06:34:07.799Z] #40 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-03-01T06:34:07.799Z] #40 sha256:8cb2849d60e0640909449840aa8ea42efb4467251a1b937467bb73936f2f626c [2022-03-01T06:34:07.799Z] #40 DONE 6.8s [2022-03-01T06:34:07.799Z] [2022-03-01T06:34:07.799Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:34:07.799Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d [2022-03-01T06:34:07.799Z] #14 68.94 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-03-01T06:34:07.799Z] #14 68.94 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-03-01T06:34:07.799Z] #14 68.97 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-01T06:34:07.799Z] #14 75.60 Selecting previously unselected package gcc-mingw-w64-base. [2022-03-01T06:34:07.799Z] #14 75.60 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-03-01T06:34:07.799Z] #14 75.61 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-01T06:34:07.799Z] #14 75.72 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-03-01T06:34:07.799Z] #14 75.72 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-01T06:34:07.799Z] #14 75.73 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-01T06:34:08.051Z] #19 157.9 Unpacking libc6-dev-armel-cross (2.31-9cross4) ... [2022-03-01T06:34:09.425Z] #19 159.1 Selecting previously unselected package libstdc++-10-dev-armel-cross. [2022-03-01T06:34:09.425Z] #19 159.1 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-03-01T06:34:09.425Z] #19 159.4 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-03-01T06:34:09.995Z] #14 75.43 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-03-01T06:34:09.995Z] #14 75.43 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-01T06:34:09.995Z] #14 75.43 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-01T06:34:10.358Z] #19 160.3 Selecting previously unselected package g++-10-arm-linux-gnueabi. [2022-03-01T06:34:10.358Z] #19 160.3 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-03-01T06:34:10.358Z] #19 160.4 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-01T06:34:10.691Z] Commit message: "all: fix typos" [2022-03-01T06:34:11.100Z] > git --version # timeout=10 [2022-03-01T06:34:11.144Z] > git --version # 'git version 2.24.1.windows.2' [2022-03-01T06:34:11.183Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2022-03-01T06:34:11.342Z] #63 82.13 rootlesskit version 0.14.6 [2022-03-01T06:34:11.342Z] #63 82.13 Usage of /build/rootlesskit-docker-proxy: [2022-03-01T06:34:11.342Z] #63 82.13 -container-ip string [2022-03-01T06:34:11.342Z] #63 82.13 container ip [2022-03-01T06:34:11.342Z] #63 82.13 -container-port int [2022-03-01T06:34:11.342Z] #63 82.13 container port (default -1) [2022-03-01T06:34:11.342Z] #63 82.13 -host-ip string [2022-03-01T06:34:11.342Z] #63 82.13 host ip [2022-03-01T06:34:11.342Z] #63 82.13 -host-port int [2022-03-01T06:34:11.342Z] #63 82.13 host port (default -1) [2022-03-01T06:34:11.342Z] #63 82.13 -proto string [2022-03-01T06:34:11.342Z] #63 82.13 proxy protocol (default "tcp") [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-01T06:34:12.020Z] #14 81.48 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-03-01T06:34:12.020Z] #14 81.48 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-01T06:34:12.020Z] #14 81.49 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-01T06:34:12.366Z] #63 ... [2022-03-01T06:34:12.366Z] [2022-03-01T06:34:12.366Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:34:12.366Z] #14 sha256:bb1bf8418517cbec45e0653af3a851786f3aeea1102b9cb4e4f1f722a68ccac0 [2022-03-01T06:34:12.366Z] #14 83.64 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-03-01T06:34:12.366Z] #14 83.64 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2022-03-01T06:34:12.366Z] #14 83.67 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-01T06:34:13.308Z] #60 ... [2022-03-01T06:34:13.308Z] [2022-03-01T06:34:13.309Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:34:13.309Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d [2022-03-01T06:34:13.309Z] #14 73.26 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-03-01T06:34:13.309Z] #14 73.27 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-01T06:34:13.309Z] #14 73.28 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-01T06:34:13.309Z] #14 78.23 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-03-01T06:34:13.309Z] #14 78.24 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-01T06:34:13.309Z] #14 78.25 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-01T06:34:14.325Z] Commit message: "all: fix typos" [2022-03-01T06:34:14.476Z] + docker version [2022-03-01T06:34:14.708Z] > git --version # timeout=10 [2022-03-01T06:34:14.754Z] > git --version # 'git version 2.24.1.windows.2' [2022-03-01T06:34:14.799Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-01T06:34:15.277Z] Commit message: "all: fix typos" [2022-03-01T06:34:15.633Z] #19 164.8 Selecting previously unselected package g++-arm-linux-gnueabi. [2022-03-01T06:34:15.634Z] #19 164.8 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-03-01T06:34:15.634Z] #19 164.8 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-01T06:34:15.634Z] #19 164.8 Selecting previously unselected package crossbuild-essential-armel. [2022-03-01T06:34:15.634Z] #19 164.8 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ... [2022-03-01T06:34:15.634Z] #19 164.9 Unpacking crossbuild-essential-armel (12.9) ... [2022-03-01T06:34:15.634Z] #19 164.9 Selecting previously unselected package libc6-armhf-cross. [2022-03-01T06:34:15.634Z] #19 164.9 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ... [2022-03-01T06:34:15.634Z] #19 164.9 Unpacking libc6-armhf-cross (2.31-9cross4) ... [2022-03-01T06:34:15.634Z] #19 165.0 Selecting previously unselected package libgcc-s1-armhf-cross. [2022-03-01T06:34:15.634Z] #19 165.0 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-01T06:34:15.634Z] #19 165.0 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-03-01T06:34:15.634Z] #19 165.0 Selecting previously unselected package libgomp1-armhf-cross. [2022-03-01T06:34:15.634Z] #19 165.0 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-01T06:34:15.634Z] #19 165.0 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-03-01T06:34:15.634Z] #19 165.1 Selecting previously unselected package libatomic1-armhf-cross. [2022-03-01T06:34:15.634Z] #19 165.1 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-01T06:34:15.634Z] #19 165.1 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-03-01T06:34:15.634Z] #19 165.1 Selecting previously unselected package libasan6-armhf-cross. [2022-03-01T06:34:15.634Z] #19 165.1 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-01T06:34:15.634Z] #19 165.1 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ... [2022-03-01T06:34:15.634Z] #19 165.4 Selecting previously unselected package libstdc++6-armhf-cross. [2022-03-01T06:34:15.634Z] #19 165.4 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-01T06:34:15.634Z] #19 165.4 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-03-01T06:34:15.634Z] #19 165.4 Selecting previously unselected package libubsan1-armhf-cross. [2022-03-01T06:34:15.634Z] #19 165.5 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-01T06:34:15.634Z] #19 165.5 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-03-01T06:34:15.634Z] #19 165.5 Selecting previously unselected package libgcc-10-dev-armhf-cross. [2022-03-01T06:34:15.634Z] #19 165.6 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-01T06:34:15.634Z] #19 165.6 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-03-01T06:34:15.634Z] #19 165.7 Selecting previously unselected package gcc-10-arm-linux-gnueabihf. [2022-03-01T06:34:15.634Z] #19 165.7 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-03-01T06:34:15.634Z] #19 165.7 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-01T06:34:15.673Z] > git --version # timeout=10 [2022-03-01T06:34:15.713Z] > git --version # 'git version 2.24.1.windows.2' [2022-03-01T06:34:15.762Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-01T06:34:17.487Z] #14 ... [2022-03-01T06:34:17.487Z] [2022-03-01T06:34:17.487Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-01T06:34:17.487Z] #63 sha256:a2e9053689e0534e14fa16210769ea1db2ac4cb42185c28de1ff69d9474b6f72 [2022-03-01T06:34:17.487Z] #63 87.46 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-01T06:34:17.487Z] #63 87.46 + GOBIN=/build [2022-03-01T06:34:17.487Z] #63 87.46 + GO111MODULE=on [2022-03-01T06:34:17.487Z] #63 87.46 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-03-01T06:34:17.623Z] #14 88.13 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-03-01T06:34:17.623Z] #14 88.14 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-03-01T06:34:17.623Z] #14 88.15 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-01T06:34:18.022Z] + docker version [2022-03-01T06:34:18.380Z] #14 89.30 Selecting previously unselected package libapparmor1:arm64. [2022-03-01T06:34:18.380Z] #14 89.31 Preparing to unpack .../15-libapparmor1_2.13.6-10_arm64.deb ... [2022-03-01T06:34:18.380Z] #14 89.32 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-03-01T06:34:18.943Z] #14 90.19 Selecting previously unselected package libapparmor-dev:arm64. [2022-03-01T06:34:18.943Z] #14 90.20 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-03-01T06:34:18.943Z] #14 90.29 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-03-01T06:34:19.554Z] #14 90.82 Selecting previously unselected package libbtrfs0:arm64. [2022-03-01T06:34:19.554Z] #14 90.82 Preparing to unpack .../17-libbtrfs0_5.10.1-2_arm64.deb ... [2022-03-01T06:34:19.811Z] #14 91.18 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2022-03-01T06:34:19.811Z] #14 ... [2022-03-01T06:34:19.811Z] [2022-03-01T06:34:19.811Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-01T06:34:19.811Z] #63 sha256:7898fa36a984620bfd9ffed8f1275bbb3d4b8c2b1baa4760fa84fc427a6b5686 [2022-03-01T06:34:19.811Z] #63 DONE 90.9s [2022-03-01T06:34:19.939Z] + docker version [2022-03-01T06:34:19.954Z] #14 ... [2022-03-01T06:34:19.954Z] [2022-03-01T06:34:19.954Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-01T06:34:19.954Z] #60 sha256:8ec41364113a0ea709774025077b015e7266be7fbc005c7c422c7e5902221e55 [2022-03-01T06:34:20.067Z] [2022-03-01T06:34:20.067Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:34:20.067Z] #14 sha256:bb1bf8418517cbec45e0653af3a851786f3aeea1102b9cb4e4f1f722a68ccac0 [2022-03-01T06:34:20.067Z] #14 91.32 Selecting previously unselected package libbtrfs-dev:arm64. [2022-03-01T06:34:20.067Z] #14 91.33 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_arm64.deb ... [2022-03-01T06:34:20.067Z] #14 91.34 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2022-03-01T06:34:20.173Z] #14 ... [2022-03-01T06:34:20.173Z] [2022-03-01T06:34:20.173Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-01T06:34:20.173Z] #60 sha256:6a033edba639fe1346a16bb613512f61866db39685131d1f6beb15043d34961d [2022-03-01T06:34:20.211Z] #60 36.94 Updating files: 63% (3025/4731) Updating files: 64% (3028/4731) Updating files: 65% (3076/4731) Updating files: 66% (3123/4731) Updating files: 67% (3170/4731) Updating files: 68% (3218/4731) Updating files: 69% (3265/4731) Updating files: 70% (3312/4731) Updating files: 71% (3360/4731) Updating files: 72% (3407/4731) Updating files: 73% (3454/4731) Updating files: 74% (3501/4731) Updating files: 75% (3549/4731) Updating files: 76% (3596/4731) Updating files: 77% (3643/4731) Updating files: 78% (3691/4731) Updating files: 79% (3738/4731) Updating files: 80% (3785/4731) Updating files: 81% (3833/4731) Updating files: 82% (3880/4731) Updating files: 83% (3927/4731) Updating files: 84% (3975/4731) Updating files: 85% (4022/4731) Updating files: 86% (4069/4731) Updating files: 87% (4116/4731) Updating files: 88% (4164/4731) Updating files: 89% (4211/4731) Updating files: 90% (4258/4731) Updating files: 91% (4306/4731) Updating files: 92% (4353/4731) Updating files: 93% (4400/4731) Updating files: 94% (4448/4731) Updating files: 95% (4495/4731) Updating files: 96% (4542/4731) Updating files: 97% (4590/4731) Updating files: 98% (4637/4731) Updating files: 99% (4684/4731) Updating files: 100% (4731/4731) Updating files: 100% (4731/4731), done. [2022-03-01T06:34:20.211Z] #60 37.73 + cd /tmp/tmp.ENCm5QOyrc/src/github.com/containerd/containerd [2022-03-01T06:34:20.324Z] #14 ... [2022-03-01T06:34:20.324Z] [2022-03-01T06:34:20.324Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-01T06:34:20.324Z] #64 sha256:64562e0434c78a5f32882088082c33eeabc010dc69c51717d8196aaeb35ea183 [2022-03-01T06:34:20.324Z] #64 DONE 0.4s [2022-03-01T06:34:20.324Z] [2022-03-01T06:34:20.324Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:34:20.324Z] #14 sha256:bb1bf8418517cbec45e0653af3a851786f3aeea1102b9cb4e4f1f722a68ccac0 [2022-03-01T06:34:20.324Z] #14 91.61 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2022-03-01T06:34:20.324Z] #14 91.62 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2022-03-01T06:34:20.324Z] #14 91.63 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2022-03-01T06:34:20.324Z] #14 91.68 Selecting previously unselected package libudev-dev:arm64. [2022-03-01T06:34:20.324Z] #14 91.69 Preparing to unpack .../20-libudev-dev_247.3-6_arm64.deb ... [2022-03-01T06:34:20.324Z] #14 91.70 Unpacking libudev-dev:arm64 (247.3-6) ... [2022-03-01T06:34:20.469Z] #60 37.73 + git checkout -q v1.5.9 [2022-03-01T06:34:20.697Z] #60 41.20 Updating files: 67% (3170/4731) Updating files: 68% (3218/4731) Updating files: 69% (3265/4731) Updating files: 70% (3312/4731) Updating files: 71% (3360/4731) Updating files: 72% (3407/4731) Updating files: 73% (3454/4731) Updating files: 74% (3501/4731) Updating files: 75% (3549/4731) Updating files: 76% (3596/4731) Updating files: 77% (3643/4731) Updating files: 78% (3691/4731) Updating files: 79% (3738/4731) Updating files: 80% (3785/4731) Updating files: 81% (3833/4731) Updating files: 82% (3880/4731) Updating files: 83% (3927/4731) Updating files: 84% (3975/4731) Updating files: 85% (4022/4731) Updating files: 86% (4069/4731) Updating files: 87% (4116/4731) Updating files: 88% (4164/4731) Updating files: 89% (4211/4731) Updating files: 90% (4258/4731) Updating files: 91% (4306/4731) Updating files: 92% (4353/4731) Updating files: 93% (4400/4731) Updating files: 94% (4448/4731) Updating files: 95% (4495/4731) Updating files: 96% (4542/4731) Updating files: 97% (4590/4731) Updating files: 98% (4637/4731) Updating files: 99% (4684/4731) Updating files: 100% (4731/4731) Updating files: 100% (4731/4731), done. [2022-03-01T06:34:20.697Z] #60 41.97 + cd /tmp/tmp.nPKyqb74qL/src/github.com/containerd/containerd [2022-03-01T06:34:20.697Z] #60 41.97 + git checkout -q v1.5.9 [2022-03-01T06:34:20.839Z] #14 91.97 Selecting previously unselected package libsepol1-dev:arm64.#14 ... [2022-03-01T06:34:20.839Z] [2022-03-01T06:34:20.839Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-01T06:34:20.839Z] #65 sha256:d1103278308df0fab5ce551e7d79a75651f54ed43d0d2717b14795ff26dbb254 [2022-03-01T06:34:20.839Z] #65 DONE 0.4s [2022-03-01T06:34:20.839Z] [2022-03-01T06:34:20.839Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:34:20.839Z] #14 sha256:bb1bf8418517cbec45e0653af3a851786f3aeea1102b9cb4e4f1f722a68ccac0 [2022-03-01T06:34:20.839Z] #14 91.97 Selecting previously unselected package libsepol1-dev:arm64. [2022-03-01T06:34:20.839Z] #14 91.98 Preparing to unpack .../21-libsepol1-dev_3.1-1_arm64.deb ... [2022-03-01T06:34:20.839Z] #14 91.98 Unpacking libsepol1-dev:arm64 (3.1-1) ... [2022-03-01T06:34:20.898Z] #19 170.4 Selecting previously unselected package gcc-arm-linux-gnueabihf. [2022-03-01T06:34:20.898Z] #19 170.4 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-03-01T06:34:20.898Z] #19 170.4 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-01T06:34:20.898Z] #19 170.4 Selecting previously unselected package linux-libc-dev-armhf-cross. [2022-03-01T06:34:20.898Z] #19 170.4 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ... [2022-03-01T06:34:20.898Z] #19 170.4 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-03-01T06:34:20.898Z] #19 170.6 Selecting previously unselected package libc6-dev-armhf-cross. [2022-03-01T06:34:20.898Z] #19 170.6 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ... [2022-03-01T06:34:20.898Z] #19 170.6 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ... [2022-03-01T06:34:20.898Z] #19 170.8 Selecting previously unselected package libstdc++-10-dev-armhf-cross. [2022-03-01T06:34:20.898Z] #19 170.8 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-03-01T06:34:20.898Z] #19 170.8 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-03-01T06:34:21.096Z] #14 92.21 Selecting previously unselected package libpcre2-16-0:arm64. [2022-03-01T06:34:21.096Z] #14 92.21 Preparing to unpack .../22-libpcre2-16-0_10.36-2_arm64.deb ... [2022-03-01T06:34:21.096Z] #14 92.22 Unpacking libpcre2-16-0:arm64 (10.36-2) ... [2022-03-01T06:34:21.096Z] #14 92.46 Selecting previously unselected package libpcre2-32-0:arm64. [2022-03-01T06:34:21.097Z] #14 92.46 Preparing to unpack .../23-libpcre2-32-0_10.36-2_arm64.deb ... [2022-03-01T06:34:21.097Z] #14 92.47 Unpacking libpcre2-32-0:arm64 (10.36-2) ... [2022-03-01T06:34:21.159Z] #19 171.1 Selecting previously unselected package g++-10-arm-linux-gnueabihf. [2022-03-01T06:34:21.159Z] #19 171.1 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-03-01T06:34:21.159Z] #19 171.1 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-01T06:34:21.354Z] #14 92.71 Selecting previously unselected package libpcre2-posix2:arm64. [2022-03-01T06:34:21.354Z] #14 92.71 Preparing to unpack .../24-libpcre2-posix2_10.36-2_arm64.deb ... [2022-03-01T06:34:21.354Z] #14 92.72 Unpacking libpcre2-posix2:arm64 (10.36-2) ... [2022-03-01T06:34:21.400Z] #60 38.87 + export 'BUILDTAGS=netgo osusergo static_build' [2022-03-01T06:34:21.401Z] #60 38.87 + BUILDTAGS='netgo osusergo static_build' [2022-03-01T06:34:21.401Z] #60 38.87 + export EXTRA_FLAGS=-buildmode=pie [2022-03-01T06:34:21.401Z] #60 38.87 + EXTRA_FLAGS=-buildmode=pie [2022-03-01T06:34:21.401Z] #60 38.87 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-03-01T06:34:21.401Z] #60 38.87 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-03-01T06:34:21.401Z] #60 38.87 + '[' '' = dynamic ']' [2022-03-01T06:34:21.401Z] #60 38.87 + make [2022-03-01T06:34:21.611Z] #14 92.87 Selecting previously unselected package libpcre2-dev:arm64. [2022-03-01T06:34:21.611Z] #14 92.87 Preparing to unpack .../25-libpcre2-dev_10.36-2_arm64.deb ... [2022-03-01T06:34:21.611Z] #14 92.90 Unpacking libpcre2-dev:arm64 (10.36-2) ... [2022-03-01T06:34:21.663Z] #63 92.41 rootlesskit version 0.14.6 [2022-03-01T06:34:21.922Z] #63 92.41 Usage of /build/rootlesskit-docker-proxy: [2022-03-01T06:34:21.922Z] #63 92.41 -container-ip string [2022-03-01T06:34:21.922Z] #63 92.41 container ip [2022-03-01T06:34:21.922Z] #63 92.41 -container-port int [2022-03-01T06:34:21.922Z] #63 92.41 container port (default -1) [2022-03-01T06:34:21.922Z] #63 92.41 -host-ip string [2022-03-01T06:34:21.922Z] #63 92.41 host ip [2022-03-01T06:34:21.922Z] #63 92.41 -host-port int [2022-03-01T06:34:21.922Z] #63 92.41 host port (default -1) [2022-03-01T06:34:21.922Z] #63 92.41 -proto string [2022-03-01T06:34:21.922Z] #63 92.41 proxy protocol (default "tcp") [2022-03-01T06:34:22.087Z] #60 43.45 + export 'BUILDTAGS=netgo osusergo static_build' [2022-03-01T06:34:22.087Z] #60 43.45 + BUILDTAGS='netgo osusergo static_build' [2022-03-01T06:34:22.087Z] #60 43.45 + export EXTRA_FLAGS=-buildmode=pie [2022-03-01T06:34:22.087Z] #60 43.45 + EXTRA_FLAGS=-buildmode=pie [2022-03-01T06:34:22.087Z] #60 43.45 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-03-01T06:34:22.087Z] #60 43.45 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-03-01T06:34:22.087Z] #60 43.45 + '[' '' = dynamic ']' [2022-03-01T06:34:22.087Z] #60 43.45 + make [2022-03-01T06:34:22.176Z] #14 93.30 Selecting previously unselected package libselinux1-dev:arm64. [2022-03-01T06:34:22.176Z] #14 93.30 Preparing to unpack .../26-libselinux1-dev_3.1-3_arm64.deb ... [2022-03-01T06:34:22.176Z] #14 93.31 Unpacking libselinux1-dev:arm64 (3.1-3) ... [2022-03-01T06:34:22.176Z] #14 93.52 Selecting previously unselected package libdevmapper-dev:arm64. [2022-03-01T06:34:22.176Z] #14 93.52 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ... [2022-03-01T06:34:22.176Z] #14 93.53 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2022-03-01T06:34:22.176Z] #14 93.60 Selecting previously unselected package libseccomp-dev:arm64. [2022-03-01T06:34:22.176Z] #14 93.60 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-03-01T06:34:22.176Z] #14 93.61 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-03-01T06:34:22.432Z] #14 93.69 Selecting previously unselected package libsystemd-dev:arm64. [2022-03-01T06:34:22.432Z] #14 93.70 Preparing to unpack .../29-libsystemd-dev_247.3-6_arm64.deb ... [2022-03-01T06:34:22.432Z] #14 93.72 Unpacking libsystemd-dev:arm64 (247.3-6) ... [2022-03-01T06:34:22.996Z] #14 94.10 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-03-01T06:34:22.996Z] #14 94.14 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-03-01T06:34:22.996Z] #14 94.17 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-01T06:34:22.996Z] #14 94.19 Setting up libsepol1-dev:arm64 (3.1-1) ... [2022-03-01T06:34:22.996Z] #14 94.21 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-01T06:34:22.996Z] #14 94.22 Setting up libpcre2-16-0:arm64 (10.36-2) ... [2022-03-01T06:34:22.996Z] #14 94.24 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2022-03-01T06:34:22.996Z] #14 94.38 Setting up libpcre2-32-0:arm64 (10.36-2) ... [2022-03-01T06:34:22.996Z] #14 94.39 Setting up libudev-dev:arm64 (247.3-6) ... [2022-03-01T06:34:22.996Z] #14 94.40 Setting up libpcre2-posix2:arm64 (10.36-2) ... [2022-03-01T06:34:22.996Z] #14 94.42 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-01T06:34:22.996Z] #14 94.43 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2022-03-01T06:34:22.996Z] #14 94.45 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-01T06:34:23.139Z] Client: [2022-03-01T06:34:23.139Z] Version: 20.10.9 [2022-03-01T06:34:23.139Z] API version: 1.41 [2022-03-01T06:34:23.139Z] Go version: go1.16.8 [2022-03-01T06:34:23.139Z] Git commit: c2ea9bc [2022-03-01T06:34:23.139Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-01T06:34:23.139Z] OS/Arch: windows/amd64 [2022-03-01T06:34:23.139Z] Context: default [2022-03-01T06:34:23.139Z] Experimental: true [2022-03-01T06:34:23.139Z] [2022-03-01T06:34:23.139Z] Server: Docker Engine - Community [2022-03-01T06:34:23.139Z] Engine: [2022-03-01T06:34:23.139Z] Version: 20.10.9 [2022-03-01T06:34:23.139Z] API version: 1.41 (minimum version 1.24) [2022-03-01T06:34:23.139Z] Go version: go1.16.8 [2022-03-01T06:34:23.139Z] Git commit: 79ea9d3 [2022-03-01T06:34:23.139Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-01T06:34:23.139Z] OS/Arch: windows/amd64 [2022-03-01T06:34:23.139Z] Experimental: true [2022-03-01T06:34:23.253Z] #14 94.46 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-03-01T06:34:23.253Z] #14 94.48 Setting up mingw-w64-common (8.0.0-1) ... [2022-03-01T06:34:23.253Z] #14 94.50 Setting up libsystemd-dev:arm64 (247.3-6) ... [2022-03-01T06:34:23.253Z] #14 94.51 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-01T06:34:23.253Z] #14 94.53 Setting up libpcre2-dev:arm64 (10.36-2) ... [2022-03-01T06:34:23.253Z] #14 94.54 Setting up libselinux1-dev:arm64 (3.1-3) ... [2022-03-01T06:34:23.253Z] #14 94.56 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-01T06:34:23.254Z] #14 94.57 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-01T06:34:23.254Z] #14 94.58 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 [2022-03-01T06:34:23.254Z] #14 94.59 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-01T06:34:23.254Z] #14 94.60 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 [2022-03-01T06:34:23.254Z] #14 94.61 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-01T06:34:23.254Z] #14 94.63 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-01T06:34:23.254Z] #14 94.64 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 [2022-03-01T06:34:23.254Z] #14 94.65 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-01T06:34:23.254Z] #14 94.67 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-01T06:34:23.296Z] #60 40.29 + bin/ctr [2022-03-01T06:34:23.307Z] #63 ... [2022-03-01T06:34:23.307Z] [2022-03-01T06:34:23.307Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:34:23.307Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d [2022-03-01T06:34:23.307Z] #14 88.16 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-03-01T06:34:23.307Z] #14 88.17 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-01T06:34:23.307Z] #14 88.18 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-01T06:34:23.307Z] #14 92.69 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-03-01T06:34:23.307Z] #14 92.69 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-03-01T06:34:23.307Z] #14 92.70 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-01T06:34:23.307Z] #14 92.76 Selecting previously unselected package libapparmor1:amd64. [2022-03-01T06:34:23.308Z] #14 92.77 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-03-01T06:34:23.308Z] #14 92.77 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-03-01T06:34:23.308Z] #14 92.85 Selecting previously unselected package libapparmor-dev:amd64. [2022-03-01T06:34:23.308Z] #14 92.85 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-03-01T06:34:23.308Z] #14 92.85 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-01T06:34:23.308Z] #14 93.06 Selecting previously unselected package libbtrfs0:amd64. [2022-03-01T06:34:23.308Z] #14 93.06 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-01T06:34:23.308Z] #14 93.08 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-01T06:34:23.308Z] #14 93.73 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-01T06:34:23.308Z] #14 93.74 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-01T06:34:23.308Z] #14 93.91 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-01T06:34:23.475Z] #60 44.93 + bin/ctr [2022-03-01T06:34:23.511Z] #14 94.69 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2022-03-01T06:34:23.511Z] #14 94.71 Setting up dmsetup (2:1.02.175-2.1) ... [2022-03-01T06:34:23.511Z] #14 94.72 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2022-03-01T06:34:23.511Z] #14 94.74 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2022-03-01T06:34:23.511Z] #14 94.76 Processing triggers for libc-bin (2.31-13+deb11u2) ... [Pipeline] sh [2022-03-01T06:34:23.879Z] #14 94.77 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-03-01T06:34:23.879Z] #14 94.87 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-01T06:34:24.164Z] #14 94.99 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-01T06:34:24.421Z] #14 95.43 Selecting previously unselected package libudev-dev:amd64. [2022-03-01T06:34:24.421Z] #14 95.44 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2022-03-01T06:34:24.421Z] #14 95.46 Unpacking libudev-dev:amd64 (247.3-6) ... [2022-03-01T06:34:24.726Z] + docker info [2022-03-01T06:34:24.883Z] #14 DONE 96.1s [2022-03-01T06:34:24.883Z] [2022-03-01T06:34:24.883Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-01T06:34:24.883Z] #26 sha256:11e0c87a381d2ab2963d03c5047ec5dd0b7aabfb3f2bea1df4ca81564868da12 [2022-03-01T06:34:24.884Z] #26 92.83 Updating files: 20% (2286/11414) Updating files: 21% (2397/11414) Updating files: 22% (2512/11414) Updating files: 23% (2626/11414) Updating files: 24% (2740/11414) Updating files: 25% (2854/11414) Updating files: 26% (2968/11414) Updating files: 27% (3082/11414) Updating files: 28% (3196/11414) Updating files: 29% (3311/11414) Updating files: 30% (3425/11414) Updating files: 31% (3539/11414) Updating files: 32% (3653/11414) Updating files: 33% (3767/11414) Updating files: 34% (3881/11414) Updating files: 35% (3995/11414) Updating files: 36% (4110/11414) Updating files: 37% (4224/11414) Updating files: 38% (4338/11414) Updating files: 39% (4452/11414) Updating files: 40% (4566/11414) Updating files: 41% (4680/11414) Updating files: 42% (4794/11414) Updating files: 43% (4909/11414) Updating files: 44% (5023/11414) Updating files: 45% (5137/11414) Updating files: 46% (5251/11414) Updating files: 47% (5365/11414) Updating files: 47% (5390/11414) Updating files: 48% (5479/11414) Updating files: 49% (5593/11414) Updating files: 50% (5707/11414) Updating files: 51% (5822/11414) Updating files: 52% (5936/11414) Updating files: 53% (6050/11414) Updating files: 54% (6164/11414) Updating files: 55% (6278/11414) Updating files: 56% (6392/11414) Updating files: 57% (6506/11414) Updating files: 58% (6621/11414) Updating files: 59% (6735/11414) Updating files: 60% (6849/11414) Updating files: 61% (6963/11414) Updating files: 62% (7077/11414) Updating files: 63% (7191/11414) Updating files: 64% (7305/11414) Updating files: 65% (7420/11414) Updating files: 66% (7534/11414) Updating files: 67% (7648/11414) Updating files: 68% (7762/11414) Updating files: 69% (7876/11414) Updating files: 70% (7990/11414) Updating files: 71% (8104/11414) Updating files: 72% (8219/11414) Updating files: 73% (8333/11414) Updating files: 74% (8447/11414) Updating files: 74% (8503/11414) Updating files: 75% (8561/11414) Updating files: 76% (8675/11414) Updating files: 77% (8789/11414) Updating files: 78% (8903/11414) Updating files: 79% (9018/11414) Updating files: 80% (9132/11414) Updating files: 81% (9246/11414) Updating files: 82% (9360/11414) Updating files: 83% (9474/11414) Updating files: 84% (9588/11414) Updating files: 85% (9702/11414) Updating files: 86% (9817/11414) Updating files: 87% (9931/11414) Updating files: 88% (10045/11414) Updating files: 89% (10159/11414) Updating files: 90% (10273/11414) Updating files: 91% (10387/11414) Updating files: 92% (10501/11414) Updating files: 93% (10616/11414) Updating files: 94% (10730/11414) Updating files: 95% (10844/11414) Updating files: 96% (10958/11414) Updating files: 97% (11072/11414) Updating files: 98% (11186/11414) Updating files: 99% (11300/11414) Updating files: 100% (11414/11414) Updating files: 100% (11414/11414), done. [2022-03-01T06:34:24.884Z] #26 95.51 + cd /tmp/tmp.OcYk4KLxHz/tmp/docker-ce [2022-03-01T06:34:24.884Z] #26 95.51 + git checkout -q v17.06.2-ce [2022-03-01T06:34:24.984Z] #14 ... [2022-03-01T06:34:24.984Z] [2022-03-01T06:34:24.984Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-01T06:34:24.984Z] #63 sha256:a2e9053689e0534e14fa16210769ea1db2ac4cb42185c28de1ff69d9474b6f72 [2022-03-01T06:34:24.984Z] #63 DONE 95.6s [2022-03-01T06:34:24.984Z] [2022-03-01T06:34:24.984Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:34:24.984Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d [2022-03-01T06:34:24.984Z] #14 95.93 Selecting previously unselected package libsepol1-dev:amd64. [2022-03-01T06:34:24.984Z] #14 95.94 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-03-01T06:34:24.984Z] #14 95.96 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-03-01T06:34:24.984Z] #14 ... [2022-03-01T06:34:24.984Z] [2022-03-01T06:34:24.984Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-01T06:34:24.984Z] #64 sha256:b142784ba29d01211eb23eac6278d8bdc52200a385c47a2a4f51aa753fecedce [2022-03-01T06:34:24.984Z] #64 DONE 0.1s [2022-03-01T06:34:25.140Z] #26 ... [2022-03-01T06:34:25.140Z] [2022-03-01T06:34:25.140Z] #34 [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 "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-01T06:34:25.140Z] #34 sha256:ebd428d23bb5f0460280bdb8529e7110e3fc4609da4b10a45b11cc4fd5cc9d3b [2022-03-01T06:34:25.140Z] #34 DONE 96.1s [2022-03-01T06:34:25.242Z] [2022-03-01T06:34:25.242Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-01T06:34:25.242Z] #65 sha256:ee57d5dac79100602d3b5feaea461ab843dd7659e6e396bdd9b0d84b83bce66d [2022-03-01T06:34:25.242Z] #65 DONE 0.1s [2022-03-01T06:34:25.242Z] [2022-03-01T06:34:25.242Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:34:25.242Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d [2022-03-01T06:34:25.242Z] #14 96.30 Selecting previously unselected package libpcre2-16-0:amd64. [2022-03-01T06:34:25.242Z] #14 96.30 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-03-01T06:34:25.242Z] #14 96.31 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-03-01T06:34:25.350Z] #19 175.5 Selecting previously unselected package g++-arm-linux-gnueabihf. [2022-03-01T06:34:25.397Z] [2022-03-01T06:34:25.397Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-01T06:34:25.397Z] #55 sha256:58a34081bb8df9e71546a82ef333b9271ca3c65477b9903f4d04389e06864f2d [2022-03-01T06:34:25.397Z] #55 DONE 0.5s [2022-03-01T06:34:25.397Z] [2022-03-01T06:34:25.397Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-01T06:34:25.397Z] #56 sha256:3e0d067c49bcf7faaf746ac859fc750a80661f3bc5528871f49ff0d88d510179 [2022-03-01T06:34:25.500Z] #14 96.47 Selecting previously unselected package libpcre2-32-0:amd64. [2022-03-01T06:34:25.500Z] #14 96.47 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-03-01T06:34:25.500Z] #14 96.47 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-03-01T06:34:25.500Z] #14 96.59 Selecting previously unselected package libpcre2-posix2:amd64. [2022-03-01T06:34:25.500Z] #14 96.59 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-03-01T06:34:25.500Z] #14 96.61 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-03-01T06:34:25.609Z] #19 175.5 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-03-01T06:34:25.609Z] #19 175.6 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-01T06:34:25.609Z] #19 175.6 Selecting previously unselected package crossbuild-essential-armhf. [2022-03-01T06:34:25.609Z] #19 175.6 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ... [2022-03-01T06:34:25.609Z] #19 175.6 Unpacking crossbuild-essential-armhf (12.9) ... [2022-03-01T06:34:25.609Z] #19 175.6 Selecting previously unselected package libc6-ppc64el-cross. [2022-03-01T06:34:25.609Z] #19 175.6 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ... [2022-03-01T06:34:25.609Z] #19 175.6 Unpacking libc6-ppc64el-cross (2.31-9cross4) ... [2022-03-01T06:34:25.609Z] #19 175.8 Selecting previously unselected package libgcc-s1-ppc64el-cross. [2022-03-01T06:34:25.609Z] #19 175.8 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-01T06:34:25.609Z] #19 175.8 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-01T06:34:25.758Z] #14 96.71 Selecting previously unselected package libpcre2-dev:amd64. [2022-03-01T06:34:25.758Z] #14 96.71 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-03-01T06:34:25.758Z] #14 96.71 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-03-01T06:34:25.868Z] #19 175.8 Selecting previously unselected package libgomp1-ppc64el-cross. [2022-03-01T06:34:25.868Z] #19 175.8 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-01T06:34:25.868Z] #19 175.8 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-01T06:34:25.868Z] #19 175.9 Selecting previously unselected package libitm1-ppc64el-cross. [2022-03-01T06:34:25.868Z] #19 175.9 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-01T06:34:25.868Z] #19 175.9 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-01T06:34:25.868Z] #19 175.9 Selecting previously unselected package libatomic1-ppc64el-cross. [2022-03-01T06:34:26.016Z] #14 97.13 Selecting previously unselected package libselinux1-dev:amd64. [2022-03-01T06:34:26.016Z] #14 97.13 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-03-01T06:34:26.126Z] #19 175.9 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-01T06:34:26.127Z] #19 175.9 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-01T06:34:26.127Z] #19 176.0 Selecting previously unselected package libasan6-ppc64el-cross. [2022-03-01T06:34:26.127Z] #19 176.0 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-01T06:34:26.127Z] #19 176.0 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-03-01T06:34:26.127Z] #19 176.2 Selecting previously unselected package liblsan0-ppc64el-cross. [2022-03-01T06:34:26.275Z] #14 97.19 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-03-01T06:34:26.275Z] #14 97.38 Selecting previously unselected package libdevmapper-dev:amd64. [2022-03-01T06:34:26.275Z] #14 97.38 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-03-01T06:34:26.275Z] #14 97.38 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-01T06:34:26.275Z] #14 97.44 Selecting previously unselected package libseccomp-dev:amd64. [2022-03-01T06:34:26.328Z] #56 ... [2022-03-01T06:34:26.328Z] [2022-03-01T06:34:26.328Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-01T06:34:26.328Z] #15 sha256:4f61cfa0a6d16aa8c0350ca43fecd9299c88bef3de8ebe5801ebb4a4c0358a52 [2022-03-01T06:34:26.328Z] #15 DONE 1.4s [2022-03-01T06:34:26.328Z] [2022-03-01T06:34:26.328Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-01T06:34:26.328Z] #56 sha256:3e0d067c49bcf7faaf746ac859fc750a80661f3bc5528871f49ff0d88d510179 [2022-03-01T06:34:26.328Z] #56 0.913 + RM_GOPATH=0 [2022-03-01T06:34:26.328Z] #56 0.913 + TMP_GOPATH= [2022-03-01T06:34:26.328Z] #56 0.913 + : /build [2022-03-01T06:34:26.328Z] #56 0.913 + '[' -z '' ']' [2022-03-01T06:34:26.328Z] #56 0.914 ++ mktemp -d [2022-03-01T06:34:26.328Z] #56 0.914 + export GOPATH=/tmp/tmp.i69RYcMQCR [2022-03-01T06:34:26.328Z] #56 0.914 + GOPATH=/tmp/tmp.i69RYcMQCR [2022-03-01T06:34:26.328Z] #56 0.914 + RM_GOPATH=1 [2022-03-01T06:34:26.328Z] #56 0.914 + case "$(go env GOARCH)" in [2022-03-01T06:34:26.328Z] #56 0.915 ++ go env GOARCH [2022-03-01T06:34:26.328Z] #56 0.966 Install runc version v1.1.0 (build tags: seccomp) [2022-03-01T06:34:26.328Z] #56 1.000 + export GO_BUILDMODE=-buildmode=pie [2022-03-01T06:34:26.328Z] #56 1.000 + GO_BUILDMODE=-buildmode=pie [2022-03-01T06:34:26.328Z] #56 1.000 ++ dirname /install.sh [2022-03-01T06:34:26.328Z] #56 1.000 + dir=/ [2022-03-01T06:34:26.328Z] #56 1.000 + bin=runc [2022-03-01T06:34:26.328Z] #56 1.000 + shift [2022-03-01T06:34:26.328Z] #56 1.000 + '[' '!' -f //runc.installer ']' [2022-03-01T06:34:26.328Z] #56 1.000 + . //runc.installer [2022-03-01T06:34:26.328Z] #56 1.000 ++ set -e [2022-03-01T06:34:26.328Z] #56 1.000 ++ : v1.1.0 [2022-03-01T06:34:26.328Z] #56 1.000 + install_runc [2022-03-01T06:34:26.328Z] #56 1.000 + RUNC_BUILDTAGS=seccomp [2022-03-01T06:34:26.328Z] #56 1.000 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-03-01T06:34:26.328Z] #56 1.000 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.i69RYcMQCR/src/github.com/opencontainers/runc [2022-03-01T06:34:26.328Z] #56 1.000 Cloning into '/tmp/tmp.i69RYcMQCR/src/github.com/opencontainers/runc'... [2022-03-01T06:34:26.385Z] #19 176.2 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-01T06:34:26.385Z] #19 176.2 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-01T06:34:26.385Z] #19 176.3 Selecting previously unselected package libtsan0-ppc64el-cross. [2022-03-01T06:34:26.385Z] #19 176.3 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-01T06:34:26.385Z] #19 176.4 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-01T06:34:26.533Z] #14 97.47 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-03-01T06:34:26.533Z] #14 97.48 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-01T06:34:26.533Z] #14 97.57 Selecting previously unselected package libsystemd-dev:amd64. [2022-03-01T06:34:26.533Z] #14 97.59 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2022-03-01T06:34:26.533Z] #14 97.59 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2022-03-01T06:34:26.562Z] Client: [2022-03-01T06:34:26.562Z] Version: 20.10.9 [2022-03-01T06:34:26.562Z] API version: 1.41 [2022-03-01T06:34:26.562Z] Go version: go1.16.8 [2022-03-01T06:34:26.562Z] Git commit: c2ea9bc [2022-03-01T06:34:26.562Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-01T06:34:26.562Z] OS/Arch: windows/amd64 [2022-03-01T06:34:26.562Z] Context: default [2022-03-01T06:34:26.562Z] Experimental: true [2022-03-01T06:34:26.562Z] [2022-03-01T06:34:26.562Z] Server: Docker Engine - Community [2022-03-01T06:34:26.562Z] Engine: [2022-03-01T06:34:26.562Z] Version: 20.10.9 [2022-03-01T06:34:26.562Z] API version: 1.41 (minimum version 1.24) [2022-03-01T06:34:26.562Z] Go version: go1.16.8 [2022-03-01T06:34:26.562Z] Git commit: 79ea9d3 [2022-03-01T06:34:26.562Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-01T06:34:26.562Z] OS/Arch: windows/amd64 [2022-03-01T06:34:26.562Z] Experimental: true [2022-03-01T06:34:26.645Z] #19 176.6 Selecting previously unselected package libstdc++6-ppc64el-cross. [2022-03-01T06:34:26.645Z] #19 176.6 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-01T06:34:26.645Z] #19 176.6 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-03-01T06:34:26.645Z] #19 176.7 Selecting previously unselected package libubsan1-ppc64el-cross. [2022-03-01T06:34:26.645Z] #19 176.7 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-01T06:34:26.645Z] #19 176.7 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-01T06:34:26.645Z] #19 176.8 Selecting previously unselected package libquadmath0-ppc64el-cross. [2022-03-01T06:34:26.903Z] #19 176.8 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-01T06:34:26.903Z] #19 176.8 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-01T06:34:26.903Z] #19 176.8 Selecting previously unselected package libgcc-10-dev-ppc64el-cross. [2022-03-01T06:34:26.903Z] #19 176.8 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-01T06:34:26.903Z] #19 176.9 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-03-01T06:34:26.903Z] #19 177.0 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu. [2022-03-01T06:34:26.903Z] #19 177.0 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-01T06:34:26.903Z] #19 177.0 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-01T06:34:27.046Z] Client: [2022-03-01T06:34:27.046Z] Version: 20.10.9 [2022-03-01T06:34:27.046Z] API version: 1.41 [2022-03-01T06:34:27.046Z] Go version: go1.16.8 [2022-03-01T06:34:27.046Z] Git commit: c2ea9bc [2022-03-01T06:34:27.046Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-01T06:34:27.046Z] OS/Arch: windows/amd64 [2022-03-01T06:34:27.046Z] Context: default [2022-03-01T06:34:27.046Z] Experimental: true [2022-03-01T06:34:27.046Z] [2022-03-01T06:34:27.046Z] Server: Docker Engine - Community [2022-03-01T06:34:27.046Z] Engine: [2022-03-01T06:34:27.046Z] Version: 20.10.9 [2022-03-01T06:34:27.046Z] API version: 1.41 (minimum version 1.24) [2022-03-01T06:34:27.046Z] Go version: go1.16.8 [2022-03-01T06:34:27.046Z] Git commit: 79ea9d3 [2022-03-01T06:34:27.046Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-01T06:34:27.046Z] OS/Arch: windows/amd64 [2022-03-01T06:34:27.046Z] Experimental: true [2022-03-01T06:34:27.099Z] #14 98.07 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-01T06:34:27.099Z] #14 98.09 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-03-01T06:34:27.099Z] #14 98.10 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-01T06:34:27.099Z] #14 98.11 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-03-01T06:34:27.099Z] #14 98.12 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-01T06:34:27.099Z] #14 98.13 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-03-01T06:34:27.099Z] #14 98.14 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-01T06:34:27.099Z] #14 98.15 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-03-01T06:34:27.099Z] #14 98.15 Setting up libudev-dev:amd64 (247.3-6) ... [2022-03-01T06:34:27.099Z] #14 98.16 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-03-01T06:34:27.099Z] #14 98.17 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-01T06:34:27.099Z] #14 98.18 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-01T06:34:27.099Z] #14 98.19 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-01T06:34:27.099Z] #14 98.20 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-01T06:34:27.099Z] #14 98.21 Setting up mingw-w64-common (8.0.0-1) ... [2022-03-01T06:34:27.099Z] #14 98.22 Setting up libsystemd-dev:amd64 (247.3-6) ... [2022-03-01T06:34:27.099Z] #14 98.23 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-01T06:34:27.099Z] #14 98.24 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-03-01T06:34:27.099Z] #14 98.25 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-03-01T06:34:27.099Z] #14 98.26 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-01T06:34:27.099Z] #14 98.27 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-01T06:34:27.099Z] #14 98.28 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 [2022-03-01T06:34:27.099Z] #14 98.29 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-01T06:34:27.099Z] #14 98.30 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 [2022-03-01T06:34:27.099Z] #14 98.31 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-01T06:34:27.099Z] #14 98.32 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-01T06:34:27.099Z] #14 98.33 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 [2022-03-01T06:34:27.099Z] #14 98.33 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [Pipeline] sh [2022-03-01T06:34:27.356Z] #14 98.35 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-01T06:34:27.356Z] #14 98.37 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-01T06:34:27.356Z] #14 98.39 Setting up dmsetup (2:1.02.175-2.1) ... [2022-03-01T06:34:27.356Z] #14 98.40 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-01T06:34:27.356Z] #14 98.42 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-01T06:34:27.356Z] #14 98.43 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-01T06:34:27.699Z] #56 ... [2022-03-01T06:34:27.699Z] [2022-03-01T06:34:27.699Z] #16 [dev-systemd-false 2/24] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-03-01T06:34:27.699Z] #16 sha256:ea7c0bb6a2ac094deb5064fe86afa12385085f30c65e5b74d94c727b4f7ae39e [2022-03-01T06:34:27.699Z] #16 DONE 1.3s [2022-03-01T06:34:27.699Z] [2022-03-01T06:34:27.699Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-01T06:34:27.699Z] #26 sha256:11e0c87a381d2ab2963d03c5047ec5dd0b7aabfb3f2bea1df4ca81564868da12 [2022-03-01T06:34:27.699Z] #26 98.60 + mkdir -p /tmp/tmp.OcYk4KLxHz/src/github.com/docker [2022-03-01T06:34:27.699Z] #26 98.61 + mv components/cli /tmp/tmp.OcYk4KLxHz/src/github.com/docker/cli [2022-03-01T06:34:27.699Z] #26 98.62 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [Pipeline] sh [2022-03-01T06:34:27.920Z] #14 DONE 99.0s [2022-03-01T06:34:27.920Z] [2022-03-01T06:34:27.920Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-01T06:34:27.920Z] #55 sha256:f2b39cdb0862f4bcedeeb87a1cdb7053bc3cc18aff7455fb729c22465b4dbc2a [2022-03-01T06:34:28.064Z] + docker info [2022-03-01T06:34:28.064Z] Client: [2022-03-01T06:34:28.064Z] Context: default [2022-03-01T06:34:28.064Z] Debug Mode: false [2022-03-01T06:34:28.064Z] [2022-03-01T06:34:28.064Z] Server: [2022-03-01T06:34:28.064Z] Containers: 0 [2022-03-01T06:34:28.064Z] Running: 0 [2022-03-01T06:34:28.064Z] Paused: 0 [2022-03-01T06:34:28.064Z] Stopped: 0 [2022-03-01T06:34:28.064Z] Images: 0 [2022-03-01T06:34:28.064Z] Server Version: 20.10.9 [2022-03-01T06:34:28.064Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-01T06:34:28.064Z] Windows: [2022-03-01T06:34:28.064Z] LCOW: [2022-03-01T06:34:28.064Z] Logging Driver: json-file [2022-03-01T06:34:28.064Z] Plugins: [2022-03-01T06:34:28.064Z] Volume: local [2022-03-01T06:34:28.064Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-01T06:34:28.064Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-01T06:34:28.064Z] Swarm: inactive [2022-03-01T06:34:28.064Z] Default Isolation: process [2022-03-01T06:34:28.064Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-01T06:34:28.064Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-01T06:34:28.064Z] OSType: windows [2022-03-01T06:34:28.064Z] Architecture: x86_64 [2022-03-01T06:34:28.064Z] CPUs: 4 [2022-03-01T06:34:28.064Z] Total Memory: 32GiB [2022-03-01T06:34:28.064Z] Name: azwin-2-450240 [2022-03-01T06:34:28.064Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-03-01T06:34:28.064Z] Docker Root Dir: D:\docker [2022-03-01T06:34:28.064Z] Debug Mode: false [2022-03-01T06:34:28.064Z] Registry: https://index.docker.io/v1/ [2022-03-01T06:34:28.064Z] Labels: [2022-03-01T06:34:28.064Z] Experimental: true [2022-03-01T06:34:28.064Z] Insecure Registries: [2022-03-01T06:34:28.064Z] 10.0.0.4:5000 [2022-03-01T06:34:28.064Z] 127.0.0.0/8 [2022-03-01T06:34:28.064Z] Registry Mirrors: [2022-03-01T06:34:28.064Z] http://10.0.0.4:5000/ [2022-03-01T06:34:28.064Z] Live Restore Enabled: false [2022-03-01T06:34:28.064Z] Product License: Community Engine [2022-03-01T06:34:28.064Z] [2022-03-01T06:34:28.179Z] #55 DONE 0.3s [2022-03-01T06:34:28.179Z] [2022-03-01T06:34:28.179Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-01T06:34:28.179Z] #56 sha256:944103acb0da3dec62665888d43b794270fa02e46ad225c3ea035c1fe63c668f [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-03-01T06:34:28.596Z] + docker info [2022-03-01T06:34:28.596Z] Client: [2022-03-01T06:34:28.596Z] Context: default [2022-03-01T06:34:28.596Z] Debug Mode: false [2022-03-01T06:34:28.596Z] [2022-03-01T06:34:28.596Z] Server: [2022-03-01T06:34:28.596Z] Containers: 0 [2022-03-01T06:34:28.596Z] Running: 0 [2022-03-01T06:34:28.596Z] Paused: 0 [2022-03-01T06:34:28.596Z] Stopped: 0 [2022-03-01T06:34:28.596Z] Images: 0 [2022-03-01T06:34:28.596Z] Server Version: 20.10.9 [2022-03-01T06:34:28.596Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-01T06:34:28.596Z] Windows: [2022-03-01T06:34:28.596Z] LCOW: [2022-03-01T06:34:28.596Z] Logging Driver: json-file [2022-03-01T06:34:28.596Z] Plugins: [2022-03-01T06:34:28.596Z] Volume: local [2022-03-01T06:34:28.596Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-01T06:34:28.596Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-01T06:34:28.596Z] Swarm: inactive [2022-03-01T06:34:28.596Z] Default Isolation: process [2022-03-01T06:34:28.596Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-01T06:34:28.596Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-01T06:34:28.596Z] OSType: windows [2022-03-01T06:34:28.596Z] Architecture: x86_64 [2022-03-01T06:34:28.596Z] CPUs: 4 [2022-03-01T06:34:28.596Z] Total Memory: 32GiB [2022-03-01T06:34:28.596Z] Name: azwin-2-450241 [2022-03-01T06:34:28.596Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-03-01T06:34:28.596Z] Docker Root Dir: D:\docker [2022-03-01T06:34:28.596Z] Debug Mode: false [2022-03-01T06:34:28.596Z] Registry: https://index.docker.io/v1/ [2022-03-01T06:34:28.596Z] Labels: [2022-03-01T06:34:28.596Z] Experimental: true [2022-03-01T06:34:28.596Z] Insecure Registries: [2022-03-01T06:34:28.596Z] 10.0.0.4:5000 [2022-03-01T06:34:28.596Z] 127.0.0.0/8 [2022-03-01T06:34:28.596Z] Registry Mirrors: [2022-03-01T06:34:28.596Z] http://10.0.0.4:5000/ [2022-03-01T06:34:28.596Z] Live Restore Enabled: false [2022-03-01T06:34:28.596Z] Product License: Community Engine [2022-03-01T06:34:28.596Z] [2022-03-01T06:34:28.632Z] #26 ... [2022-03-01T06:34:28.632Z] [2022-03-01T06:34:28.632Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-01T06:34:28.632Z] #17 sha256:c64d7558a9ce7c60c067c86ea7d3a690cd94a9c8d0c49a3a5f028b4507175ccb [2022-03-01T06:34:28.632Z] #17 0.540 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-03-01T06:34:28.632Z] #17 DONE 0.9s [2022-03-01T06:34:28.632Z] [2022-03-01T06:34:28.632Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-01T06:34:28.632Z] #18 sha256:4e96857acf5a31bc416890e1c4118ba8f3bce6fe0ee6e6f0497872c58b1a1a2c [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-03-01T06:34:29.559Z] #18 DONE 0.9s [2022-03-01T06:34:29.559Z] [2022-03-01T06:34:29.559Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-01T06:34:29.559Z] #19 sha256:e3bb7b419754f81fe819d171d446b1326d82b9cf41d665672f835a9fcb53d897 [2022-03-01T06:34:29.816Z] #19 DONE 0.7s [2022-03-01T06:34:29.816Z] [2022-03-01T06:34:29.816Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-01T06:34:29.816Z] #26 sha256:11e0c87a381d2ab2963d03c5047ec5dd0b7aabfb3f2bea1df4ca81564868da12 [2022-03-01T06:34:30.745Z] #26 ... [2022-03-01T06:34:30.745Z] [2022-03-01T06:34:30.745Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-03-01T06:34:30.745Z] #20 sha256:93ec1c055f26ee65ca5c2c383844d7567e6f52551b6fcf2d3be117f97e5fb1fb [2022-03-01T06:34:30.745Z] #20 DONE 0.6s [2022-03-01T06:34:30.745Z] [2022-03-01T06:34:30.745Z] #21 [dev-systemd-false 7/24] 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 bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-03-01T06:34:30.745Z] #21 sha256:77cd5a5f2bb137a3a0239cac87d9ee6d6a5efba9c6973ef9675e1cc0b00bdbcd [2022-03-01T06:34:31.392Z] #60 ... [2022-03-01T06:34:31.393Z] [2022-03-01T06:34:31.393Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:34:31.393Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d [2022-03-01T06:34:31.393Z] #14 85.70 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-03-01T06:34:31.393Z] #14 85.72 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-01T06:34:31.393Z] #14 85.72 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-01T06:34:31.393Z] #14 90.46 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-03-01T06:34:31.393Z] #14 90.46 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-01T06:34:31.393Z] #14 90.47 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-01T06:34:31.393Z] #14 95.89 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-03-01T06:34:31.393Z] #14 95.89 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-01T06:34:31.393Z] #14 95.90 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-01T06:34:31.453Z] #56 ... [2022-03-01T06:34:31.453Z] [2022-03-01T06:34:31.453Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-01T06:34:31.453Z] #15 sha256:a5470ca893da517d4017e3546fa8394b508bb1ca0fe6cb0d53e792c80d0218da [2022-03-01T06:34:31.453Z] #15 DONE 3.0s [2022-03-01T06:34:31.453Z] [2022-03-01T06:34:31.453Z] #16 [dev-systemd-false 2/24] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-03-01T06:34:31.453Z] #16 sha256:07c672a05c16c1486e7ee925bccf2ccd06e16687828ccd1f32de0c0e667e1c1e [2022-03-01T06:34:31.673Z] #21 0.894 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-01T06:34:31.674Z] #21 1.063 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-01T06:34:31.930Z] #21 1.226 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-01T06:34:31.930Z] #21 1.282 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-01T06:34:32.187Z] #19 181.6 Selecting previously unselected package gcc-powerpc64le-linux-gnu. [2022-03-01T06:34:32.187Z] #19 181.6 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-01T06:34:32.187Z] #19 181.6 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-01T06:34:32.187Z] #19 181.7 Selecting previously unselected package linux-libc-dev-ppc64el-cross. [2022-03-01T06:34:32.187Z] #19 181.7 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ... [2022-03-01T06:34:32.187Z] #19 181.7 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-03-01T06:34:32.187Z] #19 181.9 Selecting previously unselected package libc6-dev-ppc64el-cross. [2022-03-01T06:34:32.187Z] #19 181.9 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ... [2022-03-01T06:34:32.187Z] #19 181.9 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-03-01T06:34:32.187Z] #19 182.1 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross. [2022-03-01T06:34:32.187Z] #19 182.1 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-03-01T06:34:32.187Z] #19 182.1 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-03-01T06:34:32.446Z] #19 182.4 Selecting previously unselected package g++-10-powerpc64le-linux-gnu. [2022-03-01T06:34:32.446Z] #19 182.4 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-01T06:34:32.446Z] #19 182.4 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-01T06:34:32.494Z] #21 1.783 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-01T06:34:32.819Z] #16 DONE 1.7s [2022-03-01T06:34:32.819Z] [2022-03-01T06:34:32.819Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-01T06:34:32.819Z] #56 sha256:944103acb0da3dec62665888d43b794270fa02e46ad225c3ea035c1fe63c668f [2022-03-01T06:34:32.819Z] #56 3.004 + RM_GOPATH=0 [2022-03-01T06:34:32.819Z] #56 3.004 + TMP_GOPATH= [2022-03-01T06:34:32.819Z] #56 3.004 + : /build [2022-03-01T06:34:32.819Z] #56 3.004 + '[' -z '' ']' [2022-03-01T06:34:32.819Z] #56 3.004 ++ mktemp -d [2022-03-01T06:34:32.819Z] #56 3.004 + export GOPATH=/tmp/tmp.DgZNtBQQkv [2022-03-01T06:34:32.819Z] #56 3.004 + GOPATH=/tmp/tmp.DgZNtBQQkv [2022-03-01T06:34:32.819Z] #56 3.004 + RM_GOPATH=1 [2022-03-01T06:34:32.819Z] #56 3.004 + case "$(go env GOARCH)" in [2022-03-01T06:34:32.819Z] #56 3.012 ++ go env GOARCH [2022-03-01T06:34:32.819Z] #56 3.028 + export GO_BUILDMODE=-buildmode=pie [2022-03-01T06:34:32.819Z] #56 3.028 + GO_BUILDMODE=-buildmode=pie [2022-03-01T06:34:32.819Z] #56 3.028 ++ dirname /install.sh [2022-03-01T06:34:32.819Z] #56 3.028 + dir=/ [2022-03-01T06:34:32.819Z] #56 3.028 + bin=runc [2022-03-01T06:34:32.819Z] #56 3.028 + shift [2022-03-01T06:34:32.819Z] #56 3.028 + '[' '!' -f //runc.installer ']' [2022-03-01T06:34:32.819Z] #56 3.028 + . //runc.installer [2022-03-01T06:34:32.819Z] #56 3.028 ++ set -e [2022-03-01T06:34:32.819Z] #56 3.028 ++ : v1.1.0 [2022-03-01T06:34:32.819Z] #56 3.028 + install_runc [2022-03-01T06:34:32.819Z] #56 3.028 + RUNC_BUILDTAGS=seccomp [2022-03-01T06:34:32.819Z] #56 3.028 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-03-01T06:34:32.819Z] #56 3.028 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.DgZNtBQQkv/src/github.com/opencontainers/runc [2022-03-01T06:34:32.819Z] #56 3.028 Cloning into '/tmp/tmp.DgZNtBQQkv/src/github.com/opencontainers/runc'... [2022-03-01T06:34:32.819Z] #56 3.028 Install runc version v1.1.0 (build tags: seccomp) [2022-03-01T06:34:33.424Z] #21 2.854 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-01T06:34:33.489Z] #60 ... [2022-03-01T06:34:33.489Z] [2022-03-01T06:34:33.489Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:34:33.489Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d [2022-03-01T06:34:33.489Z] #14 92.13 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-03-01T06:34:33.489Z] #14 92.14 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-01T06:34:33.489Z] #14 92.15 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-01T06:34:33.489Z] #14 96.81 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-03-01T06:34:33.489Z] #14 96.83 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-01T06:34:33.489Z] #14 96.84 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-01T06:34:33.489Z] #14 102.0 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-03-01T06:34:33.489Z] #14 102.0 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-01T06:34:33.489Z] #14 102.0 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-01T06:34:34.727Z] #56 ... [2022-03-01T06:34:34.727Z] [2022-03-01T06:34:34.727Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-01T06:34:34.727Z] #17 sha256:9eb94f453307c171ab68dc6396cf9b1711f009bc7fb5556e99fff98c66f1923d [2022-03-01T06:34:34.727Z] #17 1.573 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-03-01T06:34:34.727Z] #17 DONE 1.9s [2022-03-01T06:34:34.727Z] [2022-03-01T06:34:34.727Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-01T06:34:34.727Z] #18 sha256:de0bae700dd0a197fc226bfe810ca9d30aa192edd27e89a0f6086cf13214ce3f [2022-03-01T06:34:35.950Z] #21 5.118 Fetched 8392 kB in 4s (1870 kB/s) [2022-03-01T06:34:36.194Z] #18 DONE 1.8s [2022-03-01T06:34:36.194Z] [2022-03-01T06:34:36.194Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-01T06:34:36.194Z] #19 sha256:fb94e2aae9c89978fd9757b918db54a6c06c96a37c01a6d2a28873c06200e86f [2022-03-01T06:34:36.638Z] #19 186.7 Selecting previously unselected package g++-powerpc64le-linux-gnu. [2022-03-01T06:34:36.648Z] #14 ... [2022-03-01T06:34:36.648Z] [2022-03-01T06:34:36.648Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-01T06:34:36.648Z] #63 sha256:1daf90f56aabe46b30b8f3b34ec026acb0c0287c2ce684a020787d2d4a318b49 [2022-03-01T06:34:36.648Z] #63 101.2 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-01T06:34:36.648Z] #63 101.2 + GOBIN=/build [2022-03-01T06:34:36.648Z] #63 101.2 + GO111MODULE=on [2022-03-01T06:34:36.648Z] #63 101.2 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-03-01T06:34:36.898Z] #19 186.7 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-01T06:34:36.898Z] #19 186.7 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-01T06:34:36.898Z] #19 186.8 Selecting previously unselected package crossbuild-essential-ppc64el. [2022-03-01T06:34:36.898Z] #19 186.8 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ... [2022-03-01T06:34:36.898Z] #19 186.8 Unpacking crossbuild-essential-ppc64el (12.9) ... [2022-03-01T06:34:36.898Z] #19 186.8 Selecting previously unselected package libc6-s390x-cross. [2022-03-01T06:34:36.898Z] #19 186.8 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ... [2022-03-01T06:34:36.898Z] #19 186.8 Unpacking libc6-s390x-cross (2.31-9cross4) ... [2022-03-01T06:34:36.898Z] #19 187.0 Selecting previously unselected package libgcc-s1-s390x-cross. [2022-03-01T06:34:36.898Z] #19 187.0 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-01T06:34:36.898Z] #19 187.0 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-03-01T06:34:36.898Z] #19 187.0 Selecting previously unselected package libgomp1-s390x-cross. [2022-03-01T06:34:36.898Z] #19 187.0 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-01T06:34:36.898Z] #19 187.0 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-03-01T06:34:36.898Z] #19 187.0 Selecting previously unselected package libitm1-s390x-cross. [2022-03-01T06:34:36.898Z] #19 187.0 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-01T06:34:36.898Z] #19 187.1 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ... [2022-03-01T06:34:36.898Z] #19 187.1 Selecting previously unselected package libatomic1-s390x-cross. [2022-03-01T06:34:36.898Z] #19 187.1 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-01T06:34:36.898Z] #19 187.1 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-03-01T06:34:37.157Z] #19 187.1 Selecting previously unselected package libasan6-s390x-cross. [2022-03-01T06:34:37.157Z] #19 187.1 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-01T06:34:37.157Z] #19 187.1 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ... [2022-03-01T06:34:37.320Z] #21 5.118 Reading package lists... [2022-03-01T06:34:37.415Z] #19 187.4 Selecting previously unselected package libstdc++6-s390x-cross. [2022-03-01T06:34:37.415Z] #19 187.4 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-01T06:34:37.415Z] #19 187.4 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-03-01T06:34:37.415Z] #19 187.4 Selecting previously unselected package libubsan1-s390x-cross. [2022-03-01T06:34:37.415Z] #19 187.5 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-01T06:34:37.416Z] #19 187.5 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-03-01T06:34:37.675Z] #19 187.6 Selecting previously unselected package libgcc-10-dev-s390x-cross. [2022-03-01T06:34:37.675Z] #19 187.6 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-01T06:34:37.675Z] #19 187.6 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-03-01T06:34:37.675Z] #19 187.7 Selecting previously unselected package gcc-10-s390x-linux-gnu. [2022-03-01T06:34:37.675Z] #19 187.7 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-01T06:34:37.675Z] #19 187.7 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-01T06:34:38.094Z] #19 DONE 1.8s [2022-03-01T06:34:38.095Z] [2022-03-01T06:34:38.095Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-03-01T06:34:38.095Z] #20 sha256:507c60dffb7dae186d6ebe140864ec3909cdef7764bbd813996cee037d3c6132 [2022-03-01T06:34:39.218Z] #21 6.795 Reading package lists... [2022-03-01T06:34:39.783Z] #21 8.542 Building dependency tree... [2022-03-01T06:34:39.989Z] #20 DONE 1.7s [2022-03-01T06:34:39.989Z] [2022-03-01T06:34:39.989Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-01T06:34:39.989Z] #56 sha256:944103acb0da3dec62665888d43b794270fa02e46ad225c3ea035c1fe63c668f [2022-03-01T06:34:39.989Z] #56 10.69 + cd /tmp/tmp.DgZNtBQQkv/src/github.com/opencontainers/runc [2022-03-01T06:34:39.989Z] #56 10.69 + git checkout -q v1.1.0 [2022-03-01T06:34:39.989Z] #56 11.10 + '[' -z '' ']' [2022-03-01T06:34:39.989Z] #56 11.10 + target=static [2022-03-01T06:34:39.989Z] #56 11.10 + make BUILDTAGS=seccomp static [2022-03-01T06:34:39.989Z] #56 11.24 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.0-0-g067aaf85 -X main.version=1.1.0 " -o runc . [2022-03-01T06:34:40.089Z] #14 ... [2022-03-01T06:34:40.089Z] [2022-03-01T06:34:40.089Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-01T06:34:40.089Z] #63 sha256:1104741afcfb4422e25823fb693dbffd863c96ea6cdf2ed1c7eb4cd85b4d7c84 [2022-03-01T06:34:40.089Z] #63 108.3 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-01T06:34:40.089Z] #63 108.3 + GOBIN=/build [2022-03-01T06:34:40.089Z] #63 108.3 + GO111MODULE=on [2022-03-01T06:34:40.089Z] #63 108.3 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-03-01T06:34:40.712Z] #21 10.07 The following additional packages will be installed: [2022-03-01T06:34:40.712Z] #21 10.08 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-01T06:34:40.712Z] #21 10.08 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-03-01T06:34:40.712Z] #21 10.08 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-03-01T06:34:40.712Z] #21 10.08 python3-pkg-resources vim-runtime xxd [2022-03-01T06:34:40.712Z] #21 10.08 Suggested packages: [2022-03-01T06:34:40.712Z] #21 10.08 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-03-01T06:34:40.712Z] #21 10.08 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-03-01T06:34:40.712Z] #21 10.08 acl attr quota [2022-03-01T06:34:40.712Z] #21 10.08 Recommended packages: [2022-03-01T06:34:40.712Z] #21 10.08 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-03-01T06:34:40.871Z] #63 105.9 rootlesskit version 0.14.6 [2022-03-01T06:34:40.871Z] #63 105.9 Usage of /build/rootlesskit-docker-proxy: [2022-03-01T06:34:40.871Z] #63 105.9 -container-ip string [2022-03-01T06:34:40.871Z] #63 105.9 container ip [2022-03-01T06:34:40.871Z] #63 105.9 -container-port int [2022-03-01T06:34:40.871Z] #63 105.9 container port (default -1) [2022-03-01T06:34:40.871Z] #63 105.9 -host-ip string [2022-03-01T06:34:40.871Z] #63 105.9 host ip [2022-03-01T06:34:40.871Z] #63 105.9 -host-port int [2022-03-01T06:34:40.871Z] #63 105.9 host port (default -1) [2022-03-01T06:34:40.871Z] #63 105.9 -proto string [2022-03-01T06:34:40.871Z] #63 105.9 proxy protocol (default "tcp") [2022-03-01T06:34:41.640Z] #21 10.97 The following NEW packages will be installed: [2022-03-01T06:34:41.640Z] #21 10.99 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-03-01T06:34:41.640Z] #21 10.99 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-01T06:34:41.640Z] #21 10.99 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-03-01T06:34:41.640Z] #21 10.99 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-03-01T06:34:41.640Z] #21 10.99 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-03-01T06:34:41.640Z] #21 10.99 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-03-01T06:34:41.640Z] #21 10.99 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-03-01T06:34:41.640Z] #21 10.99 xz-utils zip zstd [2022-03-01T06:34:41.802Z] #63 ... [2022-03-01T06:34:41.802Z] [2022-03-01T06:34:41.802Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:34:41.802Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d [2022-03-01T06:34:41.802Z] #14 107.4 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-03-01T06:34:41.896Z] #21 11.31 0 upgraded, 48 newly installed, 0 to remove and 3 not upgraded. [2022-03-01T06:34:41.896Z] #21 11.31 Need to get 27.0 MB of archives. [2022-03-01T06:34:41.896Z] #21 11.31 After this operation, 105 MB of additional disk space will be used. [2022-03-01T06:34:41.896Z] #21 11.31 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB] [2022-03-01T06:34:41.896Z] #21 11.31 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB] [2022-03-01T06:34:41.896Z] #21 11.32 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB] [2022-03-01T06:34:41.896Z] #21 11.32 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB] [2022-03-01T06:34:41.896Z] #21 11.32 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB] [2022-03-01T06:34:41.896Z] #21 11.32 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB] [2022-03-01T06:34:41.896Z] #21 11.32 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB] [2022-03-01T06:34:41.896Z] #21 11.32 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB] [2022-03-01T06:34:41.896Z] #21 11.35 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-01T06:34:41.896Z] #21 11.35 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-03-01T06:34:41.896Z] #21 11.36 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB] [2022-03-01T06:34:41.896Z] #21 11.36 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB] [2022-03-01T06:34:41.896Z] #21 11.36 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2 [219 kB] [2022-03-01T06:34:41.896Z] #21 11.37 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB] [2022-03-01T06:34:41.896Z] #21 11.41 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1 [242 kB] [2022-03-01T06:34:42.059Z] #14 107.4 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-01T06:34:42.059Z] #14 107.4 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-01T06:34:42.152Z] #21 11.41 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB] [2022-03-01T06:34:42.152Z] #21 11.42 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB] [2022-03-01T06:34:42.152Z] #21 11.42 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2022-03-01T06:34:42.152Z] #21 11.42 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB] [2022-03-01T06:34:42.152Z] #21 11.42 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB] [2022-03-01T06:34:42.152Z] #21 11.42 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB] [2022-03-01T06:34:42.152Z] #21 11.42 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2022-03-01T06:34:42.152Z] #21 11.43 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2022-03-01T06:34:42.152Z] #21 11.44 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2022-03-01T06:34:42.152Z] #21 11.44 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB] [2022-03-01T06:34:42.152Z] #21 11.44 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB] [2022-03-01T06:34:42.152Z] #21 11.44 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2022-03-01T06:34:42.408Z] #21 11.79 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B] [2022-03-01T06:34:42.408Z] #21 11.79 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2022-03-01T06:34:42.408Z] #21 11.79 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB] [2022-03-01T06:34:42.408Z] #21 11.79 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2022-03-01T06:34:42.408Z] #21 11.79 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB] [2022-03-01T06:34:42.408Z] #21 11.80 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB] [2022-03-01T06:34:42.408Z] #21 11.81 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-03-01T06:34:42.408Z] #21 11.84 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-03-01T06:34:42.511Z] #56 ... [2022-03-01T06:34:42.511Z] [2022-03-01T06:34:42.511Z] #34 [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 "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-01T06:34:42.511Z] #34 sha256:daffcb12c1650deef77c07848ff64bbdd4bdfa53e647429282187d41fa3cd995 [2022-03-01T06:34:42.511Z] #34 DONE 113.3s [2022-03-01T06:34:42.547Z] Client: [2022-03-01T06:34:42.547Z] Context: default [2022-03-01T06:34:42.547Z] Debug Mode: false [2022-03-01T06:34:42.547Z] Plugins: [2022-03-01T06:34:42.547Z] app: Docker Application (Docker Inc., v0.8.0) [2022-03-01T06:34:42.547Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-03-01T06:34:42.547Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-03-01T06:34:42.547Z] [2022-03-01T06:34:42.547Z] Server: [2022-03-01T06:34:42.547Z] Containers: 0 [2022-03-01T06:34:42.547Z] Running: 0 [2022-03-01T06:34:42.547Z] Paused: 0 [2022-03-01T06:34:42.547Z] Stopped: 0 [2022-03-01T06:34:42.547Z] Images: 0 [2022-03-01T06:34:42.547Z] Server Version: 20.10.9 [2022-03-01T06:34:42.547Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-01T06:34:42.547Z] Windows: [2022-03-01T06:34:42.547Z] LCOW: [2022-03-01T06:34:42.547Z] Logging Driver: json-file [2022-03-01T06:34:42.547Z] Plugins: [2022-03-01T06:34:42.547Z] Volume: local [2022-03-01T06:34:42.547Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-01T06:34:42.547Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-01T06:34:42.547Z] Swarm: inactive [2022-03-01T06:34:42.547Z] Default Isolation: process [2022-03-01T06:34:42.547Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-03-01T06:34:42.547Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-03-01T06:34:42.547Z] OSType: windows [2022-03-01T06:34:42.547Z] Architecture: x86_64 [2022-03-01T06:34:42.547Z] CPUs: 4 [2022-03-01T06:34:42.547Z] Total Memory: 32GiB [2022-03-01T06:34:42.547Z] Name: azwin-2-24ec60 [2022-03-01T06:34:42.547Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-03-01T06:34:42.547Z] Docker Root Dir: D:\docker [2022-03-01T06:34:42.547Z] Debug Mode: false [2022-03-01T06:34:42.547Z] Registry: https://index.docker.io/v1/ [2022-03-01T06:34:42.547Z] Labels: [2022-03-01T06:34:42.547Z] Experimental: true [2022-03-01T06:34:42.547Z] Insecure Registries: [2022-03-01T06:34:42.547Z] 10.0.0.4:5000 [2022-03-01T06:34:42.547Z] 127.0.0.0/8 [2022-03-01T06:34:42.547Z] Registry Mirrors: [2022-03-01T06:34:42.547Z] http://10.0.0.4:5000/ [2022-03-01T06:34:42.547Z] Live Restore Enabled: false [2022-03-01T06:34:42.547Z] Product License: Community Engine [2022-03-01T06:34:42.547Z] [2022-03-01T06:34:42.664Z] #21 11.84 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB] [2022-03-01T06:34:42.665Z] #21 11.85 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-01T06:34:42.665Z] #21 11.87 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB] [2022-03-01T06:34:42.665Z] #21 11.88 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-03-01T06:34:42.665Z] #21 11.88 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4 [337 kB] [2022-03-01T06:34:42.665Z] #21 11.92 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3 [995 kB] [2022-03-01T06:34:42.665Z] #21 11.93 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB] [2022-03-01T06:34:42.665Z] #21 11.93 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB] [2022-03-01T06:34:42.665Z] #21 12.06 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-03-01T06:34:42.665Z] #21 ... [2022-03-01T06:34:42.665Z] [2022-03-01T06:34:42.665Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-01T06:34:42.665Z] #56 sha256:3e0d067c49bcf7faaf746ac859fc750a80661f3bc5528871f49ff0d88d510179 [2022-03-01T06:34:42.665Z] #56 7.459 + cd /tmp/tmp.i69RYcMQCR/src/github.com/opencontainers/runc [2022-03-01T06:34:42.665Z] #56 7.464 + git checkout -q v1.1.0 [2022-03-01T06:34:42.665Z] #56 7.752 + '[' -z '' ']' [2022-03-01T06:34:42.665Z] #56 7.753 + target=static [2022-03-01T06:34:42.665Z] #56 7.753 + make BUILDTAGS=seccomp static [2022-03-01T06:34:42.665Z] #56 8.031 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.0-0-g067aaf85 -X main.version=1.1.0 " -o runc . [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-03-01T06:34:42.767Z] [2022-03-01T06:34:42.767Z] #21 [dev-systemd-false 7/24] 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 bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-03-01T06:34:42.767Z] #21 sha256:ee8f53feb3d87966d88732fb6bed4485ea53736962e2e3b15aa7e3d401e31586 [2022-03-01T06:34:42.767Z] #21 1.882 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-01T06:34:42.767Z] #21 1.907 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-01T06:34:42.767Z] #21 1.908 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-01T06:34:42.767Z] #21 2.414 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-01T06:34:42.767Z] #21 3.019 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [121 kB] [2022-03-01T06:34:42.950Z] #19 192.1 Selecting previously unselected package gcc-s390x-linux-gnu. [2022-03-01T06:34:42.950Z] #19 192.1 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-01T06:34:42.950Z] #19 192.1 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-01T06:34:42.950Z] #19 192.1 Selecting previously unselected package linux-libc-dev-s390x-cross. [2022-03-01T06:34:42.950Z] #19 192.1 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ... [2022-03-01T06:34:42.950Z] #19 192.1 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-03-01T06:34:42.950Z] #19 192.3 Selecting previously unselected package libc6-dev-s390x-cross. [2022-03-01T06:34:42.950Z] #19 192.3 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ... [2022-03-01T06:34:42.950Z] #19 192.3 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ... [2022-03-01T06:34:42.950Z] #19 192.5 Selecting previously unselected package libstdc++-10-dev-s390x-cross. [2022-03-01T06:34:42.950Z] #19 192.5 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-03-01T06:34:42.950Z] #19 192.5 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-03-01T06:34:42.950Z] #19 192.8 Selecting previously unselected package g++-10-s390x-linux-gnu. [2022-03-01T06:34:42.950Z] #19 192.8 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-03-01T06:34:42.950Z] #19 192.8 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-01T06:34:43.594Z] #56 ... [2022-03-01T06:34:43.594Z] [2022-03-01T06:34:43.594Z] #21 [dev-systemd-false 7/24] 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 bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-03-01T06:34:43.594Z] #21 sha256:77cd5a5f2bb137a3a0239cac87d9ee6d6a5efba9c6973ef9675e1cc0b00bdbcd [2022-03-01T06:34:43.594Z] #21 12.75 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB] [2022-03-01T06:34:43.594Z] #21 12.76 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB] [2022-03-01T06:34:43.594Z] #21 12.81 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB] [2022-03-01T06:34:43.594Z] #21 12.82 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB] [2022-03-01T06:34:43.851Z] #21 13.24 debconf: delaying package configuration, since apt-utils is not installed [2022-03-01T06:34:43.851Z] #21 13.34 Fetched 27.0 MB in 2s (14.8 MB/s) [2022-03-01T06:34:44.109Z] #21 13.39 Selecting previously unselected package pigz. [2022-03-01T06:34:44.109Z] #21 13.39 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24001 files and directories currently installed.) [2022-03-01T06:34:44.109Z] #21 13.43 Preparing to unpack .../00-pigz_2.6-1_arm64.deb ... [2022-03-01T06:34:44.109Z] #21 13.44 Unpacking pigz (2.6-1) ... [2022-03-01T06:34:44.109Z] #21 13.55 Selecting previously unselected package libelf1:arm64. [2022-03-01T06:34:44.109Z] #21 13.56 Preparing to unpack .../01-libelf1_0.183-1_arm64.deb ... [2022-03-01T06:34:44.109Z] #21 13.56 Unpacking libelf1:arm64 (0.183-1) ... [2022-03-01T06:34:44.136Z] #21 4.248 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-01T06:34:44.343Z] #63 113.0 rootlesskit version 0.14.6 [2022-03-01T06:34:44.343Z] #63 113.0 Usage of /build/rootlesskit-docker-proxy: [2022-03-01T06:34:44.343Z] #63 113.0 -container-ip string [2022-03-01T06:34:44.343Z] #63 113.0 container ip [2022-03-01T06:34:44.343Z] #63 113.0 -container-port int [2022-03-01T06:34:44.343Z] #63 113.0 container port (default -1) [2022-03-01T06:34:44.343Z] #63 113.0 -host-ip string [2022-03-01T06:34:44.343Z] #63 113.0 host ip [2022-03-01T06:34:44.343Z] #63 113.0 -host-port int [2022-03-01T06:34:44.344Z] #63 113.0 host port (default -1) [2022-03-01T06:34:44.344Z] #63 113.0 -proto string [2022-03-01T06:34:44.344Z] #63 113.0 proxy protocol (default "tcp") [2022-03-01T06:34:44.365Z] #21 13.70 Selecting previously unselected package libbpf0:arm64. [2022-03-01T06:34:44.365Z] #21 13.70 Preparing to unpack .../02-libbpf0_1%3a0.3-2_arm64.deb ... [2022-03-01T06:34:44.365Z] #21 13.71 Unpacking libbpf0:arm64 (1:0.3-2) ... [2022-03-01T06:34:44.365Z] #21 13.79 Selecting previously unselected package libcap2:arm64. [2022-03-01T06:34:44.365Z] #21 13.79 Preparing to unpack .../03-libcap2_1%3a2.44-1_arm64.deb ... [2022-03-01T06:34:44.365Z] #21 13.80 Unpacking libcap2:arm64 (1:2.44-1) ... [2022-03-01T06:34:44.365Z] #21 13.86 Selecting previously unselected package libmnl0:arm64. [2022-03-01T06:34:44.365Z] #21 13.86 Preparing to unpack .../04-libmnl0_1.0.4-3_arm64.deb ... [2022-03-01T06:34:44.365Z] #21 13.86 Unpacking libmnl0:arm64 (1.0.4-3) ... [2022-03-01T06:34:44.365Z] #21 13.91 Selecting previously unselected package libxtables12:arm64. [2022-03-01T06:34:44.622Z] #21 13.91 Preparing to unpack .../05-libxtables12_1.8.7-1_arm64.deb ... [2022-03-01T06:34:44.622Z] #21 13.92 Unpacking libxtables12:arm64 (1.8.7-1) ... [2022-03-01T06:34:44.622Z] #21 13.97 Selecting previously unselected package libcap2-bin. [2022-03-01T06:34:44.622Z] #21 13.98 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_arm64.deb ... [2022-03-01T06:34:44.622Z] #21 13.99 Unpacking libcap2-bin (1:2.44-1) ... [2022-03-01T06:34:44.879Z] #21 14.07 Selecting previously unselected package iproute2. [2022-03-01T06:34:44.879Z] #21 14.07 Preparing to unpack .../07-iproute2_5.10.0-4_arm64.deb ... [2022-03-01T06:34:44.879Z] #21 14.08 Unpacking iproute2 (5.10.0-4) ... [2022-03-01T06:34:45.135Z] #21 14.51 Selecting previously unselected package xxd. [2022-03-01T06:34:45.135Z] #21 14.52 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-03-01T06:34:45.135Z] #21 14.52 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:34:45.135Z] #21 14.65 Selecting previously unselected package vim-common. [2022-03-01T06:34:45.339Z] #14 ... [2022-03-01T06:34:45.339Z] [2022-03-01T06:34:45.339Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-01T06:34:45.339Z] #63 sha256:1daf90f56aabe46b30b8f3b34ec026acb0c0287c2ce684a020787d2d4a318b49 [2022-03-01T06:34:45.339Z] #63 DONE 110.2s [2022-03-01T06:34:45.339Z] [2022-03-01T06:34:45.339Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-01T06:34:45.339Z] #64 sha256:a015a46fb67bec3d5ae0871bb066233d67fbb53833f218df536b6d5c837ff068 [2022-03-01T06:34:45.339Z] #64 DONE 0.1s [2022-03-01T06:34:45.339Z] [2022-03-01T06:34:45.339Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-01T06:34:45.339Z] #65 sha256:f8b2027bd59e45bfcef52a66dd7ced3242243e33bf42ee568bf73a661259f14e [2022-03-01T06:34:45.339Z] #65 DONE 0.1s [2022-03-01T06:34:45.339Z] [2022-03-01T06:34:45.339Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-01T06:34:45.339Z] #60 sha256:8ec41364113a0ea709774025077b015e7266be7fbc005c7c422c7e5902221e55 [2022-03-01T06:34:45.392Z] #21 14.65 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-01T06:34:45.392Z] #21 14.66 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:34:45.392Z] #21 14.79 Selecting previously unselected package bash-completion. [2022-03-01T06:34:45.392Z] #21 14.79 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-03-01T06:34:46.376Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-03-01T06:34:46.376Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-55400daa\powershellScript.ps1'; exit $LASTEXITCODE; [2022-03-01T06:34:46.376Z] ---------------------------------------------------------------------------- [2022-03-01T06:34:46.376Z] [2022-03-01T06:34:46.376Z] INFO: executeCI.ps1 starting at Tue Mar 1 06:34:45 CUT 2022 [2022-03-01T06:34:46.376Z] [2022-03-01T06:34:46.376Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-03-01T06:34:46.376Z] INFO: Running git version 2.24.1.windows.2 [2022-03-01T06:34:46.376Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2022-03-01T06:34:46.376Z] INFO: Environment variables: [2022-03-01T06:34:46.376Z] [2022-03-01T06:34:46.376Z] Name Value [2022-03-01T06:34:46.376Z] ---- ----- [2022-03-01T06:34:46.376Z] ALLUSERSPROFILE C:\ProgramData [2022-03-01T06:34:46.376Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-03-01T06:34:46.376Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-03-01T06:34:46.377Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-03-01T06:34:46.377Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-03-01T06:34:46.377Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-03-01T06:34:46.377Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-03-01T06:34:46.377Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-03-01T06:34:46.377Z] BRANCH_NAME PR-43303 [2022-03-01T06:34:46.377Z] BUILD_DISPLAY_NAME #1 [2022-03-01T06:34:46.377Z] BUILD_ID 1 [2022-03-01T06:34:46.377Z] BUILD_NUMBER 1 [2022-03-01T06:34:46.377Z] BUILD_TAG jenkins-moby-PR-43303-1 [2022-03-01T06:34:46.377Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43303/1/ [2022-03-01T06:34:46.377Z] CHANGE_AUTHOR cuishuang [2022-03-01T06:34:46.377Z] CHANGE_AUTHOR_DISPLAY_NAME cui fliter [2022-03-01T06:34:46.377Z] CHANGE_AUTHOR_EMAIL geek@dashen.tech [2022-03-01T06:34:46.377Z] CHANGE_BRANCH master [2022-03-01T06:34:46.377Z] CHANGE_FORK cuishuang [2022-03-01T06:34:46.377Z] CHANGE_ID 43303 [2022-03-01T06:34:46.377Z] CHANGE_TARGET master [2022-03-01T06:34:46.377Z] CHANGE_TITLE all: fix typos [2022-03-01T06:34:46.377Z] CHANGE_URL https://github.com/moby/moby/pull/43303 [2022-03-01T06:34:46.377Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-01T06:34:46.377Z] CommonProgramFiles C:\Program Files\Common Files [2022-03-01T06:34:46.377Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-03-01T06:34:46.377Z] CommonProgramW6432 C:\Program Files\Common Files [2022-03-01T06:34:46.377Z] COMPUTERNAME azwin-2-450240 [2022-03-01T06:34:46.377Z] ComSpec C:\Windows\system32\cmd.exe [2022-03-01T06:34:46.377Z] ConfigSequenceNumber 0 [2022-03-01T06:34:46.377Z] DOCKER_BUILDKIT 0 [2022-03-01T06:34:46.377Z] DOCKER_DUT_DEBUG 1 [2022-03-01T06:34:46.377Z] DOCKER_EXPERIMENTAL 1 [2022-03-01T06:34:46.377Z] DOCKER_GRAPHDRIVER overlay2 [2022-03-01T06:34:46.377Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-03-01T06:34:46.377Z] EXECUTOR_NUMBER 0 [2022-03-01T06:34:46.377Z] FQDN azwin-2-450240.westus.cloudapp.azure.com [2022-03-01T06:34:46.377Z] GIT_BRANCH PR-43303 [2022-03-01T06:34:46.377Z] GIT_COMMIT 9efa8b3500f43524d705cd703dac5ea5944b8ef6 [2022-03-01T06:34:46.377Z] GIT_URL https://github.com/moby/moby.git [2022-03-01T06:34:46.377Z] HUDSON_COOKIE 63ba1f7e-b8d0-40ad-91c1-0e14e2f01529 [2022-03-01T06:34:46.377Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-03-01T06:34:46.377Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-03-01T06:34:46.377Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-03-01T06:34:46.377Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-03-01T06:34:46.377Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-03-01T06:34:46.377Z] JENKINS_NODE_COOKIE 946fae1c-f8bf-4871-936b-10756513aa50 [2022-03-01T06:34:46.377Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-03-01T06:34:46.377Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-03-01T06:34:46.377Z] JOB_BASE_NAME PR-43303 [2022-03-01T06:34:46.377Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43303/display/redirect [2022-03-01T06:34:46.377Z] JOB_NAME moby/PR-43303 [2022-03-01T06:34:46.377Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43303/ [2022-03-01T06:34:46.377Z] library.jps.version master [2022-03-01T06:34:46.377Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-03-01T06:34:46.377Z] NODE_LABELS amd64 azure azwin-2-450240 azwin-2022 docker west-us windows windows-2022 x86_64 [2022-03-01T06:34:46.377Z] NODE_NAME azwin-2-450240 [2022-03-01T06:34:46.377Z] NUMBER_OF_PROCESSORS 4 [2022-03-01T06:34:46.377Z] OS Windows_NT [2022-03-01T06:34:46.377Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-03-01T06:34:46.377Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-03-01T06:34:46.377Z] PROCESSOR_ARCHITECTURE AMD64 [2022-03-01T06:34:46.377Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2022-03-01T06:34:46.377Z] PROCESSOR_LEVEL 6 [2022-03-01T06:34:46.377Z] PROCESSOR_REVISION 5504 [2022-03-01T06:34:46.377Z] ProgramData C:\ProgramData [2022-03-01T06:34:46.377Z] ProgramFiles C:\Program Files [2022-03-01T06:34:46.377Z] ProgramFiles(x86) C:\Program Files (x86) [2022-03-01T06:34:46.377Z] ProgramW6432 C:\Program Files [2022-03-01T06:34:46.377Z] PROMPT $P$G [2022-03-01T06:34:46.377Z] PSExecutionPolicyPreference Bypass [2022-03-01T06:34:46.377Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-03-01T06:34:46.377Z] PUBLIC C:\Users\Public [2022-03-01T06:34:46.377Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43303/1/display/redirect?page=artif... [2022-03-01T06:34:46.377Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43303/1/display/redirect?page=changes [2022-03-01T06:34:46.377Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43303/1/display/redirect [2022-03-01T06:34:46.377Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43303/1/display/redirect?page=tests [2022-03-01T06:34:46.377Z] SKIP_VALIDATION_TESTS 1 [2022-03-01T06:34:46.377Z] SOURCES_DRIVE d [2022-03-01T06:34:46.377Z] SOURCES_SUBDIR gopath [2022-03-01T06:34:46.377Z] STAGE_NAME Run tests [2022-03-01T06:34:46.377Z] SystemDrive C: [2022-03-01T06:34:46.377Z] SystemRoot C:\Windows [2022-03-01T06:34:46.377Z] TEMP C:\Windows\TEMP [2022-03-01T06:34:46.377Z] TESTDEBUG 0 [2022-03-01T06:34:46.377Z] TESTRUN_DRIVE d [2022-03-01T06:34:46.377Z] TESTRUN_SUBDIR CI [2022-03-01T06:34:46.377Z] TIMEOUT 120m [2022-03-01T06:34:46.377Z] TMP C:\Windows\TEMP [2022-03-01T06:34:46.377Z] USERDOMAIN WORKGROUP [2022-03-01T06:34:46.377Z] USERNAME azwin-2-450240$ [2022-03-01T06:34:46.377Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-03-01T06:34:46.377Z] windir C:\Windows [2022-03-01T06:34:46.377Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-03-01T06:34:46.377Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2022-03-01T06:34:46.377Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-03-01T06:34:46.377Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-03-01T06:34:46.377Z] [2022-03-01T06:34:46.377Z] [2022-03-01T06:34:46.377Z] [2022-03-01T06:34:46.714Z] #60 ... [2022-03-01T06:34:46.714Z] [2022-03-01T06:34:46.714Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:34:46.714Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d [2022-03-01T06:34:46.714Z] #14 112.2 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-03-01T06:34:46.714Z] #14 112.3 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-03-01T06:34:46.714Z] #14 112.3 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-01T06:34:46.763Z] #21 16.25 Unpacking bash-completion (1:2.11-2) ... [2022-03-01T06:34:46.972Z] #14 112.4 Selecting previously unselected package libapparmor1:amd64. [2022-03-01T06:34:46.972Z] #14 112.4 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-03-01T06:34:46.972Z] #14 112.4 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-03-01T06:34:46.972Z] #14 112.5 Selecting previously unselected package libapparmor-dev:amd64. [2022-03-01T06:34:46.972Z] #14 112.5 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-03-01T06:34:46.972Z] #14 112.5 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-01T06:34:46.972Z] #14 112.6 Selecting previously unselected package libbtrfs0:amd64. [2022-03-01T06:34:46.972Z] #14 112.6 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-01T06:34:47.019Z] #21 16.49 Selecting previously unselected package bzip2. [2022-03-01T06:34:47.019Z] #21 16.50 Preparing to unpack .../11-bzip2_1.0.8-4_arm64.deb ... [2022-03-01T06:34:47.019Z] #21 16.50 Unpacking bzip2 (1.0.8-4) ... [2022-03-01T06:34:47.147Z] #19 197.0 Selecting previously unselected package g++-s390x-linux-gnu. [2022-03-01T06:34:47.147Z] #19 197.0 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-03-01T06:34:47.147Z] #19 197.0 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-01T06:34:47.147Z] #19 197.0 Selecting previously unselected package crossbuild-essential-s390x. [2022-03-01T06:34:47.147Z] #19 197.0 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ... [2022-03-01T06:34:47.147Z] #19 197.0 Unpacking crossbuild-essential-s390x (12.9) ... [2022-03-01T06:34:47.147Z] #19 197.1 Setting up libconfig-inifiles-perl (3.000003-1) ... [2022-03-01T06:34:47.147Z] #19 197.1 Setting up libfile-which-perl (1.23-1) ... [2022-03-01T06:34:47.147Z] #19 197.1 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-03-01T06:34:47.147Z] #19 197.1 Setting up libc6-armhf-cross (2.31-9cross4) ... [2022-03-01T06:34:47.147Z] #19 197.1 Setting up binutils-s390x-linux-gnu (2.35.2-2) ... [2022-03-01T06:34:47.147Z] #19 197.1 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-01T06:34:47.147Z] #19 197.1 Setting up libicu67:amd64 (67.1-7) ... [2022-03-01T06:34:47.147Z] #19 197.2 Setting up libmagic-mgc (1:5.39-3) ... [2022-03-01T06:34:47.147Z] #19 197.2 Setting up libc6-ppc64el-cross (2.31-9cross4) ... [2022-03-01T06:34:47.147Z] #19 197.2 Setting up libc6-s390x-cross (2.31-9cross4) ... [2022-03-01T06:34:47.147Z] #19 197.2 Setting up libmagic1:amd64 (1:5.39-3) ... [2022-03-01T06:34:47.147Z] #19 197.2 Setting up libxml-namespacesupport-perl (1.12-1.1) ... [2022-03-01T06:34:47.147Z] #19 197.2 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-03-01T06:34:47.147Z] #19 197.3 Setting up file (1:5.39-3) ... [2022-03-01T06:34:47.147Z] #19 197.3 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-03-01T06:34:47.147Z] #19 197.3 Setting up bzip2 (1.0.8-4) ... [2022-03-01T06:34:47.230Z] #14 112.6 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-01T06:34:47.230Z] #14 112.7 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-01T06:34:47.230Z] #14 112.8 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-01T06:34:47.230Z] #14 112.8 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-01T06:34:47.276Z] #21 16.54 Selecting previously unselected package xz-utils. [2022-03-01T06:34:47.276Z] #21 16.55 Preparing to unpack .../12-xz-utils_5.2.5-2_arm64.deb ... [2022-03-01T06:34:47.276Z] #21 16.56 Unpacking xz-utils (5.2.5-2) ... [2022-03-01T06:34:47.276Z] #21 16.72 Selecting previously unselected package apparmor. [2022-03-01T06:34:47.276Z] #21 16.73 Preparing to unpack .../13-apparmor_2.13.6-10_arm64.deb ... [2022-03-01T06:34:47.276Z] #21 16.77 Unpacking apparmor (2.13.6-10) ... [2022-03-01T06:34:47.337Z] INFO: Sources under d:\gopath\... [2022-03-01T06:34:47.337Z] INFO: Test run under d:\CI\... [2022-03-01T06:34:47.337Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-03-01T06:34:47.337Z] INFO: docker/docker repository was found [2022-03-01T06:34:47.337Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub. This may take some time... [2022-03-01T06:34:47.341Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-03-01T06:34:47.341Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-2bbc65ee\powershellScript.ps1'; exit $LASTEXITCODE; [2022-03-01T06:34:47.341Z] ---------------------------------------------------------------------------- [2022-03-01T06:34:47.341Z] [2022-03-01T06:34:47.341Z] INFO: executeCI.ps1 starting at Tue Mar 1 06:34:44 CUT 2022 [2022-03-01T06:34:47.341Z] [2022-03-01T06:34:47.341Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-03-01T06:34:47.341Z] INFO: Running git version 2.24.1.windows.2 [2022-03-01T06:34:47.341Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2022-03-01T06:34:47.341Z] INFO: Environment variables: [2022-03-01T06:34:47.341Z] [2022-03-01T06:34:47.341Z] Name Value [2022-03-01T06:34:47.341Z] ---- ----- [2022-03-01T06:34:47.341Z] ALLUSERSPROFILE C:\ProgramData [2022-03-01T06:34:47.341Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-03-01T06:34:47.341Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-03-01T06:34:47.341Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-03-01T06:34:47.341Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-03-01T06:34:47.341Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-03-01T06:34:47.341Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-03-01T06:34:47.341Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-03-01T06:34:47.341Z] BRANCH_NAME PR-43303 [2022-03-01T06:34:47.341Z] BUILD_DISPLAY_NAME #1 [2022-03-01T06:34:47.341Z] BUILD_ID 1 [2022-03-01T06:34:47.341Z] BUILD_NUMBER 1 [2022-03-01T06:34:47.341Z] BUILD_TAG jenkins-moby-PR-43303-1 [2022-03-01T06:34:47.341Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43303/1/ [2022-03-01T06:34:47.341Z] CHANGE_AUTHOR cuishuang [2022-03-01T06:34:47.341Z] CHANGE_AUTHOR_DISPLAY_NAME cui fliter [2022-03-01T06:34:47.341Z] CHANGE_AUTHOR_EMAIL geek@dashen.tech [2022-03-01T06:34:47.341Z] CHANGE_BRANCH master [2022-03-01T06:34:47.341Z] CHANGE_FORK cuishuang [2022-03-01T06:34:47.341Z] CHANGE_ID 43303 [2022-03-01T06:34:47.341Z] CHANGE_TARGET master [2022-03-01T06:34:47.341Z] CHANGE_TITLE all: fix typos [2022-03-01T06:34:47.341Z] CHANGE_URL https://github.com/moby/moby/pull/43303 [2022-03-01T06:34:47.341Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-01T06:34:47.341Z] CommonProgramFiles C:\Program Files\Common Files [2022-03-01T06:34:47.341Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-03-01T06:34:47.341Z] CommonProgramW6432 C:\Program Files\Common Files [2022-03-01T06:34:47.341Z] COMPUTERNAME azwin-2-450241 [2022-03-01T06:34:47.341Z] ComSpec C:\Windows\system32\cmd.exe [2022-03-01T06:34:47.341Z] ConfigSequenceNumber 0 [2022-03-01T06:34:47.341Z] DOCKER_BUILDKIT 0 [2022-03-01T06:34:47.341Z] DOCKER_DUT_DEBUG 1 [2022-03-01T06:34:47.341Z] DOCKER_EXPERIMENTAL 1 [2022-03-01T06:34:47.341Z] DOCKER_GRAPHDRIVER overlay2 [2022-03-01T06:34:47.341Z] DOCKER_WINDOWS_CONTAINERD_R... 1 [2022-03-01T06:34:47.341Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-03-01T06:34:47.341Z] EXECUTOR_NUMBER 0 [2022-03-01T06:34:47.341Z] FQDN azwin-2-450241.westus.cloudapp.azure.com [2022-03-01T06:34:47.341Z] GIT_BRANCH PR-43303 [2022-03-01T06:34:47.341Z] GIT_COMMIT 9efa8b3500f43524d705cd703dac5ea5944b8ef6 [2022-03-01T06:34:47.341Z] GIT_URL https://github.com/moby/moby.git [2022-03-01T06:34:47.341Z] HUDSON_COOKIE 9a09d912-2faa-4ab5-b94d-0d4cde1c552a [2022-03-01T06:34:47.341Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-03-01T06:34:47.341Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-03-01T06:34:47.341Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-03-01T06:34:47.341Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-03-01T06:34:47.341Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-03-01T06:34:47.341Z] JENKINS_NODE_COOKIE a47c023d-f2a3-4748-b0b2-2af25b5fb4d5 [2022-03-01T06:34:47.341Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-03-01T06:34:47.341Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-03-01T06:34:47.341Z] JOB_BASE_NAME PR-43303 [2022-03-01T06:34:47.341Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43303/display/redirect [2022-03-01T06:34:47.341Z] JOB_NAME moby/PR-43303 [2022-03-01T06:34:47.341Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43303/ [2022-03-01T06:34:47.341Z] library.jps.version master [2022-03-01T06:34:47.341Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-03-01T06:34:47.341Z] NODE_LABELS amd64 azure azwin-2-450241 azwin-2022 docker west-us windows windows-2022 x86_64 [2022-03-01T06:34:47.341Z] NODE_NAME azwin-2-450241 [2022-03-01T06:34:47.341Z] NUMBER_OF_PROCESSORS 4 [2022-03-01T06:34:47.341Z] OS Windows_NT [2022-03-01T06:34:47.342Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-03-01T06:34:47.342Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-03-01T06:34:47.342Z] PROCESSOR_ARCHITECTURE AMD64 [2022-03-01T06:34:47.342Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2022-03-01T06:34:47.342Z] PROCESSOR_LEVEL 6 [2022-03-01T06:34:47.342Z] PROCESSOR_REVISION 5504 [2022-03-01T06:34:47.342Z] ProgramData C:\ProgramData [2022-03-01T06:34:47.342Z] ProgramFiles C:\Program Files [2022-03-01T06:34:47.342Z] ProgramFiles(x86) C:\Program Files (x86) [2022-03-01T06:34:47.342Z] ProgramW6432 C:\Program Files [2022-03-01T06:34:47.342Z] PROMPT $P$G [2022-03-01T06:34:47.342Z] PSExecutionPolicyPreference Bypass [2022-03-01T06:34:47.342Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-03-01T06:34:47.342Z] PUBLIC C:\Users\Public [2022-03-01T06:34:47.342Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43303/1/display/redirect?page=artif... [2022-03-01T06:34:47.342Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43303/1/display/redirect?page=changes [2022-03-01T06:34:47.342Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43303/1/display/redirect [2022-03-01T06:34:47.342Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43303/1/display/redirect?page=tests [2022-03-01T06:34:47.342Z] SKIP_VALIDATION_TESTS 1 [2022-03-01T06:34:47.342Z] SOURCES_DRIVE d [2022-03-01T06:34:47.342Z] SOURCES_SUBDIR gopath [2022-03-01T06:34:47.342Z] STAGE_NAME Run tests [2022-03-01T06:34:47.342Z] SystemDrive C: [2022-03-01T06:34:47.342Z] SystemRoot C:\Windows [2022-03-01T06:34:47.342Z] TEMP C:\Windows\TEMP [2022-03-01T06:34:47.342Z] TESTDEBUG 0 [2022-03-01T06:34:47.342Z] TESTRUN_DRIVE d [2022-03-01T06:34:47.342Z] TESTRUN_SUBDIR CI [2022-03-01T06:34:47.342Z] TIMEOUT 120m [2022-03-01T06:34:47.342Z] TMP C:\Windows\TEMP [2022-03-01T06:34:47.342Z] USERDOMAIN WORKGROUP [2022-03-01T06:34:47.342Z] USERNAME azwin-2-450241$ [2022-03-01T06:34:47.342Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-03-01T06:34:47.342Z] windir C:\Windows [2022-03-01T06:34:47.342Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-03-01T06:34:47.342Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2022-03-01T06:34:47.342Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-03-01T06:34:47.342Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-03-01T06:34:47.342Z] [2022-03-01T06:34:47.342Z] [2022-03-01T06:34:47.342Z] [2022-03-01T06:34:47.342Z] INFO: Sources under d:\gopath\... [2022-03-01T06:34:47.342Z] INFO: Test run under d:\CI\... [2022-03-01T06:34:47.342Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-03-01T06:34:47.342Z] INFO: docker/docker repository was found [2022-03-01T06:34:47.342Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub. This may take some time... [2022-03-01T06:34:47.406Z] #19 197.3 Setting up libyaml-perl (1.30-1) ... [2022-03-01T06:34:47.406Z] #19 197.3 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-03-01T06:34:47.406Z] #19 197.3 Setting up libxml-sax-base-perl (1.09-1.1) ... [2022-03-01T06:34:47.406Z] #19 197.3 Setting up libio-string-perl (1.08-3.1) ... [2022-03-01T06:34:47.406Z] #19 197.4 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-03-01T06:34:47.406Z] #19 197.4 Setting up cross-config (2.6.18+nmu1) ... [2022-03-01T06:34:47.406Z] #19 197.5 Setting up xz-utils (5.2.5-2) ... [2022-03-01T06:34:47.406Z] #19 197.5 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-03-01T06:34:47.406Z] #19 197.5 Setting up libc6-arm64-cross (2.31-9cross4) ... [2022-03-01T06:34:47.406Z] #19 197.5 Setting up patch (2.7.6-7) ... [2022-03-01T06:34:47.406Z] #19 197.5 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-03-01T06:34:47.418Z] #21 7.143 Fetched 8506 kB in 6s (1538 kB/s) [2022-03-01T06:34:47.488Z] #14 112.9 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-03-01T06:34:47.489Z] #14 112.9 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-01T06:34:47.489Z] #14 112.9 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-01T06:34:47.489Z] #14 113.0 Selecting previously unselected package libudev-dev:amd64. [2022-03-01T06:34:47.489Z] #14 113.0 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2022-03-01T06:34:47.489Z] #14 113.0 Unpacking libudev-dev:amd64 (247.3-6) ... [2022-03-01T06:34:47.665Z] #63 ... [2022-03-01T06:34:47.665Z] #19 197.6 Setting up gcc-10-cross-base (10.2.1-6cross1) ... [2022-03-01T06:34:47.665Z] #19 197.6 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-01T06:34:47.665Z] [2022-03-01T06:34:47.665Z] #19 197.6 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-03-01T06:34:47.665Z] #19 197.6 Setting up libc6-armel-cross (2.31-9cross4) ... [2022-03-01T06:34:47.665Z] #19 197.6 Setting up libitm1-s390x-cross (10.2.1-6cross1) ... [2022-03-01T06:34:47.665Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:34:47.665Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d [2022-03-01T06:34:47.665Z] #19 197.6 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-01T06:34:47.665Z] #19 197.6 Setting up libc6-dev-s390x-cross (2.31-9cross4) ... [2022-03-01T06:34:47.665Z] #14 111.7 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-03-01T06:34:47.665Z] #14 111.7 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-01T06:34:47.665Z] #19 197.6 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-03-01T06:34:47.665Z] #14 111.7 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-01T06:34:47.665Z] #19 197.7 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-01T06:34:47.665Z] #14 116.9 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-03-01T06:34:47.665Z] #14 116.9 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-03-01T06:34:47.665Z] #19 197.7 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-01T06:34:47.665Z] #19 197.7 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-03-01T06:34:47.665Z] #14 117.0 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-01T06:34:47.665Z] #14 ... [2022-03-01T06:34:47.665Z] [2022-03-01T06:34:47.665Z] #19 197.7 Setting up libc6-dev-armel-cross (2.31-9cross4) ... [2022-03-01T06:34:47.665Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-01T06:34:47.665Z] #19 197.7 Setting up libfile-homedir-perl (1.006-1) ... [2022-03-01T06:34:47.665Z] #19 197.7 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-03-01T06:34:47.665Z] #63 sha256:1104741afcfb4422e25823fb693dbffd863c96ea6cdf2ed1c7eb4cd85b4d7c84 [2022-03-01T06:34:47.665Z] #63 DONE 116.8s [2022-03-01T06:34:47.665Z] [2022-03-01T06:34:47.665Z] #19 197.7 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-03-01T06:34:47.665Z] #19 197.7 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-01T06:34:47.665Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-01T06:34:47.666Z] #64 sha256:4d1dbbbb82c285f047c972859c8993a9eba3d0f65caf655953bb87f2cf2e4fba [2022-03-01T06:34:47.666Z] #19 197.8 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-01T06:34:47.666Z] #19 197.8 Setting up liblocale-gettext-perl (1.07-4+b1) ... [2022-03-01T06:34:47.666Z] #64 DONE 0.0s [2022-03-01T06:34:47.666Z] [2022-03-01T06:34:47.666Z] #19 197.8 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-01T06:34:47.666Z] #19 197.8 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-03-01T06:34:47.666Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-01T06:34:47.666Z] #65 sha256:58a13d5c69405c60cd12ed3f912506eaa6a911f6a0db881229283528e4e3f908 [2022-03-01T06:34:47.666Z] #19 197.8 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-01T06:34:47.666Z] #19 197.8 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-03-01T06:34:47.666Z] #65 DONE 0.1s [2022-03-01T06:34:47.666Z] [2022-03-01T06:34:47.666Z] #19 197.8 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-03-01T06:34:47.666Z] #19 197.8 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-03-01T06:34:47.666Z] #19 197.9 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-03-01T06:34:47.666Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:34:47.666Z] #14 sha256:3eaa513a24198bcb05ab8634a0ee1e8abb81da2d6a6c6c88d373df34a448d98d [2022-03-01T06:34:47.666Z] #19 197.9 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-03-01T06:34:47.666Z] #14 117.2 Selecting previously unselected package libapparmor1:amd64. [2022-03-01T06:34:47.666Z] #14 117.2 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-03-01T06:34:47.666Z] #14 117.2 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-03-01T06:34:47.666Z] #14 117.3 Selecting previously unselected package libapparmor-dev:amd64. [2022-03-01T06:34:47.666Z] #14 117.3 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-03-01T06:34:47.666Z] #14 117.3 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-01T06:34:47.666Z] #14 117.4 Selecting previously unselected package libbtrfs0:amd64. [2022-03-01T06:34:47.666Z] #14 117.4 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-01T06:34:47.666Z] #14 117.4 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-01T06:34:47.666Z] #14 117.5 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-01T06:34:47.747Z] #14 113.1 Selecting previously unselected package libsepol1-dev:amd64. [2022-03-01T06:34:47.747Z] #14 113.1 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-03-01T06:34:47.747Z] #14 113.1 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-03-01T06:34:47.747Z] #14 113.3 Selecting previously unselected package libpcre2-16-0:amd64. [2022-03-01T06:34:47.803Z] ltsc2022: Pulling from windows/servercore [2022-03-01T06:34:47.840Z] #21 17.13 Selecting previously unselected package inetutils-ping. [2022-03-01T06:34:47.840Z] #21 17.13 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_arm64.deb ... [2022-03-01T06:34:47.840Z] #21 17.13 Unpacking inetutils-ping (2:2.0-1) ... [2022-03-01T06:34:47.840Z] #21 17.31 Selecting previously unselected package libip4tc2:arm64. [2022-03-01T06:34:47.840Z] #21 17.31 Preparing to unpack .../15-libip4tc2_1.8.7-1_arm64.deb ... [2022-03-01T06:34:47.840Z] #21 17.32 Unpacking libip4tc2:arm64 (1.8.7-1) ... [2022-03-01T06:34:47.925Z] #19 197.9 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-03-01T06:34:47.925Z] #19 197.9 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-03-01T06:34:47.925Z] #19 197.9 Setting up libgomp1-armel-cross (10.2.1-6cross1) ... [2022-03-01T06:34:47.925Z] #19 197.9 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-03-01T06:34:47.925Z] #19 197.9 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-01T06:34:47.925Z] #19 197.9 Setting up libasan6-arm64-cross (10.2.1-6cross1) ... [2022-03-01T06:34:47.925Z] #19 197.9 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-03-01T06:34:47.925Z] #19 198.0 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-03-01T06:34:47.925Z] #19 198.0 Setting up libc6-dev-armhf-cross (2.31-9cross4) ... [2022-03-01T06:34:47.925Z] #19 198.0 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-03-01T06:34:47.925Z] #19 198.0 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-03-01T06:34:47.925Z] #19 198.0 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-03-01T06:34:47.925Z] #19 198.0 Setting up libc6-dev-arm64-cross (2.31-9cross4) ... [2022-03-01T06:34:47.925Z] #19 198.0 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-03-01T06:34:47.925Z] #19 198.0 Setting up libatomic1-armel-cross (10.2.1-6cross1) ... [2022-03-01T06:34:47.925Z] #19 198.1 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-01T06:34:47.925Z] #19 198.1 Setting up libxml-sax-perl (1.02+dfsg-1) ... [2022-03-01T06:34:47.928Z] #14 117.5 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-01T06:34:47.928Z] #14 117.5 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-01T06:34:48.005Z] #14 113.3 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-03-01T06:34:48.005Z] #14 113.3 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-03-01T06:34:48.005Z] #14 113.5 Selecting previously unselected package libpcre2-32-0:amd64. [2022-03-01T06:34:48.005Z] #14 113.5 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-03-01T06:34:48.005Z] #14 113.5 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-03-01T06:34:48.097Z] #21 17.41 Selecting previously unselected package libip6tc2:arm64. [2022-03-01T06:34:48.097Z] #21 17.42 Preparing to unpack .../16-libip6tc2_1.8.7-1_arm64.deb ... [2022-03-01T06:34:48.097Z] #21 17.42 Unpacking libip6tc2:arm64 (1.8.7-1) ... [2022-03-01T06:34:48.097Z] #21 17.48 Selecting previously unselected package libnfnetlink0:arm64. [2022-03-01T06:34:48.097Z] #21 17.48 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2022-03-01T06:34:48.097Z] #21 17.49 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-03-01T06:34:48.185Z] #19 198.2 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... [2022-03-01T06:34:48.185Z] #19 198.2 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-03-01T06:34:48.185Z] #19 198.4 [2022-03-01T06:34:48.185Z] #19 198.4 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-03-01T06:34:48.190Z] #14 117.7 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-03-01T06:34:48.190Z] #14 117.7 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-01T06:34:48.190Z] #14 117.7 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-01T06:34:48.190Z] #14 117.8 Selecting previously unselected package libudev-dev:amd64. [2022-03-01T06:34:48.190Z] #14 117.8 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2022-03-01T06:34:48.190Z] #14 117.8 Unpacking libudev-dev:amd64 (247.3-6) ... [2022-03-01T06:34:48.190Z] #14 117.9 Selecting previously unselected package libsepol1-dev:amd64. [2022-03-01T06:34:48.190Z] #14 117.9 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-03-01T06:34:48.190Z] #14 117.9 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-03-01T06:34:48.263Z] #14 113.6 Selecting previously unselected package libpcre2-posix2:amd64. [2022-03-01T06:34:48.263Z] #14 113.6 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-03-01T06:34:48.263Z] #14 113.6 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-03-01T06:34:48.263Z] #14 113.7 Selecting previously unselected package libpcre2-dev:amd64. [2022-03-01T06:34:48.263Z] #14 113.7 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-03-01T06:34:48.263Z] #14 113.7 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-03-01T06:34:48.265Z] 8f616e6e9eec: Pulling fs layer [2022-03-01T06:34:48.265Z] 898469748ff6: Pulling fs layer [2022-03-01T06:34:48.309Z] ltsc2022: Pulling from windows/servercore [2022-03-01T06:34:48.309Z] 8f616e6e9eec: Pulling fs layer [2022-03-01T06:34:48.309Z] 898469748ff6: Pulling fs layer [2022-03-01T06:34:48.354Z] #21 17.54 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2022-03-01T06:34:48.354Z] #21 17.55 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_arm64.deb ... [2022-03-01T06:34:48.354Z] #21 17.56 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2022-03-01T06:34:48.354Z] #21 17.61 Selecting previously unselected package libnftnl11:arm64. [2022-03-01T06:34:48.354Z] #21 17.62 Preparing to unpack .../19-libnftnl11_1.1.9-1_arm64.deb ... [2022-03-01T06:34:48.354Z] #21 17.62 Unpacking libnftnl11:arm64 (1.1.9-1) ... [2022-03-01T06:34:48.354Z] #21 17.69 Selecting previously unselected package iptables. [2022-03-01T06:34:48.354Z] #21 17.69 Preparing to unpack .../20-iptables_1.8.7-1_arm64.deb ... [2022-03-01T06:34:48.354Z] #21 17.71 Unpacking iptables (1.8.7-1) ... [2022-03-01T06:34:48.444Z] #19 198.4 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-01T06:34:48.444Z] #19 198.4 Setting up dpkg-dev (1.20.9) ... [2022-03-01T06:34:48.444Z] #19 198.4 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-03-01T06:34:48.444Z] #19 198.4 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-01T06:34:48.444Z] #19 198.4 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-03-01T06:34:48.444Z] #19 198.5 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-03-01T06:34:48.444Z] #19 198.5 Setting up libubsan1-armel-cross (10.2.1-6cross1) ... [2022-03-01T06:34:48.444Z] #19 198.5 Setting up libasan6-armhf-cross (10.2.1-6cross1) ... [2022-03-01T06:34:48.444Z] #19 198.5 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-01T06:34:48.444Z] #19 198.5 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-03-01T06:34:48.444Z] #19 198.5 Setting up libitm1-arm64-cross (10.2.1-6cross1) ... [2022-03-01T06:34:48.444Z] #19 198.5 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-03-01T06:34:48.444Z] #19 198.6 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-03-01T06:34:48.444Z] #19 198.6 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-03-01T06:34:48.520Z] #14 114.0 Selecting previously unselected package libselinux1-dev:amd64. [2022-03-01T06:34:48.520Z] #14 114.0 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-03-01T06:34:48.520Z] #14 114.1 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-03-01T06:34:48.626Z] #21 17.98 Selecting previously unselected package libonig5:arm64. [2022-03-01T06:34:48.626Z] #21 17.98 Preparing to unpack .../21-libonig5_6.9.6-1.1_arm64.deb ... [2022-03-01T06:34:48.626Z] #21 17.99 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2022-03-01T06:34:48.704Z] #19 198.6 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... [2022-03-01T06:34:48.704Z] #19 198.7 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... [2022-03-01T06:34:48.704Z] #19 198.7 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-03-01T06:34:48.769Z] #14 118.4 Selecting previously unselected package libpcre2-16-0:amd64. [2022-03-01T06:34:48.769Z] #14 118.4 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-03-01T06:34:48.769Z] #14 118.4 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-03-01T06:34:48.777Z] #14 114.2 Selecting previously unselected package libdevmapper-dev:amd64. [2022-03-01T06:34:48.777Z] #14 114.2 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-03-01T06:34:48.777Z] #14 114.2 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-01T06:34:48.777Z] #14 114.2 Selecting previously unselected package libseccomp-dev:amd64. [2022-03-01T06:34:48.777Z] #14 114.2 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-03-01T06:34:48.777Z] #14 114.3 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-01T06:34:48.777Z] #14 114.4 Selecting previously unselected package libsystemd-dev:amd64. [2022-03-01T06:34:48.777Z] #14 114.4 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2022-03-01T06:34:48.777Z] #14 114.4 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2022-03-01T06:34:48.791Z] #21 7.143 Reading package lists... [2022-03-01T06:34:48.888Z] #21 18.15 Selecting previously unselected package libjq1:arm64. [2022-03-01T06:34:48.888Z] #21 18.15 Preparing to unpack .../22-libjq1_1.6-2.1_arm64.deb ... [2022-03-01T06:34:48.888Z] #21 18.16 Unpacking libjq1:arm64 (1.6-2.1) ... [2022-03-01T06:34:48.888Z] #21 18.27 Selecting previously unselected package jq. [2022-03-01T06:34:48.888Z] #21 18.27 Preparing to unpack .../23-jq_1.6-2.1_arm64.deb ... [2022-03-01T06:34:48.888Z] #21 18.27 Unpacking jq (1.6-2.1) ... [2022-03-01T06:34:48.888Z] #21 18.32 Selecting previously unselected package libaio1:arm64. [2022-03-01T06:34:48.888Z] #21 18.33 Preparing to unpack .../24-libaio1_0.3.112-9_arm64.deb ... [2022-03-01T06:34:48.888Z] #21 18.34 Unpacking libaio1:arm64 (0.3.112-9) ... [2022-03-01T06:34:48.963Z] #19 198.9 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-03-01T06:34:48.963Z] #19 198.9 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-01T06:34:48.963Z] #19 198.9 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-01T06:34:48.963Z] #19 198.9 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-03-01T06:34:48.963Z] #19 198.9 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-01T06:34:48.963Z] #19 198.9 Setting up libasan6-armel-cross (10.2.1-6cross1) ... [2022-03-01T06:34:48.963Z] #19 199.0 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-03-01T06:34:48.963Z] #19 199.0 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-01T06:34:48.963Z] #19 199.0 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-01T06:34:48.963Z] #19 199.0 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-03-01T06:34:48.963Z] #19 199.0 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-03-01T06:34:48.963Z] #19 199.0 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-03-01T06:34:48.963Z] #19 199.0 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-03-01T06:34:48.963Z] #19 199.1 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-03-01T06:34:48.963Z] #19 199.1 Setting up libasan6-s390x-cross (10.2.1-6cross1) ... [2022-03-01T06:34:48.963Z] #19 199.1 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-03-01T06:34:48.963Z] #19 199.1 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-01T06:34:48.963Z] #19 199.1 Setting up libxml-simple-perl (2.25-1) ... [2022-03-01T06:34:48.963Z] #19 199.1 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-01T06:34:48.963Z] #19 199.1 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-01T06:34:48.963Z] #19 199.1 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-03-01T06:34:48.963Z] #19 199.2 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-03-01T06:34:48.963Z] #19 199.2 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-03-01T06:34:49.145Z] #21 18.39 Selecting previously unselected package libgpm2:arm64. [2022-03-01T06:34:49.145Z] #21 18.39 Preparing to unpack .../25-libgpm2_1.20.7-8_arm64.deb ... [2022-03-01T06:34:49.145Z] #21 18.40 Unpacking libgpm2:arm64 (1.20.7-8) ... [2022-03-01T06:34:49.145Z] #21 18.47 Selecting previously unselected package libicu67:arm64. [2022-03-01T06:34:49.145Z] #21 18.47 Preparing to unpack .../26-libicu67_67.1-7_arm64.deb ... [2022-03-01T06:34:49.145Z] #21 18.48 Unpacking libicu67:arm64 (67.1-7) ... [2022-03-01T06:34:49.222Z] #19 199.2 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-03-01T06:34:49.222Z] #19 199.2 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-03-01T06:34:49.222Z] #19 199.2 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-01T06:34:49.222Z] #19 199.2 Setting up libconfig-auto-perl (0.44-1.1) ... [2022-03-01T06:34:49.222Z] #19 199.2 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-03-01T06:34:49.222Z] #19 199.2 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-03-01T06:34:49.222Z] #19 199.3 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-03-01T06:34:49.222Z] #19 199.3 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-01T06:34:49.222Z] #19 199.3 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-01T06:34:49.222Z] #19 199.3 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-03-01T06:34:49.222Z] #19 199.3 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-03-01T06:34:49.222Z] #19 199.3 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-01T06:34:49.222Z] #19 199.3 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-03-01T06:34:49.222Z] #19 199.3 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-03-01T06:34:49.222Z] #19 199.4 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-01T06:34:49.222Z] #19 199.4 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-03-01T06:34:49.342Z] #14 114.8 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-01T06:34:49.342Z] #14 114.8 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-03-01T06:34:49.342Z] #14 114.8 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-01T06:34:49.342Z] #14 114.9 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-03-01T06:34:49.342Z] #14 114.9 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-01T06:34:49.342Z] #14 114.9 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-03-01T06:34:49.342Z] #14 114.9 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-01T06:34:49.342Z] #14 114.9 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-03-01T06:34:49.342Z] #14 114.9 Setting up libudev-dev:amd64 (247.3-6) ... [2022-03-01T06:34:49.342Z] #14 114.9 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-03-01T06:34:49.342Z] #14 114.9 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-01T06:34:49.342Z] #14 114.9 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-01T06:34:49.342Z] #14 114.9 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-01T06:34:49.342Z] #14 115.0 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-01T06:34:49.342Z] #14 115.0 Setting up mingw-w64-common (8.0.0-1) ... [2022-03-01T06:34:49.342Z] #14 115.0 Setting up libsystemd-dev:amd64 (247.3-6) ... [2022-03-01T06:34:49.342Z] #14 118.8 Selecting previously unselected package libpcre2-32-0:amd64. [2022-03-01T06:34:49.342Z] #14 118.9 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-03-01T06:34:49.342Z] #14 118.9 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-03-01T06:34:49.342Z] #14 119.0 Selecting previously unselected package libpcre2-posix2:amd64. [2022-03-01T06:34:49.342Z] #14 119.0 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-03-01T06:34:49.342Z] #14 119.0 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-03-01T06:34:49.342Z] #14 119.1 Selecting previously unselected package libpcre2-dev:amd64. [2022-03-01T06:34:49.342Z] #14 119.1 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-03-01T06:34:49.342Z] #14 119.1 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-03-01T06:34:49.481Z] #19 199.4 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-01T06:34:49.481Z] #19 199.4 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-01T06:34:49.481Z] #19 199.4 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-03-01T06:34:49.481Z] #19 199.4 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-03-01T06:34:49.481Z] #19 199.4 Setting up dpkg-cross (2.6.18+nmu1) ... [2022-03-01T06:34:49.481Z] #19 199.5 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-03-01T06:34:49.481Z] #19 199.5 Setting up crossbuild-essential-armel (12.9) ... [2022-03-01T06:34:49.481Z] #19 199.5 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-03-01T06:34:49.481Z] #19 199.5 Setting up crossbuild-essential-armhf (12.9) ... [2022-03-01T06:34:49.481Z] #19 199.5 Setting up crossbuild-essential-arm64 (12.9) ... [2022-03-01T06:34:49.481Z] #19 199.5 Setting up crossbuild-essential-s390x (12.9) ... [2022-03-01T06:34:49.481Z] #19 199.5 Setting up crossbuild-essential-ppc64el (12.9) ... [2022-03-01T06:34:49.481Z] #19 199.6 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-01T06:34:49.601Z] #14 115.0 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-01T06:34:49.601Z] #14 115.0 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-03-01T06:34:49.601Z] #14 115.0 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-03-01T06:34:49.601Z] #14 115.1 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-01T06:34:49.601Z] #14 115.1 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-01T06:34:49.601Z] #14 115.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-03-01T06:34:49.601Z] #14 115.1 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-01T06:34:49.601Z] #14 115.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-03-01T06:34:49.601Z] #14 115.1 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-01T06:34:49.601Z] #14 115.1 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-01T06:34:49.601Z] #14 115.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-03-01T06:34:49.601Z] #14 115.1 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-01T06:34:49.601Z] #14 115.1 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-01T06:34:49.604Z] #14 119.4 Selecting previously unselected package libselinux1-dev:amd64. [2022-03-01T06:34:49.858Z] #14 115.2 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-01T06:34:49.858Z] #14 115.2 Setting up dmsetup (2:1.02.175-2.1) ... [2022-03-01T06:34:49.858Z] #14 115.3 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-01T06:34:49.858Z] #14 115.3 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-01T06:34:49.858Z] #14 115.3 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-01T06:34:49.867Z] #14 119.4 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-03-01T06:34:49.867Z] #14 119.4 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-03-01T06:34:49.867Z] #14 119.6 Selecting previously unselected package libdevmapper-dev:amd64. [2022-03-01T06:34:49.867Z] #14 119.6 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-03-01T06:34:49.867Z] #14 119.6 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-01T06:34:50.049Z] #19 DONE 200.2s [2022-03-01T06:34:50.118Z] #14 DONE 115.6s [2022-03-01T06:34:50.118Z] [2022-03-01T06:34:50.118Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-01T06:34:50.118Z] #15 sha256:a5470ca893da517d4017e3546fa8394b508bb1ca0fe6cb0d53e792c80d0218da [2022-03-01T06:34:50.129Z] #14 119.7 Selecting previously unselected package libseccomp-dev:amd64. [2022-03-01T06:34:50.129Z] #14 119.7 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-03-01T06:34:50.129Z] #14 119.7 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-01T06:34:50.129Z] #14 119.8 Selecting previously unselected package libsystemd-dev:amd64. [2022-03-01T06:34:50.129Z] #14 119.8 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2022-03-01T06:34:50.129Z] #14 119.8 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2022-03-01T06:34:50.309Z] [2022-03-01T06:34:50.309Z] #65 [containerd 1/3] 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 [2022-03-01T06:34:50.309Z] #65 sha256:cbdb220bf39f84deeed2a473a3e3ee97d9e3b6c7e08bbc856ea3026fec9dbf52 [2022-03-01T06:34:50.309Z] #65 ... [2022-03-01T06:34:50.309Z] [2022-03-01T06:34:50.309Z] #69 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-01T06:34:50.309Z] #69 sha256:d1026cd09722db586d2b202289d2fbd3afee44ba41cba42d0577228e63d5380b [2022-03-01T06:34:50.309Z] #69 DONE 0.2s [2022-03-01T06:34:50.309Z] [2022-03-01T06:34:50.309Z] #32 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-01T06:34:50.309Z] #32 sha256:67a4458d5d60bfd6beee419f4ab15cf547b26d08dc51b0023f12565d23671474 [2022-03-01T06:34:50.309Z] #32 DONE 0.2s [2022-03-01T06:34:50.376Z] #15 ... [2022-03-01T06:34:50.376Z] [2022-03-01T06:34:50.376Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-01T06:34:50.376Z] #55 sha256:003260a9e1968f8c8eb80d0ba11f039136345b99f68db1e4a45e2ec6a7d2071f [2022-03-01T06:34:50.376Z] #55 DONE 0.1s [2022-03-01T06:34:50.376Z] [2022-03-01T06:34:50.376Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-01T06:34:50.376Z] #56 sha256:bba9ff1ce9591c0c6c0edf822bbc7730876fbe8df9f04cf7fe811282d02b54fe [2022-03-01T06:34:50.391Z] #14 120.3 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-01T06:34:50.572Z] [2022-03-01T06:34:50.572Z] #33 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-01T06:34:50.572Z] #33 sha256:6a1c92d1096818981372b18688fca47b4361cdd8015e2aa4d0cb63fbb3c3cc7d [2022-03-01T06:34:50.653Z] #14 120.3 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-03-01T06:34:50.653Z] #14 120.3 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-01T06:34:50.654Z] #14 120.3 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-03-01T06:34:50.654Z] #14 120.3 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-01T06:34:50.654Z] #14 120.3 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-03-01T06:34:50.654Z] #14 120.3 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-01T06:34:50.654Z] #14 120.3 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-03-01T06:34:50.654Z] #14 120.3 Setting up libudev-dev:amd64 (247.3-6) ... [2022-03-01T06:34:50.654Z] #14 120.4 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-03-01T06:34:50.654Z] #14 120.4 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-01T06:34:50.654Z] #14 120.4 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-01T06:34:50.654Z] #14 120.4 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-01T06:34:50.654Z] #14 120.4 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-01T06:34:50.654Z] #14 120.4 Setting up mingw-w64-common (8.0.0-1) ... [2022-03-01T06:34:50.654Z] #14 120.4 Setting up libsystemd-dev:amd64 (247.3-6) ... [2022-03-01T06:34:50.654Z] #14 120.4 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-01T06:34:50.654Z] #14 120.4 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-03-01T06:34:50.654Z] #14 120.5 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-03-01T06:34:50.654Z] #14 120.5 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-01T06:34:50.915Z] #14 120.5 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-01T06:34:50.915Z] #14 120.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-03-01T06:34:50.915Z] #14 120.5 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-01T06:34:50.915Z] #14 120.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-03-01T06:34:50.915Z] #14 120.5 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-01T06:34:50.915Z] #14 120.5 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-01T06:34:50.915Z] #14 120.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-03-01T06:34:50.915Z] #14 120.6 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-01T06:34:50.915Z] #14 120.6 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-01T06:34:50.915Z] #14 120.6 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-01T06:34:50.915Z] #14 120.6 Setting up dmsetup (2:1.02.175-2.1) ... [2022-03-01T06:34:50.915Z] #14 120.6 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-01T06:34:50.915Z] #14 120.6 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-01T06:34:50.915Z] #14 120.6 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-01T06:34:51.178Z] #14 DONE 121.0s [2022-03-01T06:34:51.178Z] [2022-03-01T06:34:51.178Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-01T06:34:51.178Z] #60 sha256:6a033edba639fe1346a16bb613512f61866db39685131d1f6beb15043d34961d [2022-03-01T06:34:51.318Z] #21 9.179 Reading package lists... [2022-03-01T06:34:51.441Z] #60 ... [2022-03-01T06:34:51.441Z] [2022-03-01T06:34:51.441Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-01T06:34:51.441Z] #55 sha256:668bcda7390a80a356dd3210bb0e457c302970c008d561ff499409a3b6b8716d [2022-03-01T06:34:51.441Z] #55 DONE 0.1s [2022-03-01T06:34:51.441Z] [2022-03-01T06:34:51.441Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-01T06:34:51.441Z] #15 sha256:a5470ca893da517d4017e3546fa8394b508bb1ca0fe6cb0d53e792c80d0218da [2022-03-01T06:34:51.575Z] #21 11.20 Building dependency tree... [2022-03-01T06:34:51.748Z] #56 ... [2022-03-01T06:34:51.748Z] [2022-03-01T06:34:51.748Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-01T06:34:51.748Z] #15 sha256:a5470ca893da517d4017e3546fa8394b508bb1ca0fe6cb0d53e792c80d0218da [2022-03-01T06:34:51.748Z] #15 DONE 1.3s [2022-03-01T06:34:51.748Z] [2022-03-01T06:34:51.748Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-01T06:34:51.748Z] #56 sha256:bba9ff1ce9591c0c6c0edf822bbc7730876fbe8df9f04cf7fe811282d02b54fe [2022-03-01T06:34:51.748Z] #56 1.137 + RM_GOPATH=0 [2022-03-01T06:34:51.748Z] #56 1.138 + TMP_GOPATH= [2022-03-01T06:34:51.748Z] #56 1.138 + : /build [2022-03-01T06:34:51.748Z] #56 1.138 + '[' -z '' ']' [2022-03-01T06:34:51.748Z] #56 1.138 ++ mktemp -d [2022-03-01T06:34:51.748Z] #56 1.141 + export GOPATH=/tmp/tmp.F8JWKCiEOO [2022-03-01T06:34:51.748Z] #56 1.141 + GOPATH=/tmp/tmp.F8JWKCiEOO [2022-03-01T06:34:51.748Z] #56 1.141 + RM_GOPATH=1 [2022-03-01T06:34:51.748Z] #56 1.141 + case "$(go env GOARCH)" in [2022-03-01T06:34:51.748Z] #56 1.142 ++ go env GOARCH [2022-03-01T06:34:51.748Z] #56 1.161 + export GO_BUILDMODE=-buildmode=pie [2022-03-01T06:34:51.748Z] #56 1.161 + GO_BUILDMODE=-buildmode=pie [2022-03-01T06:34:51.748Z] #56 1.162 ++ dirname /install.sh [2022-03-01T06:34:51.748Z] #56 1.164 + dir=/ [2022-03-01T06:34:51.748Z] #56 1.166 + bin=runc [2022-03-01T06:34:51.748Z] #56 1.166 + shift [2022-03-01T06:34:51.748Z] #56 1.167 + '[' '!' -f //runc.installer ']' [2022-03-01T06:34:51.748Z] #56 1.168 + . //runc.installer [2022-03-01T06:34:51.748Z] #56 1.168 ++ set -e [2022-03-01T06:34:51.748Z] #56 1.168 ++ : v1.1.0 [2022-03-01T06:34:51.748Z] #56 1.169 + install_runc [2022-03-01T06:34:51.748Z] #56 1.169 + RUNC_BUILDTAGS=seccomp [2022-03-01T06:34:51.748Z] #56 1.169 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-03-01T06:34:51.748Z] #56 1.169 Install runc version v1.1.0 (build tags: seccomp) [2022-03-01T06:34:51.748Z] #56 1.169 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.F8JWKCiEOO/src/github.com/opencontainers/runc [2022-03-01T06:34:51.748Z] #56 1.176 Cloning into '/tmp/tmp.F8JWKCiEOO/src/github.com/opencontainers/runc'... [2022-03-01T06:34:51.949Z] #33 1.491 + RM_GOPATH=0 [2022-03-01T06:34:51.949Z] #33 1.491 + TMP_GOPATH= [2022-03-01T06:34:51.949Z] #33 1.491 + : /build [2022-03-01T06:34:51.949Z] #33 1.491 + '[' -z '' ']' [2022-03-01T06:34:51.949Z] #33 1.492 ++ mktemp -d [2022-03-01T06:34:51.949Z] #33 1.493 + export GOPATH=/tmp/tmp.7NmokwfTLs [2022-03-01T06:34:51.949Z] #33 1.493 + GOPATH=/tmp/tmp.7NmokwfTLs [2022-03-01T06:34:51.949Z] #33 1.493 + RM_GOPATH=1 [2022-03-01T06:34:51.949Z] #33 1.493 + case "$(go env GOARCH)" in [2022-03-01T06:34:51.949Z] #33 1.494 ++ go env GOARCH [2022-03-01T06:34:51.949Z] #33 1.504 + export GO_BUILDMODE=-buildmode=pie [2022-03-01T06:34:51.949Z] #33 1.504 + GO_BUILDMODE=-buildmode=pie [2022-03-01T06:34:51.949Z] #33 1.505 ++ dirname /install.sh [2022-03-01T06:34:51.949Z] #33 1.506 + dir=/ [2022-03-01T06:34:51.949Z] #33 1.506 + bin=dockercli [2022-03-01T06:34:51.949Z] #33 1.506 + shift [2022-03-01T06:34:51.949Z] #33 1.506 + '[' '!' -f //dockercli.installer ']' [2022-03-01T06:34:51.949Z] #33 1.506 + . //dockercli.installer [2022-03-01T06:34:51.949Z] #33 1.506 ++ : stable [2022-03-01T06:34:51.949Z] #33 1.506 ++ : 17.06.2-ce [2022-03-01T06:34:51.949Z] #33 1.506 + install_dockercli [2022-03-01T06:34:51.949Z] #33 1.506 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-03-01T06:34:51.949Z] #33 1.506 Install docker/cli version 17.06.2-ce from stable [2022-03-01T06:34:51.949Z] #33 1.506 ++ uname -m [2022-03-01T06:34:51.949Z] #33 1.508 + arch=x86_64 [2022-03-01T06:34:51.949Z] #33 1.508 + '[' x86_64 '!=' x86_64 ']' [2022-03-01T06:34:51.949Z] #33 1.508 + url=https://download.docker.com/linux/static [2022-03-01T06:34:51.949Z] #33 1.509 + tar -xz docker/docker [2022-03-01T06:34:51.949Z] #33 1.512 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-03-01T06:34:52.137Z] #21 12.33 The following additional packages will be installed: [2022-03-01T06:34:52.137Z] #21 12.35 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-01T06:34:52.137Z] #21 12.35 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-03-01T06:34:52.137Z] #21 12.35 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-03-01T06:34:52.137Z] #21 12.35 python3-pkg-resources vim-runtime xxd [2022-03-01T06:34:52.137Z] #21 12.35 Suggested packages: [2022-03-01T06:34:52.137Z] #21 12.35 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-03-01T06:34:52.137Z] #21 12.35 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-03-01T06:34:52.137Z] #21 12.35 acl attr quota [2022-03-01T06:34:52.137Z] #21 12.35 Recommended packages: [2022-03-01T06:34:52.137Z] #21 12.35 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-03-01T06:34:52.474Z] #21 21.32 Selecting previously unselected package libinih1:arm64. [2022-03-01T06:34:52.474Z] #21 21.34 Preparing to unpack .../27-libinih1_53-1+b2_arm64.deb ... [2022-03-01T06:34:52.474Z] #21 21.34 Unpacking libinih1:arm64 (53-1+b2) ... [2022-03-01T06:34:52.474Z] #21 21.41 Selecting previously unselected package libnet1:arm64. [2022-03-01T06:34:52.474Z] #21 21.41 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-03-01T06:34:52.474Z] #21 21.41 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-03-01T06:34:52.474Z] #21 21.50 Selecting previously unselected package libnl-3-200:arm64. [2022-03-01T06:34:52.474Z] #21 21.50 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2022-03-01T06:34:52.474Z] #21 21.51 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-03-01T06:34:52.474Z] #21 21.60 Selecting previously unselected package libprotobuf-c1:arm64. [2022-03-01T06:34:52.474Z] #21 21.61 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-03-01T06:34:52.474Z] #21 21.61 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-03-01T06:34:52.474Z] #21 21.67 Selecting previously unselected package net-tools. [2022-03-01T06:34:52.474Z] #21 21.67 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_arm64.deb ... [2022-03-01T06:34:52.474Z] #21 21.70 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-03-01T06:34:52.474Z] #21 21.83 Selecting previously unselected package patch. [2022-03-01T06:34:52.474Z] #21 21.86 Preparing to unpack .../32-patch_2.7.6-7_arm64.deb ... [2022-03-01T06:34:52.474Z] #21 21.88 Unpacking patch (2.7.6-7) ... [2022-03-01T06:34:52.474Z] #21 21.94 Selecting previously unselected package python-pip-whl. [2022-03-01T06:34:52.474Z] #21 21.96 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2022-03-01T06:34:52.474Z] #21 21.96 Unpacking python-pip-whl (20.3.4-4) ... [2022-03-01T06:34:52.679Z] #56 ... [2022-03-01T06:34:52.679Z] [2022-03-01T06:34:52.679Z] #16 [dev-systemd-false 2/24] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-03-01T06:34:52.679Z] #16 sha256:07c672a05c16c1486e7ee925bccf2ccd06e16687828ccd1f32de0c0e667e1c1e [2022-03-01T06:34:52.679Z] #16 DONE 1.1s [2022-03-01T06:34:52.679Z] [2022-03-01T06:34:52.679Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-01T06:34:52.679Z] #17 sha256:9eb94f453307c171ab68dc6396cf9b1711f009bc7fb5556e99fff98c66f1923d [2022-03-01T06:34:52.841Z] #15 DONE 1.4s [2022-03-01T06:34:52.841Z] [2022-03-01T06:34:52.841Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-01T06:34:52.841Z] #56 sha256:477fc6c7d71d13be663c0042db67e7beb7680be7fac92547e2cc35d3c5dfb786 [2022-03-01T06:34:52.841Z] #56 1.207 + RM_GOPATH=0 [2022-03-01T06:34:52.841Z] #56 1.207 + TMP_GOPATH= [2022-03-01T06:34:52.841Z] #56 1.207 + : /build [2022-03-01T06:34:52.841Z] #56 1.207 + '[' -z '' ']' [2022-03-01T06:34:52.841Z] #56 1.209 ++ mktemp -d [2022-03-01T06:34:52.841Z] #56 1.210 + export GOPATH=/tmp/tmp.pP9ee4bWnO [2022-03-01T06:34:52.841Z] #56 1.210 + GOPATH=/tmp/tmp.pP9ee4bWnO [2022-03-01T06:34:52.841Z] #56 1.210 + RM_GOPATH=1 [2022-03-01T06:34:52.841Z] #56 1.218 + case "$(go env GOARCH)" in [2022-03-01T06:34:52.841Z] #56 1.222 ++ go env GOARCH [2022-03-01T06:34:52.841Z] #56 1.242 + export GO_BUILDMODE=-buildmode=pie [2022-03-01T06:34:52.841Z] #56 1.242 + GO_BUILDMODE=-buildmode=pie [2022-03-01T06:34:52.841Z] #56 1.242 ++ dirname /install.sh [2022-03-01T06:34:52.841Z] #56 1.245 + dir=/ [2022-03-01T06:34:52.841Z] #56 1.245 + bin=runc [2022-03-01T06:34:52.841Z] #56 1.245 + shift [2022-03-01T06:34:52.841Z] #56 1.245 + '[' '!' -f //runc.installer ']' [2022-03-01T06:34:52.841Z] #56 1.246 + . //runc.installer [2022-03-01T06:34:52.841Z] #56 1.246 ++ set -e [2022-03-01T06:34:52.841Z] #56 1.246 ++ : v1.1.0 [2022-03-01T06:34:52.841Z] #56 1.246 + install_runc [2022-03-01T06:34:52.841Z] #56 1.247 + RUNC_BUILDTAGS=seccomp [2022-03-01T06:34:52.841Z] #56 1.247 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-03-01T06:34:52.841Z] #56 1.247 Install runc version v1.1.0 (build tags: seccomp) [2022-03-01T06:34:52.841Z] #56 1.247 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.pP9ee4bWnO/src/github.com/opencontainers/runc [2022-03-01T06:34:52.841Z] #56 1.249 Cloning into '/tmp/tmp.pP9ee4bWnO/src/github.com/opencontainers/runc'... [2022-03-01T06:34:53.036Z] #21 22.35 Selecting previously unselected package python3-lib2to3. [2022-03-01T06:34:53.036Z] #21 22.37 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-03-01T06:34:53.036Z] #21 22.37 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-03-01T06:34:53.036Z] #21 22.46 Selecting previously unselected package python3-distutils. [2022-03-01T06:34:53.036Z] #21 22.49 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-03-01T06:34:53.036Z] #21 22.50 Unpacking python3-distutils (3.9.2-1) ... [2022-03-01T06:34:53.064Z] #21 13.36 The following NEW packages will be installed: [2022-03-01T06:34:53.064Z] #21 13.36 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-03-01T06:34:53.064Z] #21 13.36 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-01T06:34:53.064Z] #21 13.36 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-03-01T06:34:53.064Z] #21 13.36 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-03-01T06:34:53.064Z] #21 13.36 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-03-01T06:34:53.064Z] #21 13.36 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-03-01T06:34:53.064Z] #21 13.36 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-03-01T06:34:53.064Z] #21 13.36 xz-utils zip zstd [2022-03-01T06:34:53.293Z] #21 22.60 Selecting previously unselected package python3-pkg-resources. [2022-03-01T06:34:53.293Z] #21 22.61 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-01T06:34:53.293Z] #21 22.62 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-01T06:34:53.549Z] #21 22.73 Selecting previously unselected package python3-setuptools. [2022-03-01T06:34:53.549Z] #21 22.73 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-03-01T06:34:53.549Z] #21 22.74 Unpacking python3-setuptools (52.0.0-4) ... [2022-03-01T06:34:53.549Z] #21 22.90 Selecting previously unselected package python3-wheel. [2022-03-01T06:34:53.549Z] #21 22.90 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-03-01T06:34:53.549Z] #21 22.91 Unpacking python3-wheel (0.34.2-1) ... [2022-03-01T06:34:53.611Z] #17 0.860 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-03-01T06:34:53.611Z] #17 DONE 1.0s [2022-03-01T06:34:53.611Z] [2022-03-01T06:34:53.611Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-01T06:34:53.611Z] #60 sha256:8ec41364113a0ea709774025077b015e7266be7fbc005c7c422c7e5902221e55 [2022-03-01T06:34:53.611Z] #60 ... [2022-03-01T06:34:53.611Z] [2022-03-01T06:34:53.611Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-01T06:34:53.611Z] #18 sha256:de0bae700dd0a197fc226bfe810ca9d30aa192edd27e89a0f6086cf13214ce3f [2022-03-01T06:34:53.626Z] #21 13.67 0 upgraded, 48 newly installed, 0 to remove and 3 not upgraded. [2022-03-01T06:34:53.626Z] #21 13.67 Need to get 27.6 MB of archives. [2022-03-01T06:34:53.626Z] #21 13.67 After this operation, 106 MB of additional disk space will be used. [2022-03-01T06:34:53.626Z] #21 13.67 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-03-01T06:34:53.626Z] #21 13.67 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-03-01T06:34:53.626Z] #21 13.67 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-03-01T06:34:53.626Z] #21 13.68 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-03-01T06:34:53.626Z] #21 13.68 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-03-01T06:34:53.626Z] #21 13.68 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-03-01T06:34:53.626Z] #21 13.68 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-03-01T06:34:53.626Z] #21 13.68 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-03-01T06:34:53.626Z] #21 13.71 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-01T06:34:53.626Z] #21 13.72 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-03-01T06:34:53.626Z] #21 13.73 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-03-01T06:34:53.626Z] #21 13.73 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-03-01T06:34:53.626Z] #21 13.73 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-03-01T06:34:53.626Z] #21 13.74 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-03-01T06:34:53.626Z] #21 13.77 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-03-01T06:34:53.626Z] #21 13.78 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-03-01T06:34:53.626Z] #21 13.78 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-03-01T06:34:53.626Z] #21 13.89 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-03-01T06:34:53.626Z] #21 13.89 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-03-01T06:34:53.626Z] #21 13.89 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-03-01T06:34:53.626Z] #21 13.90 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-03-01T06:34:53.626Z] #21 13.91 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-01T06:34:53.626Z] #21 13.91 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-01T06:34:53.626Z] #21 13.92 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-01T06:34:53.626Z] #21 13.92 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-03-01T06:34:53.626Z] #21 13.93 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-03-01T06:34:53.626Z] #21 13.93 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-01T06:34:53.786Z] #56 ... [2022-03-01T06:34:53.786Z] [2022-03-01T06:34:53.786Z] #16 [dev-systemd-false 2/24] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-03-01T06:34:53.786Z] #16 sha256:07c672a05c16c1486e7ee925bccf2ccd06e16687828ccd1f32de0c0e667e1c1e [2022-03-01T06:34:53.786Z] #16 DONE 1.1s [2022-03-01T06:34:53.806Z] #21 22.99 Selecting previously unselected package python3-pip. [2022-03-01T06:34:53.806Z] #21 22.99 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2022-03-01T06:34:53.806Z] #21 23.00 Unpacking python3-pip (20.3.4-4) ... [2022-03-01T06:34:53.884Z] #21 14.27 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-03-01T06:34:53.884Z] #21 14.30 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-03-01T06:34:53.884Z] #21 14.30 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-03-01T06:34:54.049Z] [2022-03-01T06:34:54.049Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-01T06:34:54.049Z] #17 sha256:9eb94f453307c171ab68dc6396cf9b1711f009bc7fb5556e99fff98c66f1923d [2022-03-01T06:34:54.062Z] #21 23.25 Selecting previously unselected package sudo. [2022-03-01T06:34:54.062Z] #21 23.25 Preparing to unpack .../40-sudo_1.9.5p2-3_arm64.deb ... [2022-03-01T06:34:54.062Z] #21 23.26 Unpacking sudo (1.9.5p2-3) ... [2022-03-01T06:34:54.142Z] #21 14.30 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-03-01T06:34:54.142Z] #21 14.30 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-03-01T06:34:54.142Z] #21 14.30 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-03-01T06:34:54.142Z] #21 14.31 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-03-01T06:34:54.142Z] #21 14.36 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-03-01T06:34:54.142Z] #21 14.37 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-03-01T06:34:54.142Z] #21 14.38 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-01T06:34:54.142Z] #21 14.38 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-03-01T06:34:54.142Z] #21 14.41 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-03-01T06:34:54.142Z] #21 14.41 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2022-03-01T06:34:54.142Z] #21 14.42 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-03-01T06:34:54.142Z] #21 14.45 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-03-01T06:34:54.142Z] #21 14.46 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-03-01T06:34:54.142Z] #21 14.47 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-03-01T06:34:54.320Z] #21 23.65 Selecting previously unselected package thin-provisioning-tools. [2022-03-01T06:34:54.320Z] #21 23.66 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_arm64.deb ... [2022-03-01T06:34:54.320Z] #21 23.66 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-03-01T06:34:54.579Z] #21 23.84 Selecting previously unselected package uidmap. [2022-03-01T06:34:54.579Z] #21 23.85 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_arm64.deb ... [2022-03-01T06:34:54.579Z] #21 23.87 Unpacking uidmap (1:4.8.1-1) ... [2022-03-01T06:34:54.579Z] #21 23.98 Selecting previously unselected package vim-runtime. [2022-03-01T06:34:54.579Z] #21 23.98 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-01T06:34:54.579Z] #21 24.00 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-03-01T06:34:54.579Z] #21 24.03 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-03-01T06:34:54.579Z] #21 24.03 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:34:54.625Z] #17 0.888 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-03-01T06:34:54.680Z] #18 DONE 1.0s [2022-03-01T06:34:54.680Z] [2022-03-01T06:34:54.680Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-01T06:34:54.680Z] #19 sha256:fb94e2aae9c89978fd9757b918db54a6c06c96a37c01a6d2a28873c06200e86f [2022-03-01T06:34:54.707Z] #21 14.72 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-03-01T06:34:54.707Z] #21 14.74 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-03-01T06:34:54.707Z] #21 14.76 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-03-01T06:34:54.707Z] #21 14.76 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-03-01T06:34:54.888Z] #17 DONE 1.0s [2022-03-01T06:34:54.888Z] [2022-03-01T06:34:54.888Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-01T06:34:54.888Z] #18 sha256:de0bae700dd0a197fc226bfe810ca9d30aa192edd27e89a0f6086cf13214ce3f [2022-03-01T06:34:55.009Z] #21 15.28 debconf: delaying package configuration, since apt-utils is not installed [2022-03-01T06:34:55.009Z] #21 15.38 Fetched 27.6 MB in 1s (19.8 MB/s) [2022-03-01T06:34:55.267Z] #21 15.44 Selecting previously unselected package pigz. [2022-03-01T06:34:55.267Z] #21 15.44 (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 ... 24010 files and directories currently installed.) [2022-03-01T06:34:55.267Z] #21 15.48 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-03-01T06:34:55.267Z] #21 15.48 Unpacking pigz (2.6-1) ... [2022-03-01T06:34:55.267Z] #21 15.58 Selecting previously unselected package libelf1:amd64. [2022-03-01T06:34:55.267Z] #21 15.58 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-03-01T06:34:55.267Z] #21 15.58 Unpacking libelf1:amd64 (0.183-1) ... [2022-03-01T06:34:55.271Z] #33 4.189 + mkdir -p /build [2022-03-01T06:34:55.271Z] #33 4.191 + mv docker/docker /build/ [2022-03-01T06:34:55.271Z] #33 4.194 + rmdir docker [2022-03-01T06:34:55.271Z] #33 DONE 4.4s [2022-03-01T06:34:55.271Z] [2022-03-01T06:34:55.271Z] #45 [tini 1/3] 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 [2022-03-01T06:34:55.271Z] #45 sha256:7ebe85deed9c922a245f66d5340fdc166c033a6e1e7249771886439cdb948f0f [2022-03-01T06:34:55.271Z] #45 1.308 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-01T06:34:55.271Z] #45 1.329 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-01T06:34:55.271Z] #45 1.329 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-01T06:34:55.271Z] #45 1.582 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-01T06:34:55.271Z] #45 1.770 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-01T06:34:55.271Z] #45 1.859 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-01T06:34:55.271Z] #45 2.016 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-01T06:34:55.271Z] #45 2.425 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-01T06:34:55.271Z] #45 2.790 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-01T06:34:55.271Z] #45 3.228 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [121 kB] [2022-03-01T06:34:55.271Z] #45 3.236 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [115 kB] [2022-03-01T06:34:55.271Z] #45 3.241 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [123 kB] [2022-03-01T06:34:55.271Z] #45 3.247 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [115 kB] [2022-03-01T06:34:55.271Z] #45 3.253 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [123 kB] [2022-03-01T06:34:55.272Z] #45 3.262 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-01T06:34:55.272Z] #45 3.582 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-01T06:34:55.272Z] #45 3.591 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-01T06:34:55.272Z] #45 3.591 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-01T06:34:55.272Z] #45 3.591 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-01T06:34:55.272Z] #45 3.592 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-01T06:34:55.272Z] #45 3.592 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-01T06:34:55.523Z] #21 15.72 Selecting previously unselected package libbpf0:amd64. [2022-03-01T06:34:55.524Z] #21 15.72 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-03-01T06:34:55.524Z] #21 15.76 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-03-01T06:34:55.524Z] #21 15.85 Selecting previously unselected package libcap2:amd64. [2022-03-01T06:34:55.524Z] #21 15.85 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-03-01T06:34:55.524Z] #21 15.86 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-03-01T06:34:55.524Z] #21 15.95 Selecting previously unselected package libmnl0:amd64. [2022-03-01T06:34:55.524Z] #21 15.95 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-03-01T06:34:55.665Z] #19 DONE 1.1s [2022-03-01T06:34:55.665Z] [2022-03-01T06:34:55.665Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-03-01T06:34:55.665Z] #20 sha256:507c60dffb7dae186d6ebe140864ec3909cdef7764bbd813996cee037d3c6132 [2022-03-01T06:34:55.781Z] #21 15.96 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-03-01T06:34:55.781Z] #21 16.02 Selecting previously unselected package libxtables12:amd64. [2022-03-01T06:34:55.781Z] #21 16.02 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-03-01T06:34:55.781Z] #21 16.03 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-03-01T06:34:55.781Z] #21 16.11 Selecting previously unselected package libcap2-bin. [2022-03-01T06:34:55.781Z] #21 16.11 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-03-01T06:34:55.781Z] #21 16.11 Unpacking libcap2-bin (1:2.44-1) ... [2022-03-01T06:34:55.781Z] #21 16.20 Selecting previously unselected package iproute2. [2022-03-01T06:34:55.835Z] #18 DONE 0.9s [2022-03-01T06:34:55.835Z] [2022-03-01T06:34:55.835Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-01T06:34:55.835Z] #19 sha256:fb94e2aae9c89978fd9757b918db54a6c06c96a37c01a6d2a28873c06200e86f [2022-03-01T06:34:56.039Z] #21 16.20 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-03-01T06:34:56.039Z] #21 16.21 Unpacking iproute2 (5.10.0-4) ... [2022-03-01T06:34:56.295Z] #21 16.58 Selecting previously unselected package xxd. [2022-03-01T06:34:56.295Z] #21 16.59 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-01T06:34:56.295Z] #21 16.60 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:34:56.566Z] #21 16.69 Selecting previously unselected package vim-common. [2022-03-01T06:34:56.566Z] #21 16.69 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-01T06:34:56.566Z] #21 16.70 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:34:56.566Z] #21 16.84 Selecting previously unselected package bash-completion. [2022-03-01T06:34:56.566Z] #21 16.84 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-03-01T06:34:56.600Z] #20 DONE 1.0s [2022-03-01T06:34:56.600Z] [2022-03-01T06:34:56.600Z] #21 [dev-systemd-false 7/24] 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 bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-03-01T06:34:56.600Z] #21 sha256:ee8f53feb3d87966d88732fb6bed4485ea53736962e2e3b15aa7e3d401e31586 [2022-03-01T06:34:56.724Z] #45 ... [2022-03-01T06:34:56.724Z] [2022-03-01T06:34:56.724Z] #65 [containerd 1/3] 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 [2022-03-01T06:34:56.724Z] #65 sha256:cbdb220bf39f84deeed2a473a3e3ee97d9e3b6c7e08bbc856ea3026fec9dbf52 [2022-03-01T06:34:56.724Z] #65 2.067 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-01T06:34:56.724Z] #65 2.090 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-01T06:34:56.724Z] #65 2.090 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-01T06:34:56.724Z] #65 2.424 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-01T06:34:56.724Z] #65 2.881 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-01T06:34:56.724Z] #65 3.376 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-01T06:34:56.724Z] #65 3.952 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-01T06:34:56.724Z] #65 4.594 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-01T06:34:56.724Z] #65 5.207 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-01T06:34:56.724Z] #65 5.945 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-01T06:34:56.724Z] #65 5.945 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [123 kB] [2022-03-01T06:34:56.724Z] #65 5.971 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [115 kB] [2022-03-01T06:34:56.724Z] #65 5.991 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [121 kB] [2022-03-01T06:34:56.724Z] #65 6.035 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [123 kB] [2022-03-01T06:34:56.724Z] #65 6.035 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [115 kB] [2022-03-01T06:34:56.724Z] #65 6.189 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-01T06:34:56.724Z] #65 6.200 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-01T06:34:56.724Z] #65 6.207 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-01T06:34:56.724Z] #65 6.208 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-01T06:34:56.724Z] #65 6.208 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-01T06:34:56.724Z] #65 6.208 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-01T06:34:56.788Z] #19 DONE 1.0s [2022-03-01T06:34:56.788Z] [2022-03-01T06:34:56.788Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-03-01T06:34:56.788Z] #20 sha256:507c60dffb7dae186d6ebe140864ec3909cdef7764bbd813996cee037d3c6132 [2022-03-01T06:34:57.735Z] #20 DONE 1.0s [2022-03-01T06:34:57.735Z] [2022-03-01T06:34:57.735Z] #21 [dev-systemd-false 7/24] 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 bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-03-01T06:34:57.735Z] #21 sha256:ee8f53feb3d87966d88732fb6bed4485ea53736962e2e3b15aa7e3d401e31586 [2022-03-01T06:34:57.857Z] #21 26.74 Selecting previously unselected package vim. [2022-03-01T06:34:57.857Z] #21 26.75 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-03-01T06:34:57.857Z] #21 26.76 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:34:57.857Z] #21 27.15 Selecting previously unselected package xfsprogs. [2022-03-01T06:34:57.857Z] #21 27.16 Preparing to unpack .../45-xfsprogs_5.10.0-4_arm64.deb ... [2022-03-01T06:34:57.857Z] #21 27.16 Unpacking xfsprogs (5.10.0-4) ... [2022-03-01T06:34:57.967Z] #21 1.364 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-01T06:34:57.967Z] #21 1.391 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-01T06:34:57.967Z] #21 1.409 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-01T06:34:58.116Z] #21 27.49 Selecting previously unselected package zip. [2022-03-01T06:34:58.116Z] #21 27.51 Preparing to unpack .../46-zip_3.0-12_arm64.deb ... [2022-03-01T06:34:58.116Z] #21 27.52 Unpacking zip (3.0-12) ... [2022-03-01T06:34:58.373Z] #21 27.64 Selecting previously unselected package zstd. [2022-03-01T06:34:58.373Z] #21 27.66 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_arm64.deb ... [2022-03-01T06:34:58.373Z] #21 27.66 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-03-01T06:34:58.373Z] #21 27.94 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-01T06:34:58.461Z] #21 18.54 Unpacking bash-completion (1:2.11-2) ... [2022-03-01T06:34:58.531Z] #21 1.895 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-01T06:34:58.718Z] #21 18.94 Selecting previously unselected package bzip2. [2022-03-01T06:34:58.718Z] #21 18.94 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-03-01T06:34:58.718Z] #21 18.96 Unpacking bzip2 (1.0.8-4) ... [2022-03-01T06:34:58.718Z] #21 19.02 Selecting previously unselected package xz-utils. [2022-03-01T06:34:58.718Z] #21 19.02 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ... [2022-03-01T06:34:58.718Z] #21 19.03 Unpacking xz-utils (5.2.5-2) ... [2022-03-01T06:34:58.718Z] #21 19.15 Selecting previously unselected package apparmor. [2022-03-01T06:34:58.976Z] #21 19.15 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-03-01T06:34:58.976Z] #21 19.21 Unpacking apparmor (2.13.6-10) ... [2022-03-01T06:34:59.126Z] #21 1.268 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-01T06:34:59.126Z] #21 1.289 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-01T06:34:59.126Z] #21 1.289 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-01T06:34:59.233Z] #21 19.55 Selecting previously unselected package inetutils-ping. [2022-03-01T06:34:59.233Z] #21 19.55 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-03-01T06:34:59.233Z] #21 19.57 Unpacking inetutils-ping (2:2.0-1) ... [2022-03-01T06:34:59.233Z] #21 19.65 Selecting previously unselected package libip4tc2:amd64. [2022-03-01T06:34:59.305Z] #21 28.72 Setting up libip4tc2:arm64 (1.8.7-1) ... [2022-03-01T06:34:59.305Z] #21 28.73 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-03-01T06:34:59.305Z] #21 28.74 Setting up libgpm2:arm64 (1.20.7-8) ... [2022-03-01T06:34:59.305Z] #21 28.76 Setting up libicu67:arm64 (67.1-7) ... [2022-03-01T06:34:59.305Z] #21 28.77 Setting up libip6tc2:arm64 (1.8.7-1) ... [2022-03-01T06:34:59.305Z] #21 28.78 Setting up libinih1:arm64 (53-1+b2) ... [2022-03-01T06:34:59.387Z] #21 1.737 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-01T06:34:59.461Z] #21 2.849 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [121 kB] [2022-03-01T06:34:59.492Z] #21 19.65 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-03-01T06:34:59.492Z] #21 19.66 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-03-01T06:34:59.492Z] #21 19.71 Selecting previously unselected package libip6tc2:amd64. [2022-03-01T06:34:59.492Z] #21 19.71 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-03-01T06:34:59.492Z] #21 19.72 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-03-01T06:34:59.492Z] #21 19.78 Selecting previously unselected package libnfnetlink0:amd64. [2022-03-01T06:34:59.492Z] #21 19.81 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-03-01T06:34:59.492Z] #21 19.82 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-01T06:34:59.492Z] #21 19.87 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-03-01T06:34:59.492Z] #21 19.88 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-03-01T06:34:59.562Z] #21 28.81 Setting up uidmap (1:4.8.1-1) ... [2022-03-01T06:34:59.562Z] #21 28.83 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-03-01T06:34:59.562Z] #21 28.85 Setting up bzip2 (1.0.8-4) ... [2022-03-01T06:34:59.562Z] #21 28.86 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-03-01T06:34:59.562Z] #21 28.87 Setting up python3-wheel (0.34.2-1) ... [2022-03-01T06:34:59.750Z] #21 19.89 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-01T06:34:59.750Z] #21 19.96 Selecting previously unselected package libnftnl11:amd64. [2022-03-01T06:34:59.750Z] #21 19.97 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-03-01T06:34:59.750Z] #21 19.97 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-03-01T06:34:59.750Z] #21 20.04 Selecting previously unselected package iptables. [2022-03-01T06:34:59.750Z] #21 20.04 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-03-01T06:34:59.750Z] #21 20.05 Unpacking iptables (1.8.7-1) ... [2022-03-01T06:35:00.007Z] #21 20.31 Selecting previously unselected package libonig5:amd64. [2022-03-01T06:35:00.007Z] #21 20.31 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-01T06:35:00.007Z] #21 20.32 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-01T06:35:00.007Z] #21 20.43 Selecting previously unselected package libjq1:amd64. [2022-03-01T06:35:00.017Z] #65 ... [2022-03-01T06:35:00.017Z] [2022-03-01T06:35:00.017Z] #70 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-01T06:35:00.017Z] #70 sha256:8634a60893aa5e1dec2c58af3570295fa290251e95069c347d711e04ce5998a1 [2022-03-01T06:35:00.017Z] #70 1.325 + RM_GOPATH=0 [2022-03-01T06:35:00.017Z] #70 1.325 + TMP_GOPATH= [2022-03-01T06:35:00.017Z] #70 1.325 + : /build [2022-03-01T06:35:00.017Z] #70 1.325 + '[' -z '' ']' [2022-03-01T06:35:00.017Z] #70 1.330 ++ mktemp -d [2022-03-01T06:35:00.017Z] #70 1.330 + export GOPATH=/tmp/tmp.nmdkOH7GKN [2022-03-01T06:35:00.017Z] #70 1.330 + GOPATH=/tmp/tmp.nmdkOH7GKN [2022-03-01T06:35:00.017Z] #70 1.330 + RM_GOPATH=1 [2022-03-01T06:35:00.017Z] #70 1.330 + case "$(go env GOARCH)" in [2022-03-01T06:35:00.017Z] #70 1.330 ++ go env GOARCH [2022-03-01T06:35:00.017Z] #70 1.332 + export GO_BUILDMODE=-buildmode=pie [2022-03-01T06:35:00.017Z] #70 1.332 + GO_BUILDMODE=-buildmode=pie [2022-03-01T06:35:00.017Z] #70 1.332 ++ dirname /install.sh [2022-03-01T06:35:00.017Z] #70 1.332 + dir=/ [2022-03-01T06:35:00.017Z] #70 1.333 + bin=rootlesskit [2022-03-01T06:35:00.017Z] #70 1.333 + shift [2022-03-01T06:35:00.017Z] #70 1.333 + '[' '!' -f //rootlesskit.installer ']' [2022-03-01T06:35:00.017Z] #70 1.333 + . //rootlesskit.installer [2022-03-01T06:35:00.017Z] #70 1.333 ++ : v0.14.6 [2022-03-01T06:35:00.017Z] #70 1.333 + install_rootlesskit [2022-03-01T06:35:00.017Z] #70 1.333 + case "$1" in [2022-03-01T06:35:00.017Z] #70 1.333 + export CGO_ENABLED=0 [2022-03-01T06:35:00.017Z] #70 1.333 + CGO_ENABLED=0 [2022-03-01T06:35:00.017Z] #70 1.333 + _install_rootlesskit [2022-03-01T06:35:00.017Z] #70 1.336 Install rootlesskit version v0.14.6 [2022-03-01T06:35:00.017Z] #70 1.336 + echo 'Install rootlesskit version v0.14.6' [2022-03-01T06:35:00.017Z] #70 1.336 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-01T06:35:00.017Z] #70 1.336 + GOBIN=/build [2022-03-01T06:35:00.017Z] #70 1.336 + GO111MODULE=on [2022-03-01T06:35:00.017Z] #70 1.336 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-03-01T06:35:00.017Z] #70 1.786 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-03-01T06:35:00.017Z] #70 3.648 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-01T06:35:00.017Z] #70 3.650 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-03-01T06:35:00.017Z] #70 3.974 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-03-01T06:35:00.017Z] #70 5.711 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-03-01T06:35:00.017Z] #70 5.967 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-01T06:35:00.017Z] #70 5.993 go: downloading github.com/gorilla/mux v1.8.0 [2022-03-01T06:35:00.017Z] #70 6.023 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-03-01T06:35:00.017Z] #70 6.165 go: downloading github.com/google/uuid v1.3.0 [2022-03-01T06:35:00.017Z] #70 6.167 go: downloading github.com/moby/vpnkit v0.5.0 [2022-03-01T06:35:00.017Z] #70 6.198 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-03-01T06:35:00.017Z] #70 6.298 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-03-01T06:35:00.017Z] #70 6.329 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-03-01T06:35:00.017Z] #70 7.249 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-03-01T06:35:00.017Z] #70 7.345 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-03-01T06:35:00.078Z] #21 29.38 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:35:00.078Z] #21 29.40 Setting up libcap2:arm64 (1:2.44-1) ... [2022-03-01T06:35:00.078Z] #21 29.41 Setting up libcap2-bin (1:2.44-1) ... [2022-03-01T06:35:00.078Z] #21 29.43 Setting up apparmor (2.13.6-10) ... [2022-03-01T06:35:00.266Z] #21 20.44 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-03-01T06:35:00.266Z] #21 20.45 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-01T06:35:00.266Z] #21 20.54 Selecting previously unselected package jq. [2022-03-01T06:35:00.266Z] #21 20.54 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-03-01T06:35:00.266Z] #21 20.55 Unpacking jq (1.6-2.1) ... [2022-03-01T06:35:00.266Z] #21 20.62 Selecting previously unselected package libaio1:amd64. [2022-03-01T06:35:00.276Z] #70 ... [2022-03-01T06:35:00.276Z] [2022-03-01T06:35:00.276Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:35:00.276Z] #20 sha256:783eec43ce436e1fad9aa5c016e91313c4af299ddd31fd3c52bd45a45263930a [2022-03-01T06:35:00.276Z] #20 1.917 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-01T06:35:00.276Z] #20 1.932 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-01T06:35:00.276Z] #20 1.932 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-01T06:35:00.276Z] #20 2.219 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-01T06:35:00.276Z] #20 2.503 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-01T06:35:00.276Z] #20 2.862 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-01T06:35:00.276Z] #20 3.358 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-01T06:35:00.276Z] #20 3.669 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-01T06:35:00.276Z] #20 4.161 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-01T06:35:00.277Z] #20 4.699 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-01T06:35:00.277Z] #20 4.699 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [123 kB] [2022-03-01T06:35:00.277Z] #20 4.719 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [123 kB] [2022-03-01T06:35:00.277Z] #20 4.727 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [115 kB] [2022-03-01T06:35:00.277Z] #20 4.730 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [121 kB] [2022-03-01T06:35:00.277Z] #20 4.751 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [115 kB] [2022-03-01T06:35:00.277Z] #20 5.594 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-01T06:35:00.277Z] #20 5.603 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-01T06:35:00.277Z] #20 5.603 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-01T06:35:00.277Z] #20 5.609 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-01T06:35:00.277Z] #20 5.612 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-01T06:35:00.277Z] #20 5.612 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-01T06:35:00.330Z] #21 2.549 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [121 kB] [2022-03-01T06:35:00.394Z] #21 3.881 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-01T06:35:00.523Z] #21 20.64 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-03-01T06:35:00.523Z] #21 20.64 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-03-01T06:35:00.523Z] #21 20.71 Selecting previously unselected package libgpm2:amd64. [2022-03-01T06:35:00.523Z] #21 20.72 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-03-01T06:35:00.523Z] #21 20.73 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-03-01T06:35:00.523Z] #21 20.79 Selecting previously unselected package libicu67:amd64. [2022-03-01T06:35:00.523Z] #21 20.80 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-03-01T06:35:00.523Z] #21 20.81 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-01T06:35:00.650Z] #21 ... [2022-03-01T06:35:00.650Z] [2022-03-01T06:35:00.650Z] 898469748ff6: Verifying Checksum [2022-03-01T06:35:00.650Z] #34 [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 "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-01T06:35:00.650Z] 898469748ff6: Download complete [2022-03-01T06:35:00.650Z] #34 sha256:daffcb12c1650deef77c07848ff64bbdd4bdfa53e647429282187d41fa3cd995 [2022-03-01T06:35:00.650Z] #34 DONE 125.9s [2022-03-01T06:35:00.672Z] 898469748ff6: Verifying Checksum [2022-03-01T06:35:00.672Z] 898469748ff6: Download complete [2022-03-01T06:35:00.907Z] [2022-03-01T06:35:00.907Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-01T06:35:00.907Z] #56 sha256:bba9ff1ce9591c0c6c0edf822bbc7730876fbe8df9f04cf7fe811282d02b54fe [2022-03-01T06:35:00.907Z] #56 10.22 + cd /tmp/tmp.F8JWKCiEOO/src/github.com/opencontainers/runc [2022-03-01T06:35:00.907Z] #56 10.22 + git checkout -q v1.1.0 [2022-03-01T06:35:00.907Z] #56 10.71 + '[' -z '' ']' [2022-03-01T06:35:00.907Z] #56 10.71 + target=static [2022-03-01T06:35:00.907Z] #56 10.71 + make BUILDTAGS=seccomp static [2022-03-01T06:35:01.273Z] #21 3.529 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-01T06:35:01.449Z] #21 30.83 Setting up zip (3.0-12) ... [2022-03-01T06:35:01.449Z] #21 30.84 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:35:01.449Z] #21 30.86 Setting up bash-completion (1:2.11-2) ... [2022-03-01T06:35:01.841Z] #56 11.44 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.0-0-g067aaf85 -X main.version=1.1.0 " -o runc . [2022-03-01T06:35:03.301Z] #21 23.48 Selecting previously unselected package libinih1:amd64. [2022-03-01T06:35:03.301Z] #21 23.48 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-03-01T06:35:03.301Z] #21 23.49 Unpacking libinih1:amd64 (53-1+b2) ... [2022-03-01T06:35:03.301Z] #21 23.56 Selecting previously unselected package libnet1:amd64. [2022-03-01T06:35:03.301Z] #21 23.56 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-01T06:35:03.301Z] #21 23.56 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-01T06:35:03.301Z] #21 23.65 Selecting previously unselected package libnl-3-200:amd64. [2022-03-01T06:35:03.301Z] #21 23.66 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-01T06:35:03.301Z] #21 23.66 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-01T06:35:03.301Z] #21 23.74 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-01T06:35:03.346Z] #21 32.45 Setting up xz-utils (5.2.5-2) ... [2022-03-01T06:35:03.346Z] #21 32.46 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-03-01T06:35:03.346Z] #21 32.47 Setting up libmnl0:arm64 (1.0.4-3) ... [2022-03-01T06:35:03.346Z] #21 32.49 Setting up patch (2.7.6-7) ... [2022-03-01T06:35:03.346Z] #21 32.50 Setting up sudo (1.9.5p2-3) ... [2022-03-01T06:35:03.346Z] #21 32.59 invoke-rc.d: could not determine current runlevel [2022-03-01T06:35:03.346Z] #21 32.59 invoke-rc.d: policy-rc.d denied execution of start. [2022-03-01T06:35:03.346Z] #21 32.60 Setting up xfsprogs (5.10.0-4) ... [2022-03-01T06:35:03.346Z] #21 32.62 Setting up libxtables12:arm64 (1.8.7-1) ... [2022-03-01T06:35:03.346Z] #21 32.63 Setting up inetutils-ping (2:2.0-1) ... [2022-03-01T06:35:03.346Z] #21 32.64 Setting up pigz (2.6-1) ... [2022-03-01T06:35:03.346Z] #21 32.66 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-03-01T06:35:03.346Z] #21 32.67 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-03-01T06:35:03.346Z] #21 32.69 Setting up python-pip-whl (20.3.4-4) ... [2022-03-01T06:35:03.346Z] #21 32.71 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:35:03.557Z] #21 23.74 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-01T06:35:03.557Z] #21 23.75 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-01T06:35:03.557Z] #21 23.80 Selecting previously unselected package net-tools. [2022-03-01T06:35:03.557Z] #21 23.80 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-03-01T06:35:03.557Z] #21 23.82 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-03-01T06:35:03.557Z] #21 23.99 Selecting previously unselected package patch. [2022-03-01T06:35:03.813Z] #21 24.00 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-03-01T06:35:03.813Z] #21 24.01 Unpacking patch (2.7.6-7) ... [2022-03-01T06:35:03.909Z] #21 33.16 Setting up libaio1:arm64 (0.3.112-9) ... [2022-03-01T06:35:03.909Z] #21 33.17 Setting up python3-lib2to3 (3.9.2-1) ... [2022-03-01T06:35:04.070Z] #21 24.12 Selecting previously unselected package python-pip-whl. [2022-03-01T06:35:04.070Z] #21 24.13 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2022-03-01T06:35:04.070Z] #21 24.13 Unpacking python-pip-whl (20.3.4-4) ... [2022-03-01T06:35:04.166Z] #21 33.55 Setting up libelf1:arm64 (0.183-1) ... [2022-03-01T06:35:04.166Z] #21 33.59 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-03-01T06:35:04.166Z] #21 33.60 Setting up libonig5:arm64 (6.9.6-1.1) ... [2022-03-01T06:35:04.327Z] #21 24.64 Selecting previously unselected package python3-lib2to3. [2022-03-01T06:35:04.327Z] #21 24.65 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-03-01T06:35:04.327Z] #21 24.66 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-03-01T06:35:04.427Z] #21 33.67 Setting up python3-distutils (3.9.2-1) ... [2022-03-01T06:35:04.529Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-03-01T06:35:04.529Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-56a1b254\powershellScript.ps1'; exit $LASTEXITCODE; [2022-03-01T06:35:04.529Z] ---------------------------------------------------------------------------- [2022-03-01T06:35:04.529Z] [2022-03-01T06:35:04.529Z] INFO: executeCI.ps1 starting at Tue Mar 1 06:35:02 CUT 2022 [2022-03-01T06:35:04.529Z] [2022-03-01T06:35:04.529Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-03-01T06:35:04.529Z] INFO: Running git version 2.24.1.windows.2 [2022-03-01T06:35:04.529Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2022-03-01T06:35:04.529Z] INFO: Environment variables: [2022-03-01T06:35:04.529Z] [2022-03-01T06:35:04.529Z] Name Value [2022-03-01T06:35:04.529Z] ---- ----- [2022-03-01T06:35:04.529Z] ALLUSERSPROFILE C:\ProgramData [2022-03-01T06:35:04.529Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-03-01T06:35:04.529Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-03-01T06:35:04.529Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-03-01T06:35:04.529Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-03-01T06:35:04.529Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-03-01T06:35:04.529Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-03-01T06:35:04.529Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-03-01T06:35:04.529Z] BRANCH_NAME PR-43303 [2022-03-01T06:35:04.529Z] BUILD_DISPLAY_NAME #1 [2022-03-01T06:35:04.529Z] BUILD_ID 1 [2022-03-01T06:35:04.529Z] BUILD_NUMBER 1 [2022-03-01T06:35:04.529Z] BUILD_TAG jenkins-moby-PR-43303-1 [2022-03-01T06:35:04.529Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43303/1/ [2022-03-01T06:35:04.529Z] CHANGE_AUTHOR cuishuang [2022-03-01T06:35:04.529Z] CHANGE_AUTHOR_DISPLAY_NAME cui fliter [2022-03-01T06:35:04.529Z] CHANGE_AUTHOR_EMAIL geek@dashen.tech [2022-03-01T06:35:04.529Z] CHANGE_BRANCH master [2022-03-01T06:35:04.529Z] CHANGE_FORK cuishuang [2022-03-01T06:35:04.529Z] CHANGE_ID 43303 [2022-03-01T06:35:04.529Z] CHANGE_TARGET master [2022-03-01T06:35:04.529Z] CHANGE_TITLE all: fix typos [2022-03-01T06:35:04.529Z] CHANGE_URL https://github.com/moby/moby/pull/43303 [2022-03-01T06:35:04.529Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-01T06:35:04.529Z] CommonProgramFiles C:\Program Files\Common Files [2022-03-01T06:35:04.529Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-03-01T06:35:04.529Z] CommonProgramW6432 C:\Program Files\Common Files [2022-03-01T06:35:04.529Z] COMPUTERNAME azwin-2-24ec60 [2022-03-01T06:35:04.529Z] ComSpec C:\Windows\system32\cmd.exe [2022-03-01T06:35:04.529Z] ConfigSequenceNumber 0 [2022-03-01T06:35:04.529Z] DOCKER_BUILDKIT 0 [2022-03-01T06:35:04.529Z] DOCKER_DUT_DEBUG 1 [2022-03-01T06:35:04.529Z] DOCKER_EXPERIMENTAL 1 [2022-03-01T06:35:04.529Z] DOCKER_GRAPHDRIVER overlay2 [2022-03-01T06:35:04.529Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-03-01T06:35:04.529Z] EXECUTOR_NUMBER 0 [2022-03-01T06:35:04.529Z] FQDN azwin-2-24ec60.westus.cloudapp.azure.com [2022-03-01T06:35:04.529Z] GIT_BRANCH PR-43303 [2022-03-01T06:35:04.529Z] GIT_COMMIT 9efa8b3500f43524d705cd703dac5ea5944b8ef6 [2022-03-01T06:35:04.529Z] GIT_URL https://github.com/moby/moby.git [2022-03-01T06:35:04.529Z] HUDSON_COOKIE 69c387b5-2c34-44cf-a0b3-04a62a0d759e [2022-03-01T06:35:04.529Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-03-01T06:35:04.529Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-03-01T06:35:04.529Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-03-01T06:35:04.529Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-03-01T06:35:04.529Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-03-01T06:35:04.529Z] JENKINS_NODE_COOKIE 95abe230-e993-452d-aedf-889be435d1f1 [2022-03-01T06:35:04.529Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-03-01T06:35:04.529Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-03-01T06:35:04.529Z] JOB_BASE_NAME PR-43303 [2022-03-01T06:35:04.529Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43303/display/redirect [2022-03-01T06:35:04.529Z] JOB_NAME moby/PR-43303 [2022-03-01T06:35:04.529Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43303/ [2022-03-01T06:35:04.529Z] library.jps.version master [2022-03-01T06:35:04.529Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-03-01T06:35:04.529Z] NODE_LABELS amd64 azure azwin-2-24ec60 azwin-2019 docker west-us windows windows-2019 x86_64 [2022-03-01T06:35:04.529Z] NODE_NAME azwin-2-24ec60 [2022-03-01T06:35:04.529Z] NUMBER_OF_PROCESSORS 4 [2022-03-01T06:35:04.529Z] OS Windows_NT [2022-03-01T06:35:04.529Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-03-01T06:35:04.529Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-03-01T06:35:04.529Z] PROCESSOR_ARCHITECTURE AMD64 [2022-03-01T06:35:04.529Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2022-03-01T06:35:04.529Z] PROCESSOR_LEVEL 6 [2022-03-01T06:35:04.529Z] PROCESSOR_REVISION 5504 [2022-03-01T06:35:04.529Z] ProgramData C:\ProgramData [2022-03-01T06:35:04.529Z] ProgramFiles C:\Program Files [2022-03-01T06:35:04.529Z] ProgramFiles(x86) C:\Program Files (x86) [2022-03-01T06:35:04.529Z] ProgramW6432 C:\Program Files [2022-03-01T06:35:04.529Z] PROMPT $P$G [2022-03-01T06:35:04.529Z] PSExecutionPolicyPreference Bypass [2022-03-01T06:35:04.529Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-03-01T06:35:04.529Z] PUBLIC C:\Users\Public [2022-03-01T06:35:04.529Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43303/1/display/redirect?page=artif... [2022-03-01T06:35:04.529Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43303/1/display/redirect?page=changes [2022-03-01T06:35:04.529Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43303/1/display/redirect [2022-03-01T06:35:04.529Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43303/1/display/redirect?page=tests [2022-03-01T06:35:04.529Z] SKIP_VALIDATION_TESTS 1 [2022-03-01T06:35:04.529Z] SOURCES_DRIVE d [2022-03-01T06:35:04.529Z] SOURCES_SUBDIR gopath [2022-03-01T06:35:04.529Z] STAGE_NAME Run tests [2022-03-01T06:35:04.530Z] SystemDrive C: [2022-03-01T06:35:04.530Z] SystemRoot C:\Windows [2022-03-01T06:35:04.530Z] TEMP C:\Windows\TEMP [2022-03-01T06:35:04.530Z] TESTDEBUG 0 [2022-03-01T06:35:04.530Z] TESTRUN_DRIVE d [2022-03-01T06:35:04.530Z] TESTRUN_SUBDIR CI [2022-03-01T06:35:04.530Z] TIMEOUT 120m [2022-03-01T06:35:04.530Z] TMP C:\Windows\TEMP [2022-03-01T06:35:04.530Z] USERDOMAIN WORKGROUP [2022-03-01T06:35:04.530Z] USERNAME azwin-2-24ec60$ [2022-03-01T06:35:04.530Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-03-01T06:35:04.530Z] windir C:\Windows [2022-03-01T06:35:04.530Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-03-01T06:35:04.530Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2022-03-01T06:35:04.530Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-03-01T06:35:04.530Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-03-01T06:35:04.530Z] [2022-03-01T06:35:04.530Z] [2022-03-01T06:35:04.530Z] [2022-03-01T06:35:04.573Z] #21 6.913 Fetched 8506 kB in 6s (1438 kB/s) [2022-03-01T06:35:04.584Z] #21 24.75 Selecting previously unselected package python3-distutils. [2022-03-01T06:35:04.584Z] #21 24.76 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-03-01T06:35:04.584Z] #21 24.76 Unpacking python3-distutils (3.9.2-1) ... [2022-03-01T06:35:04.584Z] #21 24.89 Selecting previously unselected package python3-pkg-resources. [2022-03-01T06:35:04.584Z] #21 24.89 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-01T06:35:04.584Z] #21 24.90 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-01T06:35:04.684Z] #21 34.01 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:35:04.684Z] #21 34.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-03-01T06:35:04.684Z] #21 34.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-03-01T06:35:04.684Z] #21 34.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-03-01T06:35:04.684Z] #21 34.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-03-01T06:35:04.684Z] #21 34.05 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-03-01T06:35:04.684Z] #21 34.05 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-03-01T06:35:04.684Z] #21 34.06 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-03-01T06:35:04.684Z] #21 34.07 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-03-01T06:35:04.684Z] #21 34.08 Setting up python3-setuptools (52.0.0-4) ... [2022-03-01T06:35:04.840Z] #21 25.01 Selecting previously unselected package python3-setuptools. [2022-03-01T06:35:04.840Z] #21 25.02 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-03-01T06:35:04.840Z] #21 25.02 Unpacking python3-setuptools (52.0.0-4) ... [2022-03-01T06:35:04.840Z] #21 25.18 Selecting previously unselected package python3-wheel. [2022-03-01T06:35:04.840Z] #21 25.19 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-03-01T06:35:04.840Z] #21 25.19 Unpacking python3-wheel (0.34.2-1) ... [2022-03-01T06:35:04.840Z] #21 25.25 Selecting previously unselected package python3-pip. [2022-03-01T06:35:05.097Z] #21 25.27 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2022-03-01T06:35:05.097Z] #21 25.27 Unpacking python3-pip (20.3.4-4) ... [2022-03-01T06:35:05.354Z] #21 25.54 Selecting previously unselected package sudo. [2022-03-01T06:35:05.354Z] #21 25.55 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-03-01T06:35:05.354Z] #21 25.56 Unpacking sudo (1.9.5p2-3) ... [2022-03-01T06:35:05.518Z] INFO: Sources under d:\gopath\... [2022-03-01T06:35:05.518Z] INFO: Test run under d:\CI\... [2022-03-01T06:35:05.518Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-03-01T06:35:05.518Z] INFO: docker/docker repository was found [2022-03-01T06:35:05.518Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2022-03-01T06:35:05.924Z] #21 26.06 Selecting previously unselected package thin-provisioning-tools. [2022-03-01T06:35:05.924Z] #21 26.08 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-03-01T06:35:05.924Z] #21 26.09 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-03-01T06:35:05.988Z] ltsc2019: Pulling from windows/servercore [2022-03-01T06:35:05.988Z] 4612f6d0b889: Pulling fs layer [2022-03-01T06:35:05.988Z] 1bd78008c728: Pulling fs layer [2022-03-01T06:35:06.056Z] #21 35.18 Setting up libjq1:arm64 (1.6-2.1) ... [2022-03-01T06:35:06.056Z] #21 35.19 Setting up libnftnl11:arm64 (1.1.9-1) ... [2022-03-01T06:35:06.056Z] #21 35.21 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-03-01T06:35:06.056Z] #21 35.22 Setting up python3-pip (20.3.4-4) ... [2022-03-01T06:35:06.181Z] #21 26.30 Selecting previously unselected package uidmap. [2022-03-01T06:35:06.181Z] #21 26.31 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-03-01T06:35:06.181Z] #21 26.31 Unpacking uidmap (1:4.8.1-1) ... [2022-03-01T06:35:06.181Z] #21 26.44 Selecting previously unselected package vim-runtime. [2022-03-01T06:35:06.181Z] #21 26.44 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-01T06:35:06.181Z] #21 26.46 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-03-01T06:35:06.181Z] #21 26.50 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-03-01T06:35:06.181Z] #21 26.50 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:35:06.491Z] #21 6.913 Reading package lists... [2022-03-01T06:35:06.491Z] #21 ... [2022-03-01T06:35:06.491Z] [2022-03-01T06:35:06.491Z] #34 [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 "c56166c036004ba7a3a321e5951ba472b9ae298c" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-01T06:35:06.491Z] #34 sha256:daffcb12c1650deef77c07848ff64bbdd4bdfa53e647429282187d41fa3cd995 [2022-03-01T06:35:06.491Z] #34 DONE 135.5s [2022-03-01T06:35:06.491Z] [2022-03-01T06:35:06.491Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-01T06:35:06.491Z] #56 sha256:477fc6c7d71d13be663c0042db67e7beb7680be7fac92547e2cc35d3c5dfb786 [2022-03-01T06:35:06.491Z] #56 10.13 + cd /tmp/tmp.pP9ee4bWnO/src/github.com/opencontainers/runc [2022-03-01T06:35:06.491Z] #56 10.13 + git checkout -q v1.1.0 [2022-03-01T06:35:06.491Z] #56 10.54 + '[' -z '' ']' [2022-03-01T06:35:06.491Z] #56 10.54 + target=static [2022-03-01T06:35:06.491Z] #56 10.54 + make BUILDTAGS=seccomp static [2022-03-01T06:35:06.491Z] #56 10.91 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.0-0-g067aaf85 -X main.version=1.1.0 " -o runc . [2022-03-01T06:35:06.620Z] #21 36.02 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2022-03-01T06:35:06.620Z] #21 36.03 Setting up jq (1.6-2.1) ... [2022-03-01T06:35:06.620Z] #21 36.04 Setting up libbpf0:arm64 (1:0.3-2) ... [2022-03-01T06:35:06.620Z] #21 36.05 Setting up iptables (1.8.7-1) ... [2022-03-01T06:35:06.620Z] #21 36.07 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-01T06:35:06.620Z] #21 36.07 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-01T06:35:06.620Z] #21 36.08 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-01T06:35:06.620Z] #21 36.08 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-01T06:35:06.620Z] #21 36.08 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-03-01T06:35:06.621Z] #21 36.09 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-03-01T06:35:06.621Z] #21 36.10 Setting up iproute2 (5.10.0-4) ... [2022-03-01T06:35:07.136Z] #21 36.46 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-01T06:35:07.439Z] #56 ... [2022-03-01T06:35:07.439Z] [2022-03-01T06:35:07.439Z] #21 [dev-systemd-false 7/24] 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 bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-03-01T06:35:07.439Z] #21 sha256:ee8f53feb3d87966d88732fb6bed4485ea53736962e2e3b15aa7e3d401e31586 [2022-03-01T06:35:07.439Z] #21 6.913 Reading package lists... [2022-03-01T06:35:08.389Z] #56 ... [2022-03-01T06:35:08.389Z] [2022-03-01T06:35:08.389Z] #21 [dev-systemd-false 7/24] 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 bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-03-01T06:35:08.389Z] #21 sha256:ee8f53feb3d87966d88732fb6bed4485ea53736962e2e3b15aa7e3d401e31586 [2022-03-01T06:35:08.389Z] #21 7.226 Fetched 8506 kB in 6s (1338 kB/s) [2022-03-01T06:35:08.389Z] #21 7.226 Reading package lists... [2022-03-01T06:35:08.389Z] #21 9.314 Reading package lists... [2022-03-01T06:35:08.389Z] #21 11.27 Building dependency tree... [2022-03-01T06:35:08.521Z] #21 DONE 37.7s [2022-03-01T06:35:08.521Z] [2022-03-01T06:35:08.521Z] #22 [dev-systemd-false 8/24] 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 [2022-03-01T06:35:08.521Z] #22 sha256:4b7dd0f15d5870e9ca07a914cd26e885e2479a66dbbfabb7411ad510ee4d5477 [2022-03-01T06:35:08.779Z] #22 0.513 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-03-01T06:35:08.779Z] #22 0.516 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-03-01T06:35:08.779Z] #22 0.520 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-03-01T06:35:08.954Z] #21 12.35 The following additional packages will be installed: [2022-03-01T06:35:08.954Z] #21 12.35 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-01T06:35:08.954Z] #21 12.35 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-03-01T06:35:08.954Z] #21 12.35 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-03-01T06:35:08.954Z] #21 12.36 python3-pkg-resources vim-runtime xxd [2022-03-01T06:35:08.954Z] #21 12.36 Suggested packages: [2022-03-01T06:35:08.954Z] #21 12.36 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-03-01T06:35:08.954Z] #21 12.36 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-03-01T06:35:08.954Z] #21 12.36 acl attr quota [2022-03-01T06:35:08.954Z] #21 12.36 Recommended packages: [2022-03-01T06:35:08.954Z] #21 12.36 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-03-01T06:35:09.038Z] #22 DONE 0.6s [2022-03-01T06:35:09.038Z] [2022-03-01T06:35:09.038Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-01T06:35:09.038Z] #23 sha256:f5964b061690044b2bb207f874f4fedcad5407373ca99d2694a15ab31b58262f [2022-03-01T06:35:09.358Z] #21 9.683 Reading package lists... [2022-03-01T06:35:09.460Z] #21 29.27 Selecting previously unselected package vim. [2022-03-01T06:35:09.460Z] #21 29.27 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-01T06:35:09.460Z] #21 29.29 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:35:09.460Z] #21 29.70 Selecting previously unselected package xfsprogs. [2022-03-01T06:35:09.460Z] #21 29.71 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-03-01T06:35:09.460Z] #21 29.71 Unpacking xfsprogs (5.10.0-4) ... [2022-03-01T06:35:09.717Z] #21 30.11 Selecting previously unselected package zip. [2022-03-01T06:35:09.887Z] #21 13.38 The following NEW packages will be installed: [2022-03-01T06:35:09.887Z] #21 13.39 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-03-01T06:35:09.887Z] #21 13.39 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-01T06:35:09.887Z] #21 13.39 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-03-01T06:35:09.887Z] #21 13.39 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-03-01T06:35:09.887Z] #21 13.39 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-03-01T06:35:09.887Z] #21 13.39 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-03-01T06:35:09.887Z] #21 13.39 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-03-01T06:35:09.887Z] #21 13.39 xz-utils zip zstd [2022-03-01T06:35:09.931Z] #21 11.61 Building dependency tree... [2022-03-01T06:35:09.974Z] #21 30.13 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-03-01T06:35:09.974Z] #21 30.13 Unpacking zip (3.0-12) ... [2022-03-01T06:35:09.975Z] #21 30.24 Selecting previously unselected package zstd. [2022-03-01T06:35:09.975Z] #21 30.25 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-03-01T06:35:09.975Z] #21 30.25 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-03-01T06:35:10.146Z] #21 13.70 0 upgraded, 48 newly installed, 0 to remove and 3 not upgraded. [2022-03-01T06:35:10.146Z] #21 13.70 Need to get 27.6 MB of archives. [2022-03-01T06:35:10.146Z] #21 13.70 After this operation, 106 MB of additional disk space will be used. [2022-03-01T06:35:10.146Z] #21 13.70 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-03-01T06:35:10.146Z] #21 13.70 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-03-01T06:35:10.146Z] #21 13.70 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-03-01T06:35:10.146Z] #21 13.71 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-03-01T06:35:10.146Z] #21 13.71 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-03-01T06:35:10.146Z] #21 13.71 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-03-01T06:35:10.146Z] #21 13.71 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-03-01T06:35:10.146Z] #21 13.71 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-03-01T06:35:10.146Z] #21 13.75 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-01T06:35:10.146Z] #21 13.75 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-03-01T06:35:10.146Z] #21 13.76 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-03-01T06:35:10.146Z] #21 13.77 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-03-01T06:35:10.146Z] #21 13.78 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-03-01T06:35:10.406Z] #21 13.78 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-03-01T06:35:10.406Z] #21 13.81 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-03-01T06:35:10.406Z] #21 13.82 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-03-01T06:35:10.406Z] #21 13.82 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-03-01T06:35:10.406Z] #21 13.82 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-03-01T06:35:10.406Z] #21 13.82 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-03-01T06:35:10.406Z] #21 13.82 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-03-01T06:35:10.406Z] #21 13.83 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-03-01T06:35:10.406Z] #21 13.85 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-01T06:35:10.406Z] #21 13.85 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-01T06:35:10.406Z] #21 13.87 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-01T06:35:10.406Z] #21 13.87 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-03-01T06:35:10.406Z] #21 13.87 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-03-01T06:35:10.406Z] #21 13.88 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-01T06:35:10.504Z] #21 12.70 The following additional packages will be installed: [2022-03-01T06:35:10.504Z] #21 12.71 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-01T06:35:10.504Z] #21 12.71 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-03-01T06:35:10.504Z] #21 12.71 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-03-01T06:35:10.504Z] #21 12.71 python3-pkg-resources vim-runtime xxd [2022-03-01T06:35:10.504Z] #21 12.71 Suggested packages: [2022-03-01T06:35:10.504Z] #21 12.71 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-03-01T06:35:10.504Z] #21 12.71 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-03-01T06:35:10.504Z] #21 12.71 acl attr quota [2022-03-01T06:35:10.504Z] #21 12.71 Recommended packages: [2022-03-01T06:35:10.504Z] #21 12.71 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-03-01T06:35:10.540Z] #21 30.56 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-01T06:35:10.664Z] #21 14.18 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-03-01T06:35:10.664Z] #21 14.18 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-03-01T06:35:10.664Z] #21 14.18 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-03-01T06:35:10.664Z] #21 14.18 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-03-01T06:35:10.664Z] #21 14.18 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-03-01T06:35:10.664Z] #21 14.19 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-03-01T06:35:10.664Z] #21 14.21 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-03-01T06:35:10.664Z] #21 14.24 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-03-01T06:35:10.664Z] #21 14.25 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-03-01T06:35:10.664Z] #21 14.26 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-01T06:35:10.664Z] #21 14.26 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-03-01T06:35:10.664Z] #21 14.28 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-03-01T06:35:10.798Z] #21 31.22 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-03-01T06:35:10.798Z] #21 31.24 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-03-01T06:35:10.922Z] #21 14.28 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2022-03-01T06:35:10.922Z] #21 14.30 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-03-01T06:35:10.922Z] #21 14.33 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-03-01T06:35:10.922Z] #21 14.34 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-03-01T06:35:10.922Z] #21 14.35 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-03-01T06:35:10.922Z] #21 14.55 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-03-01T06:35:11.056Z] #21 31.25 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-03-01T06:35:11.056Z] #21 31.26 Setting up libicu67:amd64 (67.1-7) ... [2022-03-01T06:35:11.056Z] #21 31.27 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-03-01T06:35:11.056Z] #21 31.28 Setting up libinih1:amd64 (53-1+b2) ... [2022-03-01T06:35:11.056Z] #21 31.31 Setting up uidmap (1:4.8.1-1) ... [2022-03-01T06:35:11.056Z] #21 31.33 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-01T06:35:11.056Z] #21 31.34 Setting up bzip2 (1.0.8-4) ... [2022-03-01T06:35:11.056Z] #21 31.35 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-01T06:35:11.056Z] #21 31.36 Setting up python3-wheel (0.34.2-1) ... [2022-03-01T06:35:11.180Z] #21 14.59 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-03-01T06:35:11.180Z] #21 14.61 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-03-01T06:35:11.180Z] #21 14.61 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-03-01T06:35:11.446Z] #21 13.82 The following NEW packages will be installed: [2022-03-01T06:35:11.447Z] #21 13.82 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-03-01T06:35:11.708Z] #21 13.82 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-01T06:35:11.708Z] #21 13.83 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-03-01T06:35:11.708Z] #21 13.83 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-03-01T06:35:11.708Z] #21 13.83 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-03-01T06:35:11.708Z] #21 13.83 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-03-01T06:35:11.708Z] #21 13.83 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-03-01T06:35:11.708Z] #21 13.83 xz-utils zip zstd [2022-03-01T06:35:11.745Z] #21 15.21 debconf: delaying package configuration, since apt-utils is not installed [2022-03-01T06:35:11.890Z] #21 31.94 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:35:11.891Z] #21 31.95 Setting up libcap2:amd64 (1:2.44-1) ... [2022-03-01T06:35:11.891Z] #21 31.96 Setting up libcap2-bin (1:2.44-1) ... [2022-03-01T06:35:11.891Z] #21 31.97 Setting up apparmor (2.13.6-10) ... [2022-03-01T06:35:11.969Z] #21 14.14 0 upgraded, 48 newly installed, 0 to remove and 3 not upgraded. [2022-03-01T06:35:11.969Z] #21 14.14 Need to get 27.6 MB of archives. [2022-03-01T06:35:11.969Z] #21 14.14 After this operation, 106 MB of additional disk space will be used. [2022-03-01T06:35:11.969Z] #21 14.14 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-03-01T06:35:11.969Z] #21 14.14 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-03-01T06:35:11.969Z] #21 14.15 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-03-01T06:35:11.969Z] #21 14.16 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-03-01T06:35:11.969Z] #21 14.16 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-03-01T06:35:11.969Z] #21 14.16 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-03-01T06:35:11.969Z] #21 14.16 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-03-01T06:35:11.969Z] #21 14.16 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-03-01T06:35:11.969Z] #21 14.18 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-01T06:35:11.969Z] #21 14.18 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-03-01T06:35:11.969Z] #21 14.20 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-03-01T06:35:11.969Z] #21 14.20 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-03-01T06:35:11.969Z] #21 14.20 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-03-01T06:35:11.969Z] #21 14.21 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-03-01T06:35:11.969Z] #21 14.24 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-03-01T06:35:11.969Z] #21 14.24 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-03-01T06:35:11.969Z] #21 14.25 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-03-01T06:35:11.969Z] #21 14.25 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-03-01T06:35:11.969Z] #21 14.25 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-03-01T06:35:11.969Z] #21 14.25 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-03-01T06:35:11.969Z] #21 14.25 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-03-01T06:35:11.969Z] #21 14.26 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-01T06:35:11.969Z] #21 14.27 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-01T06:35:11.969Z] #21 14.27 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-01T06:35:11.969Z] #21 14.28 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-03-01T06:35:11.969Z] #21 14.29 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-03-01T06:35:11.969Z] #21 14.29 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-01T06:35:12.004Z] #21 15.32 Fetched 27.6 MB in 1s (22.8 MB/s) [2022-03-01T06:35:12.004Z] #21 15.39 Selecting previously unselected package pigz. [2022-03-01T06:35:12.004Z] #21 15.39 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24010 files and directories currently installed.) [2022-03-01T06:35:12.004Z] #21 15.46 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-03-01T06:35:12.004Z] #21 15.46 Unpacking pigz (2.6-1) ... [2022-03-01T06:35:12.233Z] #21 14.57 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-03-01T06:35:12.233Z] #21 14.57 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-03-01T06:35:12.233Z] #21 14.57 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-03-01T06:35:12.233Z] #21 14.57 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-03-01T06:35:12.233Z] #21 14.57 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-03-01T06:35:12.233Z] #21 14.58 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-03-01T06:35:12.233Z] #21 14.58 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-03-01T06:35:12.233Z] #21 14.63 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-03-01T06:35:12.233Z] #21 14.63 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-03-01T06:35:12.233Z] #21 14.63 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-01T06:35:12.233Z] #21 14.64 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-03-01T06:35:12.233Z] #21 14.65 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-03-01T06:35:12.262Z] #21 15.54 Selecting previously unselected package libelf1:amd64. [2022-03-01T06:35:12.262Z] #21 15.55 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-03-01T06:35:12.262Z] #21 15.56 Unpacking libelf1:amd64 (0.183-1) ... [2022-03-01T06:35:12.262Z] #21 15.69 Selecting previously unselected package libbpf0:amd64. [2022-03-01T06:35:12.262Z] #21 15.70 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-03-01T06:35:12.262Z] #21 15.71 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-03-01T06:35:12.483Z] #20 ... [2022-03-01T06:35:12.483Z] [2022-03-01T06:35:12.484Z] #45 [tini 1/3] 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 [2022-03-01T06:35:12.484Z] #45 sha256:7ebe85deed9c922a245f66d5340fdc166c033a6e1e7249771886439cdb948f0f [2022-03-01T06:35:12.484Z] #45 20.67 Fetched 48.9 MB in 19s (2526 kB/s) [2022-03-01T06:35:12.493Z] #21 14.65 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2022-03-01T06:35:12.493Z] #21 14.65 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-03-01T06:35:12.494Z] #21 14.68 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-03-01T06:35:12.494Z] #21 14.69 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-03-01T06:35:12.494Z] #21 14.69 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-03-01T06:35:12.494Z] #21 14.88 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-03-01T06:35:12.494Z] #21 14.91 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-03-01T06:35:12.520Z] #21 15.81 Selecting previously unselected package libcap2:amd64. [2022-03-01T06:35:12.520Z] #21 15.82 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-03-01T06:35:12.520Z] #21 15.83 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-03-01T06:35:12.520Z] #21 15.90 Selecting previously unselected package libmnl0:amd64. [2022-03-01T06:35:12.520Z] #21 15.91 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-03-01T06:35:12.520Z] #21 15.92 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-03-01T06:35:12.520Z] #21 15.97 Selecting previously unselected package libxtables12:amd64. [2022-03-01T06:35:12.520Z] #21 15.98 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-03-01T06:35:12.520Z] #21 15.98 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-03-01T06:35:12.520Z] #21 16.04 Selecting previously unselected package libcap2-bin. [2022-03-01T06:35:12.520Z] #21 16.04 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-03-01T06:35:12.520Z] #21 16.05 Unpacking libcap2-bin (1:2.44-1) ... [2022-03-01T06:35:12.520Z] #21 16.12 Selecting previously unselected package iproute2. [2022-03-01T06:35:12.520Z] #21 16.12 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-03-01T06:35:12.520Z] #21 16.14 Unpacking iproute2 (5.10.0-4) ... [2022-03-01T06:35:12.754Z] #21 14.93 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-03-01T06:35:12.755Z] #21 14.94 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-03-01T06:35:12.994Z] 8f616e6e9eec: Verifying Checksum [2022-03-01T06:35:12.994Z] 8f616e6e9eec: Download complete [2022-03-01T06:35:13.016Z] #21 15.46 debconf: delaying package configuration, since apt-utils is not installed [2022-03-01T06:35:13.086Z] #21 16.61 Selecting previously unselected package xxd. [2022-03-01T06:35:13.086Z] #21 16.61 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-01T06:35:13.086Z] #21 16.62 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:35:13.266Z] #21 33.41 Setting up zip (3.0-12) ... [2022-03-01T06:35:13.266Z] #21 33.43 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:35:13.266Z] #21 33.47 Setting up bash-completion (1:2.11-2) ... [2022-03-01T06:35:13.277Z] #21 15.57 Fetched 27.6 MB in 1s (25.2 MB/s) [2022-03-01T06:35:13.277Z] #21 15.63 Selecting previously unselected package pigz. [2022-03-01T06:35:13.277Z] #21 15.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 ... 24010 files and directories currently installed.) [2022-03-01T06:35:13.277Z] #21 15.67 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-03-01T06:35:13.277Z] #21 15.68 Unpacking pigz (2.6-1) ... [2022-03-01T06:35:13.277Z] #21 15.78 Selecting previously unselected package libelf1:amd64. [2022-03-01T06:35:13.343Z] #21 16.72 Selecting previously unselected package vim-common. [2022-03-01T06:35:13.343Z] #21 16.72 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-01T06:35:13.343Z] #21 16.74 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:35:13.538Z] #21 15.78 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-03-01T06:35:13.538Z] #21 15.79 Unpacking libelf1:amd64 (0.183-1) ... [2022-03-01T06:35:13.538Z] #21 15.91 Selecting previously unselected package libbpf0:amd64. [2022-03-01T06:35:13.538Z] #21 15.92 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-03-01T06:35:13.538Z] #21 15.93 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-03-01T06:35:13.538Z] #21 16.00 Selecting previously unselected package libcap2:amd64. [2022-03-01T06:35:13.600Z] #21 16.91 Selecting previously unselected package bash-completion. [2022-03-01T06:35:13.600Z] #21 16.91 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-03-01T06:35:13.800Z] #21 16.02 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-03-01T06:35:13.800Z] #21 16.02 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-03-01T06:35:13.800Z] #21 16.08 Selecting previously unselected package libmnl0:amd64. [2022-03-01T06:35:13.800Z] #21 16.08 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-03-01T06:35:13.800Z] #21 16.09 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-03-01T06:35:13.800Z] #21 16.13 Selecting previously unselected package libxtables12:amd64. [2022-03-01T06:35:13.800Z] #21 16.15 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-03-01T06:35:13.800Z] #21 16.15 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-03-01T06:35:13.800Z] #21 16.21 Selecting previously unselected package libcap2-bin. [2022-03-01T06:35:13.800Z] #21 16.22 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-03-01T06:35:13.800Z] #21 16.22 Unpacking libcap2-bin (1:2.44-1) ... [2022-03-01T06:35:14.061Z] #21 16.30 Selecting previously unselected package iproute2. [2022-03-01T06:35:14.061Z] #21 16.30 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-03-01T06:35:14.061Z] #21 16.31 Unpacking iproute2 (5.10.0-4) ... [2022-03-01T06:35:14.634Z] #21 16.76 Selecting previously unselected package xxd. [2022-03-01T06:35:14.634Z] #21 16.76 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-01T06:35:14.634Z] #21 16.78 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:35:14.634Z] #21 16.90 Selecting previously unselected package vim-common. [2022-03-01T06:35:14.634Z] #21 16.91 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-01T06:35:14.634Z] #21 16.92 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:35:14.895Z] #21 17.08 Selecting previously unselected package bash-completion. [2022-03-01T06:35:14.895Z] #21 17.08 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-03-01T06:35:15.161Z] #21 35.31 Setting up xz-utils (5.2.5-2) ... [2022-03-01T06:35:15.161Z] #21 35.33 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-03-01T06:35:15.161Z] #21 35.34 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-03-01T06:35:15.161Z] #21 35.35 Setting up patch (2.7.6-7) ... [2022-03-01T06:35:15.161Z] #21 35.36 Setting up sudo (1.9.5p2-3) ... [2022-03-01T06:35:15.161Z] #21 35.43 invoke-rc.d: could not determine current runlevel [2022-03-01T06:35:15.161Z] #21 35.44 invoke-rc.d: policy-rc.d denied execution of start. [2022-03-01T06:35:15.161Z] #21 35.45 Setting up xfsprogs (5.10.0-4) ... [2022-03-01T06:35:15.161Z] #21 35.46 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-03-01T06:35:15.161Z] #21 35.47 Setting up inetutils-ping (2:2.0-1) ... [2022-03-01T06:35:15.161Z] #21 35.48 Setting up pigz (2.6-1) ... [2022-03-01T06:35:15.161Z] #21 35.49 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-01T06:35:15.161Z] #21 35.50 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-01T06:35:15.161Z] #21 35.52 Setting up python-pip-whl (20.3.4-4) ... [2022-03-01T06:35:15.161Z] #21 35.53 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:35:15.494Z] #21 18.58 Unpacking bash-completion (1:2.11-2) ... [2022-03-01T06:35:15.494Z] #21 18.96 Selecting previously unselected package bzip2. [2022-03-01T06:35:15.494Z] #21 18.96 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-03-01T06:35:15.494Z] #21 18.96 Unpacking bzip2 (1.0.8-4) ... [2022-03-01T06:35:15.494Z] #21 19.05 Selecting previously unselected package xz-utils. [2022-03-01T06:35:15.494Z] #21 19.05 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ... [2022-03-01T06:35:15.751Z] #21 19.06 Unpacking xz-utils (5.2.5-2) ... [2022-03-01T06:35:15.751Z] #21 19.25 Selecting previously unselected package apparmor. [2022-03-01T06:35:15.751Z] #21 19.26 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-03-01T06:35:15.751Z] #21 19.31 Unpacking apparmor (2.13.6-10) ... [2022-03-01T06:35:16.090Z] #21 36.05 Setting up libaio1:amd64 (0.3.112-9) ... [2022-03-01T06:35:16.090Z] #21 36.07 Setting up python3-lib2to3 (3.9.2-1) ... [2022-03-01T06:35:16.282Z] #21 18.68 Unpacking bash-completion (1:2.11-2) ... [2022-03-01T06:35:16.314Z] #21 19.68 Selecting previously unselected package inetutils-ping. [2022-03-01T06:35:16.314Z] #21 19.68 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-03-01T06:35:16.314Z] #21 19.70 Unpacking inetutils-ping (2:2.0-1) ... [2022-03-01T06:35:16.314Z] #21 19.81 Selecting previously unselected package libip4tc2:amd64. [2022-03-01T06:35:16.314Z] #21 19.82 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-03-01T06:35:16.314Z] #21 19.82 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-03-01T06:35:16.314Z] #21 19.90 Selecting previously unselected package libip6tc2:amd64. [2022-03-01T06:35:16.314Z] #21 19.90 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-03-01T06:35:16.314Z] #21 19.92 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-03-01T06:35:16.346Z] #21 36.59 Setting up libelf1:amd64 (0.183-1) ... [2022-03-01T06:35:16.346Z] #21 36.64 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-03-01T06:35:16.346Z] #21 36.65 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-01T06:35:16.346Z] #21 36.66 Setting up python3-distutils (3.9.2-1) ... [2022-03-01T06:35:16.474Z] 1bd78008c728: Verifying Checksum [2022-03-01T06:35:16.474Z] 1bd78008c728: Download complete [2022-03-01T06:35:16.571Z] #21 19.98 Selecting previously unselected package libnfnetlink0:amd64. [2022-03-01T06:35:16.571Z] #21 19.99 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-03-01T06:35:16.571Z] #21 20.00 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-01T06:35:16.571Z] #21 20.06 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-03-01T06:35:16.571Z] #21 20.07 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-03-01T06:35:16.571Z] #21 20.08 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-01T06:35:16.571Z] #21 20.15 Selecting previously unselected package libnftnl11:amd64. [2022-03-01T06:35:16.829Z] #21 20.16 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-03-01T06:35:16.829Z] #21 20.17 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-03-01T06:35:16.829Z] #21 20.24 Selecting previously unselected package iptables. [2022-03-01T06:35:16.829Z] #21 20.25 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-03-01T06:35:16.829Z] #21 20.26 Unpacking iptables (1.8.7-1) ... [2022-03-01T06:35:16.855Z] #21 19.01 Selecting previously unselected package bzip2. [2022-03-01T06:35:16.855Z] #21 19.01 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-03-01T06:35:16.855Z] #21 19.02 Unpacking bzip2 (1.0.8-4) ... [2022-03-01T06:35:16.855Z] #21 19.08 Selecting previously unselected package xz-utils. [2022-03-01T06:35:16.855Z] #21 19.09 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ... [2022-03-01T06:35:16.855Z] #21 19.09 Unpacking xz-utils (5.2.5-2) ... [2022-03-01T06:35:16.855Z] #21 19.21 Selecting previously unselected package apparmor. [2022-03-01T06:35:16.855Z] #21 19.22 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-03-01T06:35:16.855Z] #21 19.28 Unpacking apparmor (2.13.6-10) ... [2022-03-01T06:35:16.910Z] #21 37.11 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:35:16.910Z] #21 37.12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-03-01T06:35:16.910Z] #21 37.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-03-01T06:35:16.910Z] #21 37.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-03-01T06:35:16.910Z] #21 37.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-03-01T06:35:16.910Z] #21 37.14 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-03-01T06:35:16.910Z] #21 37.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-03-01T06:35:16.910Z] #21 37.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-03-01T06:35:16.910Z] #21 37.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-03-01T06:35:16.910Z] #21 37.18 Setting up python3-setuptools (52.0.0-4) ... [2022-03-01T06:35:17.086Z] #21 20.48 Selecting previously unselected package libonig5:amd64. [2022-03-01T06:35:17.086Z] #21 20.49 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-01T06:35:17.086Z] #21 20.50 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-01T06:35:17.149Z] #23 8.185 Collecting yamllint==1.26.1 [2022-03-01T06:35:17.149Z] #23 ... [2022-03-01T06:35:17.149Z] [2022-03-01T06:35:17.149Z] #43 [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 "v2.3.0" && 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 "v2.1.0"; 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 [2022-03-01T06:35:17.149Z] #43 sha256:9e9ed6ccf1f05246d6eb6110a2e8f5d0ca057de1597b43dc084a95606a475081 [2022-03-01T06:35:17.345Z] #21 20.62 Selecting previously unselected package libjq1:amd64. [2022-03-01T06:35:17.345Z] #21 20.63 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-03-01T06:35:17.345Z] #21 20.64 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-01T06:35:17.345Z] #21 20.74 Selecting previously unselected package jq. [2022-03-01T06:35:17.345Z] #21 20.75 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-03-01T06:35:17.345Z] #21 20.76 Unpacking jq (1.6-2.1) ... [2022-03-01T06:35:17.345Z] #21 20.82 Selecting previously unselected package libaio1:amd64. [2022-03-01T06:35:17.345Z] #21 20.83 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-03-01T06:35:17.345Z] #21 20.84 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-03-01T06:35:17.407Z] #43 148.4 + dpkg --print-architecture [2022-03-01T06:35:17.430Z] #21 19.58 Selecting previously unselected package inetutils-ping. [2022-03-01T06:35:17.430Z] #21 19.59 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-03-01T06:35:17.430Z] #21 19.59 Unpacking inetutils-ping (2:2.0-1) ... [2022-03-01T06:35:17.430Z] #21 19.68 Selecting previously unselected package libip4tc2:amd64. [2022-03-01T06:35:17.430Z] #21 19.69 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-03-01T06:35:17.430Z] #21 19.69 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-03-01T06:35:17.430Z] #21 19.73 Selecting previously unselected package libip6tc2:amd64. [2022-03-01T06:35:17.430Z] #21 19.74 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-03-01T06:35:17.430Z] #21 19.74 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-03-01T06:35:17.430Z] #21 19.78 Selecting previously unselected package libnfnetlink0:amd64. [2022-03-01T06:35:17.430Z] #21 19.79 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-03-01T06:35:17.430Z] #21 19.80 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-01T06:35:17.430Z] #21 19.84 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-03-01T06:35:17.430Z] #21 19.85 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-03-01T06:35:17.430Z] #21 19.86 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-01T06:35:17.430Z] #21 19.93 Selecting previously unselected package libnftnl11:amd64. [2022-03-01T06:35:17.603Z] #21 20.90 Selecting previously unselected package libgpm2:amd64. [2022-03-01T06:35:17.603Z] #21 20.91 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-03-01T06:35:17.603Z] #21 20.92 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-03-01T06:35:17.603Z] #21 20.98 Selecting previously unselected package libicu67:amd64. [2022-03-01T06:35:17.603Z] #21 20.99 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-03-01T06:35:17.603Z] #21 21.00 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-01T06:35:17.692Z] #21 19.94 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-03-01T06:35:17.692Z] #21 19.95 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-03-01T06:35:17.692Z] #21 20.02 Selecting previously unselected package iptables. [2022-03-01T06:35:17.692Z] #21 20.03 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-03-01T06:35:17.692Z] #21 20.04 Unpacking iptables (1.8.7-1) ... [2022-03-01T06:35:17.954Z] #21 20.25 Selecting previously unselected package libonig5:amd64. [2022-03-01T06:35:17.954Z] #21 20.25 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-01T06:35:17.954Z] #21 20.26 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-01T06:35:17.972Z] #43 DONE 149.2s [2022-03-01T06:35:17.972Z] [2022-03-01T06:35:17.972Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-01T06:35:17.972Z] #23 sha256:f5964b061690044b2bb207f874f4fedcad5407373ca99d2694a15ab31b58262f [2022-03-01T06:35:18.216Z] #21 20.41 Selecting previously unselected package libjq1:amd64. [2022-03-01T06:35:18.216Z] #21 20.42 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-03-01T06:35:18.216Z] #21 20.42 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-01T06:35:18.216Z] #21 20.52 Selecting previously unselected package jq. [2022-03-01T06:35:18.216Z] #21 20.53 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-03-01T06:35:18.216Z] #21 20.54 Unpacking jq (1.6-2.1) ... [2022-03-01T06:35:18.216Z] #21 20.61 Selecting previously unselected package libaio1:amd64. [2022-03-01T06:35:18.216Z] #21 20.61 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-03-01T06:35:18.216Z] #21 20.62 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-03-01T06:35:18.216Z] #21 20.66 Selecting previously unselected package libgpm2:amd64. [2022-03-01T06:35:18.216Z] #21 20.66 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-03-01T06:35:18.216Z] #21 20.67 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-03-01T06:35:18.230Z] #23 9.289 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-03-01T06:35:18.312Z] #21 38.47 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-01T06:35:18.312Z] #21 38.48 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-03-01T06:35:18.312Z] #21 38.49 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-03-01T06:35:18.312Z] #21 38.51 Setting up python3-pip (20.3.4-4) ... [2022-03-01T06:35:18.477Z] #21 20.73 Selecting previously unselected package libicu67:amd64. [2022-03-01T06:35:18.477Z] #21 20.75 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-03-01T06:35:18.477Z] #21 20.75 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-01T06:35:19.052Z] #45 20.67 Reading package lists... [2022-03-01T06:35:19.052Z] #45 ... [2022-03-01T06:35:19.052Z] [2022-03-01T06:35:19.052Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:35:19.052Z] #20 sha256:783eec43ce436e1fad9aa5c016e91313c4af299ddd31fd3c52bd45a45263930a [2022-03-01T06:35:19.052Z] #20 21.97 Fetched 48.9 MB in 20s (2406 kB/s) [2022-03-01T06:35:19.164Z] #23 10.27 Collecting pathspec>=0.5.3 [2022-03-01T06:35:19.164Z] #23 10.28 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-03-01T06:35:19.422Z] #23 10.47 Collecting pyyaml [2022-03-01T06:35:19.422Z] #23 10.48 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB) [2022-03-01T06:35:19.679Z] #23 10.59 Building wheels for collected packages: yamllint [2022-03-01T06:35:19.679Z] #23 10.59 Building wheel for yamllint (setup.py): started [2022-03-01T06:35:19.690Z] #21 39.75 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-01T06:35:19.690Z] #21 39.77 Setting up jq (1.6-2.1) ... [2022-03-01T06:35:19.690Z] #21 39.78 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-03-01T06:35:19.690Z] #21 39.79 Setting up iptables (1.8.7-1) ... [2022-03-01T06:35:19.690Z] #21 39.80 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-01T06:35:19.690Z] #21 39.81 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-01T06:35:19.690Z] #21 39.81 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-01T06:35:19.690Z] #21 39.82 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-01T06:35:19.690Z] #21 39.83 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-03-01T06:35:19.690Z] #21 39.83 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-03-01T06:35:19.690Z] #21 39.84 Setting up iproute2 (5.10.0-4) ... [2022-03-01T06:35:19.949Z] #21 40.19 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-01T06:35:19.992Z] #20 21.97 Reading package lists... [2022-03-01T06:35:19.992Z] #20 ... [2022-03-01T06:35:19.992Z] [2022-03-01T06:35:19.992Z] #45 [tini 1/3] 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 [2022-03-01T06:35:19.992Z] #45 sha256:7ebe85deed9c922a245f66d5340fdc166c033a6e1e7249771886439cdb948f0f [2022-03-01T06:35:19.992Z] #45 20.67 Reading package lists... [2022-03-01T06:35:20.244Z] #23 11.28 Building wheel for yamllint (setup.py): finished with status 'done' [2022-03-01T06:35:20.244Z] #23 11.28 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=bdcfa31603351d811b2f75806884da3f8002dd8ee7e605cffe395a2e97250854 [2022-03-01T06:35:20.244Z] #23 11.28 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-03-01T06:35:20.244Z] #23 11.29 Successfully built yamllint [2022-03-01T06:35:20.244Z] #23 11.31 Installing collected packages: pyyaml, pathspec, yamllint [2022-03-01T06:35:20.275Z] 4612f6d0b889: Verifying Checksum [2022-03-01T06:35:20.275Z] 4612f6d0b889: Download complete [2022-03-01T06:35:20.501Z] #23 11.64 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-03-01T06:35:20.886Z] #21 24.07 Selecting previously unselected package libinih1:amd64. [2022-03-01T06:35:20.886Z] #21 24.07 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-03-01T06:35:20.886Z] #21 24.07 Unpacking libinih1:amd64 (53-1+b2) ... [2022-03-01T06:35:20.886Z] #21 24.12 Selecting previously unselected package libnet1:amd64. [2022-03-01T06:35:20.886Z] #21 24.13 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-01T06:35:20.886Z] #21 24.14 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-01T06:35:20.886Z] #21 24.22 Selecting previously unselected package libnl-3-200:amd64. [2022-03-01T06:35:20.886Z] #21 24.23 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-01T06:35:20.886Z] #21 24.24 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-01T06:35:20.886Z] #21 24.32 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-01T06:35:20.886Z] #21 24.33 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-01T06:35:20.886Z] #21 24.33 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-01T06:35:21.066Z] #23 DONE 11.9s [2022-03-01T06:35:21.066Z] [2022-03-01T06:35:21.066Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-01T06:35:21.066Z] #51 sha256:ec1a2c91c2622cf78bcf438efb1f9a3f2cf86cf4b60f00ff0b76ecc7c079fdeb [2022-03-01T06:35:21.144Z] #21 24.39 Selecting previously unselected package net-tools. [2022-03-01T06:35:21.144Z] #21 24.39 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-03-01T06:35:21.144Z] #21 24.40 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-03-01T06:35:21.144Z] #21 24.56 Selecting previously unselected package patch. [2022-03-01T06:35:21.144Z] #21 24.56 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-03-01T06:35:21.144Z] #21 24.57 Unpacking patch (2.7.6-7) ... [2022-03-01T06:35:21.321Z] #21 DONE 41.3s [2022-03-01T06:35:21.321Z] [2022-03-01T06:35:21.321Z] #22 [dev-systemd-false 8/24] 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 [2022-03-01T06:35:21.321Z] #22 sha256:756c10d86a9fdab5e54bd0062a601d405c3763e39304cde45c4c53f32cf44a64 [2022-03-01T06:35:21.403Z] #21 24.66 Selecting previously unselected package python-pip-whl. [2022-03-01T06:35:21.403Z] #21 24.67 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2022-03-01T06:35:21.403Z] #21 24.67 Unpacking python-pip-whl (20.3.4-4) ... [2022-03-01T06:35:21.660Z] #21 25.20 Selecting previously unselected package python3-lib2to3. [2022-03-01T06:35:21.660Z] #21 25.21 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-03-01T06:35:21.784Z] #21 23.73 Selecting previously unselected package libinih1:amd64. [2022-03-01T06:35:21.784Z] #21 23.73 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-03-01T06:35:21.784Z] #21 23.74 Unpacking libinih1:amd64 (53-1+b2) ... [2022-03-01T06:35:21.784Z] #21 23.78 Selecting previously unselected package libnet1:amd64. [2022-03-01T06:35:21.784Z] #21 23.79 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-01T06:35:21.784Z] #21 23.80 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-01T06:35:21.784Z] #21 23.86 Selecting previously unselected package libnl-3-200:amd64. [2022-03-01T06:35:21.784Z] #21 23.87 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-01T06:35:21.784Z] #21 23.88 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-01T06:35:21.784Z] #21 23.97 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-01T06:35:21.784Z] #21 23.97 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-01T06:35:21.784Z] #21 23.99 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-01T06:35:21.784Z] #21 24.04 Selecting previously unselected package net-tools. [2022-03-01T06:35:21.784Z] #21 24.04 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-03-01T06:35:21.784Z] #21 24.04 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-03-01T06:35:21.784Z] #21 24.17 Selecting previously unselected package patch. [2022-03-01T06:35:21.784Z] #21 24.17 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-03-01T06:35:21.784Z] #21 24.18 Unpacking patch (2.7.6-7) ... [2022-03-01T06:35:21.784Z] #21 24.27 Selecting previously unselected package python-pip-whl. [2022-03-01T06:35:21.918Z] #21 25.22 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-03-01T06:35:21.918Z] #21 25.33 Selecting previously unselected package python3-distutils. [2022-03-01T06:35:21.918Z] #21 25.34 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-03-01T06:35:21.918Z] #21 25.35 Unpacking python3-distutils (3.9.2-1) ... [2022-03-01T06:35:22.045Z] #21 24.27 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2022-03-01T06:35:22.045Z] #21 24.28 Unpacking python-pip-whl (20.3.4-4) ... [2022-03-01T06:35:22.162Z] #45 29.95 Reading package lists... [2022-03-01T06:35:22.162Z] #45 ... [2022-03-01T06:35:22.162Z] [2022-03-01T06:35:22.162Z] #65 [containerd 1/3] 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 [2022-03-01T06:35:22.162Z] #65 sha256:cbdb220bf39f84deeed2a473a3e3ee97d9e3b6c7e08bbc856ea3026fec9dbf52 [2022-03-01T06:35:22.162Z] #65 21.97 Fetched 48.9 MB in 20s (2420 kB/s) [2022-03-01T06:35:22.162Z] #65 21.97 Reading package lists... [2022-03-01T06:35:22.162Z] #65 30.96 Reading package lists... [2022-03-01T06:35:22.162Z] #65 ... [2022-03-01T06:35:22.162Z] [2022-03-01T06:35:22.162Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:35:22.162Z] #20 sha256:783eec43ce436e1fad9aa5c016e91313c4af299ddd31fd3c52bd45a45263930a [2022-03-01T06:35:22.162Z] #20 21.97 Reading package lists... [2022-03-01T06:35:22.176Z] #21 25.48 Selecting previously unselected package python3-pkg-resources. [2022-03-01T06:35:22.176Z] #21 25.50 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-01T06:35:22.176Z] #21 25.51 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-01T06:35:22.176Z] #21 25.63 Selecting previously unselected package python3-setuptools. [2022-03-01T06:35:22.176Z] #21 25.63 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-03-01T06:35:22.176Z] #21 25.63 Unpacking python3-setuptools (52.0.0-4) ... [2022-03-01T06:35:22.254Z] #22 1.242 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-03-01T06:35:22.434Z] #21 25.84 Selecting previously unselected package python3-wheel. [2022-03-01T06:35:22.434Z] #21 25.84 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-03-01T06:35:22.434Z] #21 25.85 Unpacking python3-wheel (0.34.2-1) ... [2022-03-01T06:35:22.434Z] #21 25.92 Selecting previously unselected package python3-pip. [2022-03-01T06:35:22.434Z] #21 25.93 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2022-03-01T06:35:22.434Z] #21 25.93 Unpacking python3-pip (20.3.4-4) ... [2022-03-01T06:35:22.512Z] #22 1.246 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-03-01T06:35:22.512Z] #22 1.249 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-03-01T06:35:22.512Z] #22 DONE 1.3s [2022-03-01T06:35:22.512Z] [2022-03-01T06:35:22.512Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-01T06:35:22.512Z] #23 sha256:29a869c85d7589d8f4de10eea9f5ca06cfe8cc648755ef857dc8598e00f53fb1 [2022-03-01T06:35:22.619Z] #21 24.78 Selecting previously unselected package python3-lib2to3. [2022-03-01T06:35:22.619Z] #21 24.78 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-03-01T06:35:22.619Z] #21 24.78 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-03-01T06:35:22.619Z] #21 24.89 Selecting previously unselected package python3-distutils. [2022-03-01T06:35:22.619Z] #21 24.90 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-03-01T06:35:22.619Z] #21 24.91 Unpacking python3-distutils (3.9.2-1) ... [2022-03-01T06:35:22.692Z] #21 26.16 Selecting previously unselected package sudo. [2022-03-01T06:35:22.692Z] #21 26.17 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-03-01T06:35:22.692Z] #21 26.17 Unpacking sudo (1.9.5p2-3) ... [2022-03-01T06:35:22.880Z] #21 25.03 Selecting previously unselected package python3-pkg-resources. [2022-03-01T06:35:22.880Z] #21 25.04 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-01T06:35:22.880Z] #21 25.05 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-01T06:35:22.880Z] #21 25.18 Selecting previously unselected package python3-setuptools. [2022-03-01T06:35:22.880Z] #21 25.19 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-03-01T06:35:22.880Z] #21 25.19 Unpacking python3-setuptools (52.0.0-4) ... [2022-03-01T06:35:23.141Z] #21 25.42 Selecting previously unselected package python3-wheel. [2022-03-01T06:35:23.141Z] #21 25.43 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-03-01T06:35:23.141Z] #21 25.44 Unpacking python3-wheel (0.34.2-1) ... [2022-03-01T06:35:23.141Z] #21 25.51 Selecting previously unselected package python3-pip. [2022-03-01T06:35:23.141Z] #21 25.51 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2022-03-01T06:35:23.141Z] #21 25.51 Unpacking python3-pip (20.3.4-4) ... [2022-03-01T06:35:23.258Z] #21 26.62 Selecting previously unselected package thin-provisioning-tools. [2022-03-01T06:35:23.258Z] #21 26.62 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-03-01T06:35:23.258Z] #21 26.64 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-03-01T06:35:23.258Z] #21 26.87 Selecting previously unselected package uidmap. [2022-03-01T06:35:23.404Z] #21 25.79 Selecting previously unselected package sudo. [2022-03-01T06:35:23.404Z] #21 25.79 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-03-01T06:35:23.404Z] #21 25.80 Unpacking sudo (1.9.5p2-3) ... [2022-03-01T06:35:23.516Z] #21 26.89 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-03-01T06:35:23.516Z] #21 26.89 Unpacking uidmap (1:4.8.1-1) ... [2022-03-01T06:35:23.774Z] #21 27.04 Selecting previously unselected package vim-runtime. [2022-03-01T06:35:23.774Z] #21 27.04 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-01T06:35:23.774Z] #21 27.07 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-03-01T06:35:23.774Z] #21 27.10 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-03-01T06:35:23.774Z] #21 27.11 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:35:23.982Z] #21 26.33 Selecting previously unselected package thin-provisioning-tools. [2022-03-01T06:35:23.982Z] #21 26.33 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-03-01T06:35:23.982Z] #21 26.33 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-03-01T06:35:24.244Z] #21 26.53 Selecting previously unselected package uidmap. [2022-03-01T06:35:24.244Z] #21 26.54 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-03-01T06:35:24.244Z] #21 26.54 Unpacking uidmap (1:4.8.1-1) ... [2022-03-01T06:35:24.505Z] #21 26.64 Selecting previously unselected package vim-runtime. [2022-03-01T06:35:24.505Z] #21 26.65 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-01T06:35:24.505Z] #21 26.68 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-03-01T06:35:24.505Z] #21 26.72 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-03-01T06:35:24.505Z] #21 26.73 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:35:26.298Z] #21 29.83 Selecting previously unselected package vim. [2022-03-01T06:35:26.555Z] #21 29.84 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-01T06:35:26.555Z] #21 29.85 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:35:26.812Z] #21 30.32 Selecting previously unselected package xfsprogs. [2022-03-01T06:35:26.812Z] #21 30.32 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-03-01T06:35:26.812Z] #21 30.33 Unpacking xfsprogs (5.10.0-4) ... [2022-03-01T06:35:27.376Z] #21 30.76 Selecting previously unselected package zip. [2022-03-01T06:35:27.376Z] #21 30.78 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-03-01T06:35:27.376Z] #21 30.79 Unpacking zip (3.0-12) ... [2022-03-01T06:35:27.633Z] #21 30.91 Selecting previously unselected package zstd. [2022-03-01T06:35:27.633Z] #21 30.91 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-03-01T06:35:27.633Z] #21 30.92 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-03-01T06:35:27.875Z] #21 29.76 Selecting previously unselected package vim. [2022-03-01T06:35:27.875Z] #21 29.77 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-01T06:35:27.875Z] #21 29.79 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:35:27.875Z] #21 30.27 Selecting previously unselected package xfsprogs. [2022-03-01T06:35:27.875Z] #21 30.28 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-03-01T06:35:27.875Z] #21 30.28 Unpacking xfsprogs (5.10.0-4) ... [2022-03-01T06:35:27.890Z] #21 31.26 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-01T06:35:28.452Z] #21 30.74 Selecting previously unselected package zip. [2022-03-01T06:35:28.452Z] #21 30.75 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-03-01T06:35:28.452Z] #21 30.75 Unpacking zip (3.0-12) ... [2022-03-01T06:35:28.452Z] #21 30.89 Selecting previously unselected package zstd. [2022-03-01T06:35:28.452Z] #21 30.91 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-03-01T06:35:28.452Z] #21 30.92 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-03-01T06:35:28.454Z] #21 32.03 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-03-01T06:35:28.454Z] #21 32.04 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-03-01T06:35:28.754Z] #21 32.05 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-03-01T06:35:28.754Z] #21 32.07 Setting up libicu67:amd64 (67.1-7) ... [2022-03-01T06:35:28.754Z] #21 32.10 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-03-01T06:35:28.754Z] #21 32.12 Setting up libinih1:amd64 (53-1+b2) ... [2022-03-01T06:35:28.754Z] #21 32.14 Setting up uidmap (1:4.8.1-1) ... [2022-03-01T06:35:28.754Z] #21 32.15 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-01T06:35:28.754Z] #21 32.18 Setting up bzip2 (1.0.8-4) ... [2022-03-01T06:35:28.754Z] #21 32.20 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-01T06:35:28.754Z] #21 32.22 Setting up python3-wheel (0.34.2-1) ... [2022-03-01T06:35:29.031Z] #21 31.27 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-01T06:35:29.320Z] #21 32.71 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:35:29.320Z] #21 32.72 Setting up libcap2:amd64 (1:2.44-1) ... [2022-03-01T06:35:29.320Z] #21 32.73 Setting up libcap2-bin (1:2.44-1) ... [2022-03-01T06:35:29.320Z] #21 32.74 Setting up apparmor (2.13.6-10) ... [2022-03-01T06:35:29.606Z] #21 32.05 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-03-01T06:35:29.606Z] #21 32.07 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-03-01T06:35:29.606Z] #21 32.08 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-03-01T06:35:29.606Z] #21 32.09 Setting up libicu67:amd64 (67.1-7) ... [2022-03-01T06:35:29.606Z] #21 32.10 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-03-01T06:35:29.606Z] #21 32.11 Setting up libinih1:amd64 (53-1+b2) ... [2022-03-01T06:35:29.868Z] #21 32.12 Setting up uidmap (1:4.8.1-1) ... [2022-03-01T06:35:29.868Z] #21 32.13 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-01T06:35:29.868Z] #21 32.14 Setting up bzip2 (1.0.8-4) ... [2022-03-01T06:35:29.868Z] #21 32.15 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-01T06:35:29.868Z] #21 32.16 Setting up python3-wheel (0.34.2-1) ... [2022-03-01T06:35:30.285Z] #20 31.38 Reading package lists... [2022-03-01T06:35:30.285Z] #20 ... [2022-03-01T06:35:30.285Z] [2022-03-01T06:35:30.285Z] #45 [tini 1/3] 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 [2022-03-01T06:35:30.285Z] #45 sha256:7ebe85deed9c922a245f66d5340fdc166c033a6e1e7249771886439cdb948f0f [2022-03-01T06:35:30.285Z] #45 29.95 Reading package lists... [2022-03-01T06:35:30.444Z] #21 32.80 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:35:30.444Z] #21 32.81 Setting up libcap2:amd64 (1:2.44-1) ... [2022-03-01T06:35:30.444Z] #21 32.82 Setting up libcap2-bin (1:2.44-1) ... [2022-03-01T06:35:30.695Z] #21 34.19 Setting up zip (3.0-12) ... [2022-03-01T06:35:30.706Z] #21 32.84 Setting up apparmor (2.13.6-10) ... [2022-03-01T06:35:30.951Z] #21 34.21 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:35:30.951Z] #21 34.24 Setting up bash-completion (1:2.11-2) ... [2022-03-01T06:35:31.666Z] #45 39.12 Building dependency tree... [2022-03-01T06:35:32.325Z] #21 35.95 Setting up xz-utils (5.2.5-2) ... [2022-03-01T06:35:32.462Z] #23 9.691 Collecting yamllint==1.26.1 [2022-03-01T06:35:32.583Z] #21 35.98 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-03-01T06:35:32.583Z] #21 36.00 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-03-01T06:35:32.583Z] #21 36.02 Setting up patch (2.7.6-7) ... [2022-03-01T06:35:32.583Z] #21 36.04 Setting up sudo (1.9.5p2-3) ... [2022-03-01T06:35:32.624Z] #21 34.55 Setting up zip (3.0-12) ... [2022-03-01T06:35:32.624Z] #21 34.58 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:35:32.624Z] #21 34.64 Setting up bash-completion (1:2.11-2) ... [2022-03-01T06:35:32.842Z] #21 36.13 invoke-rc.d: could not determine current runlevel [2022-03-01T06:35:32.842Z] #21 36.13 invoke-rc.d: policy-rc.d denied execution of start. [2022-03-01T06:35:32.842Z] #21 36.14 Setting up xfsprogs (5.10.0-4) ... [2022-03-01T06:35:32.842Z] #21 36.16 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-03-01T06:35:32.842Z] #21 36.17 Setting up inetutils-ping (2:2.0-1) ... [2022-03-01T06:35:32.842Z] #21 36.18 Setting up pigz (2.6-1) ... [2022-03-01T06:35:32.842Z] #21 36.19 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-01T06:35:32.842Z] #21 36.23 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-01T06:35:32.842Z] #21 36.29 Setting up python-pip-whl (20.3.4-4) ... [2022-03-01T06:35:33.027Z] #23 10.74 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-03-01T06:35:33.100Z] #21 36.46 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:35:33.573Z] #45 43.19 The following additional packages will be installed: [2022-03-01T06:35:33.573Z] #45 43.21 cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd [2022-03-01T06:35:33.573Z] #45 43.25 Suggested packages: [2022-03-01T06:35:33.573Z] #45 43.25 cmake-doc ninja-build lrzip [2022-03-01T06:35:33.573Z] #45 43.25 Recommended packages: [2022-03-01T06:35:33.573Z] #45 43.25 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-03-01T06:35:33.666Z] #21 37.15 Setting up libaio1:amd64 (0.3.112-9) ... [2022-03-01T06:35:33.666Z] #21 37.17 Setting up python3-lib2to3 (3.9.2-1) ... [2022-03-01T06:35:34.142Z] #45 43.95 The following NEW packages will be installed: [2022-03-01T06:35:34.143Z] #45 43.98 cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd [2022-03-01T06:35:34.182Z] #21 37.55 Setting up libelf1:amd64 (0.183-1) ... [2022-03-01T06:35:34.182Z] #21 37.64 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-03-01T06:35:34.182Z] #21 37.66 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-01T06:35:34.182Z] #21 37.67 Setting up python3-distutils (3.9.2-1) ... [2022-03-01T06:35:34.397Z] #23 11.82 Collecting pathspec>=0.5.3 [2022-03-01T06:35:34.397Z] #23 11.83 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-03-01T06:35:34.402Z] #45 ... [2022-03-01T06:35:34.402Z] [2022-03-01T06:35:34.402Z] #70 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-01T06:35:34.402Z] #70 sha256:8634a60893aa5e1dec2c58af3570295fa290251e95069c347d711e04ce5998a1 [2022-03-01T06:35:34.402Z] #70 44.02 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-01T06:35:34.402Z] #70 44.02 + GOBIN=/build [2022-03-01T06:35:34.402Z] #70 44.02 + GO111MODULE=on [2022-03-01T06:35:34.402Z] #70 44.02 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-03-01T06:35:34.542Z] #21 36.49 Setting up xz-utils (5.2.5-2) ... [2022-03-01T06:35:34.543Z] #21 36.51 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-03-01T06:35:34.543Z] #21 36.53 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-03-01T06:35:34.543Z] #21 36.55 Setting up patch (2.7.6-7) ... [2022-03-01T06:35:34.543Z] #21 36.56 Setting up sudo (1.9.5p2-3) ... [2022-03-01T06:35:34.543Z] #21 36.66 invoke-rc.d: could not determine current runlevel [2022-03-01T06:35:34.543Z] #21 36.67 invoke-rc.d: policy-rc.d denied execution of start. [2022-03-01T06:35:34.543Z] #21 36.67 Setting up xfsprogs (5.10.0-4) ... [2022-03-01T06:35:34.543Z] #21 36.69 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-03-01T06:35:34.543Z] #21 36.70 Setting up inetutils-ping (2:2.0-1) ... [2022-03-01T06:35:34.543Z] #21 36.71 Setting up pigz (2.6-1) ... [2022-03-01T06:35:34.543Z] #21 36.72 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-01T06:35:34.543Z] #21 36.73 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-01T06:35:34.543Z] #21 36.74 Setting up python-pip-whl (20.3.4-4) ... [2022-03-01T06:35:34.543Z] #21 36.76 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:35:34.654Z] #23 12.17 Collecting pyyaml [2022-03-01T06:35:34.654Z] #23 12.18 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2022-03-01T06:35:34.654Z] #23 12.23 Building wheels for collected packages: yamllint [2022-03-01T06:35:34.654Z] #23 12.23 Building wheel for yamllint (setup.py): started [2022-03-01T06:35:34.747Z] #21 38.16 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:35:34.747Z] #21 38.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-03-01T06:35:34.747Z] #21 38.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-03-01T06:35:34.747Z] #21 38.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-03-01T06:35:34.747Z] #21 38.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-03-01T06:35:34.747Z] #21 38.19 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-03-01T06:35:34.747Z] #21 38.19 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-03-01T06:35:34.747Z] #21 38.20 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-03-01T06:35:34.747Z] #21 38.21 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-03-01T06:35:34.747Z] #21 38.23 Setting up python3-setuptools (52.0.0-4) ... [2022-03-01T06:35:35.116Z] #21 37.49 Setting up libaio1:amd64 (0.3.112-9) ... [2022-03-01T06:35:35.116Z] #21 37.50 Setting up python3-lib2to3 (3.9.2-1) ... [2022-03-01T06:35:35.585Z] #23 13.09 Building wheel for yamllint (setup.py): finished with status 'done' [2022-03-01T06:35:35.585Z] #23 13.09 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=4f44f0301f110e0319b4c9eb673defd27837ce63b51584f5f73d34d2ad2cee8e [2022-03-01T06:35:35.585Z] #23 13.09 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-03-01T06:35:35.585Z] #23 13.09 Successfully built yamllint [2022-03-01T06:35:35.585Z] #23 13.12 Installing collected packages: pyyaml, pathspec, yamllint [2022-03-01T06:35:35.690Z] #21 37.90 Setting up libelf1:amd64 (0.183-1) ... [2022-03-01T06:35:35.690Z] #21 37.92 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-03-01T06:35:35.690Z] #21 37.93 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-01T06:35:35.690Z] #21 37.95 Setting up python3-distutils (3.9.2-1) ... [2022-03-01T06:35:35.841Z] #23 13.47 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-03-01T06:35:35.951Z] #21 38.40 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:35:35.951Z] #21 38.41 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-03-01T06:35:35.951Z] #21 38.41 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-03-01T06:35:36.121Z] #21 39.49 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-01T06:35:36.121Z] #21 39.51 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-03-01T06:35:36.121Z] #21 39.53 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-03-01T06:35:36.121Z] #21 39.54 Setting up python3-pip (20.3.4-4) ... [2022-03-01T06:35:36.213Z] #21 38.42 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-03-01T06:35:36.213Z] #21 38.42 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-03-01T06:35:36.213Z] #21 38.42 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-03-01T06:35:36.213Z] #21 38.43 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-03-01T06:35:36.213Z] #21 38.44 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-03-01T06:35:36.213Z] #21 38.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-03-01T06:35:36.213Z] #21 38.49 Setting up python3-setuptools (52.0.0-4) ... [2022-03-01T06:35:36.407Z] #23 DONE 14.0s [2022-03-01T06:35:36.407Z] [2022-03-01T06:35:36.407Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-01T06:35:36.407Z] #51 sha256:c4314f9afb2a551f3c35ade83571afbf0887de6d2ff91d6019f6af268507a0d5 [2022-03-01T06:35:36.407Z] #51 ... [2022-03-01T06:35:36.407Z] [2022-03-01T06:35:36.407Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-01T06:35:36.407Z] #27 sha256:9e94151c821d322ad217a6438bb4e2d4567344613113f075c169729d823a2fc9 [2022-03-01T06:35:36.663Z] #27 DONE 0.2s [2022-03-01T06:35:36.663Z] [2022-03-01T06:35:36.663Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-01T06:35:36.663Z] #32 sha256:810d204fdb7691deb8f33c4402abbdfb37df09f234864e790ff5446ae74febff [2022-03-01T06:35:36.941Z] #70 ... [2022-03-01T06:35:36.941Z] [2022-03-01T06:35:36.941Z] #65 [containerd 1/3] 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 [2022-03-01T06:35:36.941Z] #65 sha256:cbdb220bf39f84deeed2a473a3e3ee97d9e3b6c7e08bbc856ea3026fec9dbf52 [2022-03-01T06:35:36.941Z] #65 30.96 Reading package lists... [2022-03-01T06:35:36.941Z] #65 39.94 Building dependency tree... [2022-03-01T06:35:36.941Z] #65 43.82 The following additional packages will be installed: [2022-03-01T06:35:36.941Z] #65 43.84 libbtrfs0 [2022-03-01T06:35:36.941Z] #65 44.12 The following NEW packages will be installed: [2022-03-01T06:35:36.941Z] #65 44.15 libbtrfs-dev libbtrfs0 [2022-03-01T06:35:36.941Z] #65 44.55 0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded. [2022-03-01T06:35:36.941Z] #65 44.55 Need to get 460 kB of archives. [2022-03-01T06:35:36.941Z] #65 44.55 After this operation, 1237 kB of additional disk space will be used. [2022-03-01T06:35:36.941Z] #65 44.55 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-01T06:35:36.941Z] #65 44.56 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-01T06:35:36.941Z] #65 45.27 debconf: delaying package configuration, since apt-utils is not installed [2022-03-01T06:35:36.941Z] #65 45.64 Fetched 460 kB in 0s (1633 kB/s) [2022-03-01T06:35:36.941Z] #65 45.70 Selecting previously unselected package libbtrfs0:amd64. [2022-03-01T06:35:36.941Z] #65 45.70 (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 ... 30207 files and directories currently installed.) [2022-03-01T06:35:36.941Z] #65 45.75 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-01T06:35:36.941Z] #65 45.76 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-01T06:35:36.941Z] #65 45.89 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-01T06:35:36.941Z] #65 45.89 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-01T06:35:36.941Z] #65 45.90 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-01T06:35:36.941Z] #65 46.05 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-01T06:35:36.941Z] #65 46.09 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-01T06:35:36.941Z] #65 46.10 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-01T06:35:36.941Z] #65 DONE 46.5s [2022-03-01T06:35:36.941Z] [2022-03-01T06:35:36.941Z] #45 [tini 1/3] 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 [2022-03-01T06:35:36.941Z] #45 sha256:7ebe85deed9c922a245f66d5340fdc166c033a6e1e7249771886439cdb948f0f [2022-03-01T06:35:36.941Z] #45 44.45 0 upgraded, 8 newly installed, 0 to remove and 3 not upgraded. [2022-03-01T06:35:36.941Z] #45 44.45 Need to get 8418 kB of archives. [2022-03-01T06:35:36.941Z] #45 44.45 After this operation, 34.9 MB of additional disk space will be used. [2022-03-01T06:35:36.941Z] #45 44.45 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-01T06:35:36.941Z] #45 44.46 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-03-01T06:35:36.941Z] #45 44.46 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-03-01T06:35:36.941Z] #45 44.48 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2022-03-01T06:35:36.941Z] #45 44.49 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-03-01T06:35:36.941Z] #45 44.49 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-03-01T06:35:36.941Z] #45 44.49 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-03-01T06:35:36.941Z] #45 44.49 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-03-01T06:35:36.941Z] #45 45.23 debconf: delaying package configuration, since apt-utils is not installed [2022-03-01T06:35:36.941Z] #45 45.66 Fetched 8418 kB in 0s (20.3 MB/s) [2022-03-01T06:35:36.941Z] #45 45.71 Selecting previously unselected package xxd. [2022-03-01T06:35:36.941Z] #45 45.71 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30207 files and directories currently installed.) [2022-03-01T06:35:36.941Z] #45 45.75 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-01T06:35:36.941Z] #45 45.76 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:35:36.941Z] #45 45.85 Selecting previously unselected package vim-common. [2022-03-01T06:35:36.941Z] #45 45.85 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-01T06:35:36.941Z] #45 45.88 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:35:36.941Z] #45 46.03 Selecting previously unselected package cmake-data. [2022-03-01T06:35:36.941Z] #45 46.03 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-03-01T06:35:36.941Z] #45 46.04 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-03-01T06:35:36.941Z] #45 ... [2022-03-01T06:35:36.941Z] [2022-03-01T06:35:36.941Z] #66 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-01T06:35:36.941Z] #66 sha256:8c042c979ba29dad426af3862465f711a6e3450ae3e8ce8619051daaced2b1dd [2022-03-01T06:35:36.941Z] #66 DONE 0.2s [2022-03-01T06:35:36.941Z] [2022-03-01T06:35:36.941Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:35:36.941Z] #20 sha256:783eec43ce436e1fad9aa5c016e91313c4af299ddd31fd3c52bd45a45263930a [2022-03-01T06:35:36.941Z] #20 31.38 Reading package lists... [2022-03-01T06:35:36.941Z] #20 40.52 Building dependency tree... [2022-03-01T06:35:36.941Z] #20 44.37 The following additional packages will be installed: [2022-03-01T06:35:36.941Z] #20 44.37 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-01T06:35:36.941Z] #20 44.37 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-03-01T06:35:36.941Z] #20 44.37 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-03-01T06:35:36.941Z] #20 44.37 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-03-01T06:35:36.941Z] #20 44.37 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-03-01T06:35:36.941Z] #20 44.37 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-03-01T06:35:36.941Z] #20 44.37 mingw-w64-common mingw-w64-x86-64-dev [2022-03-01T06:35:36.941Z] #20 44.38 Suggested packages: [2022-03-01T06:35:36.941Z] #20 44.38 gcc-10-locales seccomp wine64 [2022-03-01T06:35:36.941Z] #20 44.78 The following NEW packages will be installed: [2022-03-01T06:35:36.941Z] #20 44.78 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-01T06:35:36.941Z] #20 44.78 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-03-01T06:35:36.941Z] #20 44.78 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-03-01T06:35:36.941Z] #20 44.78 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-03-01T06:35:36.941Z] #20 44.78 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-03-01T06:35:36.941Z] #20 44.79 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-03-01T06:35:36.941Z] #20 44.79 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-03-01T06:35:36.941Z] #20 44.79 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-03-01T06:35:36.941Z] #20 44.80 mingw-w64-x86-64-dev [2022-03-01T06:35:36.941Z] #20 45.25 0 upgraded, 30 newly installed, 0 to remove and 3 not upgraded. [2022-03-01T06:35:36.941Z] #20 45.25 Need to get 115 MB of archives. [2022-03-01T06:35:36.941Z] #20 45.25 After this operation, 645 MB of additional disk space will be used. [2022-03-01T06:35:36.941Z] #20 45.25 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2022-03-01T06:35:36.941Z] #20 45.30 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB] [2022-03-01T06:35:36.941Z] #20 45.36 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-03-01T06:35:36.941Z] #20 45.36 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2022-03-01T06:35:36.941Z] #20 45.36 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-03-01T06:35:36.941Z] #20 45.36 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-03-01T06:35:36.941Z] #20 45.41 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-03-01T06:35:36.941Z] #20 45.46 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2022-03-01T06:35:36.941Z] #20 45.46 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB] [2022-03-01T06:35:36.941Z] #20 45.62 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2022-03-01T06:35:36.941Z] #20 46.08 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB] [2022-03-01T06:35:36.941Z] #20 46.35 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2022-03-01T06:35:36.941Z] #20 46.56 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2022-03-01T06:35:37.052Z] #21 40.59 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-01T06:35:37.052Z] #21 40.60 Setting up jq (1.6-2.1) ... [2022-03-01T06:35:37.052Z] #21 40.61 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-03-01T06:35:37.052Z] #21 40.63 Setting up iptables (1.8.7-1) ... [2022-03-01T06:35:37.052Z] #21 40.64 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-01T06:35:37.052Z] #21 40.65 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-01T06:35:37.052Z] #21 40.65 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-01T06:35:37.052Z] #21 40.66 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-01T06:35:37.052Z] #21 40.66 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-03-01T06:35:37.309Z] #21 40.67 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-03-01T06:35:37.309Z] #21 40.67 Setting up iproute2 (5.10.0-4) ... [2022-03-01T06:35:37.509Z] #20 47.14 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB] [2022-03-01T06:35:37.509Z] #20 ... [2022-03-01T06:35:37.509Z] [2022-03-01T06:35:37.509Z] #45 [tini 1/3] 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 [2022-03-01T06:35:37.509Z] #45 sha256:7ebe85deed9c922a245f66d5340fdc166c033a6e1e7249771886439cdb948f0f [2022-03-01T06:35:37.509Z] #45 47.32 Selecting previously unselected package libarchive13:amd64. [2022-03-01T06:35:37.509Z] #45 47.33 Preparing to unpack .../3-libarchive13_3.4.3-2+b1_amd64.deb ... [2022-03-01T06:35:37.509Z] #45 47.37 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-01T06:35:37.566Z] #21 40.97 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-01T06:35:37.590Z] #32 DONE 0.9s [2022-03-01T06:35:37.590Z] [2022-03-01T06:35:37.590Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-01T06:35:37.590Z] #35 sha256:effbff08b0185a0119effd0452e2df30e95cb879164d2c8b5b6576367a6bf76b [2022-03-01T06:35:37.601Z] #21 39.81 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-01T06:35:37.601Z] #21 39.85 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-03-01T06:35:37.601Z] #21 39.87 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-03-01T06:35:37.601Z] #21 39.89 Setting up python3-pip (20.3.4-4) ... [2022-03-01T06:35:37.767Z] #45 47.50 Selecting previously unselected package libjsoncpp24:amd64. [2022-03-01T06:35:37.768Z] #45 47.51 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-03-01T06:35:37.768Z] #45 47.53 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-01T06:35:37.768Z] #45 ... [2022-03-01T06:35:37.768Z] [2022-03-01T06:35:37.768Z] #70 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-01T06:35:37.768Z] #70 sha256:8634a60893aa5e1dec2c58af3570295fa290251e95069c347d711e04ce5998a1 [2022-03-01T06:35:37.768Z] #70 47.21 rootlesskit version 0.14.6 [2022-03-01T06:35:37.768Z] #70 47.21 Usage of /build/rootlesskit-docker-proxy: [2022-03-01T06:35:37.768Z] #70 47.21 -container-ip string [2022-03-01T06:35:37.768Z] #70 47.21 container ip [2022-03-01T06:35:37.768Z] #70 47.21 -container-port int [2022-03-01T06:35:37.768Z] #70 47.21 container port (default -1) [2022-03-01T06:35:37.768Z] #70 47.21 -host-ip string [2022-03-01T06:35:37.768Z] #70 47.21 host ip [2022-03-01T06:35:37.768Z] #70 47.21 -host-port int [2022-03-01T06:35:37.768Z] #70 47.21 host port (default -1) [2022-03-01T06:35:37.768Z] #70 47.21 -proto string [2022-03-01T06:35:37.768Z] #70 47.21 proxy protocol (default "tcp") [2022-03-01T06:35:37.768Z] #70 DONE 47.3s [2022-03-01T06:35:37.768Z] [2022-03-01T06:35:37.768Z] #71 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-01T06:35:37.768Z] #71 sha256:8de48df32194dace8b9b3d3b26077388708410b6ad1fb296c8af978ca976445b [2022-03-01T06:35:37.768Z] #71 DONE 0.1s [2022-03-01T06:35:37.768Z] [2022-03-01T06:35:37.768Z] #45 [tini 1/3] 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 [2022-03-01T06:35:37.768Z] #45 sha256:7ebe85deed9c922a245f66d5340fdc166c033a6e1e7249771886439cdb948f0f [2022-03-01T06:35:37.768Z] #45 47.60 Selecting previously unselected package librhash0:amd64. [2022-03-01T06:35:37.768Z] #45 47.61 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ... [2022-03-01T06:35:37.768Z] #45 47.62 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-03-01T06:35:37.846Z] #35 DONE 0.4s [2022-03-01T06:35:37.846Z] [2022-03-01T06:35:37.846Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-01T06:35:37.846Z] #37 sha256:f128f388aa247545e02910d3fab6a6f9b2bbad1e7a18c0bd18bb29b45461381f [2022-03-01T06:35:37.846Z] #37 DONE 0.1s [2022-03-01T06:35:37.846Z] [2022-03-01T06:35:37.846Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-01T06:35:37.846Z] #51 sha256:c4314f9afb2a551f3c35ade83571afbf0887de6d2ff91d6019f6af268507a0d5 [2022-03-01T06:35:38.026Z] #45 ... [2022-03-01T06:35:38.026Z] [2022-03-01T06:35:38.026Z] #72 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-01T06:35:38.026Z] #72 sha256:01af8638a68cc3d2686028a2f67247b4a84e4de5b89d804ffb9b842faa3468d0 [2022-03-01T06:35:38.026Z] #72 DONE 0.1s [2022-03-01T06:35:38.026Z] [2022-03-01T06:35:38.026Z] #45 [tini 1/3] 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 [2022-03-01T06:35:38.026Z] #45 sha256:7ebe85deed9c922a245f66d5340fdc166c033a6e1e7249771886439cdb948f0f [2022-03-01T06:35:38.026Z] #45 47.75 Selecting previously unselected package libuv1:amd64. [2022-03-01T06:35:38.026Z] #45 47.75 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ... [2022-03-01T06:35:38.026Z] #45 47.77 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-03-01T06:35:38.026Z] #45 47.87 Selecting previously unselected package cmake. [2022-03-01T06:35:38.026Z] #45 47.88 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-03-01T06:35:38.026Z] #45 47.88 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-03-01T06:35:38.102Z] #51 ... [2022-03-01T06:35:38.102Z] [2022-03-01T06:35:38.102Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-01T06:35:38.102Z] #41 sha256:13a839a09a9466795d21ba02c513fed42e67cd09d2856fc44bab0ec81b2cc284 [2022-03-01T06:35:38.102Z] #41 DONE 0.0s [2022-03-01T06:35:38.102Z] [2022-03-01T06:35:38.102Z] #43 [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 "v2.3.0" && 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 "v2.1.0"; 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 [2022-03-01T06:35:38.102Z] #43 sha256:43f24ac9ca7f81923ccb4e73e4b26fbd3eb18b58eef53c93c82ab7f1cb60a024 [2022-03-01T06:35:38.498Z] #21 DONE 42.0s [2022-03-01T06:35:38.498Z] [2022-03-01T06:35:38.498Z] #22 [dev-systemd-false 8/24] 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 [2022-03-01T06:35:38.498Z] #22 sha256:756c10d86a9fdab5e54bd0062a601d405c3763e39304cde45c4c53f32cf44a64 [2022-03-01T06:35:38.555Z] #21 40.91 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-01T06:35:38.555Z] #21 40.92 Setting up jq (1.6-2.1) ... [2022-03-01T06:35:38.555Z] #21 40.94 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-03-01T06:35:38.555Z] #21 40.95 Setting up iptables (1.8.7-1) ... [2022-03-01T06:35:38.555Z] #21 40.97 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-01T06:35:38.555Z] #21 40.98 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-01T06:35:38.555Z] #21 40.98 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-01T06:35:38.555Z] #21 40.99 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-01T06:35:38.555Z] #21 40.99 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-03-01T06:35:38.555Z] #21 41.00 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-03-01T06:35:38.555Z] #21 41.01 Setting up iproute2 (5.10.0-4) ... [2022-03-01T06:35:39.128Z] #21 41.29 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-01T06:35:39.431Z] #22 0.823 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-03-01T06:35:39.432Z] #22 0.826 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-03-01T06:35:39.432Z] #22 0.829 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-03-01T06:35:39.432Z] #22 DONE 0.9s [2022-03-01T06:35:39.432Z] [2022-03-01T06:35:39.432Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-01T06:35:39.432Z] #23 sha256:29a869c85d7589d8f4de10eea9f5ca06cfe8cc648755ef857dc8598e00f53fb1 [2022-03-01T06:35:39.469Z] #43 170.1 + dpkg --print-architecture [2022-03-01T06:35:39.469Z] #43 170.1 + git checkout -q v2.1.0 [2022-03-01T06:35:39.701Z] #21 DONE 42.0s [2022-03-01T06:35:39.701Z] [2022-03-01T06:35:39.701Z] #22 [dev-systemd-false 8/24] 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 [2022-03-01T06:35:39.701Z] #22 sha256:756c10d86a9fdab5e54bd0062a601d405c3763e39304cde45c4c53f32cf44a64 [2022-03-01T06:35:39.930Z] #45 49.60 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-01T06:35:39.930Z] #45 49.62 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:35:39.930Z] #45 49.63 Setting up libuv1:amd64 (1.40.0-2) ... [2022-03-01T06:35:39.930Z] #45 49.65 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:35:39.930Z] #45 49.68 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-01T06:35:39.930Z] #45 49.70 Setting up librhash0:amd64 (1.4.1-2) ... [2022-03-01T06:35:39.930Z] #45 49.71 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-03-01T06:35:39.930Z] #45 49.73 Setting up cmake (3.18.4-2+deb11u1) ... [2022-03-01T06:35:39.930Z] #45 49.74 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-01T06:35:40.036Z] #43 170.8 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-03-01T06:35:40.036Z] #43 170.8 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-03-01T06:35:40.498Z] #45 DONE 50.1s [2022-03-01T06:35:40.498Z] [2022-03-01T06:35:40.498Z] #46 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-01T06:35:40.498Z] #46 sha256:b6059cc05cc0db63e526238043b59ea3f501a546858b21925b4fba9ac5715213 [2022-03-01T06:35:40.498Z] #46 DONE 0.1s [2022-03-01T06:35:40.498Z] [2022-03-01T06:35:40.498Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:35:40.498Z] #20 sha256:783eec43ce436e1fad9aa5c016e91313c4af299ddd31fd3c52bd45a45263930a [2022-03-01T06:35:40.498Z] #20 47.37 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-03-01T06:35:40.498Z] #20 47.37 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-03-01T06:35:40.498Z] #20 47.37 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-03-01T06:35:40.498Z] #20 47.37 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-01T06:35:40.498Z] #20 47.39 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-01T06:35:40.498Z] #20 47.39 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2022-03-01T06:35:40.498Z] #20 47.39 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2022-03-01T06:35:40.498Z] #20 47.41 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-03-01T06:35:40.498Z] #20 47.42 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-03-01T06:35:40.498Z] #20 47.43 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-03-01T06:35:40.498Z] #20 47.43 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-03-01T06:35:40.498Z] #20 47.44 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-03-01T06:35:40.498Z] #20 47.46 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-03-01T06:35:40.498Z] #20 47.48 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB] [2022-03-01T06:35:40.498Z] #20 47.48 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-03-01T06:35:40.498Z] #20 47.48 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2022-03-01T06:35:40.498Z] #20 48.17 debconf: delaying package configuration, since apt-utils is not installed [2022-03-01T06:35:40.498Z] #20 48.67 Fetched 115 MB in 3s (45.0 MB/s) [2022-03-01T06:35:40.498Z] #20 48.77 Selecting previously unselected package binutils-mingw-w64-i686. [2022-03-01T06:35:40.498Z] #20 48.77 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30207 files and directories currently installed.) [2022-03-01T06:35:40.498Z] #20 48.85 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-01T06:35:40.498Z] #20 48.85 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-01T06:35:40.498Z] #20 49.58 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-03-01T06:35:40.498Z] #20 49.59 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-01T06:35:40.498Z] #20 49.60 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-01T06:35:40.498Z] #20 50.39 Selecting previously unselected package binutils-mingw-w64. [2022-03-01T06:35:40.498Z] #20 50.40 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-03-01T06:35:40.498Z] #20 50.40 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-01T06:35:40.499Z] #20 50.48 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-03-01T06:35:40.499Z] #20 50.49 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-01T06:35:40.499Z] #20 50.50 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-01T06:35:40.647Z] #22 0.810 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-03-01T06:35:40.647Z] #22 0.813 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-03-01T06:35:40.647Z] #22 0.816 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-03-01T06:35:40.647Z] #22 DONE 0.9s [2022-03-01T06:35:40.647Z] [2022-03-01T06:35:40.647Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-01T06:35:40.647Z] #23 sha256:29a869c85d7589d8f4de10eea9f5ca06cfe8cc648755ef857dc8598e00f53fb1 [2022-03-01T06:35:40.757Z] #20 50.60 Selecting previously unselected package dmsetup. [2022-03-01T06:35:40.757Z] #20 50.60 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-03-01T06:35:40.757Z] #20 50.61 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-03-01T06:35:40.757Z] #20 50.72 Selecting previously unselected package mingw-w64-common. [2022-03-01T06:35:40.757Z] #20 50.72 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-03-01T06:35:41.015Z] #20 50.72 Unpacking mingw-w64-common (8.0.0-1) ... [2022-03-01T06:35:42.926Z] #20 52.48 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-03-01T06:35:42.926Z] #20 52.48 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-03-01T06:35:42.926Z] #20 52.49 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-01T06:35:43.499Z] #20 ... [2022-03-01T06:35:43.499Z] [2022-03-01T06:35:43.499Z] #47 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-03-01T06:35:43.499Z] #47 sha256:f09aaa4fe80b27fad785f12ae95de8742f6396223e24d46726887bbe1ca8cfb1 [2022-03-01T06:35:43.499Z] #47 0.718 + RM_GOPATH=0 [2022-03-01T06:35:43.499Z] #47 0.718 + TMP_GOPATH= [2022-03-01T06:35:43.499Z] #47 0.718 + : /build [2022-03-01T06:35:43.499Z] #47 0.718 + '[' -z '' ']' [2022-03-01T06:35:43.499Z] #47 0.719 ++ mktemp -d [2022-03-01T06:35:43.499Z] #47 0.721 + export GOPATH=/tmp/tmp.R1oKPK0Duf [2022-03-01T06:35:43.499Z] #47 0.721 + GOPATH=/tmp/tmp.R1oKPK0Duf [2022-03-01T06:35:43.499Z] #47 0.721 + RM_GOPATH=1 [2022-03-01T06:35:43.499Z] #47 0.721 + case "$(go env GOARCH)" in [2022-03-01T06:35:43.499Z] #47 0.722 ++ go env GOARCH [2022-03-01T06:35:43.499Z] #47 0.737 + export GO_BUILDMODE=-buildmode=pie [2022-03-01T06:35:43.499Z] #47 0.738 + GO_BUILDMODE=-buildmode=pie [2022-03-01T06:35:43.499Z] #47 0.738 ++ dirname /install.sh [2022-03-01T06:35:43.499Z] #47 0.739 + dir=/ [2022-03-01T06:35:43.499Z] #47 0.739 + bin=tini [2022-03-01T06:35:43.499Z] #47 0.739 + shift [2022-03-01T06:35:43.499Z] #47 0.740 + '[' '!' -f //tini.installer ']' [2022-03-01T06:35:43.499Z] #47 0.740 + . //tini.installer [2022-03-01T06:35:43.499Z] #47 0.740 ++ : v0.19.0 [2022-03-01T06:35:43.499Z] #47 0.741 + install_tini [2022-03-01T06:35:43.499Z] #47 0.741 + echo 'Install tini version v0.19.0' [2022-03-01T06:35:43.499Z] #47 0.741 Install tini version v0.19.0 [2022-03-01T06:35:43.499Z] #47 0.741 + git clone https://github.com/krallin/tini.git /tmp/tmp.R1oKPK0Duf/tini [2022-03-01T06:35:43.499Z] #47 0.743 Cloning into '/tmp/tmp.R1oKPK0Duf/tini'... [2022-03-01T06:35:43.499Z] #47 1.147 + cd /tmp/tmp.R1oKPK0Duf/tini [2022-03-01T06:35:43.499Z] #47 1.148 + git checkout -q v0.19.0 [2022-03-01T06:35:43.499Z] #47 1.162 + cmake . [2022-03-01T06:35:43.499Z] #47 1.315 -- The C compiler identification is GNU 10.2.1 [2022-03-01T06:35:43.499Z] #47 1.352 -- Detecting C compiler ABI info [2022-03-01T06:35:43.499Z] #47 1.491 -- Detecting C compiler ABI info - done [2022-03-01T06:35:43.499Z] #47 1.549 -- Check for working C compiler: /usr/bin/cc - skipped [2022-03-01T06:35:43.499Z] #47 1.551 -- Detecting C compile features [2022-03-01T06:35:43.499Z] #47 1.552 -- Detecting C compile features - done [2022-03-01T06:35:43.499Z] #47 1.572 -- Performing Test HAS_BUILTIN_FORTIFY [2022-03-01T06:35:43.499Z] #47 1.623 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-03-01T06:35:43.499Z] #47 1.667 -- Configuring done [2022-03-01T06:35:43.499Z] #47 1.674 -- Generating done [2022-03-01T06:35:43.499Z] #47 1.676 -- Build files have been written to: /tmp/tmp.R1oKPK0Duf/tini [2022-03-01T06:35:43.499Z] #47 1.681 + make tini-static [2022-03-01T06:35:43.499Z] #47 1.743 Scanning dependencies of target tini-static [2022-03-01T06:35:43.499Z] #47 1.765 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-03-01T06:35:43.499Z] #47 2.218 [100%] Linking C executable tini-static [2022-03-01T06:35:43.499Z] #47 2.452 [100%] Built target tini-static [2022-03-01T06:35:43.499Z] #47 2.487 + mkdir -p /build [2022-03-01T06:35:43.499Z] #47 2.489 + cp tini-static /build/docker-init [2022-03-01T06:35:43.499Z] #47 DONE 2.8s [2022-03-01T06:35:43.499Z] [2022-03-01T06:35:43.499Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-01T06:35:43.499Z] #67 sha256:f6da856523dda5eff2cbb7bf53e60f0782a56f4e8ca14b07af6c05fbf9e12686 [2022-03-01T06:35:43.499Z] #67 0.842 + RM_GOPATH=0 [2022-03-01T06:35:43.499Z] #67 0.842 + TMP_GOPATH= [2022-03-01T06:35:43.499Z] #67 0.842 + : /build [2022-03-01T06:35:43.499Z] #67 0.842 + '[' -z '' ']' [2022-03-01T06:35:43.499Z] #67 0.842 ++ mktemp -d [2022-03-01T06:35:43.499Z] #67 0.846 + export GOPATH=/tmp/tmp.wLoUvLsyJ0 [2022-03-01T06:35:43.499Z] #67 0.846 + GOPATH=/tmp/tmp.wLoUvLsyJ0 [2022-03-01T06:35:43.499Z] #67 0.846 + RM_GOPATH=1 [2022-03-01T06:35:43.499Z] #67 0.846 + case "$(go env GOARCH)" in [2022-03-01T06:35:43.499Z] #67 0.847 ++ go env GOARCH [2022-03-01T06:35:43.499Z] #67 0.851 + export GO_BUILDMODE=-buildmode=pie [2022-03-01T06:35:43.499Z] #67 0.851 + GO_BUILDMODE=-buildmode=pie [2022-03-01T06:35:43.499Z] #67 0.859 ++ dirname /install.sh [2022-03-01T06:35:43.499Z] #67 0.860 + dir=/ [2022-03-01T06:35:43.499Z] #67 0.860 + bin=containerd [2022-03-01T06:35:43.499Z] #67 0.860 + shift [2022-03-01T06:35:43.499Z] #67 0.860 + '[' '!' -f //containerd.installer ']' [2022-03-01T06:35:43.499Z] #67 0.861 + . //containerd.installer [2022-03-01T06:35:43.499Z] #67 0.863 Install containerd version v1.5.9 [2022-03-01T06:35:43.499Z] #67 0.863 ++ set -e [2022-03-01T06:35:43.499Z] #67 0.863 ++ : v1.5.9 [2022-03-01T06:35:43.499Z] #67 0.863 + install_containerd [2022-03-01T06:35:43.499Z] #67 0.863 + echo 'Install containerd version v1.5.9' [2022-03-01T06:35:43.499Z] #67 0.863 + git clone https://github.com/containerd/containerd.git /tmp/tmp.wLoUvLsyJ0/src/github.com/containerd/containerd [2022-03-01T06:35:43.499Z] #67 0.888 Cloning into '/tmp/tmp.wLoUvLsyJ0/src/github.com/containerd/containerd'... [2022-03-01T06:35:44.883Z] #67 ... [2022-03-01T06:35:44.883Z] [2022-03-01T06:35:44.884Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:35:44.884Z] #20 sha256:783eec43ce436e1fad9aa5c016e91313c4af299ddd31fd3c52bd45a45263930a [2022-03-01T06:35:44.884Z] #20 54.83 Selecting previously unselected package gcc-mingw-w64-base. [2022-03-01T06:35:45.144Z] #20 54.83 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-03-01T06:35:45.144Z] #20 54.84 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-01T06:35:45.144Z] #20 54.90 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-03-01T06:35:45.144Z] #20 54.90 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-01T06:35:45.144Z] #20 54.91 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-01T06:35:47.052Z] #20 56.81 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-03-01T06:35:47.052Z] #20 56.81 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-01T06:35:47.052Z] #20 56.82 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-01T06:35:49.396Z] #23 9.150 Collecting yamllint==1.26.1 [2022-03-01T06:35:49.653Z] #23 10.21 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-03-01T06:35:50.584Z] #23 11.32 Collecting pathspec>=0.5.3 [2022-03-01T06:35:50.659Z] #23 9.315 Collecting yamllint==1.26.1 [2022-03-01T06:35:50.842Z] #23 11.32 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-03-01T06:35:50.921Z] #23 10.37 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-03-01T06:35:51.147Z] #23 11.69 Collecting pyyaml [2022-03-01T06:35:51.147Z] #23 11.70 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2022-03-01T06:35:51.243Z] #20 60.47 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-03-01T06:35:51.243Z] #20 60.48 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-01T06:35:51.243Z] #20 60.48 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-01T06:35:51.413Z] #23 11.77 Building wheels for collected packages: yamllint [2022-03-01T06:35:51.413Z] #23 11.78 Building wheel for yamllint (setup.py): started [2022-03-01T06:35:51.985Z] #23 12.78 Building wheel for yamllint (setup.py): finished with status 'done' [2022-03-01T06:35:52.183Z] #20 61.99 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-03-01T06:35:52.183Z] #20 62.00 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-01T06:35:52.183Z] #20 62.01 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-01T06:35:52.249Z] #23 12.78 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=5c9127ba2cb3182ea0687b85f9cf331b41be8a33b447cf75950ab6723177cfcb [2022-03-01T06:35:52.249Z] #23 12.80 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-03-01T06:35:52.249Z] #23 12.80 Successfully built yamllint [2022-03-01T06:35:52.249Z] #23 12.86 Installing collected packages: pyyaml, pathspec, yamllint [2022-03-01T06:35:52.309Z] #23 11.37 Collecting pathspec>=0.5.3 [2022-03-01T06:35:52.309Z] #23 11.39 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-03-01T06:35:52.309Z] #23 11.70 Collecting pyyaml [2022-03-01T06:35:52.309Z] #23 11.72 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2022-03-01T06:35:52.309Z] #23 11.78 Building wheels for collected packages: yamllint [2022-03-01T06:35:52.570Z] #23 11.79 Building wheel for yamllint (setup.py): started [2022-03-01T06:35:52.819Z] #23 13.25 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-03-01T06:35:53.082Z] #23 DONE 13.7s [2022-03-01T06:35:53.082Z] [2022-03-01T06:35:53.082Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-01T06:35:53.082Z] #27 sha256:fd4648ab072142cd58c0e2732645df5d6a5c8957433990e38bc284dd3245d2d2 [2022-03-01T06:35:53.341Z] #27 DONE 0.2s [2022-03-01T06:35:53.341Z] [2022-03-01T06:35:53.341Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-01T06:35:53.341Z] #32 sha256:8b090d4175b7450f852b0b9a60d443ec383dc55c07d4ba6a6f42eb0197a1154c [2022-03-01T06:35:53.514Z] #23 12.76 Building wheel for yamllint (setup.py): finished with status 'done' [2022-03-01T06:35:53.514Z] #23 12.78 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=a0d8fdf01f505ee51a8ce5da4d1a7616f2368ba5d49165f98979ff9b981a2275 [2022-03-01T06:35:53.514Z] #23 12.78 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-03-01T06:35:53.514Z] #23 12.78 Successfully built yamllint [2022-03-01T06:35:53.514Z] #23 12.81 Installing collected packages: pyyaml, pathspec, yamllint [2022-03-01T06:35:53.600Z] #32 DONE 0.3s [2022-03-01T06:35:53.600Z] [2022-03-01T06:35:53.600Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-01T06:35:53.600Z] #35 sha256:f8603c4c16ed5c86a50ca270e26149d44bd7870d8ca759a7f3ff47a304d06f60 [2022-03-01T06:35:53.775Z] #23 13.17 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-03-01T06:35:53.858Z] #35 DONE 0.2s [2022-03-01T06:35:53.858Z] [2022-03-01T06:35:53.858Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-01T06:35:53.858Z] #37 sha256:0c1f696df907766aa8825780cb98952e2219c7919ade936675739df7a53b9334 [2022-03-01T06:35:53.858Z] #37 DONE 0.1s [2022-03-01T06:35:53.858Z] [2022-03-01T06:35:53.858Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-01T06:35:53.858Z] #41 sha256:9ad3b6036b0da66326dccd64ee4a5519fee24236030ddae3f4c6e36b7487b194 [2022-03-01T06:35:54.090Z] #20 63.74 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-03-01T06:35:54.090Z] #20 63.75 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-01T06:35:54.090Z] #20 63.76 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-01T06:35:54.115Z] #41 DONE 0.1s [2022-03-01T06:35:54.115Z] [2022-03-01T06:35:54.115Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-01T06:35:54.115Z] #60 sha256:8ec41364113a0ea709774025077b015e7266be7fbc005c7c422c7e5902221e55 [2022-03-01T06:35:54.348Z] #23 DONE 13.6s [2022-03-01T06:35:54.348Z] [2022-03-01T06:35:54.348Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-01T06:35:54.348Z] #27 sha256:e61bddf7126fb690cdc087eb0eaa1e3e3b42d6c2f456b7159d0509a6d3593610 [2022-03-01T06:35:54.348Z] #27 DONE 0.2s [2022-03-01T06:35:54.348Z] [2022-03-01T06:35:54.348Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-01T06:35:54.348Z] #51 sha256:c4314f9afb2a551f3c35ade83571afbf0887de6d2ff91d6019f6af268507a0d5 [2022-03-01T06:35:54.612Z] #51 ... [2022-03-01T06:35:54.612Z] [2022-03-01T06:35:54.612Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-01T06:35:54.612Z] #32 sha256:c5b453d1470ffdfbf405837f00f304b09b22868e56f71477dff7196df1a05c27 [2022-03-01T06:35:54.874Z] #32 DONE 0.4s [2022-03-01T06:35:54.874Z] [2022-03-01T06:35:54.874Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-01T06:35:54.874Z] #35 sha256:84c235714477e343b325744bfdef82e02912c46f48890b689344dab15deff97b [2022-03-01T06:35:55.135Z] #35 DONE 0.4s [2022-03-01T06:35:55.135Z] [2022-03-01T06:35:55.135Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-01T06:35:55.135Z] #37 sha256:391f77b0278f7fb1aa41e27be49756e2c0138c968f2d19e6661e13984ed0f56a [2022-03-01T06:35:55.135Z] #37 DONE 0.1s [2022-03-01T06:35:55.135Z] [2022-03-01T06:35:55.135Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-01T06:35:55.135Z] #60 sha256:6a033edba639fe1346a16bb613512f61866db39685131d1f6beb15043d34961d [2022-03-01T06:35:55.397Z] #60 ... [2022-03-01T06:35:55.397Z] [2022-03-01T06:35:55.397Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-01T06:35:55.397Z] #41 sha256:7085e386f250c4b10a3b9c2b3e64473b5258bf502239416696c60b2ebc3b7930 [2022-03-01T06:35:55.659Z] #41 DONE 0.2s [2022-03-01T06:35:55.659Z] [2022-03-01T06:35:55.659Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-01T06:35:55.659Z] #60 sha256:6a033edba639fe1346a16bb613512f61866db39685131d1f6beb15043d34961d [2022-03-01T06:35:58.288Z] #20 67.65 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-03-01T06:35:58.288Z] #20 67.66 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-01T06:35:58.288Z] #20 67.66 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-01T06:35:59.370Z] #60 ... [2022-03-01T06:35:59.370Z] [2022-03-01T06:35:59.370Z] #43 [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 "v2.3.0" && 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 "v2.1.0"; 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 [2022-03-01T06:35:59.370Z] #43 sha256:43f24ac9ca7f81923ccb4e73e4b26fbd3eb18b58eef53c93c82ab7f1cb60a024 [2022-03-01T06:35:59.370Z] #43 184.2 + dpkg --print-architecture [2022-03-01T06:35:59.370Z] #43 184.2 + git checkout -q v2.1.0 [2022-03-01T06:35:59.370Z] #43 184.4 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-03-01T06:35:59.370Z] #43 184.4 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-03-01T06:35:59.738Z] #20 69.29 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-03-01T06:35:59.738Z] #20 69.29 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-03-01T06:35:59.738Z] #20 69.31 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-01T06:35:59.738Z] #20 69.38 Selecting previously unselected package libapparmor1:amd64. [2022-03-01T06:35:59.738Z] #20 69.39 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-03-01T06:35:59.738Z] #20 69.39 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-03-01T06:35:59.738Z] #20 69.44 Selecting previously unselected package libapparmor-dev:amd64. [2022-03-01T06:35:59.738Z] #20 69.46 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-03-01T06:35:59.738Z] #20 69.46 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-01T06:35:59.738Z] #20 69.54 Selecting previously unselected package libbtrfs0:amd64. [2022-03-01T06:35:59.738Z] #20 69.54 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-01T06:35:59.738Z] #20 69.54 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-01T06:35:59.738Z] #20 69.62 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-01T06:35:59.738Z] #20 69.63 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-01T06:35:59.738Z] #20 69.63 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-01T06:35:59.738Z] #20 ... [2022-03-01T06:35:59.738Z] [2022-03-01T06:35:59.738Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-01T06:35:59.738Z] #67 sha256:f6da856523dda5eff2cbb7bf53e60f0782a56f4e8ca14b07af6c05fbf9e12686 [2022-03-01T06:35:59.738Z] #67 12.89 + cd /tmp/tmp.wLoUvLsyJ0/src/github.com/containerd/containerd [2022-03-01T06:35:59.738Z] #67 12.89 + git checkout -q v1.5.9 [2022-03-01T06:35:59.738Z] #67 13.69 + export 'BUILDTAGS=netgo osusergo static_build' [2022-03-01T06:35:59.738Z] #67 13.69 + BUILDTAGS='netgo osusergo static_build' [2022-03-01T06:35:59.738Z] #67 13.69 + export EXTRA_FLAGS=-buildmode=pie [2022-03-01T06:35:59.738Z] #67 13.69 + EXTRA_FLAGS=-buildmode=pie [2022-03-01T06:35:59.738Z] #67 13.69 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-03-01T06:35:59.738Z] #67 13.69 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-03-01T06:35:59.738Z] #67 13.69 + '[' '' = dynamic ']' [2022-03-01T06:35:59.738Z] #67 13.69 + make [2022-03-01T06:35:59.738Z] #67 14.72 + bin/ctr [2022-03-01T06:36:00.314Z] #67 ... [2022-03-01T06:36:00.314Z] [2022-03-01T06:36:00.314Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-01T06:36:00.314Z] #20 sha256:783eec43ce436e1fad9aa5c016e91313c4af299ddd31fd3c52bd45a45263930a [2022-03-01T06:36:00.314Z] #20 70.12 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-03-01T06:36:00.314Z] #20 70.12 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-01T06:36:00.314Z] #20 70.14 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-01T06:36:00.314Z] #20 70.24 Selecting previously unselected package libudev-dev:amd64. [2022-03-01T06:36:00.575Z] #20 70.24 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2022-03-01T06:36:00.575Z] #20 70.26 Unpacking libudev-dev:amd64 (247.3-6) ... [2022-03-01T06:36:01.157Z] #20 70.90 Selecting previously unselected package libsepol1-dev:amd64. [2022-03-01T06:36:01.157Z] #20 70.91 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-03-01T06:36:01.415Z] #20 71.23 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-03-01T06:36:01.944Z] #43 DONE 191.0s [2022-03-01T06:36:01.944Z] [2022-03-01T06:36:01.944Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-01T06:36:01.944Z] #56 sha256:944103acb0da3dec62665888d43b794270fa02e46ad225c3ea035c1fe63c668f [2022-03-01T06:36:02.202Z] #56 ... [2022-03-01T06:36:02.202Z] [2022-03-01T06:36:02.202Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-01T06:36:02.202Z] #44 sha256:3483b84ded798663d75bcdd2af0d15a73effa5c61803b411848857e7fef8b6a8 [2022-03-01T06:36:02.255Z] #60 ... [2022-03-01T06:36:02.255Z] [2022-03-01T06:36:02.255Z] #43 [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 "v2.3.0" && 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 "v2.1.0"; 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 [2022-03-01T06:36:02.255Z] #43 sha256:43f24ac9ca7f81923ccb4e73e4b26fbd3eb18b58eef53c93c82ab7f1cb60a024 [2022-03-01T06:36:02.255Z] #43 190.5 + dpkg --print-architecture [2022-03-01T06:36:02.255Z] #43 190.5 + git checkout -q v2.1.0 [2022-03-01T06:36:02.255Z] #43 190.9 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-03-01T06:36:02.255Z] #43 190.9 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-03-01T06:36:02.792Z] #20 72.27 Selecting previously unselected package libpcre2-16-0:amd64. [2022-03-01T06:36:02.792Z] #20 72.28 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-03-01T06:36:02.792Z] #20 72.31 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-03-01T06:36:02.792Z] #20 72.42 Selecting previously unselected package libpcre2-32-0:amd64. [2022-03-01T06:36:02.792Z] #20 72.43 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-03-01T06:36:02.792Z] #20 72.43 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-03-01T06:36:02.792Z] #20 72.53 Selecting previously unselected package libpcre2-posix2:amd64. [2022-03-01T06:36:02.792Z] #20 72.54 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-03-01T06:36:02.792Z] #20 72.55 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-03-01T06:36:02.792Z] #20 72.59 Selecting previously unselected package libpcre2-dev:amd64. [2022-03-01T06:36:02.792Z] #20 72.60 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-03-01T06:36:02.792Z] #20 72.61 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-03-01T06:36:03.051Z] #20 72.80 Selecting previously unselected package libselinux1-dev:amd64. [2022-03-01T06:36:03.051Z] #20 72.80 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-03-01T06:36:03.051Z] #20 72.81 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-03-01T06:36:03.136Z] #44 DONE 0.9s [2022-03-01T06:36:03.136Z] [2022-03-01T06:36:03.136Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-01T06:36:03.136Z] #48 sha256:772c7bdcd417b869f0641dc2f68220d8e3d2f40c325f1929efcd78216b18626f [2022-03-01T06:36:03.136Z] #48 DONE 0.1s [2022-03-01T06:36:03.136Z] [2022-03-01T06:36:03.136Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-01T06:36:03.136Z] #60 sha256:c7863012dedef3ea248488079e361d7be2e1e9c350532ddbac80d6461e7ab910 [2022-03-01T06:36:03.136Z] #60 ... [2022-03-01T06:36:03.136Z] [2022-03-01T06:36:03.136Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-01T06:36:03.137Z] #50 sha256:f5b89f51f49f7327a1d736563557abdd3659c282b953b94141e678fee32d8356 [2022-03-01T06:36:03.137Z] #50 DONE 0.1s [2022-03-01T06:36:03.310Z] #20 72.92 Selecting previously unselected package libdevmapper-dev:amd64. [2022-03-01T06:36:03.311Z] #20 72.93 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-03-01T06:36:03.311Z] #20 72.93 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-01T06:36:03.311Z] #20 72.99 Selecting previously unselected package libseccomp-dev:amd64. [2022-03-01T06:36:03.311Z] #20 72.99 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-03-01T06:36:03.311Z] #20 73.00 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-01T06:36:03.311Z] #20 73.07 Selecting previously unselected package libsystemd-dev:amd64. [2022-03-01T06:36:03.311Z] #20 73.07 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2022-03-01T06:36:03.311Z] #20 73.07 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2022-03-01T06:36:03.395Z] [2022-03-01T06:36:03.395Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-01T06:36:03.395Z] #51 sha256:c4314f9afb2a551f3c35ade83571afbf0887de6d2ff91d6019f6af268507a0d5 [2022-03-01T06:36:03.570Z] #20 73.31 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-01T06:36:03.570Z] #20 73.33 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-03-01T06:36:03.570Z] #20 73.34 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-01T06:36:03.570Z] #20 73.36 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-03-01T06:36:03.570Z] #20 73.38 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-01T06:36:03.570Z] #20 73.39 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-03-01T06:36:03.570Z] #20 73.40 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-01T06:36:03.570Z] #20 73.42 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-03-01T06:36:03.570Z] #20 73.44 Setting up libudev-dev:amd64 (247.3-6) ... [2022-03-01T06:36:03.570Z] #20 73.45 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-03-01T06:36:03.570Z] #20 73.47 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-01T06:36:03.570Z] #20 73.48 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-01T06:36:03.570Z] #20 73.50 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-01T06:36:03.570Z] #20 73.52 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-01T06:36:03.570Z] #20 73.53 Setting up mingw-w64-common (8.0.0-1) ... [2022-03-01T06:36:03.570Z] #20 73.54 Setting up libsystemd-dev:amd64 (247.3-6) ... [2022-03-01T06:36:03.829Z] #20 73.55 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-01T06:36:03.829Z] #20 73.58 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-03-01T06:36:03.829Z] #20 73.59 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-03-01T06:36:03.829Z] #20 73.61 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-01T06:36:03.829Z] #20 73.63 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-01T06:36:03.829Z] #20 73.65 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 [2022-03-01T06:36:03.829Z] #20 73.66 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-01T06:36:03.829Z] #20 73.67 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 [2022-03-01T06:36:03.829Z] #20 73.68 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-01T06:36:03.829Z] #20 73.70 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-01T06:36:03.829Z] #20 73.71 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 [2022-03-01T06:36:03.829Z] #20 73.72 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-01T06:36:03.829Z] #20 73.74 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-01T06:36:03.829Z] #20 73.76 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-01T06:36:04.089Z] #20 73.77 Setting up dmsetup (2:1.02.175-2.1) ... [2022-03-01T06:36:04.089Z] #20 73.78 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-01T06:36:04.089Z] #20 73.80 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-01T06:36:04.089Z] #20 73.81 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-01T06:36:04.350Z] #20 DONE 74.1s [2022-03-01T06:36:04.350Z] [2022-03-01T06:36:04.350Z] #21 [runtime-dev-cross-true 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libapparmor-dev:arm64 libapparmor-dev:armel libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x libseccomp-dev:arm64 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el libseccomp-dev:s390x [2022-03-01T06:36:04.350Z] #21 sha256:2d5a0b4f1bd40f78b3ae3b8ba9e431d3ea34785500058bf031b1d8ea29263c39 [2022-03-01T06:36:05.286Z] #21 1.128 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-03-01T06:36:05.548Z] #21 1.300 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-03-01T06:36:05.807Z] #21 1.459 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-03-01T06:36:07.712Z] #51 ... [2022-03-01T06:36:07.712Z] [2022-03-01T06:36:07.712Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-03-01T06:36:07.712Z] #26 sha256:11e0c87a381d2ab2963d03c5047ec5dd0b7aabfb3f2bea1df4ca81564868da12 [2022-03-01T06:36:07.712Z] #26 197.9 + return [2022-03-01T06:36:09.616Z] #26 DONE 200.3s [2022-03-01T06:36:09.616Z] [2022-03-01T06:36:09.616Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-01T06:36:09.616Z] #60 sha256:1113758fbb6d0a09f7ff2945c034d5316b3e23986aea83fdd134f2269402ceda [2022-03-01T06:36:09.616Z] #60 170.2 + bin/containerd [2022-03-01T06:36:11.343Z] #21 1.649 Reading package lists... [2022-03-01T06:36:11.509Z] #60 ... [2022-03-01T06:36:11.509Z] [2022-03-01T06:36:11.509Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-01T06:36:11.509Z] #27 sha256:0b1c0bb3aaa7b0a195319c4201f7156f6a0c32df5fb24b3ab9507ac75e20fb43 [2022-03-01T06:36:11.509Z] #27 DONE 0.9s [2022-03-01T06:36:11.765Z] [2022-03-01T06:36:11.765Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-01T06:36:11.765Z] #32 sha256:0481c0f1a4f6838d6031769efb472c9ea195c1871f15c72be8364c85ed8a8051 [2022-03-01T06:36:12.693Z] #32 DONE 1.1s [2022-03-01T06:36:12.693Z] [2022-03-01T06:36:12.693Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-01T06:36:12.693Z] #35 sha256:aa0523e5d16fb9a8d1d8f94e088cfef105b43d7607b0abd881e3aa08e92623fa [2022-03-01T06:36:13.255Z] #35 DONE 0.6s [2022-03-01T06:36:13.255Z] [2022-03-01T06:36:13.255Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-01T06:36:13.255Z] #51 sha256:ec1a2c91c2622cf78bcf438efb1f9a3f2cf86cf4b60f00ff0b76ecc7c079fdeb [2022-03-01T06:36:13.512Z] #51 ... [2022-03-01T06:36:13.512Z] [2022-03-01T06:36:13.512Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-01T06:36:13.512Z] #37 sha256:8bf26c8271b00810d9621b64b3f3bc7bd2b082a962f8a6ee7b3eaa3dc3694b4c [2022-03-01T06:36:13.512Z] #37 DONE 0.2s [2022-03-01T06:36:13.512Z] [2022-03-01T06:36:13.512Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-01T06:36:13.512Z] #41 sha256:3e3dbe9e31cf75b689cc25bff7bc3680e3e5f49a2cba7e9f5fe0f23dde8bfe02 [2022-03-01T06:36:13.512Z] #41 DONE 0.1s [2022-03-01T06:36:13.512Z] [2022-03-01T06:36:13.512Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-01T06:36:13.512Z] #44 sha256:6dc5dfdc2ab8764b0dae3f4c8df8dc4660d4e6125e68842b64c0bd7c20ef541a [2022-03-01T06:36:14.444Z] #44 DONE 0.8s [2022-03-01T06:36:14.444Z] [2022-03-01T06:36:14.444Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-01T06:36:14.444Z] #48 sha256:06150325f755e1c4036792614832aea55bd66cdd7ec7c36baabedb961ba04f20 [2022-03-01T06:36:14.444Z] #48 DONE 0.1s [2022-03-01T06:36:14.444Z] [2022-03-01T06:36:14.444Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-01T06:36:14.444Z] #50 sha256:c367daad71e656ae97effb206d6ed8cfc926d6fd88214f388b2f8c7dccd88fa5 [2022-03-01T06:36:14.444Z] #50 DONE 0.1s [2022-03-01T06:36:14.444Z] [2022-03-01T06:36:14.444Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-01T06:36:14.444Z] #51 sha256:ec1a2c91c2622cf78bcf438efb1f9a3f2cf86cf4b60f00ff0b76ecc7c079fdeb [2022-03-01T06:36:15.535Z] #21 6.493 Reading package lists... [2022-03-01T06:36:16.472Z] #21 11.09 Building dependency tree... [2022-03-01T06:36:16.472Z] #21 12.15 Reading state information... [2022-03-01T06:36:17.409Z] #21 13.20 The following additional packages will be installed: [2022-03-01T06:36:17.409Z] #21 13.20 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-03-01T06:36:17.409Z] #21 13.20 gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-03-01T06:36:17.409Z] #21 13.20 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-03-01T06:36:17.409Z] #21 13.21 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-03-01T06:36:17.409Z] #21 13.21 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-03-01T06:36:17.409Z] #21 13.21 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64 [2022-03-01T06:36:17.669Z] #21 13.21 libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x [2022-03-01T06:36:17.669Z] #21 13.23 Suggested packages: [2022-03-01T06:36:17.669Z] #21 13.23 glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel [2022-03-01T06:36:17.669Z] #21 13.23 libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf [2022-03-01T06:36:17.669Z] #21 13.23 glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x [2022-03-01T06:36:17.669Z] #21 13.23 libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf [2022-03-01T06:36:17.669Z] #21 13.23 seccomp:ppc64el seccomp:s390x [2022-03-01T06:36:17.669Z] #21 13.23 Recommended packages: [2022-03-01T06:36:17.669Z] #21 13.23 libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel [2022-03-01T06:36:17.669Z] #21 13.23 libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf [2022-03-01T06:36:17.669Z] #21 13.23 libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el [2022-03-01T06:36:17.669Z] #21 13.23 libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x [2022-03-01T06:36:17.929Z] #21 13.71 The following NEW packages will be installed: [2022-03-01T06:36:17.929Z] #21 13.71 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-03-01T06:36:17.929Z] #21 13.71 gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel [2022-03-01T06:36:17.929Z] #21 13.71 libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x [2022-03-01T06:36:17.929Z] #21 13.71 libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-03-01T06:36:17.929Z] #21 13.71 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-03-01T06:36:17.929Z] #21 13.71 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-03-01T06:36:17.929Z] #21 13.71 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-03-01T06:36:17.929Z] #21 13.72 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64 [2022-03-01T06:36:17.929Z] #21 13.72 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el [2022-03-01T06:36:17.929Z] #21 13.72 libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf [2022-03-01T06:36:17.929Z] #21 13.72 libseccomp2:ppc64el libseccomp2:s390x [2022-03-01T06:36:18.189Z] #21 14.06 0 upgraded, 40 newly installed, 0 to remove and 3 not upgraded. [2022-03-01T06:36:18.189Z] #21 14.06 Need to get 15.9 MB of archives. [2022-03-01T06:36:18.189Z] #21 14.06 After this operation, 73.0 MB of additional disk space will be used. [2022-03-01T06:36:18.189Z] #21 14.06 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB] [2022-03-01T06:36:18.448Z] #21 14.07 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB] [2022-03-01T06:36:18.448Z] #21 14.08 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB] [2022-03-01T06:36:18.449Z] #21 14.08 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB] [2022-03-01T06:36:18.449Z] #21 14.08 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB] [2022-03-01T06:36:18.449Z] #21 14.09 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB] [2022-03-01T06:36:18.449Z] #21 14.09 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB] [2022-03-01T06:36:18.449Z] #21 14.09 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13+deb11u2 [2448 kB] [2022-03-01T06:36:18.449Z] #21 14.14 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB] [2022-03-01T06:36:18.449Z] #21 14.14 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB] [2022-03-01T06:36:18.449Z] #21 14.14 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB] [2022-03-01T06:36:18.449Z] #21 14.14 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB] [2022-03-01T06:36:18.449Z] #21 14.14 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13+deb11u2 [2831 kB] [2022-03-01T06:36:18.647Z] #51 ... [2022-03-01T06:36:18.647Z] [2022-03-01T06:36:18.647Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-01T06:36:18.647Z] #56 sha256:3e0d067c49bcf7faaf746ac859fc750a80661f3bc5528871f49ff0d88d510179 [2022-03-01T06:36:18.647Z] #56 113.3 + mkdir -p /build [2022-03-01T06:36:18.647Z] #56 113.3 + cp runc /build/runc [2022-03-01T06:36:18.708Z] #21 14.39 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB] [2022-03-01T06:36:18.708Z] #21 14.51 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB] [2022-03-01T06:36:18.968Z] #21 14.51 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB] [2022-03-01T06:36:18.968Z] #21 14.52 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB] [2022-03-01T06:36:18.968Z] #21 14.52 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13+deb11u2 [2333 kB] [2022-03-01T06:36:18.968Z] #21 14.56 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB] [2022-03-01T06:36:18.968Z] #21 14.56 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB] [2022-03-01T06:36:18.968Z] #21 14.56 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB] [2022-03-01T06:36:18.968Z] #21 14.56 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB] [2022-03-01T06:36:18.968Z] #21 14.56 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13+deb11u2 [2458 kB] [2022-03-01T06:36:18.968Z] #21 14.60 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-03-01T06:36:18.968Z] #21 14.60 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-03-01T06:36:18.968Z] #21 14.60 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB] [2022-03-01T06:36:18.968Z] #21 14.60 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB] [2022-03-01T06:36:18.968Z] #21 14.74 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13+deb11u2 [2338 kB] [2022-03-01T06:36:18.968Z] #21 14.76 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB] [2022-03-01T06:36:19.228Z] #21 14.77 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB] [2022-03-01T06:36:19.228Z] #21 14.77 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1+deb11u1 [46.8 kB] [2022-03-01T06:36:19.228Z] #21 14.77 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp-dev s390x 2.5.1-1+deb11u1 [90.7 kB] [2022-03-01T06:36:19.228Z] #21 14.77 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1+deb11u1 [54.5 kB] [2022-03-01T06:36:19.228Z] #21 14.77 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp-dev ppc64el 2.5.1-1+deb11u1 [95.3 kB] [2022-03-01T06:36:19.228Z] #21 14.77 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1+deb11u1 [46.7 kB] [2022-03-01T06:36:19.228Z] #21 14.77 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+deb11u1 [87.0 kB] [2022-03-01T06:36:19.228Z] #21 14.78 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1+deb11u1 [47.6 kB] [2022-03-01T06:36:19.228Z] #21 14.78 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp-dev armel 2.5.1-1+deb11u1 [87.8 kB] [2022-03-01T06:36:19.228Z] #21 14.78 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1+deb11u1 [47.4 kB] [2022-03-01T06:36:19.228Z] #21 14.78 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2022-03-01T06:36:19.488Z] #21 15.30 debconf: delaying package configuration, since apt-utils is not installed [2022-03-01T06:36:19.747Z] #21 15.48 Fetched 15.9 MB in 1s (16.0 MB/s) [2022-03-01T06:36:19.747Z] #21 15.51 Selecting previously unselected package gcc-10-base:armel. [2022-03-01T06:36:19.747Z] #21 15.51 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 38508 files and directories currently installed.) [2022-03-01T06:36:19.747Z] #21 15.54 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ... [2022-03-01T06:36:19.747Z] #21 15.55 Unpacking gcc-10-base:armel (10.2.1-6) ... [2022-03-01T06:36:19.748Z] #21 15.61 Selecting previously unselected package gcc-10-base:armhf. [2022-03-01T06:36:20.008Z] #21 15.62 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ... [2022-03-01T06:36:20.008Z] #21 15.62 Unpacking gcc-10-base:armhf (10.2.1-6) ... [2022-03-01T06:36:20.008Z] #21 15.68 Selecting previously unselected package gcc-10-base:ppc64el. [2022-03-01T06:36:20.008Z] #21 15.68 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ... [2022-03-01T06:36:20.008Z] #21 15.69 Unpacking gcc-10-base:ppc64el (10.2.1-6) ... [2022-03-01T06:36:20.008Z] #21 15.74 Selecting previously unselected package gcc-10-base:s390x. [2022-03-01T06:36:20.008Z] #21 15.74 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ... [2022-03-01T06:36:20.008Z] #21 15.75 Unpacking gcc-10-base:s390x (10.2.1-6) ... [2022-03-01T06:36:20.008Z] #21 15.80 Selecting previously unselected package gcc-10-base:arm64. [2022-03-01T06:36:20.008Z] #21 15.81 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ... [2022-03-01T06:36:20.008Z] #21 15.81 Unpacking gcc-10-base:arm64 (10.2.1-6) ... [2022-03-01T06:36:20.008Z] #21 15.88 Selecting previously unselected package libgcc-s1:armel. [2022-03-01T06:36:20.267Z] #21 15.88 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ... [2022-03-01T06:36:20.268Z] #21 15.89 Unpacking libgcc-s1:armel (10.2.1-6) ... [2022-03-01T06:36:20.268Z] #21 15.94 Selecting previously unselected package libcrypt1:armel. [2022-03-01T06:36:20.268Z] #21 15.95 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ... [2022-03-01T06:36:20.268Z] #21 15.95 Unpacking libcrypt1:armel (1:4.4.18-4) ... [2022-03-01T06:36:20.268Z] #21 16.06 Selecting previously unselected package libc6:armel. [2022-03-01T06:36:20.268Z] #21 16.06 Preparing to unpack .../07-libc6_2.31-13+deb11u2_armel.deb ... [2022-03-01T06:36:20.528Z] #21 16.21 Unpacking libc6:armel (2.31-13+deb11u2) ... [2022-03-01T06:36:21.046Z] #21 16.60 Selecting previously unselected package libapparmor1:armel. [2022-03-01T06:36:21.046Z] #21 16.60 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ... [2022-03-01T06:36:21.046Z] #21 16.61 Unpacking libapparmor1:armel (2.13.6-10) ... [2022-03-01T06:36:21.046Z] #21 16.67 Selecting previously unselected package libapparmor-dev:armel. [2022-03-01T06:36:21.046Z] #21 16.67 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ... [2022-03-01T06:36:21.046Z] #21 16.67 Unpacking libapparmor-dev:armel (2.13.6-10) ... [2022-03-01T06:36:21.046Z] #21 16.74 Selecting previously unselected package libgcc-s1:arm64. [2022-03-01T06:36:21.046Z] #21 16.75 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ... [2022-03-01T06:36:21.046Z] #21 16.76 Unpacking libgcc-s1:arm64 (10.2.1-6) ... [2022-03-01T06:36:21.046Z] #21 16.81 Selecting previously unselected package libcrypt1:arm64. [2022-03-01T06:36:21.046Z] #21 16.81 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ... [2022-03-01T06:36:21.046Z] #21 16.82 Unpacking libcrypt1:arm64 (1:4.4.18-4) ... [2022-03-01T06:36:21.173Z] #56 DONE 115.6s [2022-03-01T06:36:21.173Z] [2022-03-01T06:36:21.173Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-01T06:36:21.173Z] #51 sha256:ec1a2c91c2622cf78bcf438efb1f9a3f2cf86cf4b60f00ff0b76ecc7c079fdeb [2022-03-01T06:36:21.173Z] #51 210.4 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-03-01T06:36:21.173Z] #51 DONE 212.2s [2022-03-01T06:36:21.173Z] [2022-03-01T06:36:21.173Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-01T06:36:21.173Z] #60 sha256:1113758fbb6d0a09f7ff2945c034d5316b3e23986aea83fdd134f2269402ceda [2022-03-01T06:36:21.304Z] #21 16.90 Selecting previously unselected package libc6:arm64. [2022-03-01T06:36:21.304Z] #21 16.91 Preparing to unpack .../12-libc6_2.31-13+deb11u2_arm64.deb ... [2022-03-01T06:36:21.304Z] #21 17.09 Unpacking libc6:arm64 (2.31-13+deb11u2) ... [2022-03-01T06:36:21.320Z] #43 DONE 204.9s [2022-03-01T06:36:21.321Z] [2022-03-01T06:36:21.321Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-01T06:36:21.321Z] #56 sha256:bba9ff1ce9591c0c6c0edf822bbc7730876fbe8df9f04cf7fe811282d02b54fe [2022-03-01T06:36:21.321Z] #56 ... [2022-03-01T06:36:21.321Z] [2022-03-01T06:36:21.321Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-01T06:36:21.321Z] #44 sha256:00e79565cb987786f8e99790f5b28a9d6a6f7dd52aa4520f401992efeabfac85 [2022-03-01T06:36:21.321Z] #44 DONE 0.5s [2022-03-01T06:36:21.321Z] [2022-03-01T06:36:21.321Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-01T06:36:21.321Z] #48 sha256:358335ae8cfffd924177fdf415713bad614a4dee7044d8910a8a9525ac209fe8 [2022-03-01T06:36:21.321Z] #48 DONE 0.1s [2022-03-01T06:36:21.321Z] [2022-03-01T06:36:21.321Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-01T06:36:21.321Z] #60 sha256:8ec41364113a0ea709774025077b015e7266be7fbc005c7c422c7e5902221e55 [2022-03-01T06:36:21.577Z] #60 ... [2022-03-01T06:36:21.577Z] [2022-03-01T06:36:21.577Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-01T06:36:21.577Z] #50 sha256:b24603dc4c5ac112afad86069adc18010746db6aed46aaf07c15ace80be44671 [2022-03-01T06:36:21.577Z] #50 DONE 0.1s [2022-03-01T06:36:21.577Z] [2022-03-01T06:36:21.577Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-01T06:36:21.577Z] #56 sha256:bba9ff1ce9591c0c6c0edf822bbc7730876fbe8df9f04cf7fe811282d02b54fe [2022-03-01T06:36:21.871Z] #21 17.55 Selecting previously unselected package libapparmor1:arm64. [2022-03-01T06:36:21.871Z] #21 17.55 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ... [2022-03-01T06:36:21.871Z] #21 17.56 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-03-01T06:36:21.871Z] #21 17.61 Selecting previously unselected package libapparmor-dev:arm64. [2022-03-01T06:36:21.871Z] #21 17.61 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-03-01T06:36:21.871Z] #21 17.62 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-03-01T06:36:21.871Z] #21 17.69 Selecting previously unselected package libgcc-s1:s390x. [2022-03-01T06:36:21.871Z] #21 17.69 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ... [2022-03-01T06:36:21.871Z] #21 17.70 Unpacking libgcc-s1:s390x (10.2.1-6) ... [2022-03-01T06:36:21.871Z] #21 17.75 Selecting previously unselected package libcrypt1:s390x. [2022-03-01T06:36:22.129Z] #21 17.75 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ... [2022-03-01T06:36:22.129Z] #21 17.76 Unpacking libcrypt1:s390x (1:4.4.18-4) ... [2022-03-01T06:36:22.129Z] #21 17.84 Selecting previously unselected package libc6:s390x. [2022-03-01T06:36:22.129Z] #21 17.85 Preparing to unpack .../17-libc6_2.31-13+deb11u2_s390x.deb ... [2022-03-01T06:36:22.392Z] #21 18.04 Unpacking libc6:s390x (2.31-13+deb11u2) ... [2022-03-01T06:36:22.541Z] #60 ... [2022-03-01T06:36:22.541Z] [2022-03-01T06:36:22.541Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-01T06:36:22.541Z] #52 sha256:d95be21a714d8d9c23f7675a771aea0c78d4ee410a50bdaed4943bb534e9e8b6 [2022-03-01T06:36:22.960Z] #21 18.45 Selecting previously unselected package libapparmor1:s390x. [2022-03-01T06:36:22.960Z] #21 18.46 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ... [2022-03-01T06:36:22.960Z] #21 18.46 Unpacking libapparmor1:s390x (2.13.6-10) ... [2022-03-01T06:36:22.960Z] #21 18.52 Selecting previously unselected package libapparmor-dev:s390x. [2022-03-01T06:36:22.960Z] #21 18.52 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ... [2022-03-01T06:36:22.960Z] #21 18.52 Unpacking libapparmor-dev:s390x (2.13.6-10) ... [2022-03-01T06:36:22.960Z] #21 18.59 Selecting previously unselected package libgcc-s1:armhf. [2022-03-01T06:36:22.960Z] #21 18.60 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ... [2022-03-01T06:36:22.960Z] #21 18.61 Unpacking libgcc-s1:armhf (10.2.1-6) ... [2022-03-01T06:36:22.960Z] #21 18.66 Selecting previously unselected package libcrypt1:armhf. [2022-03-01T06:36:22.960Z] #21 18.66 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ... [2022-03-01T06:36:22.960Z] #21 18.66 Unpacking libcrypt1:armhf (1:4.4.18-4) ... [2022-03-01T06:36:23.219Z] #21 18.75 Selecting previously unselected package libc6:armhf. [2022-03-01T06:36:23.219Z] #21 18.75 Preparing to unpack .../22-libc6_2.31-13+deb11u2_armhf.deb ... [2022-03-01T06:36:23.219Z] #21 18.94 Unpacking libc6:armhf (2.31-13+deb11u2) ... [2022-03-01T06:36:23.477Z] #21 19.33 Selecting previously unselected package libapparmor1:armhf. [2022-03-01T06:36:23.736Z] #21 19.34 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ... [2022-03-01T06:36:23.736Z] #21 19.34 Unpacking libapparmor1:armhf (2.13.6-10) ... [2022-03-01T06:36:23.736Z] #21 19.40 Selecting previously unselected package libapparmor-dev:armhf. [2022-03-01T06:36:23.736Z] #21 19.40 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ... [2022-03-01T06:36:23.736Z] #21 19.41 Unpacking libapparmor-dev:armhf (2.13.6-10) ... [2022-03-01T06:36:23.736Z] #21 19.48 Selecting previously unselected package libgcc-s1:ppc64el. [2022-03-01T06:36:23.736Z] #21 19.49 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ... [2022-03-01T06:36:23.736Z] #21 19.50 Unpacking libgcc-s1:ppc64el (10.2.1-6) ... [2022-03-01T06:36:23.736Z] #21 19.55 Selecting previously unselected package libcrypt1:ppc64el. [2022-03-01T06:36:23.736Z] #21 19.56 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ... [2022-03-01T06:36:23.736Z] #21 19.57 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ... [2022-03-01T06:36:23.995Z] #21 19.68 Selecting previously unselected package libc6:ppc64el. [2022-03-01T06:36:23.995Z] #21 19.68 Preparing to unpack .../27-libc6_2.31-13+deb11u2_ppc64el.deb ... [2022-03-01T06:36:24.070Z] #52 DONE 1.4s [2022-03-01T06:36:24.070Z] [2022-03-01T06:36:24.070Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-01T06:36:24.070Z] #60 sha256:1113758fbb6d0a09f7ff2945c034d5316b3e23986aea83fdd134f2269402ceda [2022-03-01T06:36:24.070Z] #60 ... [2022-03-01T06:36:24.070Z] [2022-03-01T06:36:24.070Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-01T06:36:24.070Z] #54 sha256:a2469d53ce7d8db428374a043c7a4897675f219a4ed90a7442138a9896c07c4d [2022-03-01T06:36:24.070Z] #54 DONE 0.1s [2022-03-01T06:36:24.070Z] [2022-03-01T06:36:24.070Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-01T06:36:24.070Z] #57 sha256:7e1b93e628a24fceca7458577d5ba3e9f21a6c7e448a3e27038807d9ee732663 [2022-03-01T06:36:24.236Z] #43 DONE 211.3s [2022-03-01T06:36:24.236Z] [2022-03-01T06:36:24.236Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-01T06:36:24.236Z] #56 sha256:477fc6c7d71d13be663c0042db67e7beb7680be7fac92547e2cc35d3c5dfb786 [2022-03-01T06:36:24.236Z] #56 ... [2022-03-01T06:36:24.236Z] [2022-03-01T06:36:24.236Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-01T06:36:24.236Z] #44 sha256:e2d285521469f243825f4666b79aa9ba36e04c88177370a64aef2505ee9b643e [2022-03-01T06:36:24.236Z] #44 DONE 0.5s [2022-03-01T06:36:24.236Z] [2022-03-01T06:36:24.236Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-01T06:36:24.236Z] #48 sha256:da15d1353a0b66b47d77f7adc230871510d255bcb5ade0637fa1460af556d79b [2022-03-01T06:36:24.236Z] #48 DONE 0.2s [2022-03-01T06:36:24.236Z] [2022-03-01T06:36:24.236Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-01T06:36:24.236Z] #50 sha256:db283e2c210aec48cc34dc644be46327d8d0e8595b13b781e671bba22bca828a [2022-03-01T06:36:24.236Z] #50 DONE 0.1s [2022-03-01T06:36:24.236Z] [2022-03-01T06:36:24.236Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-01T06:36:24.236Z] #60 sha256:6a033edba639fe1346a16bb613512f61866db39685131d1f6beb15043d34961d [2022-03-01T06:36:24.254Z] #21 19.87 Unpacking libc6:ppc64el (2.31-13+deb11u2) ... [2022-03-01T06:36:24.645Z] #57 DONE 0.6s [2022-03-01T06:36:24.645Z] [2022-03-01T06:36:24.645Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-01T06:36:24.645Z] #60 sha256:1113758fbb6d0a09f7ff2945c034d5316b3e23986aea83fdd134f2269402ceda [2022-03-01T06:36:24.822Z] #21 20.42 Selecting previously unselected package libapparmor1:ppc64el. [2022-03-01T06:36:24.822Z] #21 20.43 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ... [2022-03-01T06:36:24.822Z] #21 20.43 Unpacking libapparmor1:ppc64el (2.13.6-10) ... [2022-03-01T06:36:24.822Z] #21 20.49 Selecting previously unselected package libapparmor-dev:ppc64el. [2022-03-01T06:36:24.823Z] #21 20.50 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ... [2022-03-01T06:36:24.823Z] #21 20.50 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ... [2022-03-01T06:36:24.823Z] #21 20.57 Selecting previously unselected package libseccomp2:s390x. [2022-03-01T06:36:24.823Z] #21 20.58 Preparing to unpack .../30-libseccomp2_2.5.1-1+deb11u1_s390x.deb ... [2022-03-01T06:36:24.823Z] #21 20.59 Unpacking libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-03-01T06:36:24.823Z] #21 20.63 Selecting previously unselected package libseccomp-dev:s390x. [2022-03-01T06:36:24.823Z] #21 20.64 Preparing to unpack .../31-libseccomp-dev_2.5.1-1+deb11u1_s390x.deb ... [2022-03-01T06:36:24.823Z] #21 20.64 Unpacking libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-03-01T06:36:24.823Z] #21 20.70 Selecting previously unselected package libseccomp2:ppc64el. [2022-03-01T06:36:25.006Z] 8f616e6e9eec: Pull complete [2022-03-01T06:36:25.082Z] #21 20.71 Preparing to unpack .../32-libseccomp2_2.5.1-1+deb11u1_ppc64el.deb ... [2022-03-01T06:36:25.082Z] #21 20.72 Unpacking libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-03-01T06:36:25.082Z] #21 20.77 Selecting previously unselected package libseccomp-dev:ppc64el. [2022-03-01T06:36:25.082Z] #21 20.77 Preparing to unpack .../33-libseccomp-dev_2.5.1-1+deb11u1_ppc64el.deb ... [2022-03-01T06:36:25.082Z] #21 20.78 Unpacking libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-03-01T06:36:25.082Z] #21 20.85 Selecting previously unselected package libseccomp2:armhf. [2022-03-01T06:36:25.082Z] #21 20.85 Preparing to unpack .../34-libseccomp2_2.5.1-1+deb11u1_armhf.deb ... [2022-03-01T06:36:25.082Z] #21 20.86 Unpacking libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-03-01T06:36:25.082Z] #21 20.90 Selecting previously unselected package libseccomp-dev:armhf. [2022-03-01T06:36:25.082Z] #21 20.91 Preparing to unpack .../35-libseccomp-dev_2.5.1-1+deb11u1_armhf.deb ... [2022-03-01T06:36:25.082Z] #21 20.92 Unpacking libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-03-01T06:36:25.082Z] #21 20.98 Selecting previously unselected package libseccomp2:armel. [2022-03-01T06:36:25.342Z] #21 20.98 Preparing to unpack .../36-libseccomp2_2.5.1-1+deb11u1_armel.deb ... [2022-03-01T06:36:25.342Z] #21 20.99 Unpacking libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-03-01T06:36:25.342Z] #21 21.04 Selecting previously unselected package libseccomp-dev:armel. [2022-03-01T06:36:25.342Z] #21 21.04 Preparing to unpack .../37-libseccomp-dev_2.5.1-1+deb11u1_armel.deb ... [2022-03-01T06:36:25.342Z] #21 21.05 Unpacking libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-03-01T06:36:25.602Z] #21 21.12 Selecting previously unselected package libseccomp2:arm64. [2022-03-01T06:36:25.602Z] #21 21.13 Preparing to unpack .../38-libseccomp2_2.5.1-1+deb11u1_arm64.deb ... [2022-03-01T06:36:25.602Z] #21 21.13 Unpacking libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-03-01T06:36:25.602Z] #21 21.18 Selecting previously unselected package libseccomp-dev:arm64. [2022-03-01T06:36:25.602Z] #21 21.19 Preparing to unpack .../39-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-03-01T06:36:25.602Z] #21 21.20 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-03-01T06:36:25.602Z] #21 21.32 Setting up gcc-10-base:arm64 (10.2.1-6) ... [2022-03-01T06:36:25.602Z] #21 21.33 Setting up gcc-10-base:armel (10.2.1-6) ... [2022-03-01T06:36:25.602Z] #21 21.35 Setting up gcc-10-base:armhf (10.2.1-6) ... [2022-03-01T06:36:25.602Z] #21 21.36 Setting up gcc-10-base:ppc64el (10.2.1-6) ... [2022-03-01T06:36:25.602Z] #21 21.38 Setting up gcc-10-base:s390x (10.2.1-6) ... [2022-03-01T06:36:25.602Z] #21 21.40 Setting up libcrypt1:arm64 (1:4.4.18-4) ... [2022-03-01T06:36:25.602Z] #21 21.41 Setting up libcrypt1:armel (1:4.4.18-4) ... [2022-03-01T06:36:25.602Z] #21 21.43 Setting up libcrypt1:armhf (1:4.4.18-4) ... [2022-03-01T06:36:25.602Z] #21 21.44 Setting up libcrypt1:ppc64el (1:4.4.18-4) ... [2022-03-01T06:36:25.602Z] #21 21.45 Setting up libcrypt1:s390x (1:4.4.18-4) ... [2022-03-01T06:36:25.602Z] #21 21.47 Setting up libgcc-s1:arm64 (10.2.1-6) ... [2022-03-01T06:36:25.863Z] #21 21.48 Setting up libgcc-s1:armel (10.2.1-6) ... [2022-03-01T06:36:25.863Z] #21 21.50 Setting up libgcc-s1:armhf (10.2.1-6) ... [2022-03-01T06:36:25.863Z] #21 21.51 Setting up libgcc-s1:ppc64el (10.2.1-6) ... [2022-03-01T06:36:25.863Z] #21 21.52 Setting up libgcc-s1:s390x (10.2.1-6) ... [2022-03-01T06:36:25.863Z] #21 21.53 Setting up libc6:arm64 (2.31-13+deb11u2) ... [2022-03-01T06:36:27.243Z] #21 22.81 Setting up libc6:armel (2.31-13+deb11u2) ... [2022-03-01T06:36:28.622Z] #21 24.03 Setting up libc6:armhf (2.31-13+deb11u2) ... [2022-03-01T06:36:29.561Z] #21 25.27 Setting up libc6:ppc64el (2.31-13+deb11u2) ... [2022-03-01T06:36:30.952Z] #21 26.48 Setting up libc6:s390x (2.31-13+deb11u2) ... [2022-03-01T06:36:32.148Z] #21 27.75 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-03-01T06:36:32.148Z] #21 27.77 Setting up libapparmor1:armel (2.13.6-10) ... [2022-03-01T06:36:32.148Z] #21 27.78 Setting up libapparmor1:armhf (2.13.6-10) ... [2022-03-01T06:36:32.148Z] #21 27.80 Setting up libapparmor1:ppc64el (2.13.6-10) ... [2022-03-01T06:36:32.148Z] #21 27.81 Setting up libapparmor1:s390x (2.13.6-10) ... [2022-03-01T06:36:32.148Z] #21 27.82 Setting up libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-03-01T06:36:32.148Z] #21 27.84 Setting up libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-03-01T06:36:32.148Z] #21 27.85 Setting up libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-03-01T06:36:32.148Z] #21 27.87 Setting up libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-03-01T06:36:32.148Z] #21 27.88 Setting up libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-03-01T06:36:32.148Z] #21 27.89 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-03-01T06:36:32.148Z] #21 27.90 Setting up libapparmor-dev:armel (2.13.6-10) ... [2022-03-01T06:36:32.148Z] #21 27.92 Setting up libapparmor-dev:armhf (2.13.6-10) ... [2022-03-01T06:36:32.148Z] #21 27.93 Setting up libapparmor-dev:ppc64el (2.13.6-10) ... [2022-03-01T06:36:32.148Z] #21 27.95 Setting up libapparmor-dev:s390x (2.13.6-10) ... [2022-03-01T06:36:32.148Z] #21 27.96 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-03-01T06:36:32.407Z] #21 27.97 Setting up libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-03-01T06:36:32.407Z] #21 27.99 Setting up libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-03-01T06:36:32.407Z] #21 28.00 Setting up libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-03-01T06:36:32.407Z] #21 28.02 Setting up libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-03-01T06:36:32.407Z] #21 28.03 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-01T06:36:32.977Z] #21 DONE 28.6s [2022-03-01T06:36:32.977Z] [2022-03-01T06:36:32.977Z] #62 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-01T06:36:32.977Z] #62 sha256:ade6a897aaece1d3f5151d40d69d6c0042475c58d780ed0c251bd04953c251ed [2022-03-01T06:36:32.977Z] #62 DONE 0.1s [2022-03-01T06:36:32.977Z] [2022-03-01T06:36:32.977Z] #22 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-01T06:36:32.977Z] #22 sha256:bf46c696fc80d2fe39e1b6502ee894dd510617dcbdd5e512af4033ff4297f3de [2022-03-01T06:36:34.359Z] #22 DONE 1.3s [2022-03-01T06:36:34.359Z] [2022-03-01T06:36:34.359Z] #23 [dev-systemd-false 2/24] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-03-01T06:36:34.359Z] #23 sha256:444fe065d02173e486236316d65590ef70a803d568eebf59813e8048ec612e18 [2022-03-01T06:36:35.293Z] #23 DONE 1.0s [2022-03-01T06:36:35.293Z] [2022-03-01T06:36:35.293Z] #63 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-01T06:36:35.293Z] #63 sha256:71cd11de1fb685e850a632df9c4a6bc79b42070b2c3cfe49d30adc0873ec6ed7 [2022-03-01T06:36:35.293Z] #63 1.023 + RM_GOPATH=0 [2022-03-01T06:36:35.293Z] #63 1.023 + TMP_GOPATH= [2022-03-01T06:36:35.293Z] #63 1.023 + : /build [2022-03-01T06:36:35.293Z] #63 1.023 + '[' -z '' ']' [2022-03-01T06:36:35.293Z] #63 1.023 ++ mktemp -d [2022-03-01T06:36:35.293Z] #63 1.025 + export GOPATH=/tmp/tmp.6pfyGPMocm [2022-03-01T06:36:35.293Z] #63 1.025 + GOPATH=/tmp/tmp.6pfyGPMocm [2022-03-01T06:36:35.293Z] #63 1.025 + RM_GOPATH=1 [2022-03-01T06:36:35.293Z] #63 1.025 + case "$(go env GOARCH)" in [2022-03-01T06:36:35.293Z] #63 1.025 ++ go env GOARCH [2022-03-01T06:36:35.293Z] #63 1.028 + export GO_BUILDMODE=-buildmode=pie [2022-03-01T06:36:35.293Z] #63 1.028 + GO_BUILDMODE=-buildmode=pie [2022-03-01T06:36:35.293Z] #63 1.034 Install runc version v1.1.0 (build tags: seccomp) [2022-03-01T06:36:35.293Z] #63 1.034 ++ dirname /install.sh [2022-03-01T06:36:35.293Z] #63 1.034 + dir=/ [2022-03-01T06:36:35.293Z] #63 1.034 + bin=runc [2022-03-01T06:36:35.293Z] #63 1.034 + shift [2022-03-01T06:36:35.293Z] #63 1.034 + '[' '!' -f //runc.installer ']' [2022-03-01T06:36:35.293Z] #63 1.034 + . //runc.installer [2022-03-01T06:36:35.293Z] #63 1.034 ++ set -e [2022-03-01T06:36:35.293Z] #63 1.034 ++ : v1.1.0 [2022-03-01T06:36:35.293Z] #63 1.034 + install_runc [2022-03-01T06:36:35.293Z] #63 1.034 + RUNC_BUILDTAGS=seccomp [2022-03-01T06:36:35.293Z] #63 1.034 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-03-01T06:36:35.293Z] #63 1.034 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.6pfyGPMocm/src/github.com/opencontainers/runc [2022-03-01T06:36:35.293Z] #63 1.034 Cloning into '/tmp/tmp.6pfyGPMocm/src/github.com/opencontainers/runc'... [2022-03-01T06:36:35.541Z] #51 ... [2022-03-01T06:36:35.541Z] [2022-03-01T06:36:35.541Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-01T06:36:35.541Z] #60 sha256:c7863012dedef3ea248488079e361d7be2e1e9c350532ddbac80d6461e7ab910 [2022-03-01T06:36:35.541Z] #60 189.3 + bin/containerd [2022-03-01T06:36:36.239Z] #63 ... [2022-03-01T06:36:36.239Z] [2022-03-01T06:36:36.239Z] #24 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-01T06:36:36.239Z] #24 sha256:db8d73d3477cde8916eae2ea82c822f982d19fd74ecb8b86de78a36eeb31873a [2022-03-01T06:36:36.239Z] #24 0.796 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-03-01T06:36:36.239Z] #24 DONE 0.9s [2022-03-01T06:36:36.239Z] [2022-03-01T06:36:36.239Z] #25 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-01T06:36:36.239Z] #25 sha256:1ce48ddf5dc8ab527bbd6a1f2abf4804c9fe18290a8016782fa54d8d489233a7 [2022-03-01T06:36:36.813Z] #25 DONE 0.9s [2022-03-01T06:36:36.813Z] [2022-03-01T06:36:36.813Z] #63 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-01T06:36:36.813Z] #63 sha256:71cd11de1fb685e850a632df9c4a6bc79b42070b2c3cfe49d30adc0873ec6ed7 [2022-03-01T06:36:37.437Z] #60 ... [2022-03-01T06:36:37.437Z] [2022-03-01T06:36:37.437Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-01T06:36:37.437Z] #56 sha256:944103acb0da3dec62665888d43b794270fa02e46ad225c3ea035c1fe63c668f [2022-03-01T06:36:37.437Z] #56 129.3 + mkdir -p /build [2022-03-01T06:36:37.694Z] #56 129.3 + cp runc /build/runc [2022-03-01T06:36:37.751Z] #63 ... [2022-03-01T06:36:37.751Z] [2022-03-01T06:36:37.751Z] #26 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-01T06:36:37.751Z] #26 sha256:6f16a3893282da952f7df6fcc25b9f523f4d1d996faa304ef1720b41341fca90 [2022-03-01T06:36:37.751Z] #26 DONE 0.9s [2022-03-01T06:36:38.011Z] [2022-03-01T06:36:38.011Z] #27 [dev-systemd-false 6/24] RUN ldconfig [2022-03-01T06:36:38.011Z] #27 sha256:f343cf659f8fb9ed34bb3b416333530564fe90886b82334b5e9643589b8d31a0 [2022-03-01T06:36:38.953Z] #27 DONE 1.0s [2022-03-01T06:36:38.953Z] [2022-03-01T06:36:38.953Z] #63 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-01T06:36:38.953Z] #63 sha256:71cd11de1fb685e850a632df9c4a6bc79b42070b2c3cfe49d30adc0873ec6ed7 [2022-03-01T06:36:38.953Z] #63 5.189 + cd /tmp/tmp.6pfyGPMocm/src/github.com/opencontainers/runc [2022-03-01T06:36:38.953Z] #63 5.193 + git checkout -q v1.1.0 [2022-03-01T06:36:38.953Z] #63 5.425 + '[' -z '' ']' [2022-03-01T06:36:38.953Z] #63 5.425 + target=static [2022-03-01T06:36:38.953Z] #63 5.425 + make BUILDTAGS=seccomp static [2022-03-01T06:36:38.953Z] #63 5.486 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.0-0-g067aaf85 -X main.version=1.1.0 " -o runc . [2022-03-01T06:36:40.968Z] #56 DONE 132.7s [2022-03-01T06:36:40.968Z] [2022-03-01T06:36:40.968Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-01T06:36:40.968Z] #51 sha256:c4314f9afb2a551f3c35ade83571afbf0887de6d2ff91d6019f6af268507a0d5 [2022-03-01T06:36:42.912Z] #51 233.6 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-03-01T06:36:42.912Z] #51 DONE 233.7s [2022-03-01T06:36:42.912Z] [2022-03-01T06:36:42.912Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-01T06:36:42.912Z] #60 sha256:c7863012dedef3ea248488079e361d7be2e1e9c350532ddbac80d6461e7ab910 [2022-03-01T06:36:44.230Z] #63 ... [2022-03-01T06:36:44.230Z] [2022-03-01T06:36:44.230Z] #28 [dev-systemd-false 7/24] 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 bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-03-01T06:36:44.230Z] #28 sha256:c1c5432e85fdd863cfa5b5a28d990e1c4ad504ffd52198813274fbf1387dd804 [2022-03-01T06:36:44.230Z] #28 1.118 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-01T06:36:44.230Z] #28 1.135 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-01T06:36:44.230Z] #28 1.135 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-01T06:36:44.230Z] #28 1.378 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-03-01T06:36:44.230Z] #28 1.668 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-01T06:36:44.230Z] #28 1.885 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-03-01T06:36:44.230Z] #28 2.105 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-03-01T06:36:44.230Z] #28 2.385 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-03-01T06:36:44.230Z] #28 2.602 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-03-01T06:36:44.230Z] #28 2.881 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [115 kB] [2022-03-01T06:36:44.230Z] #28 2.881 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [123 kB] [2022-03-01T06:36:44.230Z] #28 2.881 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [115 kB] [2022-03-01T06:36:44.230Z] #28 2.882 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [121 kB] [2022-03-01T06:36:44.230Z] #28 2.883 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [123 kB] [2022-03-01T06:36:44.230Z] #28 2.885 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB] [2022-03-01T06:36:44.230Z] #28 2.927 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B] [2022-03-01T06:36:44.230Z] #28 2.931 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-01T06:36:44.230Z] #28 2.932 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-03-01T06:36:44.230Z] #28 2.933 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2604 B] [2022-03-01T06:36:44.230Z] #28 2.934 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-03-01T06:36:44.230Z] #28 2.935 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B] [2022-03-01T06:36:44.283Z] #60 ... [2022-03-01T06:36:44.283Z] [2022-03-01T06:36:44.283Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-01T06:36:44.283Z] #52 sha256:49d472316edba375e1f05b9968d882283f5ca86a6c77d08790e5220fcbe14b49 [2022-03-01T06:36:44.847Z] #52 DONE 0.9s [2022-03-01T06:36:44.847Z] [2022-03-01T06:36:44.847Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-01T06:36:44.847Z] #54 sha256:58cbd62f9414057046cf773fe21a415dcdee789058746c6fcbf9e030b955ee83 [2022-03-01T06:36:44.847Z] #54 DONE 0.1s [2022-03-01T06:36:44.847Z] [2022-03-01T06:36:44.847Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-01T06:36:44.847Z] #60 sha256:c7863012dedef3ea248488079e361d7be2e1e9c350532ddbac80d6461e7ab910 [2022-03-01T06:36:45.104Z] #60 ... [2022-03-01T06:36:45.104Z] [2022-03-01T06:36:45.104Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-01T06:36:45.104Z] #57 sha256:aa5e6e7b85fda062dfa478f70e6cd1781dd5a7d273ebe84f96e5838e7bdc9f29 [2022-03-01T06:36:45.362Z] #57 DONE 0.4s [2022-03-01T06:36:45.362Z] [2022-03-01T06:36:45.362Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-01T06:36:45.362Z] #60 sha256:c7863012dedef3ea248488079e361d7be2e1e9c350532ddbac80d6461e7ab910 [2022-03-01T06:36:46.556Z] #60 204.6 # github.com/containerd/containerd/cmd/containerd [2022-03-01T06:36:46.556Z] #60 204.6 /usr/bin/ld: /tmp/go-link-1135657536/000019.o: in function `New': [2022-03-01T06:36:46.556Z] #60 204.6 /tmp/tmp.lXeW8ziq6B/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-03-01T06:36:46.556Z] #60 204.6 + bin/containerd-stress [2022-03-01T06:36:46.556Z] #60 205.7 + bin/containerd-shim [2022-03-01T06:36:50.731Z] #60 211.6 + bin/containerd-shim-runc-v1 [2022-03-01T06:36:52.392Z] #28 ... [2022-03-01T06:36:52.392Z] [2022-03-01T06:36:52.392Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-01T06:36:52.392Z] #67 sha256:f6da856523dda5eff2cbb7bf53e60f0782a56f4e8ca14b07af6c05fbf9e12686 [2022-03-01T06:36:52.392Z] #67 65.37 + bin/containerd [2022-03-01T06:36:53.328Z] #67 ... [2022-03-01T06:36:53.328Z] [2022-03-01T06:36:53.328Z] #28 [dev-systemd-false 7/24] 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 bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-03-01T06:36:53.328Z] #28 sha256:c1c5432e85fdd863cfa5b5a28d990e1c4ad504ffd52198813274fbf1387dd804 [2022-03-01T06:36:53.328Z] #28 14.30 Fetched 48.9 MB in 13s (3645 kB/s) [2022-03-01T06:36:53.633Z] #56 ... [2022-03-01T06:36:53.633Z] [2022-03-01T06:36:53.633Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-01T06:36:53.633Z] #60 sha256:8ec41364113a0ea709774025077b015e7266be7fbc005c7c422c7e5902221e55 [2022-03-01T06:36:53.633Z] #60 187.0 + bin/containerd [2022-03-01T06:36:54.909Z] #60 215.9 + bin/containerd-shim-runc-v2 [2022-03-01T06:36:55.168Z] #60 216.4 + binaries [2022-03-01T06:36:55.168Z] #60 216.4 + install -D bin/containerd /build/containerd [2022-03-01T06:36:55.168Z] #60 216.5 + install -D bin/containerd-shim /build/containerd-shim [2022-03-01T06:36:55.168Z] #60 216.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-03-01T06:36:55.168Z] #60 216.5 + install -D bin/ctr /build/ctr [2022-03-01T06:36:55.530Z] #60 ... [2022-03-01T06:36:55.530Z] [2022-03-01T06:36:55.530Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-01T06:36:55.530Z] #56 sha256:bba9ff1ce9591c0c6c0edf822bbc7730876fbe8df9f04cf7fe811282d02b54fe [2022-03-01T06:36:55.530Z] #56 125.0 + mkdir -p /build [2022-03-01T06:36:55.530Z] #56 125.0 + cp runc /build/runc [2022-03-01T06:36:56.374Z] #60 193.4 + bin/containerd [2022-03-01T06:36:57.204Z] 8f616e6e9eec: Verifying Checksum [2022-03-01T06:36:57.204Z] 8f616e6e9eec: Download complete [2022-03-01T06:36:57.423Z] #56 DONE 127.3s [2022-03-01T06:36:57.423Z] [2022-03-01T06:36:57.423Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-01T06:36:57.423Z] #60 sha256:8ec41364113a0ea709774025077b015e7266be7fbc005c7c422c7e5902221e55 [2022-03-01T06:36:57.760Z] #60 ... [2022-03-01T06:36:57.760Z] [2022-03-01T06:36:57.760Z] #56 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-01T06:36:57.760Z] #56 sha256:477fc6c7d71d13be663c0042db67e7beb7680be7fac92547e2cc35d3c5dfb786 [2022-03-01T06:36:57.760Z] #56 126.4 + mkdir -p /build [2022-03-01T06:36:57.760Z] #56 126.4 + cp runc /build/runc [2022-03-01T06:36:59.681Z] #56 DONE 128.1s [2022-03-01T06:36:59.681Z] [2022-03-01T06:36:59.681Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-01T06:36:59.681Z] #60 sha256:6a033edba639fe1346a16bb613512f61866db39685131d1f6beb15043d34961d [2022-03-01T06:36:59.897Z] #28 14.30 Reading package lists... [2022-03-01T06:36:59.960Z] #60 ... [2022-03-01T06:36:59.960Z] [2022-03-01T06:36:59.960Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-01T06:36:59.960Z] #51 sha256:c4314f9afb2a551f3c35ade83571afbf0887de6d2ff91d6019f6af268507a0d5 [2022-03-01T06:36:59.960Z] #51 245.2 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-03-01T06:36:59.960Z] #51 DONE 245.3s [2022-03-01T06:36:59.960Z] [2022-03-01T06:36:59.960Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-01T06:36:59.960Z] #60 sha256:8ec41364113a0ea709774025077b015e7266be7fbc005c7c422c7e5902221e55 [2022-03-01T06:37:00.895Z] #60 ... [2022-03-01T06:37:00.895Z] [2022-03-01T06:37:00.895Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-01T06:37:00.895Z] #52 sha256:299585e978a2b82be373ae12214e031f14c1ee5eba1342efa76accb70332811c [2022-03-01T06:37:01.459Z] #52 DONE 0.7s [2022-03-01T06:37:01.459Z] [2022-03-01T06:37:01.459Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-01T06:37:01.459Z] #60 sha256:8ec41364113a0ea709774025077b015e7266be7fbc005c7c422c7e5902221e55 [2022-03-01T06:37:01.707Z] #60 DONE 221.8s [2022-03-01T06:37:01.707Z] [2022-03-01T06:37:01.707Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-01T06:37:01.707Z] #61 sha256:fd4e97c8f8995f71866855ca2523b383d528e4a53e8333b68165c40e59095dd5 [2022-03-01T06:37:01.716Z] #60 ... [2022-03-01T06:37:01.716Z] [2022-03-01T06:37:01.717Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-01T06:37:01.717Z] #54 sha256:611127594bf25bdf5c4ee64647b5ffbf7216b7f36b1b42c32194b1af5ca98127 [2022-03-01T06:37:01.717Z] #54 DONE 0.1s [2022-03-01T06:37:01.717Z] [2022-03-01T06:37:01.717Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-01T06:37:01.717Z] #57 sha256:ecbd271785f87ada83b9efe249b99072b16dda28df715841b3a910cb46ce7fe1 [2022-03-01T06:37:01.974Z] #57 DONE 0.3s [2022-03-01T06:37:01.974Z] [2022-03-01T06:37:01.974Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-01T06:37:01.974Z] #60 sha256:8ec41364113a0ea709774025077b015e7266be7fbc005c7c422c7e5902221e55 [2022-03-01T06:37:03.602Z] #61 DONE 2.0s [2022-03-01T06:37:03.602Z] [2022-03-01T06:37:03.602Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-01T06:37:03.602Z] #66 sha256:3d44f287dc4b39925dbeae5932d546ef60d298bca481811782e3e2815be6cc2e [2022-03-01T06:37:03.602Z] #66 DONE 0.4s [2022-03-01T06:37:03.859Z] [2022-03-01T06:37:03.859Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-01T06:37:03.859Z] #71 sha256:44a26f360ea874b9967452312af72ee73542a0fa0cec910ccf8869028ea78683 [2022-03-01T06:37:03.897Z] #60 ... [2022-03-01T06:37:03.897Z] [2022-03-01T06:37:03.897Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-01T06:37:03.897Z] #51 sha256:c4314f9afb2a551f3c35ade83571afbf0887de6d2ff91d6019f6af268507a0d5 [2022-03-01T06:37:03.897Z] #51 253.3 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-03-01T06:37:03.897Z] #51 DONE 253.5s [2022-03-01T06:37:03.897Z] [2022-03-01T06:37:03.897Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-01T06:37:03.897Z] #60 sha256:6a033edba639fe1346a16bb613512f61866db39685131d1f6beb15043d34961d [2022-03-01T06:37:05.287Z] #60 ... [2022-03-01T06:37:05.287Z] [2022-03-01T06:37:05.287Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-01T06:37:05.287Z] #52 sha256:4cc79eafc5c08a7608ef4ccbc752c2acf68ac7c04f73e2a5aa8a7662ccc14c77 [2022-03-01T06:37:05.550Z] #52 DONE 0.5s [2022-03-01T06:37:05.550Z] [2022-03-01T06:37:05.550Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-01T06:37:05.550Z] #60 sha256:6a033edba639fe1346a16bb613512f61866db39685131d1f6beb15043d34961d [2022-03-01T06:37:05.842Z] #60 ... [2022-03-01T06:37:05.842Z] [2022-03-01T06:37:05.842Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-01T06:37:05.842Z] #54 sha256:3c6eb4ecd2cec6b54d10004341024a237c12071455c172775d30c2bf16297405 [2022-03-01T06:37:05.842Z] #54 DONE 0.1s [2022-03-01T06:37:05.842Z] [2022-03-01T06:37:05.842Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-01T06:37:05.842Z] #57 sha256:66eb6f295015709a56708cb5da7111ae5088afefc66370accff4d294b253e8d7 [2022-03-01T06:37:05.842Z] #57 DONE 0.2s [2022-03-01T06:37:05.842Z] [2022-03-01T06:37:05.842Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-01T06:37:05.842Z] #60 sha256:6a033edba639fe1346a16bb613512f61866db39685131d1f6beb15043d34961d [2022-03-01T06:37:06.385Z] #71 DONE 2.3s [2022-03-01T06:37:06.385Z] [2022-03-01T06:37:06.385Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-01T06:37:06.385Z] #72 sha256:e111d68827a4e395055c6dc31d53922cfa5dc8d2cb9728e05a952da274e69e18 [2022-03-01T06:37:06.385Z] #72 DONE 0.0s [2022-03-01T06:37:06.385Z] [2022-03-01T06:37:06.385Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-01T06:37:06.385Z] #73 sha256:f5a4d13d02eaa429479519a780df72ca79fdd50331f7c77a38e76b6ca4d56c61 [2022-03-01T06:37:06.472Z] #28 20.74 Reading package lists... [2022-03-01T06:37:06.948Z] #73 DONE 0.7s [2022-03-01T06:37:06.948Z] [2022-03-01T06:37:06.948Z] #74 exporting to image [2022-03-01T06:37:06.948Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-01T06:37:06.948Z] #74 exporting layers [2022-03-01T06:37:07.853Z] #28 27.24 Building dependency tree... [2022-03-01T06:37:08.790Z] #28 30.05 bzip2 is already the newest version (1.0.8-4). [2022-03-01T06:37:08.790Z] #28 30.05 patch is already the newest version (2.7.6-7). [2022-03-01T06:37:08.790Z] #28 30.05 xz-utils is already the newest version (5.2.5-2). [2022-03-01T06:37:08.790Z] #28 30.05 The following additional packages will be installed: [2022-03-01T06:37:09.049Z] #28 30.06 libaio1 libbpf0 libcap2 libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-03-01T06:37:09.049Z] #28 30.06 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 [2022-03-01T06:37:09.049Z] #28 30.07 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-03-01T06:37:09.049Z] #28 30.07 python3-pkg-resources vim-runtime xxd [2022-03-01T06:37:09.049Z] #28 30.10 Suggested packages: [2022-03-01T06:37:09.049Z] #28 30.10 apparmor-profiles-extra apparmor-utils iproute2-doc firewalld kmod gpm [2022-03-01T06:37:09.049Z] #28 30.10 python-setuptools-doc ctags vim-doc vim-scripts xfsdump acl attr quota [2022-03-01T06:37:09.049Z] #28 30.10 Recommended packages: [2022-03-01T06:37:09.049Z] #28 30.10 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-03-01T06:37:10.221Z] #74 exporting layers 3.2s done [2022-03-01T06:37:10.221Z] #74 writing image sha256:7406f17bdf7dca26a8c0f119b7a95f2c06ccf5ce2d3e8cf14032c42c2a53b0e3 done [2022-03-01T06:37:10.221Z] #74 naming to docker.io/library/docker:9efa8b3500f43524d705cd703dac5ea5944b8ef6 done [2022-03-01T06:37:10.221Z] #74 DONE 3.2s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-03-01T06:37:10.430Z] #28 31.65 The following NEW packages will be installed: [2022-03-01T06:37:10.430Z] #28 31.65 apparmor bash-completion inetutils-ping iproute2 iptables jq libaio1 libbpf0 [2022-03-01T06:37:10.430Z] #28 31.65 libcap2 libcap2-bin libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-03-01T06:37:10.430Z] #28 31.66 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 [2022-03-01T06:37:10.430Z] #28 31.66 libonig5 libprotobuf-c1 libxtables12 net-tools pigz python-pip-whl [2022-03-01T06:37:10.544Z] + sudo modprobe ip6table_filter [2022-03-01T06:37:10.690Z] #28 31.66 python3-distutils python3-lib2to3 python3-pip python3-pkg-resources [2022-03-01T06:37:10.690Z] #28 31.67 python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim [2022-03-01T06:37:10.690Z] #28 31.67 vim-common vim-runtime xfsprogs xxd zip zstd [Pipeline] sh [2022-03-01T06:37:10.951Z] #28 32.11 0 upgraded, 44 newly installed, 0 to remove and 3 not upgraded. [2022-03-01T06:37:10.951Z] #28 32.11 Need to get 18.6 MB of archives. [2022-03-01T06:37:10.951Z] #28 32.11 After this operation, 71.4 MB of additional disk space will be used. [2022-03-01T06:37:10.951Z] #28 32.11 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-03-01T06:37:10.951Z] #28 32.11 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-03-01T06:37:10.951Z] #28 32.11 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-03-01T06:37:10.951Z] #28 32.12 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-03-01T06:37:10.951Z] #28 32.12 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-03-01T06:37:10.951Z] #28 32.12 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-03-01T06:37:10.951Z] #28 32.12 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-03-01T06:37:10.951Z] #28 32.12 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-03-01T06:37:10.951Z] #28 32.14 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-01T06:37:10.951Z] #28 32.14 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-03-01T06:37:10.951Z] #28 32.15 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-03-01T06:37:10.951Z] #28 32.15 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-03-01T06:37:10.951Z] #28 32.16 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-03-01T06:37:10.951Z] #28 32.16 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-03-01T06:37:10.951Z] #28 32.17 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-03-01T06:37:10.951Z] #28 32.17 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-03-01T06:37:10.951Z] #28 32.17 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-03-01T06:37:10.951Z] #28 32.17 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-03-01T06:37:10.951Z] #28 32.17 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-03-01T06:37:10.951Z] #28 32.18 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-01T06:37:10.951Z] #28 32.18 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-01T06:37:10.951Z] #28 32.19 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-01T06:37:10.951Z] #28 32.19 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-03-01T06:37:10.951Z] #28 32.19 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-03-01T06:37:10.951Z] #28 32.19 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-03-01T06:37:10.951Z] #28 32.19 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-03-01T06:37:10.951Z] #28 32.19 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-03-01T06:37:10.951Z] #28 32.20 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-03-01T06:37:10.951Z] #28 32.20 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-03-01T06:37:10.951Z] #28 32.20 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-03-01T06:37:10.951Z] #28 32.23 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-03-01T06:37:11.124Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43303/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=9efa8b3500f43524d705cd703dac5ea5944b8ef6 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:9efa8b3500f43524d705cd703dac5ea5944b8ef6 hack/test/unit [2022-03-01T06:37:11.211Z] #28 32.23 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-03-01T06:37:11.211Z] #28 32.24 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-01T06:37:11.211Z] #28 32.24 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-03-01T06:37:11.211Z] #28 32.24 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-03-01T06:37:11.211Z] #28 32.25 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2022-03-01T06:37:11.211Z] #28 32.25 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-03-01T06:37:11.211Z] #28 32.27 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-03-01T06:37:11.211Z] #28 32.27 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-03-01T06:37:11.211Z] #28 32.28 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-03-01T06:37:11.211Z] #28 32.37 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-03-01T06:37:11.211Z] #28 32.40 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-03-01T06:37:11.211Z] #28 32.42 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-03-01T06:37:11.211Z] #28 32.42 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-03-01T06:37:11.884Z] #60 228.1 # github.com/containerd/containerd/cmd/containerd [2022-03-01T06:37:11.884Z] #60 228.1 /usr/bin/ld: /tmp/go-link-1428715878/000019.o: in function `New': [2022-03-01T06:37:11.884Z] #60 228.1 /tmp/tmp.GBpRTZCcsd/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-03-01T06:37:11.884Z] #60 228.2 + bin/containerd-stress [2022-03-01T06:37:11.884Z] #60 229.2 + bin/containerd-shim [2022-03-01T06:37:12.152Z] #28 33.01 debconf: delaying package configuration, since apt-utils is not installed [2022-03-01T06:37:12.152Z] #28 33.28 Fetched 18.6 MB in 1s (29.8 MB/s) [2022-03-01T06:37:12.152Z] #28 33.33 Selecting previously unselected package pigz. [2022-03-01T06:37:12.412Z] #28 33.33 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 40068 files and directories currently installed.) [2022-03-01T06:37:12.412Z] #28 33.39 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-03-01T06:37:12.412Z] #28 33.40 Unpacking pigz (2.6-1) ... [2022-03-01T06:37:12.412Z] #28 33.48 Selecting previously unselected package libelf1:amd64. [2022-03-01T06:37:12.412Z] #28 33.49 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-03-01T06:37:12.412Z] #28 33.51 Unpacking libelf1:amd64 (0.183-1) ... [2022-03-01T06:37:12.672Z] #28 33.74 Selecting previously unselected package libbpf0:amd64. [2022-03-01T06:37:12.672Z] #28 33.75 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-03-01T06:37:12.672Z] #28 33.77 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-03-01T06:37:12.672Z] #28 33.89 Selecting previously unselected package libcap2:amd64. [2022-03-01T06:37:12.932Z] #28 33.90 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-03-01T06:37:12.932Z] #28 33.91 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-03-01T06:37:12.932Z] #28 33.99 Selecting previously unselected package libmnl0:amd64. [2022-03-01T06:37:12.932Z] #28 34.00 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-03-01T06:37:12.932Z] #28 34.01 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-03-01T06:37:12.932Z] #28 34.05 Selecting previously unselected package libxtables12:amd64. [2022-03-01T06:37:12.932Z] #28 34.06 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-03-01T06:37:12.932Z] #28 34.07 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-03-01T06:37:12.932Z] #28 34.13 Selecting previously unselected package libcap2-bin. [2022-03-01T06:37:13.018Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2022-03-01T06:37:13.019Z] + TESTFLAGS+=' -test.timeout=5m' [2022-03-01T06:37:13.019Z] + TESTDIRS=./... [2022-03-01T06:37:13.019Z] + exclude_paths='/vendor/|/integration' [2022-03-01T06:37:13.019Z] ++ go list ./... [2022-03-01T06:37:13.019Z] ++ grep -vE '(/vendor/|/integration)' [2022-03-01T06:37:13.192Z] #28 34.14 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-03-01T06:37:13.192Z] #28 34.15 Unpacking libcap2-bin (1:2.44-1) ... [2022-03-01T06:37:13.192Z] #28 34.21 Selecting previously unselected package iproute2. [2022-03-01T06:37:13.192Z] #28 34.21 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-03-01T06:37:13.192Z] #28 34.22 Unpacking iproute2 (5.10.0-4) ... [2022-03-01T06:37:13.453Z] #28 34.53 Selecting previously unselected package xxd. [2022-03-01T06:37:13.453Z] #28 34.54 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-01T06:37:13.453Z] #28 34.55 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:37:13.453Z] #28 34.66 Selecting previously unselected package vim-common. [2022-03-01T06:37:13.713Z] #28 34.67 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-01T06:37:13.713Z] #28 34.68 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:37:13.713Z] #28 34.80 Selecting previously unselected package bash-completion. [2022-03-01T06:37:13.713Z] #28 34.80 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-03-01T06:37:13.952Z] + pkg_list='github.com/docker/docker/api [2022-03-01T06:37:13.952Z] github.com/docker/docker/api/server [2022-03-01T06:37:13.952Z] github.com/docker/docker/api/server/backend/build [2022-03-01T06:37:13.952Z] github.com/docker/docker/api/server/httputils [2022-03-01T06:37:13.952Z] github.com/docker/docker/api/server/middleware [2022-03-01T06:37:13.952Z] github.com/docker/docker/api/server/router [2022-03-01T06:37:13.952Z] github.com/docker/docker/api/server/router/build [2022-03-01T06:37:13.952Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-01T06:37:13.952Z] github.com/docker/docker/api/server/router/container [2022-03-01T06:37:13.952Z] github.com/docker/docker/api/server/router/debug [2022-03-01T06:37:13.952Z] github.com/docker/docker/api/server/router/distribution [2022-03-01T06:37:13.952Z] github.com/docker/docker/api/server/router/grpc [2022-03-01T06:37:13.952Z] github.com/docker/docker/api/server/router/image [2022-03-01T06:37:13.952Z] github.com/docker/docker/api/server/router/network [2022-03-01T06:37:13.952Z] github.com/docker/docker/api/server/router/plugin [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/server/router/session [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/server/router/swarm [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/server/router/system [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/server/router/volume [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/types [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/types/backend [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/types/blkiodev [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/types/container [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/types/events [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/types/filters [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/types/image [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/types/mount [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/types/network [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/types/registry [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/types/strslice [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/types/swarm [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/types/time [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/types/versions [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/types/volume [2022-03-01T06:37:13.953Z] github.com/docker/docker/builder [2022-03-01T06:37:13.953Z] github.com/docker/docker/builder/builder-next [2022-03-01T06:37:13.953Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-01T06:37:13.953Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-01T06:37:13.953Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-01T06:37:13.953Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-01T06:37:13.953Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-01T06:37:13.953Z] github.com/docker/docker/builder/builder-next/worker [2022-03-01T06:37:13.953Z] github.com/docker/docker/builder/dockerfile [2022-03-01T06:37:13.953Z] github.com/docker/docker/builder/dockerignore [2022-03-01T06:37:13.953Z] github.com/docker/docker/builder/remotecontext [2022-03-01T06:37:13.953Z] github.com/docker/docker/builder/remotecontext/git [2022-03-01T06:37:13.953Z] github.com/docker/docker/cli [2022-03-01T06:37:13.953Z] github.com/docker/docker/cli/config [2022-03-01T06:37:13.953Z] github.com/docker/docker/cli/debug [2022-03-01T06:37:13.953Z] github.com/docker/docker/client [2022-03-01T06:37:13.953Z] github.com/docker/docker/cmd/docker-proxy [2022-03-01T06:37:13.953Z] github.com/docker/docker/cmd/dockerd [2022-03-01T06:37:13.953Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-01T06:37:13.953Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-01T06:37:13.953Z] github.com/docker/docker/container [2022-03-01T06:37:13.953Z] github.com/docker/docker/container/stream [2022-03-01T06:37:13.953Z] github.com/docker/docker/contrib/apparmor [2022-03-01T06:37:13.953Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-01T06:37:13.953Z] github.com/docker/docker/contrib/httpserver [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/cluster [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/cluster/convert [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/cluster/executor [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/cluster/provider [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/config [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/events [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/events/testutils [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/exec [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/graphdriver [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/images [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/initlayer [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/links [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/listeners [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/logger [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/logger/gelf [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/logger/journald [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/logger/local [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/logger/logentries [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/logger/splunk [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/logger/syslog [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/logger/templates [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/names [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/network [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/stats [2022-03-01T06:37:13.953Z] github.com/docker/docker/distribution [2022-03-01T06:37:13.953Z] github.com/docker/docker/distribution/metadata [2022-03-01T06:37:13.953Z] github.com/docker/docker/distribution/utils [2022-03-01T06:37:13.953Z] github.com/docker/docker/distribution/xfer [2022-03-01T06:37:13.953Z] github.com/docker/docker/dockerversion [2022-03-01T06:37:13.953Z] github.com/docker/docker/errdefs [2022-03-01T06:37:13.953Z] github.com/docker/docker/image [2022-03-01T06:37:13.953Z] github.com/docker/docker/image/cache [2022-03-01T06:37:13.953Z] github.com/docker/docker/image/tarexport [2022-03-01T06:37:13.953Z] github.com/docker/docker/image/v1 [2022-03-01T06:37:13.953Z] github.com/docker/docker/internal/test/suite [2022-03-01T06:37:13.953Z] github.com/docker/docker/layer [2022-03-01T06:37:13.953Z] github.com/docker/docker/libcontainerd [2022-03-01T06:37:13.953Z] github.com/docker/docker/libcontainerd/queue [2022-03-01T06:37:13.953Z] github.com/docker/docker/libcontainerd/remote [2022-03-01T06:37:13.953Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-01T06:37:13.953Z] github.com/docker/docker/libcontainerd/types [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/bitseq [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/cluster [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/config [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/datastore [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/driverapi [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/etchosts [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/idm [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/ipam [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/iptables [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/netlabel [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/netutils [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/networkdb [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/ns [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/options [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/osl [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/portallocator [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/portmapper [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/testutils [2022-03-01T06:37:13.953Z] github.com/docker/docker/libnetwork/types [2022-03-01T06:37:13.953Z] github.com/docker/docker/oci [2022-03-01T06:37:13.953Z] github.com/docker/docker/oci/caps [2022-03-01T06:37:13.953Z] github.com/docker/docker/opts [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/aaparser [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/archive [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/authorization [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/broadcaster [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/capabilities [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/chrootarchive [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/containerfs [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/devicemapper [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/directory [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/dmesg [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/filenotify [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/fileutils [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/fsutils [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/homedir [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/idtools [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/ioutils [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/jsonmessage [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/locker [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/longpath [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/loopback [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/mount [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/namesgenerator [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/parsers [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/pidfile [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/platform [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/plugingetter [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/plugins [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/plugins/transport [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/pools [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/progress [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/pubsub [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/reexec [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/signal [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/stack [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/stdcopy [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/streamformatter [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/stringid [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/symlink [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/sysinfo [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/system [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/tailfile [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/tarsum [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/term [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/term/windows [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/truncindex [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/urlutil [2022-03-01T06:37:13.953Z] github.com/docker/docker/pkg/useragent [2022-03-01T06:37:13.953Z] github.com/docker/docker/plugin [2022-03-01T06:37:13.953Z] github.com/docker/docker/plugin/executor/containerd [2022-03-01T06:37:13.953Z] github.com/docker/docker/plugin/v2 [2022-03-01T06:37:13.953Z] github.com/docker/docker/profiles/apparmor [2022-03-01T06:37:13.953Z] github.com/docker/docker/profiles/seccomp [2022-03-01T06:37:13.953Z] github.com/docker/docker/quota [2022-03-01T06:37:13.953Z] github.com/docker/docker/reference [2022-03-01T06:37:13.953Z] github.com/docker/docker/registry [2022-03-01T06:37:13.953Z] github.com/docker/docker/registry/resumable [2022-03-01T06:37:13.953Z] github.com/docker/docker/restartmanager [2022-03-01T06:37:13.953Z] github.com/docker/docker/rootless [2022-03-01T06:37:13.953Z] github.com/docker/docker/rootless/specconv [2022-03-01T06:37:13.953Z] github.com/docker/docker/runconfig [2022-03-01T06:37:13.953Z] github.com/docker/docker/runconfig/opts [2022-03-01T06:37:13.953Z] github.com/docker/docker/testutil [2022-03-01T06:37:13.953Z] github.com/docker/docker/testutil/daemon [2022-03-01T06:37:13.953Z] github.com/docker/docker/testutil/environment [2022-03-01T06:37:13.953Z] github.com/docker/docker/testutil/fakecontext [2022-03-01T06:37:13.953Z] github.com/docker/docker/testutil/fakegit [2022-03-01T06:37:13.953Z] github.com/docker/docker/testutil/fakestorage [2022-03-01T06:37:13.953Z] github.com/docker/docker/testutil/fixtures/load [2022-03-01T06:37:13.953Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-01T06:37:13.953Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-01T06:37:13.953Z] github.com/docker/docker/testutil/registry [2022-03-01T06:37:13.953Z] github.com/docker/docker/testutil/request [2022-03-01T06:37:13.953Z] github.com/docker/docker/volume [2022-03-01T06:37:13.953Z] github.com/docker/docker/volume/drivers [2022-03-01T06:37:13.953Z] github.com/docker/docker/volume/local [2022-03-01T06:37:13.953Z] github.com/docker/docker/volume/mounts [2022-03-01T06:37:13.953Z] github.com/docker/docker/volume/service [2022-03-01T06:37:13.953Z] github.com/docker/docker/volume/service/opts [2022-03-01T06:37:13.953Z] github.com/docker/docker/volume/testutils' [2022-03-01T06:37:13.953Z] ++ grep --fixed-strings -v /libnetwork [2022-03-01T06:37:13.953Z] ++ echo 'github.com/docker/docker/api [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/server [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/server/backend/build [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/server/httputils [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/server/middleware [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/server/router [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/server/router/build [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/server/router/container [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/server/router/debug [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/server/router/distribution [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/server/router/grpc [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/server/router/image [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/server/router/network [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/server/router/plugin [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/server/router/session [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/server/router/swarm [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/server/router/system [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/server/router/volume [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/types [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/types/backend [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/types/blkiodev [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/types/container [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/types/events [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/types/filters [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/types/image [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/types/mount [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/types/network [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/types/registry [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/types/strslice [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/types/swarm [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/types/time [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/types/versions [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-01T06:37:13.953Z] github.com/docker/docker/api/types/volume [2022-03-01T06:37:13.953Z] github.com/docker/docker/builder [2022-03-01T06:37:13.953Z] github.com/docker/docker/builder/builder-next [2022-03-01T06:37:13.953Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-01T06:37:13.953Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-01T06:37:13.953Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-01T06:37:13.953Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-01T06:37:13.953Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-01T06:37:13.953Z] github.com/docker/docker/builder/builder-next/worker [2022-03-01T06:37:13.953Z] github.com/docker/docker/builder/dockerfile [2022-03-01T06:37:13.953Z] github.com/docker/docker/builder/dockerignore [2022-03-01T06:37:13.953Z] github.com/docker/docker/builder/remotecontext [2022-03-01T06:37:13.953Z] github.com/docker/docker/builder/remotecontext/git [2022-03-01T06:37:13.953Z] github.com/docker/docker/cli [2022-03-01T06:37:13.953Z] github.com/docker/docker/cli/config [2022-03-01T06:37:13.953Z] github.com/docker/docker/cli/debug [2022-03-01T06:37:13.953Z] github.com/docker/docker/client [2022-03-01T06:37:13.953Z] github.com/docker/docker/cmd/docker-proxy [2022-03-01T06:37:13.953Z] github.com/docker/docker/cmd/dockerd [2022-03-01T06:37:13.953Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-01T06:37:13.953Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-01T06:37:13.953Z] github.com/docker/docker/container [2022-03-01T06:37:13.953Z] github.com/docker/docker/container/stream [2022-03-01T06:37:13.953Z] github.com/docker/docker/contrib/apparmor [2022-03-01T06:37:13.953Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-01T06:37:13.953Z] github.com/docker/docker/contrib/httpserver [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/cluster [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/cluster/convert [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/cluster/executor [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/cluster/provider [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/config [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/events [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/events/testutils [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/exec [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/graphdriver [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/images [2022-03-01T06:37:13.953Z] github.com/docker/docker/daemon/initlayer [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/links [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/listeners [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/logger [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/logger/gelf [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/logger/journald [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/logger/local [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/logger/logentries [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/logger/splunk [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/logger/syslog [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/logger/templates [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/names [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/network [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/stats [2022-03-01T06:37:13.954Z] github.com/docker/docker/distribution [2022-03-01T06:37:13.954Z] github.com/docker/docker/distribution/metadata [2022-03-01T06:37:13.954Z] github.com/docker/docker/distribution/utils [2022-03-01T06:37:13.954Z] github.com/docker/docker/distribution/xfer [2022-03-01T06:37:13.954Z] github.com/docker/docker/dockerversion [2022-03-01T06:37:13.954Z] github.com/docker/docker/errdefs [2022-03-01T06:37:13.954Z] github.com/docker/docker/image [2022-03-01T06:37:13.954Z] github.com/docker/docker/image/cache [2022-03-01T06:37:13.954Z] github.com/docker/docker/image/tarexport [2022-03-01T06:37:13.954Z] github.com/docker/docker/image/v1 [2022-03-01T06:37:13.954Z] github.com/docker/docker/internal/test/suite [2022-03-01T06:37:13.954Z] github.com/docker/docker/layer [2022-03-01T06:37:13.954Z] github.com/docker/docker/libcontainerd [2022-03-01T06:37:13.954Z] github.com/docker/docker/libcontainerd/queue [2022-03-01T06:37:13.954Z] github.com/docker/docker/libcontainerd/remote [2022-03-01T06:37:13.954Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-01T06:37:13.954Z] github.com/docker/docker/libcontainerd/types [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/bitseq [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/cluster [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/config [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/datastore [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/driverapi [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/etchosts [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/idm [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/ipam [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/iptables [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/netlabel [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/netutils [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/networkdb [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/ns [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/options [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/osl [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/portallocator [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/portmapper [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/testutils [2022-03-01T06:37:13.954Z] github.com/docker/docker/libnetwork/types [2022-03-01T06:37:13.954Z] github.com/docker/docker/oci [2022-03-01T06:37:13.954Z] github.com/docker/docker/oci/caps [2022-03-01T06:37:13.954Z] github.com/docker/docker/opts [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/aaparser [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/archive [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/authorization [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/broadcaster [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/capabilities [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/chrootarchive [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/containerfs [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/devicemapper [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/directory [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/dmesg [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/filenotify [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/fileutils [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/fsutils [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/homedir [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/idtools [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/ioutils [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/jsonmessage [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/locker [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/longpath [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/loopback [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/mount [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/namesgenerator [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/parsers [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/pidfile [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/platform [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/plugingetter [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/plugins [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/plugins/transport [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/pools [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/progress [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/pubsub [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/reexec [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/signal [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/stack [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/stdcopy [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/streamformatter [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/stringid [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/symlink [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/sysinfo [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/system [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/tailfile [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/tarsum [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/term [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/term/windows [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/truncindex [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/urlutil [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/useragent [2022-03-01T06:37:13.954Z] github.com/docker/docker/plugin [2022-03-01T06:37:13.954Z] github.com/docker/docker/plugin/executor/containerd [2022-03-01T06:37:13.954Z] github.com/docker/docker/plugin/v2 [2022-03-01T06:37:13.954Z] github.com/docker/docker/profiles/apparmor [2022-03-01T06:37:13.954Z] github.com/docker/docker/profiles/seccomp [2022-03-01T06:37:13.954Z] github.com/docker/docker/quota [2022-03-01T06:37:13.954Z] github.com/docker/docker/reference [2022-03-01T06:37:13.954Z] github.com/docker/docker/registry [2022-03-01T06:37:13.954Z] github.com/docker/docker/registry/resumable [2022-03-01T06:37:13.954Z] github.com/docker/docker/restartmanager [2022-03-01T06:37:13.954Z] github.com/docker/docker/rootless [2022-03-01T06:37:13.954Z] github.com/docker/docker/rootless/specconv [2022-03-01T06:37:13.954Z] github.com/docker/docker/runconfig [2022-03-01T06:37:13.954Z] github.com/docker/docker/runconfig/opts [2022-03-01T06:37:13.954Z] github.com/docker/docker/testutil [2022-03-01T06:37:13.954Z] github.com/docker/docker/testutil/daemon [2022-03-01T06:37:13.954Z] github.com/docker/docker/testutil/environment [2022-03-01T06:37:13.954Z] github.com/docker/docker/testutil/fakecontext [2022-03-01T06:37:13.954Z] github.com/docker/docker/testutil/fakegit [2022-03-01T06:37:13.954Z] github.com/docker/docker/testutil/fakestorage [2022-03-01T06:37:13.954Z] github.com/docker/docker/testutil/fixtures/load [2022-03-01T06:37:13.954Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-01T06:37:13.954Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-01T06:37:13.954Z] github.com/docker/docker/testutil/registry [2022-03-01T06:37:13.954Z] github.com/docker/docker/testutil/request [2022-03-01T06:37:13.954Z] github.com/docker/docker/volume [2022-03-01T06:37:13.954Z] github.com/docker/docker/volume/drivers [2022-03-01T06:37:13.954Z] github.com/docker/docker/volume/local [2022-03-01T06:37:13.954Z] github.com/docker/docker/volume/mounts [2022-03-01T06:37:13.954Z] github.com/docker/docker/volume/service [2022-03-01T06:37:13.954Z] github.com/docker/docker/volume/service/opts [2022-03-01T06:37:13.954Z] github.com/docker/docker/volume/testutils' [2022-03-01T06:37:13.954Z] + base_pkg_list='github.com/docker/docker/api [2022-03-01T06:37:13.954Z] github.com/docker/docker/api/server [2022-03-01T06:37:13.954Z] github.com/docker/docker/api/server/backend/build [2022-03-01T06:37:13.954Z] github.com/docker/docker/api/server/httputils [2022-03-01T06:37:13.954Z] github.com/docker/docker/api/server/middleware [2022-03-01T06:37:13.954Z] github.com/docker/docker/api/server/router [2022-03-01T06:37:13.954Z] github.com/docker/docker/api/server/router/build [2022-03-01T06:37:13.954Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-01T06:37:13.954Z] github.com/docker/docker/api/server/router/container [2022-03-01T06:37:13.954Z] github.com/docker/docker/api/server/router/debug [2022-03-01T06:37:13.954Z] github.com/docker/docker/api/server/router/distribution [2022-03-01T06:37:13.954Z] github.com/docker/docker/api/server/router/grpc [2022-03-01T06:37:13.954Z] github.com/docker/docker/api/server/router/image [2022-03-01T06:37:13.954Z] github.com/docker/docker/api/server/router/network [2022-03-01T06:37:13.954Z] github.com/docker/docker/api/server/router/plugin [2022-03-01T06:37:13.954Z] github.com/docker/docker/api/server/router/session [2022-03-01T06:37:13.954Z] github.com/docker/docker/api/server/router/swarm [2022-03-01T06:37:13.954Z] github.com/docker/docker/api/server/router/system [2022-03-01T06:37:13.954Z] github.com/docker/docker/api/server/router/volume [2022-03-01T06:37:13.954Z] github.com/docker/docker/api/types [2022-03-01T06:37:13.954Z] github.com/docker/docker/api/types/backend [2022-03-01T06:37:13.954Z] github.com/docker/docker/api/types/blkiodev [2022-03-01T06:37:13.954Z] github.com/docker/docker/api/types/container [2022-03-01T06:37:13.954Z] github.com/docker/docker/api/types/events [2022-03-01T06:37:13.954Z] github.com/docker/docker/api/types/filters [2022-03-01T06:37:13.954Z] github.com/docker/docker/api/types/image [2022-03-01T06:37:13.954Z] github.com/docker/docker/api/types/mount [2022-03-01T06:37:13.954Z] github.com/docker/docker/api/types/network [2022-03-01T06:37:13.954Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-01T06:37:13.954Z] github.com/docker/docker/api/types/registry [2022-03-01T06:37:13.954Z] github.com/docker/docker/api/types/strslice [2022-03-01T06:37:13.954Z] github.com/docker/docker/api/types/swarm [2022-03-01T06:37:13.954Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-01T06:37:13.954Z] github.com/docker/docker/api/types/time [2022-03-01T06:37:13.954Z] github.com/docker/docker/api/types/versions [2022-03-01T06:37:13.954Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-01T06:37:13.954Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-01T06:37:13.954Z] github.com/docker/docker/api/types/volume [2022-03-01T06:37:13.954Z] github.com/docker/docker/builder [2022-03-01T06:37:13.954Z] github.com/docker/docker/builder/builder-next [2022-03-01T06:37:13.954Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-01T06:37:13.954Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-01T06:37:13.954Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-01T06:37:13.954Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-01T06:37:13.954Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-01T06:37:13.954Z] github.com/docker/docker/builder/builder-next/worker [2022-03-01T06:37:13.954Z] github.com/docker/docker/builder/dockerfile [2022-03-01T06:37:13.954Z] github.com/docker/docker/builder/dockerignore [2022-03-01T06:37:13.954Z] github.com/docker/docker/builder/remotecontext [2022-03-01T06:37:13.954Z] github.com/docker/docker/builder/remotecontext/git [2022-03-01T06:37:13.954Z] github.com/docker/docker/cli [2022-03-01T06:37:13.954Z] github.com/docker/docker/cli/config [2022-03-01T06:37:13.954Z] github.com/docker/docker/cli/debug [2022-03-01T06:37:13.954Z] github.com/docker/docker/client [2022-03-01T06:37:13.954Z] github.com/docker/docker/cmd/docker-proxy [2022-03-01T06:37:13.954Z] github.com/docker/docker/cmd/dockerd [2022-03-01T06:37:13.954Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-01T06:37:13.954Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-01T06:37:13.954Z] github.com/docker/docker/container [2022-03-01T06:37:13.954Z] github.com/docker/docker/container/stream [2022-03-01T06:37:13.954Z] github.com/docker/docker/contrib/apparmor [2022-03-01T06:37:13.954Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-01T06:37:13.954Z] github.com/docker/docker/contrib/httpserver [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/cluster [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/cluster/convert [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/cluster/executor [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/cluster/provider [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/config [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/events [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/events/testutils [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/exec [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/graphdriver [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/images [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/initlayer [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/links [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/listeners [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/logger [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/logger/gelf [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/logger/journald [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/logger/local [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/logger/logentries [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/logger/splunk [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/logger/syslog [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/logger/templates [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/names [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/network [2022-03-01T06:37:13.954Z] github.com/docker/docker/daemon/stats [2022-03-01T06:37:13.954Z] github.com/docker/docker/distribution [2022-03-01T06:37:13.954Z] github.com/docker/docker/distribution/metadata [2022-03-01T06:37:13.954Z] github.com/docker/docker/distribution/utils [2022-03-01T06:37:13.954Z] github.com/docker/docker/distribution/xfer [2022-03-01T06:37:13.954Z] github.com/docker/docker/dockerversion [2022-03-01T06:37:13.954Z] github.com/docker/docker/errdefs [2022-03-01T06:37:13.954Z] github.com/docker/docker/image [2022-03-01T06:37:13.954Z] github.com/docker/docker/image/cache [2022-03-01T06:37:13.954Z] github.com/docker/docker/image/tarexport [2022-03-01T06:37:13.954Z] github.com/docker/docker/image/v1 [2022-03-01T06:37:13.954Z] github.com/docker/docker/internal/test/suite [2022-03-01T06:37:13.954Z] github.com/docker/docker/layer [2022-03-01T06:37:13.954Z] github.com/docker/docker/libcontainerd [2022-03-01T06:37:13.954Z] github.com/docker/docker/libcontainerd/queue [2022-03-01T06:37:13.954Z] github.com/docker/docker/libcontainerd/remote [2022-03-01T06:37:13.954Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-01T06:37:13.954Z] github.com/docker/docker/libcontainerd/types [2022-03-01T06:37:13.954Z] github.com/docker/docker/oci [2022-03-01T06:37:13.954Z] github.com/docker/docker/oci/caps [2022-03-01T06:37:13.954Z] github.com/docker/docker/opts [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/aaparser [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/archive [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/authorization [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/broadcaster [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/capabilities [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/chrootarchive [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/containerfs [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/devicemapper [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/directory [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/dmesg [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/filenotify [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/fileutils [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/fsutils [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/homedir [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/idtools [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/ioutils [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/jsonmessage [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/locker [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/longpath [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/loopback [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/mount [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/namesgenerator [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/parsers [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/pidfile [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/platform [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/plugingetter [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/plugins [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-01T06:37:13.954Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/plugins/transport [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/pools [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/progress [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/pubsub [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/reexec [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/signal [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/stack [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/stdcopy [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/streamformatter [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/stringid [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/symlink [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/sysinfo [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/system [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/tailfile [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/tarsum [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/term [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/term/windows [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/truncindex [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/urlutil [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/useragent [2022-03-01T06:37:13.955Z] github.com/docker/docker/plugin [2022-03-01T06:37:13.955Z] github.com/docker/docker/plugin/executor/containerd [2022-03-01T06:37:13.955Z] github.com/docker/docker/plugin/v2 [2022-03-01T06:37:13.955Z] github.com/docker/docker/profiles/apparmor [2022-03-01T06:37:13.955Z] github.com/docker/docker/profiles/seccomp [2022-03-01T06:37:13.955Z] github.com/docker/docker/quota [2022-03-01T06:37:13.955Z] github.com/docker/docker/reference [2022-03-01T06:37:13.955Z] github.com/docker/docker/registry [2022-03-01T06:37:13.955Z] github.com/docker/docker/registry/resumable [2022-03-01T06:37:13.955Z] github.com/docker/docker/restartmanager [2022-03-01T06:37:13.955Z] github.com/docker/docker/rootless [2022-03-01T06:37:13.955Z] github.com/docker/docker/rootless/specconv [2022-03-01T06:37:13.955Z] github.com/docker/docker/runconfig [2022-03-01T06:37:13.955Z] github.com/docker/docker/runconfig/opts [2022-03-01T06:37:13.955Z] github.com/docker/docker/testutil [2022-03-01T06:37:13.955Z] github.com/docker/docker/testutil/daemon [2022-03-01T06:37:13.955Z] github.com/docker/docker/testutil/environment [2022-03-01T06:37:13.955Z] github.com/docker/docker/testutil/fakecontext [2022-03-01T06:37:13.955Z] github.com/docker/docker/testutil/fakegit [2022-03-01T06:37:13.955Z] github.com/docker/docker/testutil/fakestorage [2022-03-01T06:37:13.955Z] github.com/docker/docker/testutil/fixtures/load [2022-03-01T06:37:13.955Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-01T06:37:13.955Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-01T06:37:13.955Z] github.com/docker/docker/testutil/registry [2022-03-01T06:37:13.955Z] github.com/docker/docker/testutil/request [2022-03-01T06:37:13.955Z] github.com/docker/docker/volume [2022-03-01T06:37:13.955Z] github.com/docker/docker/volume/drivers [2022-03-01T06:37:13.955Z] github.com/docker/docker/volume/local [2022-03-01T06:37:13.955Z] github.com/docker/docker/volume/mounts [2022-03-01T06:37:13.955Z] github.com/docker/docker/volume/service [2022-03-01T06:37:13.955Z] github.com/docker/docker/volume/service/opts [2022-03-01T06:37:13.955Z] github.com/docker/docker/volume/testutils' [2022-03-01T06:37:13.955Z] ++ grep --fixed-strings /libnetwork [2022-03-01T06:37:13.955Z] ++ echo 'github.com/docker/docker/api [2022-03-01T06:37:13.955Z] github.com/docker/docker/api/server [2022-03-01T06:37:13.955Z] github.com/docker/docker/api/server/backend/build [2022-03-01T06:37:13.955Z] github.com/docker/docker/api/server/httputils [2022-03-01T06:37:13.955Z] github.com/docker/docker/api/server/middleware [2022-03-01T06:37:13.955Z] github.com/docker/docker/api/server/router [2022-03-01T06:37:13.955Z] github.com/docker/docker/api/server/router/build [2022-03-01T06:37:13.955Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-01T06:37:13.955Z] github.com/docker/docker/api/server/router/container [2022-03-01T06:37:13.955Z] github.com/docker/docker/api/server/router/debug [2022-03-01T06:37:13.955Z] github.com/docker/docker/api/server/router/distribution [2022-03-01T06:37:13.955Z] github.com/docker/docker/api/server/router/grpc [2022-03-01T06:37:13.955Z] github.com/docker/docker/api/server/router/image [2022-03-01T06:37:13.955Z] github.com/docker/docker/api/server/router/network [2022-03-01T06:37:13.955Z] github.com/docker/docker/api/server/router/plugin [2022-03-01T06:37:13.955Z] github.com/docker/docker/api/server/router/session [2022-03-01T06:37:13.955Z] github.com/docker/docker/api/server/router/swarm [2022-03-01T06:37:13.955Z] github.com/docker/docker/api/server/router/system [2022-03-01T06:37:13.955Z] github.com/docker/docker/api/server/router/volume [2022-03-01T06:37:13.955Z] github.com/docker/docker/api/types [2022-03-01T06:37:13.955Z] github.com/docker/docker/api/types/backend [2022-03-01T06:37:13.955Z] github.com/docker/docker/api/types/blkiodev [2022-03-01T06:37:13.955Z] github.com/docker/docker/api/types/container [2022-03-01T06:37:13.955Z] github.com/docker/docker/api/types/events [2022-03-01T06:37:13.955Z] github.com/docker/docker/api/types/filters [2022-03-01T06:37:13.955Z] github.com/docker/docker/api/types/image [2022-03-01T06:37:13.955Z] github.com/docker/docker/api/types/mount [2022-03-01T06:37:13.955Z] github.com/docker/docker/api/types/network [2022-03-01T06:37:13.955Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-01T06:37:13.955Z] github.com/docker/docker/api/types/registry [2022-03-01T06:37:13.955Z] github.com/docker/docker/api/types/strslice [2022-03-01T06:37:13.955Z] github.com/docker/docker/api/types/swarm [2022-03-01T06:37:13.955Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-01T06:37:13.955Z] github.com/docker/docker/api/types/time [2022-03-01T06:37:13.955Z] github.com/docker/docker/api/types/versions [2022-03-01T06:37:13.955Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-01T06:37:13.955Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-01T06:37:13.955Z] github.com/docker/docker/api/types/volume [2022-03-01T06:37:13.955Z] github.com/docker/docker/builder [2022-03-01T06:37:13.955Z] github.com/docker/docker/builder/builder-next [2022-03-01T06:37:13.955Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-01T06:37:13.955Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-01T06:37:13.955Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-01T06:37:13.955Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-01T06:37:13.955Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-01T06:37:13.955Z] github.com/docker/docker/builder/builder-next/worker [2022-03-01T06:37:13.955Z] github.com/docker/docker/builder/dockerfile [2022-03-01T06:37:13.955Z] github.com/docker/docker/builder/dockerignore [2022-03-01T06:37:13.955Z] github.com/docker/docker/builder/remotecontext [2022-03-01T06:37:13.955Z] github.com/docker/docker/builder/remotecontext/git [2022-03-01T06:37:13.955Z] github.com/docker/docker/cli [2022-03-01T06:37:13.955Z] github.com/docker/docker/cli/config [2022-03-01T06:37:13.955Z] github.com/docker/docker/cli/debug [2022-03-01T06:37:13.955Z] github.com/docker/docker/client [2022-03-01T06:37:13.955Z] github.com/docker/docker/cmd/docker-proxy [2022-03-01T06:37:13.955Z] github.com/docker/docker/cmd/dockerd [2022-03-01T06:37:13.955Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-01T06:37:13.955Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-01T06:37:13.955Z] github.com/docker/docker/container [2022-03-01T06:37:13.955Z] github.com/docker/docker/container/stream [2022-03-01T06:37:13.955Z] github.com/docker/docker/contrib/apparmor [2022-03-01T06:37:13.955Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-01T06:37:13.955Z] github.com/docker/docker/contrib/httpserver [2022-03-01T06:37:13.955Z] github.com/docker/docker/daemon [2022-03-01T06:37:13.955Z] github.com/docker/docker/daemon/cluster [2022-03-01T06:37:13.955Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-01T06:37:13.955Z] github.com/docker/docker/daemon/cluster/convert [2022-03-01T06:37:13.955Z] github.com/docker/docker/daemon/cluster/executor [2022-03-01T06:37:13.955Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-01T06:37:13.955Z] github.com/docker/docker/daemon/cluster/provider [2022-03-01T06:37:13.955Z] github.com/docker/docker/daemon/config [2022-03-01T06:37:13.955Z] github.com/docker/docker/daemon/events [2022-03-01T06:37:13.955Z] github.com/docker/docker/daemon/events/testutils [2022-03-01T06:37:13.955Z] github.com/docker/docker/daemon/exec [2022-03-01T06:37:13.955Z] github.com/docker/docker/daemon/graphdriver [2022-03-01T06:37:13.955Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-01T06:37:13.955Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-01T06:37:13.955Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-01T06:37:13.955Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-01T06:37:13.955Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-01T06:37:13.955Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-01T06:37:13.955Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-01T06:37:13.955Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-01T06:37:13.955Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-01T06:37:13.955Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-01T06:37:13.955Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-01T06:37:13.955Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-01T06:37:13.955Z] github.com/docker/docker/daemon/images [2022-03-01T06:37:13.955Z] github.com/docker/docker/daemon/initlayer [2022-03-01T06:37:13.955Z] github.com/docker/docker/daemon/links [2022-03-01T06:37:13.955Z] github.com/docker/docker/daemon/listeners [2022-03-01T06:37:13.955Z] github.com/docker/docker/daemon/logger [2022-03-01T06:37:13.955Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-01T06:37:13.955Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-01T06:37:13.955Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-01T06:37:13.955Z] github.com/docker/docker/daemon/logger/gelf [2022-03-01T06:37:13.955Z] github.com/docker/docker/daemon/logger/journald [2022-03-01T06:37:13.955Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-01T06:37:13.955Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-01T06:37:13.955Z] github.com/docker/docker/daemon/logger/local [2022-03-01T06:37:13.955Z] github.com/docker/docker/daemon/logger/logentries [2022-03-01T06:37:13.955Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-01T06:37:13.955Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-01T06:37:13.955Z] github.com/docker/docker/daemon/logger/splunk [2022-03-01T06:37:13.955Z] github.com/docker/docker/daemon/logger/syslog [2022-03-01T06:37:13.955Z] github.com/docker/docker/daemon/logger/templates [2022-03-01T06:37:13.955Z] github.com/docker/docker/daemon/names [2022-03-01T06:37:13.955Z] github.com/docker/docker/daemon/network [2022-03-01T06:37:13.955Z] github.com/docker/docker/daemon/stats [2022-03-01T06:37:13.955Z] github.com/docker/docker/distribution [2022-03-01T06:37:13.955Z] github.com/docker/docker/distribution/metadata [2022-03-01T06:37:13.955Z] github.com/docker/docker/distribution/utils [2022-03-01T06:37:13.955Z] github.com/docker/docker/distribution/xfer [2022-03-01T06:37:13.955Z] github.com/docker/docker/dockerversion [2022-03-01T06:37:13.955Z] github.com/docker/docker/errdefs [2022-03-01T06:37:13.955Z] github.com/docker/docker/image [2022-03-01T06:37:13.955Z] github.com/docker/docker/image/cache [2022-03-01T06:37:13.955Z] github.com/docker/docker/image/tarexport [2022-03-01T06:37:13.955Z] github.com/docker/docker/image/v1 [2022-03-01T06:37:13.955Z] github.com/docker/docker/internal/test/suite [2022-03-01T06:37:13.955Z] github.com/docker/docker/layer [2022-03-01T06:37:13.955Z] github.com/docker/docker/libcontainerd [2022-03-01T06:37:13.955Z] github.com/docker/docker/libcontainerd/queue [2022-03-01T06:37:13.955Z] github.com/docker/docker/libcontainerd/remote [2022-03-01T06:37:13.955Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-01T06:37:13.955Z] github.com/docker/docker/libcontainerd/types [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/bitseq [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/cluster [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/config [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/datastore [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/driverapi [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/etchosts [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/idm [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/ipam [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/iptables [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/netlabel [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/netutils [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/networkdb [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/ns [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/options [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/osl [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/portallocator [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/portmapper [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/testutils [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/types [2022-03-01T06:37:13.955Z] github.com/docker/docker/oci [2022-03-01T06:37:13.955Z] github.com/docker/docker/oci/caps [2022-03-01T06:37:13.955Z] github.com/docker/docker/opts [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/aaparser [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/archive [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/authorization [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/broadcaster [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/capabilities [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/chrootarchive [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/containerfs [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/devicemapper [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/directory [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/dmesg [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/filenotify [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/fileutils [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/fsutils [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/homedir [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/idtools [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/ioutils [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/jsonmessage [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/locker [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/longpath [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/loopback [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/mount [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/namesgenerator [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/parsers [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/pidfile [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/platform [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/plugingetter [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/plugins [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/plugins/transport [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/pools [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/progress [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/pubsub [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/reexec [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/signal [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/stack [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/stdcopy [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/streamformatter [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/stringid [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/symlink [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/sysinfo [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/system [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/tailfile [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/tarsum [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/term [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/term/windows [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/truncindex [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/urlutil [2022-03-01T06:37:13.955Z] github.com/docker/docker/pkg/useragent [2022-03-01T06:37:13.955Z] github.com/docker/docker/plugin [2022-03-01T06:37:13.955Z] github.com/docker/docker/plugin/executor/containerd [2022-03-01T06:37:13.955Z] github.com/docker/docker/plugin/v2 [2022-03-01T06:37:13.955Z] github.com/docker/docker/profiles/apparmor [2022-03-01T06:37:13.955Z] github.com/docker/docker/profiles/seccomp [2022-03-01T06:37:13.955Z] github.com/docker/docker/quota [2022-03-01T06:37:13.955Z] github.com/docker/docker/reference [2022-03-01T06:37:13.955Z] github.com/docker/docker/registry [2022-03-01T06:37:13.955Z] github.com/docker/docker/registry/resumable [2022-03-01T06:37:13.955Z] github.com/docker/docker/restartmanager [2022-03-01T06:37:13.955Z] github.com/docker/docker/rootless [2022-03-01T06:37:13.955Z] github.com/docker/docker/rootless/specconv [2022-03-01T06:37:13.955Z] github.com/docker/docker/runconfig [2022-03-01T06:37:13.955Z] github.com/docker/docker/runconfig/opts [2022-03-01T06:37:13.955Z] github.com/docker/docker/testutil [2022-03-01T06:37:13.955Z] github.com/docker/docker/testutil/daemon [2022-03-01T06:37:13.955Z] github.com/docker/docker/testutil/environment [2022-03-01T06:37:13.955Z] github.com/docker/docker/testutil/fakecontext [2022-03-01T06:37:13.955Z] github.com/docker/docker/testutil/fakegit [2022-03-01T06:37:13.955Z] github.com/docker/docker/testutil/fakestorage [2022-03-01T06:37:13.955Z] github.com/docker/docker/testutil/fixtures/load [2022-03-01T06:37:13.955Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-01T06:37:13.955Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-01T06:37:13.955Z] github.com/docker/docker/testutil/registry [2022-03-01T06:37:13.955Z] github.com/docker/docker/testutil/request [2022-03-01T06:37:13.955Z] github.com/docker/docker/volume [2022-03-01T06:37:13.955Z] github.com/docker/docker/volume/drivers [2022-03-01T06:37:13.955Z] github.com/docker/docker/volume/local [2022-03-01T06:37:13.955Z] github.com/docker/docker/volume/mounts [2022-03-01T06:37:13.955Z] github.com/docker/docker/volume/service [2022-03-01T06:37:13.955Z] github.com/docker/docker/volume/service/opts [2022-03-01T06:37:13.955Z] github.com/docker/docker/volume/testutils' [2022-03-01T06:37:13.955Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/bitseq [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/cluster [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-01T06:37:13.955Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/config [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/datastore [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/driverapi [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/etchosts [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/idm [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/ipam [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/iptables [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/netlabel [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/netutils [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/networkdb [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/ns [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/options [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/osl [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/portallocator [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/portmapper [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/testutils [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/types' [2022-03-01T06:37:13.956Z] + echo 'github.com/docker/docker/libnetwork [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/bitseq [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/cluster [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/config [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/datastore [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/driverapi [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/etchosts [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/idm [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/ipam [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/iptables [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/netlabel [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/netutils [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/networkdb [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/ns [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/options [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/osl [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/portallocator [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/portmapper [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/testutils [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/types' [2022-03-01T06:37:13.956Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-01T06:37:13.956Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-01T06:37:13.956Z] + type docker-proxy [2022-03-01T06:37:13.956Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-03-01T06:37:13.956Z] + hack/make.sh binary-proxy install-proxy [2022-03-01T06:37:13.956Z] [2022-03-01T06:37:13.956Z] Removing bundles/ [2022-03-01T06:37:13.956Z] [2022-03-01T06:37:13.956Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-03-01T06:37:13.956Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-03-01T06:37:13.956Z] GOOS="" GOARCH="" GOARM="" [2022-03-01T06:37:15.093Z] #28 36.01 Unpacking bash-completion (1:2.11-2) ... [2022-03-01T06:37:15.093Z] #28 36.24 Selecting previously unselected package apparmor. [2022-03-01T06:37:15.093Z] #28 36.25 Preparing to unpack .../11-apparmor_2.13.6-10_amd64.deb ... [2022-03-01T06:37:15.093Z] #28 36.28 Unpacking apparmor (2.13.6-10) ... [2022-03-01T06:37:15.355Z] #28 36.50 Selecting previously unselected package inetutils-ping. [2022-03-01T06:37:15.355Z] #28 36.51 Preparing to unpack .../12-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-03-01T06:37:15.355Z] #28 36.52 Unpacking inetutils-ping (2:2.0-1) ... [2022-03-01T06:37:15.616Z] #28 36.61 Selecting previously unselected package libip4tc2:amd64. [2022-03-01T06:37:15.616Z] #28 36.63 Preparing to unpack .../13-libip4tc2_1.8.7-1_amd64.deb ... [2022-03-01T06:37:15.616Z] #28 36.63 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-03-01T06:37:15.616Z] #28 36.68 Selecting previously unselected package libip6tc2:amd64. [2022-03-01T06:37:15.616Z] #28 36.69 Preparing to unpack .../14-libip6tc2_1.8.7-1_amd64.deb ... [2022-03-01T06:37:15.616Z] #28 36.70 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-03-01T06:37:15.616Z] #28 36.75 Selecting previously unselected package libnfnetlink0:amd64. [2022-03-01T06:37:15.616Z] #28 36.76 Preparing to unpack .../15-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-03-01T06:37:15.616Z] #28 36.77 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-01T06:37:15.616Z] #28 36.82 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-03-01T06:37:15.876Z] #28 36.82 Preparing to unpack .../16-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-03-01T06:37:15.876Z] #28 36.83 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-01T06:37:15.876Z] #28 36.89 Selecting previously unselected package libnftnl11:amd64. [2022-03-01T06:37:15.876Z] #28 36.89 Preparing to unpack .../17-libnftnl11_1.1.9-1_amd64.deb ... [2022-03-01T06:37:15.876Z] #28 36.90 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-03-01T06:37:15.876Z] #28 36.97 Selecting previously unselected package iptables. [2022-03-01T06:37:15.876Z] #28 36.97 Preparing to unpack .../18-iptables_1.8.7-1_amd64.deb ... [2022-03-01T06:37:15.876Z] #28 36.98 Unpacking iptables (1.8.7-1) ... [2022-03-01T06:37:16.137Z] #28 37.14 Selecting previously unselected package libonig5:amd64. [2022-03-01T06:37:16.137Z] #28 37.14 Preparing to unpack .../19-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-01T06:37:16.137Z] #28 37.15 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-01T06:37:16.137Z] #28 37.25 Selecting previously unselected package libjq1:amd64. [2022-03-01T06:37:16.137Z] #28 37.26 Preparing to unpack .../20-libjq1_1.6-2.1_amd64.deb ... [2022-03-01T06:37:16.137Z] #28 37.27 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-01T06:37:16.137Z] #28 37.35 Selecting previously unselected package jq. [2022-03-01T06:37:16.396Z] #28 37.37 Preparing to unpack .../21-jq_1.6-2.1_amd64.deb ... [2022-03-01T06:37:16.396Z] #28 37.37 Unpacking jq (1.6-2.1) ... [2022-03-01T06:37:16.396Z] #28 37.44 Selecting previously unselected package libaio1:amd64. [2022-03-01T06:37:16.396Z] #28 37.44 Preparing to unpack .../22-libaio1_0.3.112-9_amd64.deb ... [2022-03-01T06:37:16.396Z] #28 37.44 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-03-01T06:37:16.396Z] #28 37.49 Selecting previously unselected package libgpm2:amd64. [2022-03-01T06:37:16.396Z] #28 37.50 Preparing to unpack .../23-libgpm2_1.20.7-8_amd64.deb ... [2022-03-01T06:37:16.396Z] #28 37.50 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-03-01T06:37:16.396Z] #28 37.56 Selecting previously unselected package libinih1:amd64. [2022-03-01T06:37:16.396Z] #28 37.57 Preparing to unpack .../24-libinih1_53-1+b2_amd64.deb ... [2022-03-01T06:37:16.396Z] #28 37.57 Unpacking libinih1:amd64 (53-1+b2) ... [2022-03-01T06:37:16.396Z] #28 37.62 Selecting previously unselected package libnet1:amd64. [2022-03-01T06:37:16.656Z] #28 37.63 Preparing to unpack .../25-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-01T06:37:16.656Z] #28 37.64 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-01T06:37:16.656Z] #28 37.71 Selecting previously unselected package libnl-3-200:amd64. [2022-03-01T06:37:16.656Z] #28 37.71 Preparing to unpack .../26-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-01T06:37:16.656Z] #28 37.73 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-01T06:37:16.656Z] #28 37.80 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-01T06:37:16.656Z] #28 37.81 Preparing to unpack .../27-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-01T06:37:16.656Z] #28 37.81 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-01T06:37:16.656Z] #28 37.86 Selecting previously unselected package net-tools. [2022-03-01T06:37:16.657Z] #28 37.87 Preparing to unpack .../28-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-03-01T06:37:16.657Z] #28 37.87 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-03-01T06:37:16.917Z] #28 37.98 Selecting previously unselected package python-pip-whl. [2022-03-01T06:37:16.917Z] #28 38.00 Preparing to unpack .../29-python-pip-whl_20.3.4-4_all.deb ... [2022-03-01T06:37:16.917Z] #28 38.00 Unpacking python-pip-whl (20.3.4-4) ... [2022-03-01T06:37:16.982Z] 4612f6d0b889: Pull complete [2022-03-01T06:37:17.176Z] #28 38.34 Selecting previously unselected package python3-lib2to3. [2022-03-01T06:37:17.176Z] #28 38.35 Preparing to unpack .../30-python3-lib2to3_3.9.2-1_all.deb ... [2022-03-01T06:37:17.176Z] #28 38.36 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-03-01T06:37:17.436Z] #28 38.43 Selecting previously unselected package python3-distutils. [2022-03-01T06:37:17.436Z] #28 38.44 Preparing to unpack .../31-python3-distutils_3.9.2-1_all.deb ... [2022-03-01T06:37:17.436Z] #28 38.45 Unpacking python3-distutils (3.9.2-1) ... [2022-03-01T06:37:17.436Z] #28 38.54 Selecting previously unselected package python3-pkg-resources. [2022-03-01T06:37:17.436Z] #28 38.55 Preparing to unpack .../32-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-01T06:37:17.436Z] #28 38.56 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-01T06:37:17.695Z] #28 38.65 Selecting previously unselected package python3-setuptools. [2022-03-01T06:37:17.695Z] #28 38.65 Preparing to unpack .../33-python3-setuptools_52.0.0-4_all.deb ... [2022-03-01T06:37:17.695Z] #28 38.66 Unpacking python3-setuptools (52.0.0-4) ... [2022-03-01T06:37:17.695Z] #28 38.83 Selecting previously unselected package python3-wheel. [2022-03-01T06:37:17.695Z] #28 38.84 Preparing to unpack .../34-python3-wheel_0.34.2-1_all.deb ... [2022-03-01T06:37:17.695Z] #28 38.86 Unpacking python3-wheel (0.34.2-1) ... [2022-03-01T06:37:17.695Z] #28 38.92 Selecting previously unselected package python3-pip. [2022-03-01T06:37:17.695Z] #28 38.92 Preparing to unpack .../35-python3-pip_20.3.4-4_all.deb ... [2022-03-01T06:37:17.954Z] #28 38.92 Unpacking python3-pip (20.3.4-4) ... [2022-03-01T06:37:17.954Z] #28 39.11 Selecting previously unselected package sudo. [2022-03-01T06:37:17.954Z] #28 39.11 Preparing to unpack .../36-sudo_1.9.5p2-3_amd64.deb ... [2022-03-01T06:37:17.954Z] #28 39.12 Unpacking sudo (1.9.5p2-3) ... [2022-03-01T06:37:18.213Z] #28 39.44 Selecting previously unselected package thin-provisioning-tools. [2022-03-01T06:37:18.213Z] #28 39.44 Preparing to unpack .../37-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-03-01T06:37:18.213Z] #28 39.45 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-03-01T06:37:18.472Z] #28 39.61 Selecting previously unselected package uidmap. [2022-03-01T06:37:18.472Z] #28 39.62 Preparing to unpack .../38-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-03-01T06:37:18.472Z] #28 39.63 Unpacking uidmap (1:4.8.1-1) ... [2022-03-01T06:37:18.472Z] #28 39.72 Selecting previously unselected package vim-runtime. [2022-03-01T06:37:18.731Z] #28 39.73 Preparing to unpack .../39-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-01T06:37:18.731Z] #28 39.76 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-03-01T06:37:18.731Z] #28 39.78 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-03-01T06:37:18.731Z] #28 39.80 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:37:20.031Z] #60 236.7 + bin/containerd-shim-runc-v1 [2022-03-01T06:37:20.510Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-03-01T06:37:20.510Z] [2022-03-01T06:37:20.510Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-03-01T06:37:20.510Z] Installing docker-proxy to /usr/local/bin/ [2022-03-01T06:37:20.510Z] [2022-03-01T06:37:20.510Z] + mkdir -p bundles [2022-03-01T06:37:20.510Z] + '[' -n 'github.com/docker/docker/api [2022-03-01T06:37:20.510Z] github.com/docker/docker/api/server [2022-03-01T06:37:20.510Z] github.com/docker/docker/api/server/backend/build [2022-03-01T06:37:20.510Z] github.com/docker/docker/api/server/httputils [2022-03-01T06:37:20.510Z] github.com/docker/docker/api/server/middleware [2022-03-01T06:37:20.510Z] github.com/docker/docker/api/server/router [2022-03-01T06:37:20.510Z] github.com/docker/docker/api/server/router/build [2022-03-01T06:37:20.510Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-01T06:37:20.510Z] github.com/docker/docker/api/server/router/container [2022-03-01T06:37:20.510Z] github.com/docker/docker/api/server/router/debug [2022-03-01T06:37:20.510Z] github.com/docker/docker/api/server/router/distribution [2022-03-01T06:37:20.510Z] github.com/docker/docker/api/server/router/grpc [2022-03-01T06:37:20.510Z] github.com/docker/docker/api/server/router/image [2022-03-01T06:37:20.510Z] github.com/docker/docker/api/server/router/network [2022-03-01T06:37:20.510Z] github.com/docker/docker/api/server/router/plugin [2022-03-01T06:37:20.510Z] github.com/docker/docker/api/server/router/session [2022-03-01T06:37:20.510Z] github.com/docker/docker/api/server/router/swarm [2022-03-01T06:37:20.510Z] github.com/docker/docker/api/server/router/system [2022-03-01T06:37:20.510Z] github.com/docker/docker/api/server/router/volume [2022-03-01T06:37:20.510Z] github.com/docker/docker/api/types [2022-03-01T06:37:20.510Z] github.com/docker/docker/api/types/backend [2022-03-01T06:37:20.510Z] github.com/docker/docker/api/types/blkiodev [2022-03-01T06:37:20.510Z] github.com/docker/docker/api/types/container [2022-03-01T06:37:20.510Z] github.com/docker/docker/api/types/events [2022-03-01T06:37:20.510Z] github.com/docker/docker/api/types/filters [2022-03-01T06:37:20.510Z] github.com/docker/docker/api/types/image [2022-03-01T06:37:20.510Z] github.com/docker/docker/api/types/mount [2022-03-01T06:37:20.510Z] github.com/docker/docker/api/types/network [2022-03-01T06:37:20.510Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-01T06:37:20.510Z] github.com/docker/docker/api/types/registry [2022-03-01T06:37:20.510Z] github.com/docker/docker/api/types/strslice [2022-03-01T06:37:20.510Z] github.com/docker/docker/api/types/swarm [2022-03-01T06:37:20.510Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-01T06:37:20.510Z] github.com/docker/docker/api/types/time [2022-03-01T06:37:20.510Z] github.com/docker/docker/api/types/versions [2022-03-01T06:37:20.510Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-01T06:37:20.510Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-01T06:37:20.510Z] github.com/docker/docker/api/types/volume [2022-03-01T06:37:20.510Z] github.com/docker/docker/builder [2022-03-01T06:37:20.510Z] github.com/docker/docker/builder/builder-next [2022-03-01T06:37:20.510Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-01T06:37:20.510Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-01T06:37:20.510Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-01T06:37:20.510Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-01T06:37:20.510Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-01T06:37:20.510Z] github.com/docker/docker/builder/builder-next/worker [2022-03-01T06:37:20.510Z] github.com/docker/docker/builder/dockerfile [2022-03-01T06:37:20.510Z] github.com/docker/docker/builder/dockerignore [2022-03-01T06:37:20.510Z] github.com/docker/docker/builder/remotecontext [2022-03-01T06:37:20.510Z] github.com/docker/docker/builder/remotecontext/git [2022-03-01T06:37:20.510Z] github.com/docker/docker/cli [2022-03-01T06:37:20.510Z] github.com/docker/docker/cli/config [2022-03-01T06:37:20.510Z] github.com/docker/docker/cli/debug [2022-03-01T06:37:20.510Z] github.com/docker/docker/client [2022-03-01T06:37:20.510Z] github.com/docker/docker/cmd/docker-proxy [2022-03-01T06:37:20.510Z] github.com/docker/docker/cmd/dockerd [2022-03-01T06:37:20.510Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-01T06:37:20.510Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-01T06:37:20.510Z] github.com/docker/docker/container [2022-03-01T06:37:20.510Z] github.com/docker/docker/container/stream [2022-03-01T06:37:20.510Z] github.com/docker/docker/contrib/apparmor [2022-03-01T06:37:20.510Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-01T06:37:20.510Z] github.com/docker/docker/contrib/httpserver [2022-03-01T06:37:20.510Z] github.com/docker/docker/daemon [2022-03-01T06:37:20.511Z] github.com/docker/docker/daemon/cluster [2022-03-01T06:37:20.511Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-01T06:37:20.511Z] github.com/docker/docker/daemon/cluster/convert [2022-03-01T06:37:20.511Z] github.com/docker/docker/daemon/cluster/executor [2022-03-01T06:37:20.511Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-01T06:37:20.511Z] github.com/docker/docker/daemon/cluster/provider [2022-03-01T06:37:20.511Z] github.com/docker/docker/daemon/config [2022-03-01T06:37:20.511Z] github.com/docker/docker/daemon/events [2022-03-01T06:37:20.511Z] github.com/docker/docker/daemon/events/testutils [2022-03-01T06:37:20.511Z] github.com/docker/docker/daemon/exec [2022-03-01T06:37:20.511Z] github.com/docker/docker/daemon/graphdriver [2022-03-01T06:37:20.511Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-01T06:37:20.511Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-01T06:37:20.511Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-01T06:37:20.511Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-01T06:37:20.511Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-01T06:37:20.511Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-01T06:37:20.511Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-01T06:37:20.511Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-01T06:37:20.511Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-01T06:37:20.511Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-01T06:37:20.511Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-01T06:37:20.511Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-01T06:37:20.511Z] github.com/docker/docker/daemon/images [2022-03-01T06:37:20.511Z] github.com/docker/docker/daemon/initlayer [2022-03-01T06:37:20.511Z] github.com/docker/docker/daemon/links [2022-03-01T06:37:20.511Z] github.com/docker/docker/daemon/listeners [2022-03-01T06:37:20.511Z] github.com/docker/docker/daemon/logger [2022-03-01T06:37:20.511Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-01T06:37:20.511Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-01T06:37:20.511Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-01T06:37:20.511Z] github.com/docker/docker/daemon/logger/gelf [2022-03-01T06:37:20.511Z] github.com/docker/docker/daemon/logger/journald [2022-03-01T06:37:20.511Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-01T06:37:20.511Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-01T06:37:20.511Z] github.com/docker/docker/daemon/logger/local [2022-03-01T06:37:20.511Z] github.com/docker/docker/daemon/logger/logentries [2022-03-01T06:37:20.511Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-01T06:37:20.511Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-01T06:37:20.511Z] github.com/docker/docker/daemon/logger/splunk [2022-03-01T06:37:20.511Z] github.com/docker/docker/daemon/logger/syslog [2022-03-01T06:37:20.511Z] github.com/docker/docker/daemon/logger/templates [2022-03-01T06:37:20.511Z] github.com/docker/docker/daemon/names [2022-03-01T06:37:20.511Z] github.com/docker/docker/daemon/network [2022-03-01T06:37:20.511Z] github.com/docker/docker/daemon/stats [2022-03-01T06:37:20.511Z] github.com/docker/docker/distribution [2022-03-01T06:37:20.511Z] github.com/docker/docker/distribution/metadata [2022-03-01T06:37:20.511Z] github.com/docker/docker/distribution/utils [2022-03-01T06:37:20.511Z] github.com/docker/docker/distribution/xfer [2022-03-01T06:37:20.511Z] github.com/docker/docker/dockerversion [2022-03-01T06:37:20.511Z] github.com/docker/docker/errdefs [2022-03-01T06:37:20.511Z] github.com/docker/docker/image [2022-03-01T06:37:20.511Z] github.com/docker/docker/image/cache [2022-03-01T06:37:20.511Z] github.com/docker/docker/image/tarexport [2022-03-01T06:37:20.511Z] github.com/docker/docker/image/v1 [2022-03-01T06:37:20.511Z] github.com/docker/docker/internal/test/suite [2022-03-01T06:37:20.511Z] github.com/docker/docker/layer [2022-03-01T06:37:20.511Z] github.com/docker/docker/libcontainerd [2022-03-01T06:37:20.511Z] github.com/docker/docker/libcontainerd/queue [2022-03-01T06:37:20.511Z] github.com/docker/docker/libcontainerd/remote [2022-03-01T06:37:20.511Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-01T06:37:20.511Z] github.com/docker/docker/libcontainerd/types [2022-03-01T06:37:20.511Z] github.com/docker/docker/oci [2022-03-01T06:37:20.511Z] github.com/docker/docker/oci/caps [2022-03-01T06:37:20.511Z] github.com/docker/docker/opts [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/aaparser [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/archive [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/authorization [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/broadcaster [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/capabilities [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/chrootarchive [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/containerfs [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/devicemapper [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/directory [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/dmesg [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/filenotify [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/fileutils [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/fsutils [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/homedir [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/idtools [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/ioutils [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/jsonmessage [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/locker [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/longpath [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/loopback [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/mount [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/namesgenerator [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/parsers [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/pidfile [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/platform [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/plugingetter [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/plugins [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/plugins/transport [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/pools [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/progress [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/pubsub [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/reexec [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/signal [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/stack [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/stdcopy [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/streamformatter [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/stringid [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/symlink [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/sysinfo [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/system [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/tailfile [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/tarsum [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/term [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/term/windows [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/truncindex [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/urlutil [2022-03-01T06:37:20.511Z] github.com/docker/docker/pkg/useragent [2022-03-01T06:37:20.511Z] github.com/docker/docker/plugin [2022-03-01T06:37:20.511Z] github.com/docker/docker/plugin/executor/containerd [2022-03-01T06:37:20.511Z] github.com/docker/docker/plugin/v2 [2022-03-01T06:37:20.511Z] github.com/docker/docker/profiles/apparmor [2022-03-01T06:37:20.511Z] github.com/docker/docker/profiles/seccomp [2022-03-01T06:37:20.511Z] github.com/docker/docker/quota [2022-03-01T06:37:20.511Z] github.com/docker/docker/reference [2022-03-01T06:37:20.511Z] github.com/docker/docker/registry [2022-03-01T06:37:20.511Z] github.com/docker/docker/registry/resumable [2022-03-01T06:37:20.511Z] github.com/docker/docker/restartmanager [2022-03-01T06:37:20.511Z] github.com/docker/docker/rootless [2022-03-01T06:37:20.511Z] github.com/docker/docker/rootless/specconv [2022-03-01T06:37:20.511Z] github.com/docker/docker/runconfig [2022-03-01T06:37:20.511Z] github.com/docker/docker/runconfig/opts [2022-03-01T06:37:20.511Z] github.com/docker/docker/testutil [2022-03-01T06:37:20.511Z] github.com/docker/docker/testutil/daemon [2022-03-01T06:37:20.511Z] github.com/docker/docker/testutil/environment [2022-03-01T06:37:20.511Z] github.com/docker/docker/testutil/fakecontext [2022-03-01T06:37:20.511Z] github.com/docker/docker/testutil/fakegit [2022-03-01T06:37:20.511Z] github.com/docker/docker/testutil/fakestorage [2022-03-01T06:37:20.511Z] github.com/docker/docker/testutil/fixtures/load [2022-03-01T06:37:20.511Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-01T06:37:20.511Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-01T06:37:20.511Z] github.com/docker/docker/testutil/registry [2022-03-01T06:37:20.511Z] github.com/docker/docker/testutil/request [2022-03-01T06:37:20.511Z] github.com/docker/docker/volume [2022-03-01T06:37:20.511Z] github.com/docker/docker/volume/drivers [2022-03-01T06:37:20.511Z] github.com/docker/docker/volume/local [2022-03-01T06:37:20.511Z] github.com/docker/docker/volume/mounts [2022-03-01T06:37:20.511Z] github.com/docker/docker/volume/service [2022-03-01T06:37:20.511Z] github.com/docker/docker/volume/service/opts [2022-03-01T06:37:20.511Z] github.com/docker/docker/volume/testutils' ']' [2022-03-01T06:37:20.511Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m 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/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/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles 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/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/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy 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/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs 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/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/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/dmesg github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils 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/loopback github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator 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/stack 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/apparmor 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/rootless/specconv 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 [2022-03-01T06:37:20.511Z] ? github.com/docker/docker/api [no test files] [2022-03-01T06:37:20.636Z] #28 41.50 Selecting previously unselected package vim. [2022-03-01T06:37:20.636Z] #28 41.50 Preparing to unpack .../40-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-01T06:37:20.636Z] #28 41.52 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:37:20.636Z] #28 41.84 Selecting previously unselected package xfsprogs. [2022-03-01T06:37:20.636Z] #28 41.85 Preparing to unpack .../41-xfsprogs_5.10.0-4_amd64.deb ... [2022-03-01T06:37:20.636Z] #28 41.85 Unpacking xfsprogs (5.10.0-4) ... [2022-03-01T06:37:21.205Z] #28 42.16 Selecting previously unselected package zip. [2022-03-01T06:37:21.205Z] #28 42.17 Preparing to unpack .../42-zip_3.0-12_amd64.deb ... [2022-03-01T06:37:21.205Z] #28 42.18 Unpacking zip (3.0-12) ... [2022-03-01T06:37:21.205Z] #28 42.28 Selecting previously unselected package zstd. [2022-03-01T06:37:21.205Z] #28 42.30 Preparing to unpack .../43-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-03-01T06:37:21.205Z] #28 42.30 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-03-01T06:37:21.465Z] #28 42.56 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-01T06:37:22.036Z] #28 43.15 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-03-01T06:37:22.036Z] #28 43.16 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-03-01T06:37:22.036Z] #28 43.17 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-03-01T06:37:22.036Z] #28 43.18 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-03-01T06:37:22.036Z] #28 43.20 Setting up libinih1:amd64 (53-1+b2) ... [2022-03-01T06:37:22.036Z] #28 43.21 Setting up uidmap (1:4.8.1-1) ... [2022-03-01T06:37:22.036Z] #28 43.23 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-01T06:37:22.036Z] #28 43.24 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-01T06:37:22.297Z] #28 43.26 Setting up python3-wheel (0.34.2-1) ... [2022-03-01T06:37:22.558Z] #28 43.64 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:37:22.558Z] #28 43.65 Setting up libcap2:amd64 (1:2.44-1) ... [2022-03-01T06:37:22.558Z] #28 43.67 Setting up libcap2-bin (1:2.44-1) ... [2022-03-01T06:37:22.558Z] #28 43.68 Setting up apparmor (2.13.6-10) ... [2022-03-01T06:37:23.940Z] #28 44.98 Setting up zip (3.0-12) ... [2022-03-01T06:37:23.940Z] #28 44.99 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:37:23.940Z] #28 45.03 Setting up bash-completion (1:2.11-2) ... [2022-03-01T06:37:24.254Z] #60 241.8 + bin/containerd-shim-runc-v2 [2022-03-01T06:37:24.511Z] #60 242.4 + binaries [2022-03-01T06:37:24.511Z] #60 242.4 + install -D bin/containerd /build/containerd [2022-03-01T06:37:24.511Z] #60 242.5 + install -D bin/containerd-shim /build/containerd-shim [2022-03-01T06:37:24.511Z] #60 242.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-03-01T06:37:24.511Z] #60 242.5 + install -D bin/ctr /build/ctr [2022-03-01T06:37:24.880Z] #28 46.07 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-03-01T06:37:24.881Z] #28 46.09 Setting up sudo (1.9.5p2-3) ... [2022-03-01T06:37:25.140Z] #28 46.16 invoke-rc.d: could not determine current runlevel [2022-03-01T06:37:25.140Z] #28 46.17 invoke-rc.d: policy-rc.d denied execution of start. [2022-03-01T06:37:25.140Z] #28 46.17 Setting up xfsprogs (5.10.0-4) ... [2022-03-01T06:37:25.140Z] #28 46.18 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-03-01T06:37:25.140Z] #28 46.20 Setting up inetutils-ping (2:2.0-1) ... [2022-03-01T06:37:25.140Z] #28 46.22 Setting up pigz (2.6-1) ... [2022-03-01T06:37:25.140Z] #28 46.23 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-01T06:37:25.140Z] #28 46.25 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-01T06:37:25.140Z] #28 46.27 Setting up python-pip-whl (20.3.4-4) ... [2022-03-01T06:37:25.140Z] #28 46.28 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:37:25.711Z] #28 46.74 Setting up libaio1:amd64 (0.3.112-9) ... [2022-03-01T06:37:25.711Z] #28 46.75 Setting up python3-lib2to3 (3.9.2-1) ... [2022-03-01T06:37:25.971Z] #28 46.99 Setting up libelf1:amd64 (0.183-1) ... [2022-03-01T06:37:25.971Z] #28 47.00 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-03-01T06:37:25.971Z] #28 47.02 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-01T06:37:25.971Z] #28 47.04 Setting up python3-distutils (3.9.2-1) ... [2022-03-01T06:37:26.232Z] #28 47.38 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-03-01T06:37:26.232Z] #28 47.39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-03-01T06:37:26.232Z] #28 47.40 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-03-01T06:37:26.232Z] #28 47.40 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-03-01T06:37:26.232Z] #28 47.41 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-03-01T06:37:26.232Z] #28 47.41 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-03-01T06:37:26.232Z] #28 47.42 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-03-01T06:37:26.232Z] #28 47.42 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-03-01T06:37:26.232Z] #28 47.43 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-03-01T06:37:26.232Z] #28 47.47 Setting up python3-setuptools (52.0.0-4) ... [2022-03-01T06:37:27.030Z] #60 DONE 244.9s [2022-03-01T06:37:27.172Z] #28 48.26 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-01T06:37:27.172Z] #28 48.27 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-03-01T06:37:27.172Z] #28 48.28 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-03-01T06:37:27.172Z] #28 48.29 Setting up python3-pip (20.3.4-4) ... [2022-03-01T06:37:27.961Z] [2022-03-01T06:37:27.962Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-01T06:37:27.962Z] #61 sha256:4f465ad7809db674ce1d2f10c54309784e9365e5cab661e045ed7efa9a17e5b3 [2022-03-01T06:37:28.003Z] #28 48.97 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-01T06:37:28.003Z] #28 48.99 Setting up jq (1.6-2.1) ... [2022-03-01T06:37:28.003Z] #28 49.00 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-03-01T06:37:28.003Z] #28 49.01 Setting up iptables (1.8.7-1) ... [2022-03-01T06:37:28.003Z] #28 49.03 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-01T06:37:28.003Z] #28 49.04 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-01T06:37:28.003Z] #28 49.05 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-01T06:37:28.003Z] #28 49.06 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-01T06:37:28.003Z] #28 49.06 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-03-01T06:37:28.003Z] #28 49.07 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-03-01T06:37:28.003Z] #28 49.08 Setting up iproute2 (5.10.0-4) ... [2022-03-01T06:37:28.263Z] #28 49.33 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-01T06:37:28.489Z] #60 225.7 # github.com/containerd/containerd/cmd/containerd [2022-03-01T06:37:28.489Z] #60 225.7 /usr/bin/ld: /tmp/go-link-765936604/000019.o: in function `New': [2022-03-01T06:37:28.489Z] #60 225.7 /tmp/tmp.ENCm5QOyrc/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-03-01T06:37:28.489Z] #60 225.8 + bin/containerd-stress [2022-03-01T06:37:28.831Z] #28 DONE 50.0s [2022-03-01T06:37:28.831Z] [2022-03-01T06:37:28.831Z] #29 [dev-systemd-false 8/24] 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 [2022-03-01T06:37:28.831Z] #29 sha256:315d559997ae91c4a27f947e432ea5cf940cf59408c6ab7f65718dced7c2ab81 [2022-03-01T06:37:28.890Z] #61 DONE 0.8s [2022-03-01T06:37:28.890Z] [2022-03-01T06:37:28.890Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-01T06:37:28.890Z] #66 sha256:10e55f7f6165355784814b03c92189703fa096659040cdf0f28c133fd8a07b6b [2022-03-01T06:37:29.146Z] #66 DONE 0.2s [2022-03-01T06:37:29.146Z] [2022-03-01T06:37:29.146Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-01T06:37:29.146Z] #71 sha256:9982d4c0dfdb2e8823bf9c1dd7d9e89a2ef2d2988e1d5296ceef5d59d35659b0 [2022-03-01T06:37:29.417Z] #60 226.8 + bin/containerd-shim [2022-03-01T06:37:29.771Z] #29 0.818 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-03-01T06:37:29.771Z] #29 0.823 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-03-01T06:37:29.771Z] #29 0.827 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-03-01T06:37:29.771Z] #29 DONE 0.9s [2022-03-01T06:37:29.771Z] [2022-03-01T06:37:29.771Z] #30 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-01T06:37:29.771Z] #30 sha256:34c1321b277d6ef1e3e6f98b1cd717cf03a98f1b783cfec9bf4480e165984ef8 [2022-03-01T06:37:30.072Z] #71 DONE 1.0s [2022-03-01T06:37:30.072Z] [2022-03-01T06:37:30.072Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-01T06:37:30.072Z] #72 sha256:36253089607d4c96072c50eca4bd3a998d0a315d2048163b8fd46e9625a34bdd [2022-03-01T06:37:30.072Z] #72 DONE 0.0s [2022-03-01T06:37:30.072Z] [2022-03-01T06:37:30.072Z] #73 [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 [2022-03-01T06:37:30.072Z] #73 sha256:ada69579e5baa9e28c50f6f658f0814bd5f53f297b9a56a2292013aefea7a657 [2022-03-01T06:37:30.998Z] #73 0.783 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-03-01T06:37:30.998Z] #73 0.953 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-03-01T06:37:31.254Z] #73 1.192 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-03-01T06:37:31.817Z] #73 1.271 Reading package lists... [2022-03-01T06:37:32.382Z] #73 1.779 Reading package lists... [2022-03-01T06:37:32.382Z] #73 2.282 Building dependency tree... [2022-03-01T06:37:32.450Z] #60 233.5 # github.com/containerd/containerd/cmd/containerd [2022-03-01T06:37:32.450Z] #60 233.5 /usr/bin/ld: /tmp/go-link-3175021346/000019.o: in function `New': [2022-03-01T06:37:32.450Z] #60 233.5 /tmp/tmp.nPKyqb74qL/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-03-01T06:37:32.450Z] #60 233.6 + bin/containerd-stress [2022-03-01T06:37:32.638Z] #73 2.389 Reading state information... [2022-03-01T06:37:32.638Z] #73 2.505 The following additional packages will be installed: [2022-03-01T06:37:32.638Z] #73 2.506 libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 libkmod2 libpam-systemd [2022-03-01T06:37:32.638Z] #73 2.506 systemd-timesyncd [2022-03-01T06:37:32.638Z] #73 2.507 Suggested packages: [2022-03-01T06:37:32.638Z] #73 2.507 systemd-container policykit-1 [2022-03-01T06:37:32.638Z] #73 2.507 Recommended packages: [2022-03-01T06:37:32.638Z] #73 2.507 libnss-systemd [2022-03-01T06:37:32.638Z] #73 2.584 The following NEW packages will be installed: [2022-03-01T06:37:32.639Z] #73 2.584 dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 [2022-03-01T06:37:32.639Z] #73 2.585 libkmod2 libpam-systemd systemd systemd-sysv systemd-timesyncd [2022-03-01T06:37:32.701Z] ok github.com/docker/docker/api/server 0.003s coverage: 9.0% of statements [2022-03-01T06:37:32.895Z] #73 2.852 0 upgraded, 11 newly installed, 0 to remove and 3 not upgraded. [2022-03-01T06:37:32.895Z] #73 2.852 Need to get 5941 kB of archives. [2022-03-01T06:37:32.895Z] #73 2.852 After this operation, 19.5 MB of additional disk space will be used. [2022-03-01T06:37:32.895Z] #73 2.852 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] [2022-03-01T06:37:32.895Z] #73 2.856 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB] [2022-03-01T06:37:32.895Z] #73 2.858 Get:3 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 libcryptsetup12 amd64 2:2.3.7-1+deb11u1 [248 kB] [2022-03-01T06:37:32.895Z] #73 2.861 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB] [2022-03-01T06:37:32.895Z] #73 2.862 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-timesyncd amd64 247.3-6 [131 kB] [2022-03-01T06:37:32.895Z] #73 2.863 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-6 [4495 kB] [2022-03-01T06:37:32.895Z] #73 2.956 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-6 [113 kB] [2022-03-01T06:37:33.152Z] #73 3.047 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.20-2 [219 kB] [2022-03-01T06:37:33.396Z] #60 234.6 + bin/containerd-shim [2022-03-01T06:37:33.408Z] #73 3.176 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.20-2 [239 kB] [2022-03-01T06:37:33.408Z] #73 3.178 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-6 [282 kB] [2022-03-01T06:37:33.408Z] #73 3.181 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus-user-session amd64 1.12.20-2 [96.2 kB] [2022-03-01T06:37:33.408Z] #73 3.379 debconf: delaying package configuration, since apt-utils is not installed [2022-03-01T06:37:33.409Z] #73 3.410 Fetched 5941 kB in 1s (10.0 MB/s) [2022-03-01T06:37:33.409Z] #73 3.433 Selecting previously unselected package libargon2-1:amd64. [2022-03-01T06:37:33.409Z] #73 3.433 (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 ... 28622 files and directories currently installed.) [2022-03-01T06:37:33.409Z] #73 3.448 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ... [2022-03-01T06:37:33.409Z] #73 3.454 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... [2022-03-01T06:37:33.409Z] #73 3.486 Selecting previously unselected package libjson-c5:amd64. [2022-03-01T06:37:33.666Z] #73 3.488 Preparing to unpack .../1-libjson-c5_0.15-2_amd64.deb ... [2022-03-01T06:37:33.666Z] #73 3.492 Unpacking libjson-c5:amd64 (0.15-2) ... [2022-03-01T06:37:33.666Z] #73 3.528 Selecting previously unselected package libcryptsetup12:amd64. [2022-03-01T06:37:33.666Z] #73 3.530 Preparing to unpack .../2-libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ... [2022-03-01T06:37:33.666Z] #73 3.534 Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2022-03-01T06:37:33.666Z] #73 3.584 Selecting previously unselected package libkmod2:amd64. [2022-03-01T06:37:33.666Z] #73 3.587 Preparing to unpack .../3-libkmod2_28-1_amd64.deb ... [2022-03-01T06:37:33.666Z] #73 3.591 Unpacking libkmod2:amd64 (28-1) ... [2022-03-01T06:37:33.666Z] #73 3.628 Selecting previously unselected package systemd-timesyncd. [2022-03-01T06:37:33.666Z] #73 3.631 Preparing to unpack .../4-systemd-timesyncd_247.3-6_amd64.deb ... [2022-03-01T06:37:33.666Z] #73 3.634 Unpacking systemd-timesyncd (247.3-6) ... [2022-03-01T06:37:33.666Z] #73 3.683 Selecting previously unselected package systemd. [2022-03-01T06:37:33.666Z] #73 3.686 Preparing to unpack .../5-systemd_247.3-6_amd64.deb ... [2022-03-01T06:37:33.666Z] #73 3.719 Unpacking systemd (247.3-6) ... [2022-03-01T06:37:34.230Z] #73 4.232 Setting up libargon2-1:amd64 (0~20171227-0.2) ... [2022-03-01T06:37:34.230Z] #73 4.242 Setting up libjson-c5:amd64 (0.15-2) ... [2022-03-01T06:37:34.230Z] #73 4.253 Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ... [2022-03-01T06:37:34.230Z] #73 4.262 Setting up libkmod2:amd64 (28-1) ... [2022-03-01T06:37:34.230Z] #73 4.272 Setting up systemd (247.3-6) ... [2022-03-01T06:37:34.488Z] #73 4.307 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2022-03-01T06:37:34.488Z] #73 4.309 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2022-03-01T06:37:34.488Z] #73 4.312 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2022-03-01T06:37:34.745Z] #73 4.616 Setting up systemd-timesyncd (247.3-6) ... [2022-03-01T06:37:35.002Z] #73 4.821 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. [2022-03-01T06:37:35.002Z] #73 4.821 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. [2022-03-01T06:37:35.002Z] #73 4.888 Selecting previously unselected package systemd-sysv. [2022-03-01T06:37:35.002Z] #73 4.888 (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 ... 29450 files and directories currently installed.) [2022-03-01T06:37:35.002Z] #73 4.903 Preparing to unpack .../systemd-sysv_247.3-6_amd64.deb ... [2022-03-01T06:37:35.002Z] #73 4.907 Unpacking systemd-sysv (247.3-6) ... [2022-03-01T06:37:35.002Z] #73 4.949 Selecting previously unselected package libdbus-1-3:amd64. [2022-03-01T06:37:35.002Z] #73 4.952 Preparing to unpack .../libdbus-1-3_1.12.20-2_amd64.deb ... [2022-03-01T06:37:35.002Z] #73 4.955 Unpacking libdbus-1-3:amd64 (1.12.20-2) ... [2022-03-01T06:37:35.002Z] #73 5.008 Selecting previously unselected package dbus. [2022-03-01T06:37:35.259Z] #73 5.011 Preparing to unpack .../dbus_1.12.20-2_amd64.deb ... [2022-03-01T06:37:35.259Z] #73 5.020 Unpacking dbus (1.12.20-2) ... [2022-03-01T06:37:35.259Z] #73 5.073 Selecting previously unselected package libpam-systemd:amd64. [2022-03-01T06:37:35.259Z] #73 5.076 Preparing to unpack .../libpam-systemd_247.3-6_amd64.deb ... [2022-03-01T06:37:35.259Z] #73 5.079 Unpacking libpam-systemd:amd64 (247.3-6) ... [2022-03-01T06:37:35.259Z] #73 5.126 Selecting previously unselected package dbus-user-session. [2022-03-01T06:37:35.259Z] #73 5.129 Preparing to unpack .../dbus-user-session_1.12.20-2_amd64.deb ... [2022-03-01T06:37:35.259Z] #73 5.133 Unpacking dbus-user-session (1.12.20-2) ... [2022-03-01T06:37:35.259Z] #73 5.204 Setting up systemd-sysv (247.3-6) ... [2022-03-01T06:37:35.259Z] #73 5.216 Setting up libdbus-1-3:amd64 (1.12.20-2) ... [2022-03-01T06:37:35.259Z] #73 5.225 Setting up dbus (1.12.20-2) ... [2022-03-01T06:37:35.516Z] #73 5.332 invoke-rc.d: could not determine current runlevel [2022-03-01T06:37:35.516Z] #73 5.335 invoke-rc.d: policy-rc.d denied execution of start. [2022-03-01T06:37:35.516Z] #73 5.339 Setting up libpam-systemd:amd64 (247.3-6) ... [2022-03-01T06:37:35.516Z] #73 5.479 Setting up dbus-user-session (1.12.20-2) ... [2022-03-01T06:37:35.516Z] #73 5.491 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-01T06:37:35.773Z] #73 DONE 5.6s [2022-03-01T06:37:35.773Z] [2022-03-01T06:37:35.773Z] #74 [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 [2022-03-01T06:37:35.773Z] #74 sha256:4f9c1a98c7734529e88651bbc0a36abf9a9398997d301245fbd11d142de17995 [2022-03-01T06:37:36.336Z] #74 0.462 % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-01T06:37:36.336Z] #74 0.463 Dload Upload Total Spent Left Speed [2022-03-01T06:37:36.593Z] #74 0.465 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1823 100 1823 0 0 5787 0 --:--:-- --:--:-- --:--:-- 5787 [2022-03-01T06:37:36.593Z] #74 DONE 0.8s [2022-03-01T06:37:36.593Z] [2022-03-01T06:37:36.593Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-01T06:37:36.593Z] #75 sha256:083bc49ac7364bb82a5034859a2ecef75eeb5098b0207acf5cfb69b30e9cc53c [2022-03-01T06:37:37.510Z] #60 234.0 + bin/containerd-shim-runc-v1 [2022-03-01T06:37:37.525Z] #75 DONE 1.0s [2022-03-01T06:37:37.525Z] [2022-03-01T06:37:37.525Z] #76 exporting to image [2022-03-01T06:37:37.525Z] #76 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-01T06:37:37.525Z] #76 exporting layers [2022-03-01T06:37:37.896Z] #30 7.538 Collecting yamllint==1.26.1 [2022-03-01T06:37:38.466Z] #30 8.597 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-03-01T06:37:39.037Z] #30 9.288 Collecting pathspec>=0.5.3 [2022-03-01T06:37:39.037Z] #30 9.293 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-03-01T06:37:39.299Z] #30 9.514 Collecting pyyaml [2022-03-01T06:37:39.300Z] #30 9.528 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB) [2022-03-01T06:37:39.300Z] #30 9.561 Building wheels for collected packages: yamllint [2022-03-01T06:37:39.559Z] #30 9.562 Building wheel for yamllint (setup.py): started [2022-03-01T06:37:39.819Z] #30 10.10 Building wheel for yamllint (setup.py): finished with status 'done' [2022-03-01T06:37:39.819Z] #30 10.10 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=61b5fdb63fbee0a53d1732891f307cca1d46fb677e2b0d2ee4e27f45fb029dbb [2022-03-01T06:37:39.819Z] #30 10.10 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-03-01T06:37:39.819Z] #30 10.11 Successfully built yamllint [2022-03-01T06:37:39.819Z] #30 10.12 Installing collected packages: pyyaml, pathspec, yamllint [2022-03-01T06:37:40.077Z] #30 10.36 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-03-01T06:37:40.385Z] #30 DONE 10.7s [2022-03-01T06:37:40.385Z] [2022-03-01T06:37:40.385Z] #34 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-01T06:37:40.385Z] #34 sha256:c550f4ab9686b569a4793789b2ef82274fc83d057d007ebd5cb9370fedad3dcf [2022-03-01T06:37:40.645Z] #34 DONE 0.3s [2022-03-01T06:37:40.645Z] [2022-03-01T06:37:40.645Z] #63 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-01T06:37:40.645Z] #63 sha256:71cd11de1fb685e850a632df9c4a6bc79b42070b2c3cfe49d30adc0873ec6ed7 [2022-03-01T06:37:40.908Z] #63 ... [2022-03-01T06:37:40.908Z] [2022-03-01T06:37:40.908Z] #39 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-01T06:37:40.908Z] #39 sha256:0af5ff8cedb2431f1ae8a3453cf64ee022616ce231d4558cfaadd5405ce01177 [2022-03-01T06:37:40.908Z] #39 DONE 0.3s [2022-03-01T06:37:40.908Z] [2022-03-01T06:37:40.908Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-01T06:37:40.908Z] #67 sha256:f6da856523dda5eff2cbb7bf53e60f0782a56f4e8ca14b07af6c05fbf9e12686 [2022-03-01T06:37:41.167Z] #67 ... [2022-03-01T06:37:41.167Z] [2022-03-01T06:37:41.167Z] #42 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-01T06:37:41.167Z] #42 sha256:dede92b66c33e6f68d1013eca1c89b8f8f115a2223f0f45d274d83bad8c5532c [2022-03-01T06:37:41.167Z] #42 DONE 0.1s [2022-03-01T06:37:41.167Z] [2022-03-01T06:37:41.167Z] #44 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-01T06:37:41.167Z] #44 sha256:e59ba533580ad0b0abbb1efbfbbfdafea57e1c5772a486abd12e8f28a4081598 [2022-03-01T06:37:41.167Z] #44 DONE 0.1s [2022-03-01T06:37:41.167Z] [2022-03-01T06:37:41.167Z] #48 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-01T06:37:41.167Z] #48 sha256:739700a8d03c51022ce639569a3f1c943bbc098bc4da62b86193c6eb3833488a [2022-03-01T06:37:41.167Z] #48 DONE 0.1s [2022-03-01T06:37:41.167Z] [2022-03-01T06:37:41.167Z] #63 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-01T06:37:41.167Z] #63 sha256:71cd11de1fb685e850a632df9c4a6bc79b42070b2c3cfe49d30adc0873ec6ed7 [2022-03-01T06:37:41.425Z] #63 ... [2022-03-01T06:37:41.425Z] [2022-03-01T06:37:41.425Z] #51 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-01T06:37:41.425Z] #51 sha256:29141ef1711c7b6a0fcb131b2d7c3b6dbede6db525ba1908a4c05b0a8cc8b769 [2022-03-01T06:37:41.425Z] #51 DONE 0.2s [2022-03-01T06:37:41.425Z] [2022-03-01T06:37:41.425Z] #55 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-01T06:37:41.425Z] #55 sha256:eda5d56b9eb4da10d4763cd8648b50eb218a9be9f04d03825fb12784d6cb5bba [2022-03-01T06:37:41.425Z] #55 DONE 0.1s [2022-03-01T06:37:41.425Z] [2022-03-01T06:37:41.425Z] #63 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-01T06:37:41.425Z] #63 sha256:71cd11de1fb685e850a632df9c4a6bc79b42070b2c3cfe49d30adc0873ec6ed7 [2022-03-01T06:37:41.541Z] #60 242.0 + bin/containerd-shim-runc-v1 [2022-03-01T06:37:41.683Z] #63 ... [2022-03-01T06:37:41.684Z] [2022-03-01T06:37:41.684Z] #57 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-01T06:37:41.684Z] #57 sha256:f34a8de3bbad8cb8369519e00b18fcb4c5e3c301572234531cdb26b4ee3e8c53 [2022-03-01T06:37:41.684Z] #57 DONE 0.1s [2022-03-01T06:37:41.684Z] [2022-03-01T06:37:41.684Z] #59 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-01T06:37:41.684Z] #59 sha256:5f37169f7122fd71b9880236d5bc35623a7bc558f5b534949d49d99bee51b61b [2022-03-01T06:37:41.691Z] #60 239.1 + bin/containerd-shim-runc-v2 [2022-03-01T06:37:41.943Z] #59 DONE 0.2s [2022-03-01T06:37:41.943Z] [2022-03-01T06:37:41.943Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-01T06:37:41.943Z] #67 sha256:f6da856523dda5eff2cbb7bf53e60f0782a56f4e8ca14b07af6c05fbf9e12686 [2022-03-01T06:37:41.943Z] #67 ... [2022-03-01T06:37:41.943Z] [2022-03-01T06:37:41.943Z] #61 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-01T06:37:41.943Z] #61 sha256:3a98608e1dfcd6106b4f0f9032548fa434818926ec3a548d95d9beff3d03abe7 [2022-03-01T06:37:41.943Z] #61 DONE 0.1s [2022-03-01T06:37:42.201Z] [2022-03-01T06:37:42.201Z] #63 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-03-01T06:37:42.201Z] #63 sha256:71cd11de1fb685e850a632df9c4a6bc79b42070b2c3cfe49d30adc0873ec6ed7 [2022-03-01T06:37:42.252Z] #60 239.7 + binaries [2022-03-01T06:37:42.253Z] #60 239.7 + install -D bin/containerd /build/containerd [2022-03-01T06:37:42.253Z] #60 239.7 + install -D bin/containerd-shim /build/containerd-shim [2022-03-01T06:37:42.253Z] #60 239.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-03-01T06:37:42.253Z] #60 239.7 + install -D bin/ctr /build/ctr [2022-03-01T06:37:44.068Z] #76 exporting layers 6.1s done [2022-03-01T06:37:44.068Z] #76 writing image sha256:a7bf54f0031751d10ea30f5ad31e76af0d65e41b44f6ab66f88d860d993e127a done [2022-03-01T06:37:44.068Z] #76 naming to docker.io/library/docker:9efa8b3500f43524d705cd703dac5ea5944b8ef6 done [2022-03-01T06:37:44.068Z] #76 DONE 6.2s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-01T06:37:44.459Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43303/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=9efa8b3500f43524d705cd703dac5ea5944b8ef6 -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:9efa8b3500f43524d705cd703dac5ea5944b8ef6 hack/make.sh dynbinary test-integration [2022-03-01T06:37:44.773Z] #60 DONE 241.8s [2022-03-01T06:37:45.705Z] [2022-03-01T06:37:45.705Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-01T06:37:45.705Z] #61 sha256:936dff129b99d8d2f6da6df69158f8c0093cb20e643472a8b20ac6323a44adb4 [2022-03-01T06:37:45.876Z] #60 247.2 + bin/containerd-shim-runc-v2 [2022-03-01T06:37:45.961Z] #61 DONE 0.7s [2022-03-01T06:37:46.218Z] [2022-03-01T06:37:46.218Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-01T06:37:46.218Z] #66 sha256:a5b1d70c0cd1da882fe33a9c9d5b9b7afecfb8413816873389a674cff2edde3d [2022-03-01T06:37:46.352Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2022-03-01T06:37:46.352Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2022-03-01T06:37:46.352Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2022-03-01T06:37:46.352Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2022-03-01T06:37:46.352Z] systemd 247.3-6 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified) [2022-03-01T06:37:46.352Z] Detected virtualization docker. [2022-03-01T06:37:46.352Z] Detected architecture x86-64. [2022-03-01T06:37:46.352Z] Set hostname to <666e3cb50107>. [2022-03-01T06:37:46.352Z] modprobe@configfs.service: Succeeded. [2022-03-01T06:37:46.352Z] modprobe@drm.service: Succeeded. [2022-03-01T06:37:46.352Z] modprobe@fuse.service: Succeeded. [2022-03-01T06:37:46.449Z] #60 247.8 + binaries [2022-03-01T06:37:46.449Z] #60 247.8 + install -D bin/containerd /build/containerd [2022-03-01T06:37:46.449Z] #60 247.8 + install -D bin/containerd-shim /build/containerd-shim [2022-03-01T06:37:46.449Z] #60 247.8 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-03-01T06:37:46.449Z] #60 247.9 + install -D bin/ctr /build/ctr [2022-03-01T06:37:46.475Z] #66 DONE 0.2s [2022-03-01T06:37:46.475Z] [2022-03-01T06:37:46.475Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-01T06:37:46.475Z] #71 sha256:45be7ee818a026e36b400a317d18b43e1929260373e0cfb34933b85ab80cecba [2022-03-01T06:37:46.609Z] + source /etc/docker-entrypoint-cmd [2022-03-01T06:37:46.609Z] ++ hack/make.sh dynbinary test-integration [2022-03-01T06:37:46.609Z] [2022-03-01T06:37:46.609Z] Removing bundles/ [2022-03-01T06:37:46.609Z] [2022-03-01T06:37:46.609Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-01T06:37:46.609Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-01T06:37:46.609Z] GOOS="" GOARCH="" GOARM="" [2022-03-01T06:37:47.403Z] #71 DONE 0.9s [2022-03-01T06:37:47.403Z] [2022-03-01T06:37:47.403Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-01T06:37:47.404Z] #72 sha256:46f671a0677e71e1c6c9b7e75d268dbf8834bf6c691df0c78d09d00f7201fb3d [2022-03-01T06:37:47.404Z] #72 DONE 0.0s [2022-03-01T06:37:47.404Z] [2022-03-01T06:37:47.404Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-01T06:37:47.404Z] #73 sha256:9aeee0ee6408e797e615cad1c47ca0e8f416642e0b1a3926f33c4e9a1361f4ef [2022-03-01T06:37:48.781Z] #73 DONE 1.3s [2022-03-01T06:37:48.782Z] [2022-03-01T06:37:48.782Z] #74 exporting to image [2022-03-01T06:37:48.782Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-01T06:37:48.782Z] #74 exporting layers [2022-03-01T06:37:48.995Z] #60 DONE 250.0s [2022-03-01T06:37:49.574Z] [2022-03-01T06:37:49.574Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-01T06:37:49.574Z] #61 sha256:b0fa4df28abd1bd501e8eaa2559adad1d8cd467ed2723bfd83007c7622ed9c6e [2022-03-01T06:37:50.145Z] #61 DONE 0.7s [2022-03-01T06:37:50.145Z] [2022-03-01T06:37:50.145Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-01T06:37:50.145Z] #66 sha256:d48312a37afc38ec8d97a58bfc0ac24f6c55dac20a5761f110170241d00c29a1 [2022-03-01T06:37:50.406Z] #66 DONE 0.2s [2022-03-01T06:37:50.406Z] [2022-03-01T06:37:50.406Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-01T06:37:50.406Z] #71 sha256:f847653c1ed3b449489462eb1baee2dd72c7dbc4ebd99d82e18ff6a13076cd0c [2022-03-01T06:37:51.349Z] #71 DONE 0.8s [2022-03-01T06:37:51.349Z] [2022-03-01T06:37:51.349Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-01T06:37:51.349Z] #72 sha256:d26e718d5910b555102ceb8121ba97bc941ccb160cbb45a794b2e3edd1b32b63 [2022-03-01T06:37:51.349Z] #72 DONE 0.0s [2022-03-01T06:37:51.349Z] [2022-03-01T06:37:51.349Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-01T06:37:51.349Z] #73 sha256:9f2a1b3ab6044cbf46562b22618e9e07946e34649bd6c6a5e2bc12c1fe8cf05f [2022-03-01T06:37:52.289Z] #73 DONE 1.3s [2022-03-01T06:37:52.549Z] [2022-03-01T06:37:52.549Z] #74 exporting to image [2022-03-01T06:37:52.549Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-01T06:37:52.549Z] #74 exporting layers [2022-03-01T06:37:54.413Z] #63 81.43 + mkdir -p /build [2022-03-01T06:37:54.413Z] #63 81.43 + cp runc /build/runc [2022-03-01T06:37:54.672Z] #63 DONE 81.7s [2022-03-01T06:37:54.672Z] [2022-03-01T06:37:54.672Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-01T06:37:54.672Z] #67 sha256:f6da856523dda5eff2cbb7bf53e60f0782a56f4e8ca14b07af6c05fbf9e12686 [2022-03-01T06:37:55.320Z] #74 exporting layers 5.9s done [2022-03-01T06:37:55.320Z] #74 writing image sha256:adff26a0398b351ec5c74d72f748960142689b6d5b02c897a18df643859b52ea done [2022-03-01T06:37:55.320Z] #74 naming to docker.io/library/docker:9efa8b3500f43524d705cd703dac5ea5944b8ef6 done [2022-03-01T06:37:55.320Z] #74 DONE 5.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-01T06:37:55.657Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43303/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=9efa8b3500f43524d705cd703dac5ea5944b8ef6 -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:9efa8b3500f43524d705cd703dac5ea5944b8ef6 hack/make.sh dynbinary test-integration [2022-03-01T06:37:56.595Z] #67 ... [2022-03-01T06:37:56.595Z] [2022-03-01T06:37:56.595Z] #64 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-01T06:37:56.595Z] #64 sha256:28bc7f96e61876192a0e5212ff544bb05d1743d52f3f272c15625550f0027782 [2022-03-01T06:37:56.595Z] #64 DONE 0.1s [2022-03-01T06:37:56.595Z] [2022-03-01T06:37:56.595Z] #67 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-01T06:37:56.595Z] #67 sha256:f6da856523dda5eff2cbb7bf53e60f0782a56f4e8ca14b07af6c05fbf9e12686 [2022-03-01T06:37:57.027Z] [2022-03-01T06:37:57.027Z] Removing bundles/ [2022-03-01T06:37:57.027Z] [2022-03-01T06:37:57.027Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-01T06:37:57.027Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-01T06:37:57.027Z] GOOS="" GOARCH="" GOARM="" [2022-03-01T06:37:59.137Z] #74 exporting layers 6.0s done [2022-03-01T06:37:59.137Z] #74 writing image sha256:fd5991018f6162258b9d14027e19b27b8afcb68a1d60426f9686f6f9974101f3 done [2022-03-01T06:37:59.137Z] #74 naming to docker.io/library/docker:9efa8b3500f43524d705cd703dac5ea5944b8ef6 [2022-03-01T06:37:59.137Z] #74 naming to docker.io/library/docker:9efa8b3500f43524d705cd703dac5ea5944b8ef6 done [2022-03-01T06:37:59.137Z] #74 DONE 6.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2022-03-01T06:37:59.483Z] + trap exit INT TERM [2022-03-01T06:37:59.483Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2022-03-01T06:37:59.483Z] + CONTAINER_NAME=docker-pr1 [2022-03-01T06:37:59.483Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43303/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43303/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=9efa8b3500f43524d705cd703dac5ea5944b8ef6 -e DOCKER_GRAPHDRIVER docker:9efa8b3500f43524d705cd703dac5ea5944b8ef6 hack/make.sh dynbinary [2022-03-01T06:38:00.426Z] [2022-03-01T06:38:00.426Z] Removing bundles/ [2022-03-01T06:38:00.426Z] [2022-03-01T06:38:00.426Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-01T06:38:00.426Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-01T06:38:00.426Z] GOOS="" GOARCH="" GOARM="" [2022-03-01T06:38:01.872Z] #67 144.4 # github.com/containerd/containerd/cmd/containerd [2022-03-01T06:38:01.872Z] #67 144.4 /usr/bin/ld: /tmp/go-link-733779527/000019.o: in function `New': [2022-03-01T06:38:01.872Z] #67 144.4 /tmp/tmp.wLoUvLsyJ0/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-03-01T06:38:01.872Z] #67 144.4 + bin/containerd-stress [2022-03-01T06:38:02.439Z] #67 145.5 + bin/containerd-shim [2022-03-01T06:38:06.184Z] 898469748ff6: Pull complete [2022-03-01T06:38:06.184Z] Digest: sha256:720729320e08bdf14b6bc16444be6a3b74a457bd0584fee5124e6073e9f8f1cf [2022-03-01T06:38:06.184Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-01T06:38:06.184Z] mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-01T06:38:06.184Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 completed successfully [2022-03-01T06:38:06.184Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore [2022-03-01T06:38:06.184Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.524' [2022-03-01T06:38:06.184Z] INFO: Docker version of control daemon [2022-03-01T06:38:06.184Z] [2022-03-01T06:38:06.184Z] Client: [2022-03-01T06:38:06.184Z] Version: 20.10.9 [2022-03-01T06:38:06.184Z] API version: 1.41 [2022-03-01T06:38:06.184Z] Go version: go1.16.8 [2022-03-01T06:38:06.184Z] Git commit: c2ea9bc [2022-03-01T06:38:06.184Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-01T06:38:06.184Z] OS/Arch: windows/amd64 [2022-03-01T06:38:06.184Z] Context: default [2022-03-01T06:38:06.184Z] Experimental: true [2022-03-01T06:38:06.184Z] [2022-03-01T06:38:06.184Z] Server: Docker Engine - Community [2022-03-01T06:38:06.184Z] Engine: [2022-03-01T06:38:06.184Z] Version: 20.10.9 [2022-03-01T06:38:06.184Z] API version: 1.41 (minimum version 1.24) [2022-03-01T06:38:06.184Z] Go version: go1.16.8 [2022-03-01T06:38:06.184Z] Git commit: 79ea9d3 [2022-03-01T06:38:06.184Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-01T06:38:06.184Z] OS/Arch: windows/amd64 [2022-03-01T06:38:06.184Z] Experimental: true [2022-03-01T06:38:06.184Z] [2022-03-01T06:38:06.184Z] INFO: Docker info of control daemon [2022-03-01T06:38:06.184Z] [2022-03-01T06:38:06.184Z] Client: [2022-03-01T06:38:06.184Z] Context: default [2022-03-01T06:38:06.184Z] Debug Mode: false [2022-03-01T06:38:06.184Z] [2022-03-01T06:38:06.184Z] Server: [2022-03-01T06:38:06.184Z] Containers: 0 [2022-03-01T06:38:06.184Z] Running: 0 [2022-03-01T06:38:06.184Z] Paused: 0 [2022-03-01T06:38:06.184Z] Stopped: 0 [2022-03-01T06:38:06.184Z] Images: 1 [2022-03-01T06:38:06.184Z] Server Version: 20.10.9 [2022-03-01T06:38:06.184Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-01T06:38:06.184Z] Windows: [2022-03-01T06:38:06.184Z] LCOW: [2022-03-01T06:38:06.184Z] Logging Driver: json-file [2022-03-01T06:38:06.184Z] Plugins: [2022-03-01T06:38:06.184Z] Volume: local [2022-03-01T06:38:06.184Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-01T06:38:06.184Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-01T06:38:06.184Z] Swarm: inactive [2022-03-01T06:38:06.184Z] Default Isolation: process [2022-03-01T06:38:06.184Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-01T06:38:06.185Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-01T06:38:06.185Z] OSType: windows [2022-03-01T06:38:06.185Z] Architecture: x86_64 [2022-03-01T06:38:06.185Z] CPUs: 4 [2022-03-01T06:38:06.185Z] Total Memory: 32GiB [2022-03-01T06:38:06.185Z] Name: azwin-2-450240 [2022-03-01T06:38:06.185Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-03-01T06:38:06.185Z] Docker Root Dir: D:\docker [2022-03-01T06:38:06.185Z] Debug Mode: false [2022-03-01T06:38:06.185Z] Registry: https://index.docker.io/v1/ [2022-03-01T06:38:06.185Z] Labels: [2022-03-01T06:38:06.185Z] Experimental: true [2022-03-01T06:38:06.185Z] Insecure Registries: [2022-03-01T06:38:06.185Z] 10.0.0.4:5000 [2022-03-01T06:38:06.185Z] 127.0.0.0/8 [2022-03-01T06:38:06.185Z] Registry Mirrors: [2022-03-01T06:38:06.185Z] http://10.0.0.4:5000/ [2022-03-01T06:38:06.185Z] Live Restore Enabled: false [2022-03-01T06:38:06.185Z] Product License: Community Engine [2022-03-01T06:38:06.185Z] [2022-03-01T06:38:06.185Z] [2022-03-01T06:38:06.185Z] INFO: Commit hash is 9efa8b3500 [2022-03-01T06:38:06.185Z] INFO: Nuke-Everything... [2022-03-01T06:38:06.185Z] INFO: Container count on control daemon to delete is 0 [2022-03-01T06:38:06.185Z] INFO: Nuking d:\CI [2022-03-01T06:38:06.185Z] INFO: Zapped successfully [2022-03-01T06:38:06.185Z] INFO: Location for testing is d:\CI\PR-43303\1 [2022-03-01T06:38:06.185Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-03-01T06:38:06.185Z] [2022-03-01T06:38:06.185Z] [2022-03-01T06:38:06.185Z] INFO: Building the image from Dockerfile.windows at 03/01/2022 06:37:55... [2022-03-01T06:38:06.185Z] [2022-03-01T06:38:06.185Z] Sending build context to Docker daemon 62.43MB [2022-03-01T06:38:06.185Z] [2022-03-01T06:38:06.185Z] Step 1/11 : FROM microsoft/windowsservercore [2022-03-01T06:38:06.185Z] ---> bdeb13086b9f [2022-03-01T06:38:06.185Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-03-01T06:38:06.185Z] ---> Running in ee3c427e7033 [2022-03-01T06:38:06.185Z] Removing intermediate container ee3c427e7033 [2022-03-01T06:38:06.185Z] ---> 636dbd0d10e4 [2022-03-01T06:38:06.185Z] Step 3/11 : ARG GO_VERSION=1.17.7 [2022-03-01T06:38:06.185Z] ---> Running in 0a9448d097f3 [2022-03-01T06:38:06.185Z] Removing intermediate container 0a9448d097f3 [2022-03-01T06:38:06.185Z] ---> 299366c45a4a [2022-03-01T06:38:06.185Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.9 [2022-03-01T06:38:06.185Z] ---> Running in 9013f32026cd [2022-03-01T06:38:06.185Z] Removing intermediate container 9013f32026cd [2022-03-01T06:38:06.185Z] ---> 5161b265ebc4 [2022-03-01T06:38:06.185Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-03-01T06:38:06.185Z] ---> Running in cde203e1fe36 [2022-03-01T06:38:06.185Z] Removing intermediate container cde203e1fe36 [2022-03-01T06:38:06.185Z] ---> 6e4f8dd39cd6 [2022-03-01T06:38:06.185Z] Step 6/11 : ENV GO_VERSION=${GO_VERSION} CONTAINERD_VERSION=${CONTAINERD_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_VERSION=${GOTESTSUM_VERSION} [2022-03-01T06:38:06.185Z] ---> Running in fb9a57bf0060 [2022-03-01T06:38:06.185Z] Removing intermediate container fb9a57bf0060 [2022-03-01T06:38:06.185Z] ---> 62a3e99099f9 [2022-03-01T06:38:06.185Z] Step 7/11 : 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;C:\containerd\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; Write-Host INFO: Downloading containerd; Install-Package -Force 7Zip4PowerShell; $location='https://github.com/containerd/containerd/releases/download/v'+$Env:CONTAINERD_VERSION+'/containerd-'+$Env:CONTAINERD_VERSION+'-windows-amd64.tar.gz'; Download-File $location C:\containerd.tar.gz; New-Item -Path C:\containerd -ItemType Directory; Expand-7Zip C:\containerd.tar.gz C:\; Expand-7Zip C:\containerd.tar C:\containerd; Remove-Item C:\containerd.tar.gz; Remove-Item C:\containerd.tar; $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; [2022-03-01T06:38:06.185Z] ---> Running in 079f83c4e494 [2022-03-01T06:38:07.714Z] [2022-03-01T06:38:07.714Z] SUCCESS: Specified value was saved. [2022-03-01T06:38:08.675Z] INFO: Downloading git... [2022-03-01T06:38:09.335Z] 8f616e6e9eec: Pull complete [2022-03-01T06:38:10.205Z] INFO: Downloading go... [2022-03-01T06:38:10.558Z] #67 152.7 + bin/containerd-shim-runc-v1 [2022-03-01T06:38:14.755Z] #67 157.8 + bin/containerd-shim-runc-v2 [2022-03-01T06:38:15.322Z] #67 158.4 + binaries [2022-03-01T06:38:15.322Z] #67 158.4 + install -D bin/containerd /build/containerd [2022-03-01T06:38:15.322Z] #67 158.4 + install -D bin/containerd-shim /build/containerd-shim [2022-03-01T06:38:15.322Z] #67 158.4 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-03-01T06:38:15.322Z] #67 158.4 + install -D bin/ctr /build/ctr [2022-03-01T06:38:15.580Z] #67 DONE 158.8s [2022-03-01T06:38:15.968Z] INFO: Downloading compiler 1 of 3... [2022-03-01T06:38:16.928Z] INFO: Downloading compiler 2 of 3... [2022-03-01T06:38:16.957Z] [2022-03-01T06:38:16.957Z] #68 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-01T06:38:16.957Z] #68 sha256:7131d598af1723c161bef267563fcf7ea95a4e4a3278e506088391052da0bb3c [2022-03-01T06:38:16.957Z] #68 DONE 0.2s [2022-03-01T06:38:16.957Z] [2022-03-01T06:38:16.957Z] #73 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-01T06:38:16.957Z] #73 sha256:21e176254406821de8de8e19c61fc155044f1e229b87ff7a92b575799e8bdb6c [2022-03-01T06:38:16.957Z] #73 DONE 0.1s [2022-03-01T06:38:17.218Z] [2022-03-01T06:38:17.218Z] #78 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-01T06:38:17.218Z] #78 sha256:06abfcc5fb53c5f7eb391f9aa7a8f3e31b33c873213c7c549207b6c7d96a46de [2022-03-01T06:38:17.787Z] #78 DONE 0.5s [2022-03-01T06:38:17.787Z] [2022-03-01T06:38:17.787Z] #79 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-01T06:38:17.787Z] #79 sha256:e9dc7f7ba0dd0661aa31fd8b70d085b7b5178e22e8c9700611e6fd5a96a53e6c [2022-03-01T06:38:17.787Z] #79 DONE 0.0s [2022-03-01T06:38:17.787Z] [2022-03-01T06:38:17.787Z] #80 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-01T06:38:17.787Z] #80 sha256:32dfe52e48abcabf10800ad4513856328bae33b27958eea2917161b88a1618fd [2022-03-01T06:38:17.889Z] INFO: Downloading compiler 3 of 3... [2022-03-01T06:38:18.345Z] INFO: Extracting git... [2022-03-01T06:38:23.057Z] #80 DONE 4.7s [2022-03-01T06:38:23.057Z] [2022-03-01T06:38:23.057Z] #81 exporting to image [2022-03-01T06:38:23.057Z] #81 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-01T06:38:23.057Z] #81 exporting layers [2022-03-01T06:38:30.688Z] INFO: Expanding go... [2022-03-01T06:38:40.446Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-01T06:38:40.446Z] ok github.com/docker/docker/api/server/httputils 0.007s coverage: 14.7% of statements [2022-03-01T06:38:40.446Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2022-03-01T06:38:40.446Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-01T06:38:40.446Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-01T06:38:40.446Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-01T06:38:40.446Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-01T06:38:40.446Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-01T06:38:40.446Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-01T06:38:40.446Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-01T06:38:40.446Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-01T06:38:40.446Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-01T06:38:40.446Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-01T06:38:40.446Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-01T06:38:40.446Z] ok github.com/docker/docker/api/server/router/swarm 0.005s coverage: 5.7% of statements [2022-03-01T06:38:40.446Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-01T06:38:40.446Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-01T06:38:40.446Z] ? github.com/docker/docker/api/types [no test files] [2022-03-01T06:38:40.447Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-01T06:38:40.447Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-01T06:38:40.447Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-01T06:38:40.447Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-01T06:38:40.447Z] ok github.com/docker/docker/api/types/filters 0.003s coverage: 92.2% of statements [2022-03-01T06:38:40.447Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-01T06:38:40.447Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-01T06:38:40.447Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-01T06:38:40.447Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-01T06:38:40.447Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-01T06:38:40.447Z] ok github.com/docker/docker/api/types/strslice 0.001s coverage: 90.0% of statements [2022-03-01T06:38:40.447Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-01T06:38:40.447Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-01T06:38:40.447Z] ok github.com/docker/docker/api/types/time 0.004s coverage: 100.0% of statements [2022-03-01T06:38:40.447Z] ok github.com/docker/docker/api/types/versions 0.003s coverage: 77.3% of statements [2022-03-01T06:38:40.447Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-01T06:38:40.447Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-01T06:38:40.447Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-01T06:38:40.447Z] ? github.com/docker/docker/builder [no test files] [2022-03-01T06:38:40.447Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-01T06:38:40.447Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-01T06:38:40.447Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-01T06:38:40.447Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-01T06:38:40.447Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-01T06:38:40.447Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-01T06:38:40.447Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-01T06:38:40.447Z] ok github.com/docker/docker/builder/dockerfile 0.134s coverage: 49.3% of statements [2022-03-01T06:38:40.447Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-03-01T06:38:40.447Z] ok github.com/docker/docker/builder/remotecontext 0.109s coverage: 13.7% of statements [2022-03-01T06:38:40.447Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2022-03-01T06:38:40.447Z] ok github.com/docker/docker/builder/remotecontext/git 0.912s coverage: 86.3% of statements [2022-03-01T06:38:40.447Z] ? github.com/docker/docker/cli [no test files] [2022-03-01T06:38:40.447Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-01T06:38:41.013Z] ok github.com/docker/docker/cmd/docker-proxy 0.326s coverage: 69.3% of statements [2022-03-01T06:38:42.910Z] ok github.com/docker/docker/client 0.086s coverage: 75.7% of statements [2022-03-01T06:38:49.603Z] #81 exporting layers 25.5s done [2022-03-01T06:38:49.603Z] #81 writing image sha256:b687c4d763b7df158a6c063c4cf978126559e6f6c6ab916c9fbc26bdb5ad3c2b done [2022-03-01T06:38:49.603Z] #81 naming to docker.io/library/docker:9efa8b3500f43524d705cd703dac5ea5944b8ef6 done [2022-03-01T06:38:49.603Z] #81 DONE 25.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2022-03-01T06:38:49.955Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43303/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43303/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=9efa8b3500f43524d705cd703dac5ea5944b8ef6 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:9efa8b3500f43524d705cd703dac5ea5944b8ef6 hack/validate/default [2022-03-01T06:38:50.525Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2022-03-01T06:38:50.525Z] No api/types/ or api/swagger.yaml changes in diff. [2022-03-01T06:38:50.525Z] Congratulations! All TOML source files changed here have valid syntax. [2022-03-01T06:38:50.525Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2022-03-01T06:38:50.525Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2022-03-01T06:38:50.525Z] Congratulations! No new tests were added to integration-cli. [2022-03-01T06:38:50.525Z] [2022-03-01T06:38:50.525Z] INFO Start validation with golang-ci-lint [2022-03-01T06:38:51.459Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2022-03-01T06:38:51.459Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2022-03-01T06:38:51.459Z] INFO [loader] Using build tags: [apparmor seccomp] [2022-03-01T06:38:55.773Z] INFO: Expanding compiler 1 of 3... [2022-03-01T06:38:55.774Z] INFO: Expanding compiler 2 of 3... [2022-03-01T06:38:57.937Z] INFO: Expanding compiler 3 of 3... [2022-03-01T06:38:58.901Z] INFO: Removing downloaded files... [2022-03-01T06:38:58.901Z] INFO: Downloading containerd [2022-03-01T06:39:07.435Z] [2022-03-01T06:39:07.435Z] Name Version Source Summary [2022-03-01T06:39:07.435Z] ---- ------- ------ ------- [2022-03-01T06:39:07.435Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-03-01T06:39:09.597Z] [2022-03-01T06:39:09.597Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-03-01T06:39:09.597Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-03-01T06:39:09.597Z] PSChildName : containerd [2022-03-01T06:39:09.597Z] PSDrive : C [2022-03-01T06:39:09.597Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-03-01T06:39:09.597Z] PSIsContainer : True [2022-03-01T06:39:09.597Z] Name : containerd [2022-03-01T06:39:09.597Z] FullName : C:\containerd [2022-03-01T06:39:09.597Z] Parent : [2022-03-01T06:39:09.597Z] Exists : True [2022-03-01T06:39:09.597Z] Root : C:\ [2022-03-01T06:39:09.597Z] Extension : [2022-03-01T06:39:09.597Z] CreationTime : 3/1/2022 6:39:09 AM [2022-03-01T06:39:09.597Z] CreationTimeUtc : 3/1/2022 6:39:09 AM [2022-03-01T06:39:09.597Z] LastAccessTime : 3/1/2022 6:39:09 AM [2022-03-01T06:39:09.597Z] LastAccessTimeUtc : 3/1/2022 6:39:09 AM [2022-03-01T06:39:09.597Z] LastWriteTime : 3/1/2022 6:39:09 AM [2022-03-01T06:39:09.597Z] LastWriteTimeUtc : 3/1/2022 6:39:09 AM [2022-03-01T06:39:09.597Z] Attributes : Directory [2022-03-01T06:39:09.597Z] Mode : d----- [2022-03-01T06:39:09.597Z] BaseName : containerd [2022-03-01T06:39:09.597Z] Target : {} [2022-03-01T06:39:10.052Z] LinkType : [2022-03-01T06:39:10.052Z] [2022-03-01T06:39:11.013Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-03-01T06:39:11.013Z] INFO: Configuring git core.autocrlf... [2022-03-01T06:39:11.013Z] [2022-03-01T06:39:11.013Z] [2022-03-01T06:39:13.706Z] 1bd78008c728: Pull complete [2022-03-01T06:39:13.706Z] Digest: sha256:d8c2b69511a49e9eb6fd2a17f2727ae011b0382cd11562fa5cb4c70bb460cf12 [2022-03-01T06:39:13.706Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-01T06:39:13.706Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-01T06:39:13.706Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2022-03-01T06:39:13.706Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2022-03-01T06:39:13.706Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.2565' [2022-03-01T06:39:13.706Z] INFO: Docker version of control daemon [2022-03-01T06:39:13.706Z] [2022-03-01T06:39:13.706Z] Client: [2022-03-01T06:39:13.706Z] Version: 20.10.9 [2022-03-01T06:39:13.706Z] API version: 1.41 [2022-03-01T06:39:13.706Z] Go version: go1.16.8 [2022-03-01T06:39:13.706Z] Git commit: c2ea9bc [2022-03-01T06:39:13.706Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-01T06:39:13.706Z] OS/Arch: windows/amd64 [2022-03-01T06:39:13.706Z] Context: default [2022-03-01T06:39:13.706Z] Experimental: true [2022-03-01T06:39:13.706Z] [2022-03-01T06:39:13.706Z] Server: Docker Engine - Community [2022-03-01T06:39:13.706Z] Engine: [2022-03-01T06:39:13.706Z] Version: 20.10.9 [2022-03-01T06:39:13.706Z] API version: 1.41 (minimum version 1.24) [2022-03-01T06:39:13.706Z] Go version: go1.16.8 [2022-03-01T06:39:13.706Z] Git commit: 79ea9d3 [2022-03-01T06:39:13.706Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-01T06:39:13.706Z] OS/Arch: windows/amd64 [2022-03-01T06:39:13.706Z] Experimental: true [2022-03-01T06:39:13.706Z] [2022-03-01T06:39:13.706Z] INFO: Docker info of control daemon [2022-03-01T06:39:13.706Z] [2022-03-01T06:39:13.706Z] Client: [2022-03-01T06:39:13.706Z] Context: default [2022-03-01T06:39:13.706Z] Debug Mode: false [2022-03-01T06:39:13.706Z] Plugins: [2022-03-01T06:39:13.706Z] app: Docker Application (Docker Inc., v0.8.0) [2022-03-01T06:39:13.706Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-03-01T06:39:13.706Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-03-01T06:39:13.706Z] [2022-03-01T06:39:13.706Z] Server: [2022-03-01T06:39:13.706Z] Containers: 0 [2022-03-01T06:39:13.706Z] Running: 0 [2022-03-01T06:39:13.706Z] Paused: 0 [2022-03-01T06:39:13.706Z] Stopped: 0 [2022-03-01T06:39:13.706Z] Images: 1 [2022-03-01T06:39:13.706Z] Server Version: 20.10.9 [2022-03-01T06:39:13.706Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-01T06:39:13.706Z] Windows: [2022-03-01T06:39:13.706Z] LCOW: [2022-03-01T06:39:13.706Z] Logging Driver: json-file [2022-03-01T06:39:13.706Z] Plugins: [2022-03-01T06:39:13.706Z] Volume: local [2022-03-01T06:39:13.706Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-01T06:39:13.706Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-01T06:39:13.706Z] Swarm: inactive [2022-03-01T06:39:13.706Z] Default Isolation: process [2022-03-01T06:39:13.706Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-03-01T06:39:13.706Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-03-01T06:39:13.706Z] OSType: windows [2022-03-01T06:39:13.706Z] Architecture: x86_64 [2022-03-01T06:39:13.706Z] CPUs: 4 [2022-03-01T06:39:13.706Z] Total Memory: 32GiB [2022-03-01T06:39:13.706Z] Name: azwin-2-24ec60 [2022-03-01T06:39:13.706Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-03-01T06:39:13.706Z] Docker Root Dir: D:\docker [2022-03-01T06:39:13.706Z] Debug Mode: false [2022-03-01T06:39:13.706Z] Registry: https://index.docker.io/v1/ [2022-03-01T06:39:13.706Z] Labels: [2022-03-01T06:39:13.706Z] Experimental: true [2022-03-01T06:39:13.706Z] Insecure Registries: [2022-03-01T06:39:13.706Z] 10.0.0.4:5000 [2022-03-01T06:39:13.706Z] 127.0.0.0/8 [2022-03-01T06:39:13.706Z] Registry Mirrors: [2022-03-01T06:39:13.706Z] http://10.0.0.4:5000/ [2022-03-01T06:39:13.706Z] Live Restore Enabled: false [2022-03-01T06:39:13.706Z] Product License: Community Engine [2022-03-01T06:39:13.706Z] [2022-03-01T06:39:13.706Z] [2022-03-01T06:39:13.706Z] INFO: Commit hash is 9efa8b3500 [2022-03-01T06:39:13.706Z] INFO: Nuke-Everything... [2022-03-01T06:39:13.706Z] INFO: Container count on control daemon to delete is 0 [2022-03-01T06:39:13.706Z] INFO: Nuking d:\CI [2022-03-01T06:39:13.706Z] INFO: Zapped successfully [2022-03-01T06:39:13.706Z] INFO: Location for testing is d:\CI\PR-43303\1 [2022-03-01T06:39:13.707Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-03-01T06:39:13.707Z] [2022-03-01T06:39:13.707Z] [2022-03-01T06:39:13.707Z] INFO: Building the image from Dockerfile.windows at 03/01/2022 06:39:07... [2022-03-01T06:39:13.707Z] [2022-03-01T06:39:13.707Z] Sending build context to Docker daemon 62.43MB [2022-03-01T06:39:13.707Z] [2022-03-01T06:39:13.707Z] Step 1/11 : FROM microsoft/windowsservercore [2022-03-01T06:39:13.707Z] ---> c703d4d60533 [2022-03-01T06:39:13.707Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-03-01T06:39:13.707Z] ---> Running in fea1a99d59db [2022-03-01T06:39:13.707Z] Removing intermediate container fea1a99d59db [2022-03-01T06:39:13.707Z] ---> 900ccac6bc7c [2022-03-01T06:39:13.707Z] Step 3/11 : ARG GO_VERSION=1.17.7 [2022-03-01T06:39:13.707Z] ---> Running in 061091e33aeb [2022-03-01T06:39:13.707Z] Removing intermediate container 061091e33aeb [2022-03-01T06:39:13.707Z] ---> 7b156d8fa911 [2022-03-01T06:39:13.707Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.9 [2022-03-01T06:39:13.707Z] ---> Running in 69ae1d5bb42d [2022-03-01T06:39:13.707Z] Removing intermediate container 69ae1d5bb42d [2022-03-01T06:39:13.707Z] ---> 7b479f571891 [2022-03-01T06:39:13.707Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-03-01T06:39:13.707Z] ---> Running in 3021784e2b67 [2022-03-01T06:39:14.177Z] Removing intermediate container 3021784e2b67 [2022-03-01T06:39:14.177Z] ---> 13263da0bc46 [2022-03-01T06:39:14.177Z] Step 6/11 : ENV GO_VERSION=${GO_VERSION} CONTAINERD_VERSION=${CONTAINERD_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_VERSION=${GOTESTSUM_VERSION} [2022-03-01T06:39:14.177Z] ---> Running in 6ef71b928bcb [2022-03-01T06:39:14.646Z] Removing intermediate container 6ef71b928bcb [2022-03-01T06:39:14.646Z] ---> a0409f77b469 [2022-03-01T06:39:14.647Z] Step 7/11 : 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;C:\containerd\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; Write-Host INFO: Downloading containerd; Install-Package -Force 7Zip4PowerShell; $location='https://github.com/containerd/containerd/releases/download/v'+$Env:CONTAINERD_VERSION+'/containerd-'+$Env:CONTAINERD_VERSION+'-windows-amd64.tar.gz'; Download-File $location C:\containerd.tar.gz; New-Item -Path C:\containerd -ItemType Directory; Expand-7Zip C:\containerd.tar.gz C:\; Expand-7Zip C:\containerd.tar C:\containerd; Remove-Item C:\containerd.tar.gz; Remove-Item C:\containerd.tar; $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; [2022-03-01T06:39:14.647Z] ---> Running in 95e54bcef710 [2022-03-01T06:39:14.952Z] ok github.com/docker/docker/cmd/dockerd 0.041s coverage: 29.1% of statements [2022-03-01T06:39:15.885Z] ok github.com/docker/docker/container 0.114s coverage: 34.8% of statements [2022-03-01T06:39:15.885Z] ok github.com/docker/docker/cmd/dockerd/trap 2.433s coverage: 0.0% of statements [2022-03-01T06:39:15.885Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-01T06:39:15.885Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-01T06:39:15.885Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-01T06:39:15.885Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-01T06:39:15.885Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-01T06:39:21.141Z] ok github.com/docker/docker/daemon/cluster 0.043s coverage: 0.5% of statements [2022-03-01T06:39:22.508Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.010s coverage: 65.3% of statements [2022-03-01T06:39:23.026Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-01T06:39:23.026Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-01T06:39:23.026Z] GOOS="" GOARCH="" GOARM="" [2022-03-01T06:39:23.026Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-01T06:39:23.026Z] [2022-03-01T06:39:23.026Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-01T06:39:23.026Z] DOCKER_SYSTEMD=1 [2022-03-01T06:39:23.026Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-01T06:39:23.026Z] HOSTNAME=666e3cb50107 [2022-03-01T06:39:23.026Z] DEST=bundles/test-integration [2022-03-01T06:39:23.026Z] PWD=/go/src/github.com/docker/docker [2022-03-01T06:39:23.026Z] DOCKER_GITCOMMIT=9efa8b3500f43524d705cd703dac5ea5944b8ef6 [2022-03-01T06:39:23.026Z] container=docker [2022-03-01T06:39:23.026Z] HOME=/root [2022-03-01T06:39:23.026Z] LANG=C.UTF-8 [2022-03-01T06:39:23.026Z] INVOCATION_ID=1783f2e8672c4eb8b6fc41d2ba017988 [2022-03-01T06:39:23.026Z] GOLANG_VERSION=1.17.7 [2022-03-01T06:39:23.026Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-01T06:39:23.026Z] VALIDATE_BRANCH=master [2022-03-01T06:39:23.026Z] TERM=xterm [2022-03-01T06:39:23.026Z] DOCKER_PKG=github.com/docker/docker [2022-03-01T06:39:23.026Z] SHLVL=3 [2022-03-01T06:39:23.026Z] TIMEOUT=120m [2022-03-01T06:39:23.026Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-01T06:39:23.026Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-01T06:39:23.026Z] GO111MODULE=off [2022-03-01T06:39:23.026Z] DOCKER_EXPERIMENTAL=1 [2022-03-01T06:39:23.026Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-03-01T06:39:23.026Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-01T06:39:23.026Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-01T06:39:23.026Z] GOPATH=/go [2022-03-01T06:39:23.026Z] PKG_CONFIG=pkg-config [2022-03-01T06:39:23.026Z] _=/usr/bin/env [2022-03-01T06:39:23.026Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-03-01T06:39:24.405Z] ok github.com/docker/docker/daemon/cluster/convert 0.011s coverage: 35.9% of statements [2022-03-01T06:39:30.957Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.437s coverage: 13.8% of statements [2022-03-01T06:39:31.888Z] ok github.com/docker/docker/daemon/config 0.025s coverage: 81.0% of statements [2022-03-01T06:39:32.144Z] ok github.com/docker/docker/daemon/events 0.056s coverage: 50.0% of statements [2022-03-01T06:39:32.478Z] [2022-03-01T06:39:32.478Z] SUCCESS: Specified value was saved. [2022-03-01T06:39:32.707Z] ok github.com/docker/docker/daemon/graphdriver 0.004s coverage: 2.2% of statements [2022-03-01T06:39:32.946Z] INFO: Downloading git... [2022-03-01T06:39:33.494Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-01T06:39:33.494Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-01T06:39:33.494Z] GOOS="" GOARCH="" GOARM="" [2022-03-01T06:39:33.494Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-01T06:39:33.494Z] [2022-03-01T06:39:33.494Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-01T06:39:33.494Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-01T06:39:33.494Z] HOSTNAME=6a384e164673 [2022-03-01T06:39:33.494Z] DEST=bundles/test-integration [2022-03-01T06:39:33.494Z] PWD=/go/src/github.com/docker/docker [2022-03-01T06:39:33.494Z] DOCKER_ROOTLESS=1 [2022-03-01T06:39:33.494Z] DOCKER_GITCOMMIT=9efa8b3500f43524d705cd703dac5ea5944b8ef6 [2022-03-01T06:39:33.494Z] container=docker [2022-03-01T06:39:33.494Z] HOME=/root [2022-03-01T06:39:33.494Z] GOLANG_VERSION=1.17.7 [2022-03-01T06:39:33.494Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-01T06:39:33.494Z] VALIDATE_BRANCH=master [2022-03-01T06:39:33.494Z] TERM=xterm [2022-03-01T06:39:33.494Z] DOCKER_PKG=github.com/docker/docker [2022-03-01T06:39:33.494Z] SHLVL=1 [2022-03-01T06:39:33.494Z] TIMEOUT=120m [2022-03-01T06:39:33.494Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-01T06:39:33.494Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-01T06:39:33.494Z] GO111MODULE=off [2022-03-01T06:39:33.494Z] DOCKER_EXPERIMENTAL=1 [2022-03-01T06:39:33.494Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-03-01T06:39:33.494Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-01T06:39:33.494Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-01T06:39:33.494Z] GOPATH=/go [2022-03-01T06:39:33.494Z] PKG_CONFIG=pkg-config [2022-03-01T06:39:33.494Z] _=/usr/bin/env [2022-03-01T06:39:33.494Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-03-01T06:39:33.634Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.009s coverage: 4.2% of statements [2022-03-01T06:39:34.197Z] ok github.com/docker/docker/daemon 10.105s coverage: 17.2% of statements [2022-03-01T06:39:34.197Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-01T06:39:34.197Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-01T06:39:34.197Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-01T06:39:34.197Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-01T06:39:35.125Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.005s coverage: 3.0% of statements [2022-03-01T06:39:35.173Z] INFO: Downloading go... [2022-03-01T06:39:35.382Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.293s coverage: 56.2% of statements [2022-03-01T06:39:35.439Z] 898469748ff6: Pull complete [2022-03-01T06:39:35.439Z] Digest: sha256:720729320e08bdf14b6bc16444be6a3b74a457bd0584fee5124e6073e9f8f1cf [2022-03-01T06:39:35.439Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-01T06:39:35.439Z] mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-01T06:39:35.439Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 completed successfully [2022-03-01T06:39:35.439Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore [2022-03-01T06:39:35.439Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.524' [2022-03-01T06:39:35.439Z] INFO: Docker version of control daemon [2022-03-01T06:39:35.439Z] [2022-03-01T06:39:35.439Z] Client: [2022-03-01T06:39:35.439Z] Version: 20.10.9 [2022-03-01T06:39:35.439Z] API version: 1.41 [2022-03-01T06:39:35.439Z] Go version: go1.16.8 [2022-03-01T06:39:35.439Z] Git commit: c2ea9bc [2022-03-01T06:39:35.439Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-01T06:39:35.439Z] OS/Arch: windows/amd64 [2022-03-01T06:39:35.439Z] Context: default [2022-03-01T06:39:35.439Z] Experimental: true [2022-03-01T06:39:35.439Z] [2022-03-01T06:39:35.439Z] Server: Docker Engine - Community [2022-03-01T06:39:35.439Z] Engine: [2022-03-01T06:39:35.439Z] Version: 20.10.9 [2022-03-01T06:39:35.439Z] API version: 1.41 (minimum version 1.24) [2022-03-01T06:39:35.439Z] Go version: go1.16.8 [2022-03-01T06:39:35.439Z] Git commit: 79ea9d3 [2022-03-01T06:39:35.439Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-01T06:39:35.439Z] OS/Arch: windows/amd64 [2022-03-01T06:39:35.439Z] Experimental: true [2022-03-01T06:39:35.439Z] [2022-03-01T06:39:35.439Z] INFO: Docker info of control daemon [2022-03-01T06:39:35.439Z] [2022-03-01T06:39:35.439Z] Client: [2022-03-01T06:39:35.439Z] Context: default [2022-03-01T06:39:35.439Z] Debug Mode: false [2022-03-01T06:39:35.439Z] [2022-03-01T06:39:35.439Z] Server: [2022-03-01T06:39:35.439Z] Containers: 0 [2022-03-01T06:39:35.439Z] Running: 0 [2022-03-01T06:39:35.439Z] Paused: 0 [2022-03-01T06:39:35.439Z] Stopped: 0 [2022-03-01T06:39:35.439Z] Images: 1 [2022-03-01T06:39:35.439Z] Server Version: 20.10.9 [2022-03-01T06:39:35.439Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-01T06:39:35.439Z] Windows: [2022-03-01T06:39:35.439Z] LCOW: [2022-03-01T06:39:35.439Z] Logging Driver: json-file [2022-03-01T06:39:35.439Z] Plugins: [2022-03-01T06:39:35.439Z] Volume: local [2022-03-01T06:39:35.439Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-01T06:39:35.439Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-01T06:39:35.439Z] Swarm: inactive [2022-03-01T06:39:35.439Z] Default Isolation: process [2022-03-01T06:39:35.439Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-01T06:39:35.439Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-01T06:39:35.439Z] OSType: windows [2022-03-01T06:39:35.439Z] Architecture: x86_64 [2022-03-01T06:39:35.439Z] CPUs: 4 [2022-03-01T06:39:35.439Z] Total Memory: 32GiB [2022-03-01T06:39:35.439Z] Name: azwin-2-450241 [2022-03-01T06:39:35.439Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-03-01T06:39:35.439Z] Docker Root Dir: D:\docker [2022-03-01T06:39:35.439Z] Debug Mode: false [2022-03-01T06:39:35.439Z] Registry: https://index.docker.io/v1/ [2022-03-01T06:39:35.439Z] Labels: [2022-03-01T06:39:35.439Z] Experimental: true [2022-03-01T06:39:35.439Z] Insecure Registries: [2022-03-01T06:39:35.439Z] 10.0.0.4:5000 [2022-03-01T06:39:35.439Z] 127.0.0.0/8 [2022-03-01T06:39:35.439Z] Registry Mirrors: [2022-03-01T06:39:35.439Z] http://10.0.0.4:5000/ [2022-03-01T06:39:35.439Z] Live Restore Enabled: false [2022-03-01T06:39:35.439Z] Product License: Community Engine [2022-03-01T06:39:35.439Z] [2022-03-01T06:39:35.439Z] [2022-03-01T06:39:35.439Z] INFO: Commit hash is 9efa8b3500 [2022-03-01T06:39:35.439Z] INFO: Nuke-Everything... [2022-03-01T06:39:35.439Z] INFO: Container count on control daemon to delete is 0 [2022-03-01T06:39:35.439Z] INFO: Nuking d:\CI [2022-03-01T06:39:35.439Z] INFO: Zapped successfully [2022-03-01T06:39:35.439Z] INFO: Location for testing is d:\CI\PR-43303\1 [2022-03-01T06:39:35.439Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-03-01T06:39:35.439Z] [2022-03-01T06:39:35.439Z] [2022-03-01T06:39:35.439Z] INFO: Building the image from Dockerfile.windows at 03/01/2022 06:39:32... [2022-03-01T06:39:35.439Z] [2022-03-01T06:39:36.752Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.008s coverage: 1.8% of statements [2022-03-01T06:39:36.949Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-01T06:39:36.949Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-01T06:39:36.949Z] GOOS="" GOARCH="" GOARM="" [2022-03-01T06:39:36.949Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-01T06:39:36.949Z] [2022-03-01T06:39:36.949Z] + TEST_INTEGRATION_DEST=2 [2022-03-01T06:39:36.949Z] + CONTAINER_NAME=docker-pr1-2 [2022-03-01T06:39:36.949Z] + TEST_SKIP_INTEGRATION=1 [2022-03-01T06:39:36.949Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-03-01T06:39:36.949Z] + run_tests [2022-03-01T06:39:36.949Z] + c=0 [2022-03-01T06:39:36.949Z] + '[' -n 0 ']' [2022-03-01T06:39:36.949Z] + rm= [2022-03-01T06:39:36.949Z] + TEST_INTEGRATION_DEST=1 [2022-03-01T06:39:36.949Z] + CONTAINER_NAME=docker-pr1-1 [2022-03-01T06:39:36.949Z] + TEST_SKIP_INTEGRATION_CLI=1 [2022-03-01T06:39:36.949Z] + run_tests test-integration-flaky [2022-03-01T06:39:36.949Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43303/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43303/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43303/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=9efa8b3500f43524d705cd703dac5ea5944b8ef6 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:9efa8b3500f43524d705cd703dac5ea5944b8ef6 hack/make.sh '' test-integration [2022-03-01T06:39:36.949Z] + '[' -n 0 ']' [2022-03-01T06:39:36.949Z] + rm= [2022-03-01T06:39:36.949Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43303/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43303/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43303/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=9efa8b3500f43524d705cd703dac5ea5944b8ef6 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:9efa8b3500f43524d705cd703dac5ea5944b8ef6 hack/make.sh test-integration-flaky test-integration [2022-03-01T06:39:36.949Z] + TEST_INTEGRATION_DEST=3 [2022-03-01T06:39:36.949Z] + CONTAINER_NAME=docker-pr1-3 [2022-03-01T06:39:36.949Z] + TEST_SKIP_INTEGRATION=1 [2022-03-01T06:39:36.949Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-03-01T06:39:36.949Z] + run_tests [2022-03-01T06:39:36.949Z] + '[' -n 0 ']' [2022-03-01T06:39:36.949Z] + rm= [2022-03-01T06:39:36.949Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43303/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43303/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43303/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=9efa8b3500f43524d705cd703dac5ea5944b8ef6 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:9efa8b3500f43524d705cd703dac5ea5944b8ef6 hack/make.sh '' test-integration [2022-03-01T06:39:36.949Z] ++ jobs -p [2022-03-01T06:39:36.949Z] + for job in $(jobs -p) [2022-03-01T06:39:36.949Z] + wait 6413 [2022-03-01T06:39:36.949Z] [2022-03-01T06:39:36.949Z] [2022-03-01T06:39:36.949Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-01T06:39:36.949Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-01T06:39:36.949Z] HOSTNAME=ff16ab641b1d [2022-03-01T06:39:36.949Z] TEST_SKIP_INTEGRATION=1 [2022-03-01T06:39:36.949Z] TESTDEBUG=0 [2022-03-01T06:39:36.949Z] DEST=bundles/test-integration [2022-03-01T06:39:36.949Z] PWD=/go/src/github.com/docker/docker [2022-03-01T06:39:36.949Z] KEEPBUNDLE=1 [2022-03-01T06:39:36.949Z] DOCKER_GITCOMMIT=9efa8b3500f43524d705cd703dac5ea5944b8ef6 [2022-03-01T06:39:36.949Z] container=docker [2022-03-01T06:39:36.949Z] HOME=/root [2022-03-01T06:39:36.949Z] GOLANG_VERSION=1.17.7 [2022-03-01T06:39:36.949Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-01T06:39:36.949Z] VALIDATE_BRANCH=master [2022-03-01T06:39:36.949Z] TERM=xterm [2022-03-01T06:39:36.949Z] DOCKER_PKG=github.com/docker/docker [2022-03-01T06:39:36.949Z] SHLVL=1 [2022-03-01T06:39:36.949Z] TIMEOUT=120m [2022-03-01T06:39:36.949Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-01T06:39:36.949Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-01T06:39:36.949Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-03-01T06:39:36.949Z] GO111MODULE=off [2022-03-01T06:39:36.949Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-01T06:39:36.949Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-01T06:39:36.949Z] GOPATH=/go [2022-03-01T06:39:36.949Z] PKG_CONFIG=pkg-config [2022-03-01T06:39:36.949Z] _=/usr/bin/env [2022-03-01T06:39:36.949Z] Building test suite binary ./integration-cli/test.main [2022-03-01T06:39:36.949Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2022-03-01T06:39:36.949Z] [2022-03-01T06:39:36.949Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-01T06:39:36.949Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-01T06:39:36.949Z] HOSTNAME=33b0c27ec542 [2022-03-01T06:39:36.949Z] TEST_SKIP_INTEGRATION=1 [2022-03-01T06:39:36.949Z] TESTDEBUG=0 [2022-03-01T06:39:36.949Z] DEST=bundles/test-integration [2022-03-01T06:39:36.949Z] PWD=/go/src/github.com/docker/docker [2022-03-01T06:39:36.949Z] KEEPBUNDLE=1 [2022-03-01T06:39:36.949Z] DOCKER_GITCOMMIT=9efa8b3500f43524d705cd703dac5ea5944b8ef6 [2022-03-01T06:39:36.949Z] container=docker [2022-03-01T06:39:36.949Z] HOME=/root [2022-03-01T06:39:36.949Z] GOLANG_VERSION=1.17.7 [2022-03-01T06:39:36.949Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-01T06:39:36.949Z] VALIDATE_BRANCH=master [2022-03-01T06:39:36.949Z] TERM=xterm [2022-03-01T06:39:36.949Z] DOCKER_PKG=github.com/docker/docker [2022-03-01T06:39:36.949Z] SHLVL=1 [2022-03-01T06:39:36.949Z] TIMEOUT=120m [2022-03-01T06:39:36.949Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-01T06:39:36.949Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-01T06:39:36.949Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2022-03-01T06:39:36.949Z] GO111MODULE=off [2022-03-01T06:39:36.949Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-01T06:39:36.949Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-01T06:39:36.949Z] GOPATH=/go [2022-03-01T06:39:36.949Z] PKG_CONFIG=pkg-config [2022-03-01T06:39:36.949Z] _=/usr/bin/env [2022-03-01T06:39:36.949Z] Building test suite binary ./integration-cli/test.main [2022-03-01T06:39:36.949Z] No new tests added to integration. [2022-03-01T06:39:36.949Z] [2022-03-01T06:39:36.949Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-01T06:39:37.057Z] Sending build context to Docker daemon 62.43MB [2022-03-01T06:39:37.057Z] [2022-03-01T06:39:37.522Z] Step 1/11 : FROM microsoft/windowsservercore [2022-03-01T06:39:37.522Z] ---> bdeb13086b9f [2022-03-01T06:39:37.522Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-03-01T06:39:37.522Z] ---> Running in 2c04aea85339 [2022-03-01T06:39:37.522Z] Removing intermediate container 2c04aea85339 [2022-03-01T06:39:37.522Z] ---> 9f1dcdcf2842 [2022-03-01T06:39:37.522Z] Step 3/11 : ARG GO_VERSION=1.17.7 [2022-03-01T06:39:37.522Z] ---> Running in 8b843088ad1d [2022-03-01T06:39:37.893Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-01T06:39:37.893Z] HOSTNAME=74f85b29365f [2022-03-01T06:39:37.893Z] TESTDEBUG=0 [2022-03-01T06:39:37.893Z] DEST=bundles/test-integration [2022-03-01T06:39:37.893Z] PWD=/go/src/github.com/docker/docker [2022-03-01T06:39:37.893Z] KEEPBUNDLE=1 [2022-03-01T06:39:37.893Z] DOCKER_GITCOMMIT=9efa8b3500f43524d705cd703dac5ea5944b8ef6 [2022-03-01T06:39:37.893Z] container=docker [2022-03-01T06:39:37.893Z] HOME=/root [2022-03-01T06:39:37.893Z] GOLANG_VERSION=1.17.7 [2022-03-01T06:39:37.893Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-01T06:39:37.893Z] VALIDATE_BRANCH=master [2022-03-01T06:39:37.893Z] TERM=xterm [2022-03-01T06:39:37.893Z] DOCKER_PKG=github.com/docker/docker [2022-03-01T06:39:37.893Z] SHLVL=1 [2022-03-01T06:39:37.893Z] TIMEOUT=120m [2022-03-01T06:39:37.893Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-01T06:39:37.893Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-01T06:39:37.893Z] GO111MODULE=off [2022-03-01T06:39:37.893Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-03-01T06:39:37.894Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-01T06:39:37.894Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-01T06:39:37.894Z] GOPATH=/go [2022-03-01T06:39:37.894Z] PKG_CONFIG=pkg-config [2022-03-01T06:39:37.894Z] _=/usr/bin/env [2022-03-01T06:39:37.894Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-03-01T06:39:37.983Z] Removing intermediate container 8b843088ad1d [2022-03-01T06:39:37.983Z] ---> d381e0469637 [2022-03-01T06:39:37.983Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.9 [2022-03-01T06:39:37.983Z] ---> Running in 28ff7dc386f9 [2022-03-01T06:39:38.140Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.191s coverage: 50.5% of statements [2022-03-01T06:39:38.444Z] Removing intermediate container 28ff7dc386f9 [2022-03-01T06:39:38.444Z] ---> 2faad45c998a [2022-03-01T06:39:38.444Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-03-01T06:39:38.444Z] ---> Running in ba1e497636f7 [2022-03-01T06:39:38.444Z] Removing intermediate container ba1e497636f7 [2022-03-01T06:39:38.444Z] ---> c2e2d8a30d65 [2022-03-01T06:39:38.444Z] Step 6/11 : ENV GO_VERSION=${GO_VERSION} CONTAINERD_VERSION=${CONTAINERD_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_VERSION=${GOTESTSUM_VERSION} [2022-03-01T06:39:38.444Z] ---> Running in 908a3919e118 [2022-03-01T06:39:38.904Z] Removing intermediate container 908a3919e118 [2022-03-01T06:39:38.904Z] ---> 23fe48ed148a [2022-03-01T06:39:38.905Z] Step 7/11 : 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;C:\containerd\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; Write-Host INFO: Downloading containerd; Install-Package -Force 7Zip4PowerShell; $location='https://github.com/containerd/containerd/releases/download/v'+$Env:CONTAINERD_VERSION+'/containerd-'+$Env:CONTAINERD_VERSION+'-windows-amd64.tar.gz'; Download-File $location C:\containerd.tar.gz; New-Item -Path C:\containerd -ItemType Directory; Expand-7Zip C:\containerd.tar.gz C:\; Expand-7Zip C:\containerd.tar C:\containerd; Remove-Item C:\containerd.tar.gz; Remove-Item C:\containerd.tar; $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; [2022-03-01T06:39:38.905Z] ---> Running in 32dc72da8b03 [2022-03-01T06:39:40.035Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.793s coverage: 45.9% of statements [2022-03-01T06:39:40.035Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-01T06:39:40.035Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.793s coverage: 58.0% of statements [2022-03-01T06:39:40.035Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-03-01T06:39:40.035Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-01T06:39:40.601Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.015s coverage: 58.8% of statements [2022-03-01T06:39:41.165Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.005s coverage: 3.0% of statements [2022-03-01T06:39:41.423Z] ok github.com/docker/docker/daemon/links 0.014s coverage: 93.0% of statements [2022-03-01T06:39:42.791Z] ok github.com/docker/docker/daemon/images 0.013s coverage: 6.8% of statements [2022-03-01T06:39:42.791Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-01T06:39:42.791Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-01T06:39:43.047Z] ok github.com/docker/docker/daemon/logger 0.215s coverage: 43.5% of statements [2022-03-01T06:39:43.611Z] ok github.com/docker/docker/daemon/logger/fluentd 0.006s coverage: 33.6% of statements [2022-03-01T06:39:43.637Z] [2022-03-01T06:39:43.637Z] SUCCESS: Specified value was saved. [2022-03-01T06:39:43.867Z] ok github.com/docker/docker/daemon/logger/awslogs 0.145s coverage: 79.9% of statements [2022-03-01T06:39:43.867Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-01T06:39:44.097Z] INFO: Downloading git... [2022-03-01T06:39:44.123Z] ok github.com/docker/docker/daemon/logger/gelf 0.004s coverage: 67.0% of statements [2022-03-01T06:39:44.379Z] ok github.com/docker/docker/daemon/logger/journald 0.005s coverage: 23.9% of statements [2022-03-01T06:39:44.636Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.010s coverage: 87.2% of statements [2022-03-01T06:39:44.892Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.010s coverage: 69.9% of statements [2022-03-01T06:39:45.455Z] ok github.com/docker/docker/daemon/logger/local 0.031s coverage: 78.7% of statements [2022-03-01T06:39:45.455Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-01T06:39:45.640Z] INFO: Downloading go... [2022-03-01T06:39:45.712Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.052s coverage: 58.2% of statements [2022-03-01T06:39:46.275Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.022s coverage: 31.5% of statements [2022-03-01T06:39:46.841Z] ok github.com/docker/docker/daemon/logger/syslog 0.005s coverage: 46.8% of statements [2022-03-01T06:39:47.098Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2022-03-01T06:39:47.663Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2022-03-01T06:39:47.668Z] INFO: Downloading compiler 1 of 3... [2022-03-01T06:39:47.668Z] INFO: Downloading compiler 2 of 3... [2022-03-01T06:39:47.668Z] INFO: Downloading compiler 3 of 3... [2022-03-01T06:39:47.668Z] INFO: Extracting git... [2022-03-01T06:39:48.555Z] INFO: Downloading compiler 1 of 3... [2022-03-01T06:39:48.555Z] INFO: Downloading compiler 2 of 3... [2022-03-01T06:39:48.555Z] INFO: Downloading compiler 3 of 3... [2022-03-01T06:39:48.555Z] INFO: Extracting git... [2022-03-01T06:39:48.593Z] ok github.com/docker/docker/daemon/logger/splunk 1.557s coverage: 82.5% of statements [2022-03-01T06:39:48.593Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-01T06:39:48.593Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-01T06:39:48.849Z] ok github.com/docker/docker/distribution 0.080s coverage: 26.3% of statements [2022-03-01T06:39:49.411Z] ok github.com/docker/docker/distribution/metadata 0.038s coverage: 48.2% of statements [2022-03-01T06:39:49.411Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-01T06:39:49.974Z] ok github.com/docker/docker/errdefs 0.004s coverage: 53.1% of statements [2022-03-01T06:39:50.537Z] ok github.com/docker/docker/image 0.026s coverage: 86.9% of statements [2022-03-01T06:39:51.100Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2022-03-01T06:39:51.662Z] ok github.com/docker/docker/image/tarexport 0.007s coverage: 0.7% of statements [2022-03-01T06:39:51.662Z] ok github.com/docker/docker/distribution/xfer 1.895s coverage: 85.3% of statements [2022-03-01T06:39:51.662Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-01T06:39:51.940Z] ok github.com/docker/docker/image/v1 0.006s coverage: 25.0% of statements [2022-03-01T06:39:51.940Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-01T06:39:52.538Z] ok github.com/docker/docker/libcontainerd/queue 0.029s coverage: 100.0% of statements [2022-03-01T06:39:53.471Z] ok github.com/docker/docker/oci 0.009s coverage: 43.3% of statements [2022-03-01T06:39:54.033Z] ok github.com/docker/docker/opts 0.018s coverage: 67.4% of statements [2022-03-01T06:39:54.033Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2022-03-01T06:39:55.923Z] ok github.com/docker/docker/pkg/archive 0.275s coverage: 82.5% of statements [2022-03-01T06:39:56.851Z] ok github.com/docker/docker/pkg/authorization 0.865s coverage: 68.3% of statements [2022-03-01T06:39:57.107Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2022-03-01T06:39:57.107Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-03-01T06:40:00.376Z] ok github.com/docker/docker/pkg/chrootarchive 2.513s coverage: 43.5% of statements [2022-03-01T06:40:00.376Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2022-03-01T06:40:00.633Z] ok github.com/docker/docker/pkg/dmesg 0.002s coverage: 83.3% of statements [2022-03-01T06:40:00.961Z] INFO: Expanding go... [2022-03-01T06:40:01.195Z] ok github.com/docker/docker/layer 7.701s coverage: 68.9% of statements [2022-03-01T06:40:01.195Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-01T06:40:01.195Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-01T06:40:01.195Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-01T06:40:01.195Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-01T06:40:01.195Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-01T06:40:01.195Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2022-03-01T06:40:01.195Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-01T06:40:01.452Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2022-03-01T06:40:01.452Z] ok github.com/docker/docker/pkg/fileutils 0.014s coverage: 87.2% of statements [2022-03-01T06:40:01.708Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2022-03-01T06:40:01.708Z] ok github.com/docker/docker/pkg/fsutils 0.185s coverage: 85.1% of statements [2022-03-01T06:40:02.608Z] INFO: Expanding go... [2022-03-01T06:40:03.076Z] ok github.com/docker/docker/pkg/idtools 0.456s coverage: 69.5% of statements [2022-03-01T06:40:03.077Z] ok github.com/docker/docker/pkg/ioutils 0.360s coverage: 71.5% of statements [2022-03-01T06:40:03.077Z] ok github.com/docker/docker/pkg/longpath 0.003s coverage: 100.0% of statements [2022-03-01T06:40:03.077Z] ok github.com/docker/docker/pkg/jsonmessage 0.005s coverage: 91.7% of statements [2022-03-01T06:40:03.077Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-03-01T06:40:03.077Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-03-01T06:40:03.077Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-03-01T06:40:03.333Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2022-03-01T06:40:03.333Z] ok github.com/docker/docker/pkg/parsers 0.011s coverage: 97.0% of statements [2022-03-01T06:40:03.590Z] ok github.com/docker/docker/pkg/parsers/kernel 0.003s coverage: 60.0% of statements [2022-03-01T06:40:03.847Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.006s coverage: 86.7% of statements [2022-03-01T06:40:03.847Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2022-03-01T06:40:03.847Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-01T06:40:03.847Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-01T06:40:04.410Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.018s coverage: 56.8% of statements [2022-03-01T06:40:04.973Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2022-03-01T06:40:04.973Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-03-01T06:40:05.229Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-03-01T06:40:06.596Z] ok github.com/docker/docker/pkg/pubsub 1.042s coverage: 75.0% of statements [2022-03-01T06:40:06.596Z] ok github.com/docker/docker/pkg/reexec 0.008s coverage: 82.4% of statements [2022-03-01T06:40:06.853Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2022-03-01T06:40:07.110Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2022-03-01T06:40:07.366Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements [2022-03-01T06:40:07.366Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-03-01T06:40:07.929Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 50.7% of statements [2022-03-01T06:40:08.492Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 40.1% of statements [2022-03-01T06:40:08.749Z] ok github.com/docker/docker/pkg/tailfile 0.050s coverage: 88.6% of statements [2022-03-01T06:40:09.313Z] ok github.com/docker/docker/pkg/tarsum 0.052s coverage: 89.3% of statements [2022-03-01T06:40:09.313Z] coverage: [no statements] [2022-03-01T06:40:09.313Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2022-03-01T06:40:09.569Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-03-01T06:40:09.681Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-03-01T06:40:09.681Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-03-01T06:40:09.826Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2022-03-01T06:40:09.826Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2022-03-01T06:40:11.375Z] Removing intermediate container 079f83c4e494 [2022-03-01T06:40:11.375Z] ---> d29c293a1900 [2022-03-01T06:40:11.375Z] Step 8/11 : RUN Function Install-GoTestSum() { $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; Write-Host "INFO: Installing gotestsum version $Env:GOTESTSUM_VERSION in $Env:GOBIN"; &go install "gotest.tools/gotestsum@${Env:GOTESTSUM_VERSION}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum install failed..."'; } } Install-GoTestSum [2022-03-01T06:40:11.375Z] ---> Running in 7360b5db57e3 [2022-03-01T06:40:11.717Z] ok github.com/docker/docker/plugin 0.516s coverage: 23.2% of statements [2022-03-01T06:40:11.718Z] ok github.com/docker/docker/plugin/v2 0.002s coverage: 14.4% of statements [2022-03-01T06:40:12.168Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-03-01T06:40:12.168Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-03-01T06:40:12.281Z] ok github.com/docker/docker/profiles/seccomp 0.008s coverage: 86.0% of statements [2022-03-01T06:40:13.210Z] ok github.com/docker/docker/quota 0.207s coverage: 71.4% of statements [2022-03-01T06:40:13.772Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2022-03-01T06:40:14.701Z] ok github.com/docker/docker/registry 0.083s coverage: 58.3% of statements [2022-03-01T06:40:14.958Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2022-03-01T06:40:15.103Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-03-01T06:40:15.103Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-01T06:40:15.103Z] go: downloading github.com/fatih/color v1.10.0 [2022-03-01T06:40:15.103Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-01T06:40:15.103Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-01T06:40:15.103Z] go: downloading github.com/pkg/errors v0.9.1 [2022-03-01T06:40:15.103Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-01T06:40:15.103Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-01T06:40:15.214Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2022-03-01T06:40:15.558Z] go: downloading golang.org/x/tools v0.1.0 [2022-03-01T06:40:15.558Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-01T06:40:15.558Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-01T06:40:15.558Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-01T06:40:15.558Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-01T06:40:15.558Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-01T06:40:15.776Z] ok github.com/docker/docker/runconfig 0.008s coverage: 65.7% of statements [2022-03-01T06:40:15.776Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2022-03-01T06:40:16.519Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-01T06:40:16.519Z] go: downloading golang.org/x/mod v0.3.0 [2022-03-01T06:40:18.294Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-03-01T06:40:19.225Z] ok github.com/docker/docker/volume/local 0.117s coverage: 76.4% of statements [2022-03-01T06:40:19.482Z] ok github.com/docker/docker/volume/mounts 0.010s coverage: 67.7% of statements [2022-03-01T06:40:20.847Z] ok github.com/docker/docker/volume/service 0.016s coverage: 72.3% of statements [2022-03-01T06:40:22.112Z] INFO: Expanding compiler 1 of 3... [2022-03-01T06:40:23.086Z] INFO: Expanding compiler 2 of 3... [2022-03-01T06:40:27.797Z] INFO: Expanding compiler 3 of 3... [2022-03-01T06:40:27.830Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-03-01T06:40:27.909Z] INFO: Expanding compiler 1 of 3... [2022-03-01T06:40:27.909Z] INFO: Expanding compiler 2 of 3... [2022-03-01T06:40:28.767Z] INFO: Removing downloaded files... [2022-03-01T06:40:28.767Z] INFO: Downloading containerd [2022-03-01T06:40:30.866Z] INFO: Expanding compiler 3 of 3... [2022-03-01T06:40:31.861Z] INFO: Removing downloaded files... [2022-03-01T06:40:31.861Z] INFO: Downloading containerd [2022-03-01T06:40:34.064Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-03-01T06:40:34.143Z] Removing intermediate container 7360b5db57e3 [2022-03-01T06:40:34.143Z] ---> afc95db7b49d [2022-03-01T06:40:34.143Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-03-01T06:40:34.143Z] ---> Running in b392a875f57f [2022-03-01T06:40:34.143Z] Removing intermediate container b392a875f57f [2022-03-01T06:40:34.143Z] ---> 1897ee385e57 [2022-03-01T06:40:34.143Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-03-01T06:40:34.143Z] ---> Running in b3aba27d9296 [2022-03-01T06:40:34.143Z] Removing intermediate container b3aba27d9296 [2022-03-01T06:40:34.143Z] ---> 2ece36e6fdff [2022-03-01T06:40:34.143Z] Step 11/11 : COPY . . [2022-03-01T06:40:35.920Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-03-01T06:40:38.888Z] ok github.com/docker/docker/pkg/plugins 33.635s coverage: 76.3% of statements [2022-03-01T06:40:38.888Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-01T06:40:38.888Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-01T06:40:38.888Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-01T06:40:38.888Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-03-01T06:40:38.888Z] ? github.com/docker/docker/pkg/term [no test files] [2022-03-01T06:40:38.888Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-01T06:40:38.888Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-03-01T06:40:38.888Z] ? github.com/docker/docker/rootless [no test files] [2022-03-01T06:40:38.888Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-03-01T06:40:38.888Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-01T06:40:38.888Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-01T06:40:38.888Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-01T06:40:38.888Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-01T06:40:38.888Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-01T06:40:38.888Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-01T06:40:38.888Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-01T06:40:38.888Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-01T06:40:38.888Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-01T06:40:38.888Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-01T06:40:38.888Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-01T06:40:38.888Z] ? github.com/docker/docker/volume [no test files] [2022-03-01T06:40:38.888Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-01T06:40:38.888Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-01T06:40:38.888Z] [2022-03-01T06:40:38.888Z] === Skipped [2022-03-01T06:40:38.888Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-01T06:40:38.888Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-01T06:40:38.888Z] [2022-03-01T06:40:38.888Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-01T06:40:38.888Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-01T06:40:38.888Z] [2022-03-01T06:40:38.888Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-01T06:40:38.888Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-01T06:40:38.888Z] [2022-03-01T06:40:38.888Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-01T06:40:38.888Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-01T06:40:38.888Z] [2022-03-01T06:40:38.888Z] === SKIP: daemon/graphdriver/aufs TestNewDriver (0.00s) [2022-03-01T06:40:38.888Z] time="2022-03-01T06:39:33Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-01T06:40:38.888Z] aufs_test.go:37: driver not supported [2022-03-01T06:40:38.888Z] [2022-03-01T06:40:38.888Z] === SKIP: daemon/graphdriver/aufs TestAufsString (0.00s) [2022-03-01T06:40:38.888Z] time="2022-03-01T06:39:33Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-01T06:40:38.888Z] aufs_test.go:37: driver not supported [2022-03-01T06:40:38.888Z] [2022-03-01T06:40:38.888Z] === SKIP: daemon/graphdriver/aufs TestCreateDirStructure (0.00s) [2022-03-01T06:40:38.888Z] time="2022-03-01T06:39:33Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-01T06:40:38.888Z] aufs_test.go:37: driver not supported [2022-03-01T06:40:38.888Z] [2022-03-01T06:40:38.888Z] === SKIP: daemon/graphdriver/aufs TestNewDriverFromExistingDir (0.00s) [2022-03-01T06:40:38.888Z] time="2022-03-01T06:39:33Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-01T06:40:38.888Z] aufs_test.go:37: driver not supported [2022-03-01T06:40:38.888Z] [2022-03-01T06:40:38.888Z] === SKIP: daemon/graphdriver/aufs TestCreateNewDir (0.00s) [2022-03-01T06:40:38.888Z] time="2022-03-01T06:39:33Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-01T06:40:38.888Z] aufs_test.go:37: driver not supported [2022-03-01T06:40:38.888Z] [2022-03-01T06:40:38.888Z] === SKIP: daemon/graphdriver/aufs TestCreateNewDirStructure (0.00s) [2022-03-01T06:40:38.888Z] time="2022-03-01T06:39:33Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-01T06:40:38.888Z] aufs_test.go:37: driver not supported [2022-03-01T06:40:38.888Z] [2022-03-01T06:40:38.888Z] === SKIP: daemon/graphdriver/aufs TestRemoveImage (0.00s) [2022-03-01T06:40:38.888Z] time="2022-03-01T06:39:33Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-01T06:40:38.888Z] aufs_test.go:37: driver not supported [2022-03-01T06:40:38.888Z] [2022-03-01T06:40:38.888Z] === SKIP: daemon/graphdriver/aufs TestGetWithoutParent (0.00s) [2022-03-01T06:40:38.888Z] time="2022-03-01T06:39:33Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-01T06:40:38.888Z] aufs_test.go:37: driver not supported [2022-03-01T06:40:38.888Z] [2022-03-01T06:40:38.888Z] === SKIP: daemon/graphdriver/aufs TestCleanupWithNoDirs (0.00s) [2022-03-01T06:40:38.888Z] time="2022-03-01T06:39:33Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-01T06:40:38.888Z] aufs_test.go:37: driver not supported [2022-03-01T06:40:38.888Z] [2022-03-01T06:40:38.889Z] === SKIP: daemon/graphdriver/aufs TestCleanupWithDir (0.00s) [2022-03-01T06:40:38.889Z] time="2022-03-01T06:39:33Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-01T06:40:38.889Z] aufs_test.go:37: driver not supported [2022-03-01T06:40:38.889Z] [2022-03-01T06:40:38.889Z] === SKIP: daemon/graphdriver/aufs TestMountedFalseResponse (0.00s) [2022-03-01T06:40:38.889Z] time="2022-03-01T06:39:33Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-01T06:40:38.889Z] aufs_test.go:37: driver not supported [2022-03-01T06:40:38.889Z] [2022-03-01T06:40:38.889Z] === SKIP: daemon/graphdriver/aufs TestMountedTrueResponse (0.00s) [2022-03-01T06:40:38.889Z] time="2022-03-01T06:39:33Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-01T06:40:38.889Z] aufs_test.go:37: driver not supported [2022-03-01T06:40:38.889Z] [2022-03-01T06:40:38.889Z] === SKIP: daemon/graphdriver/aufs TestMountWithParent (0.00s) [2022-03-01T06:40:38.889Z] time="2022-03-01T06:39:33Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-01T06:40:38.889Z] aufs_test.go:37: driver not supported [2022-03-01T06:40:38.889Z] [2022-03-01T06:40:38.889Z] === SKIP: daemon/graphdriver/aufs TestRemoveMountedDir (0.00s) [2022-03-01T06:40:38.889Z] time="2022-03-01T06:39:33Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-01T06:40:38.889Z] aufs_test.go:37: driver not supported [2022-03-01T06:40:38.889Z] [2022-03-01T06:40:38.889Z] === SKIP: daemon/graphdriver/aufs TestCreateWithInvalidParent (0.00s) [2022-03-01T06:40:38.889Z] time="2022-03-01T06:39:33Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-01T06:40:38.889Z] aufs_test.go:37: driver not supported [2022-03-01T06:40:38.889Z] [2022-03-01T06:40:38.889Z] === SKIP: daemon/graphdriver/aufs TestGetDiff (0.00s) [2022-03-01T06:40:38.889Z] time="2022-03-01T06:39:33Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-01T06:40:38.889Z] aufs_test.go:37: driver not supported [2022-03-01T06:40:38.889Z] [2022-03-01T06:40:38.889Z] === SKIP: daemon/graphdriver/aufs TestChanges (0.00s) [2022-03-01T06:40:38.889Z] time="2022-03-01T06:39:33Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-01T06:40:38.889Z] aufs_test.go:37: driver not supported [2022-03-01T06:40:38.889Z] [2022-03-01T06:40:38.889Z] === SKIP: daemon/graphdriver/aufs TestDiffSize (0.00s) [2022-03-01T06:40:38.889Z] time="2022-03-01T06:39:33Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-01T06:40:38.889Z] aufs_test.go:37: driver not supported [2022-03-01T06:40:38.889Z] [2022-03-01T06:40:38.889Z] === SKIP: daemon/graphdriver/aufs TestChildDiffSize (0.00s) [2022-03-01T06:40:38.889Z] time="2022-03-01T06:39:33Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-01T06:40:38.889Z] aufs_test.go:37: driver not supported [2022-03-01T06:40:38.889Z] [2022-03-01T06:40:38.889Z] === SKIP: daemon/graphdriver/aufs TestExists (0.00s) [2022-03-01T06:40:38.889Z] time="2022-03-01T06:39:33Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-01T06:40:38.889Z] aufs_test.go:37: driver not supported [2022-03-01T06:40:38.889Z] [2022-03-01T06:40:38.889Z] === SKIP: daemon/graphdriver/aufs TestStatus (0.00s) [2022-03-01T06:40:38.889Z] time="2022-03-01T06:39:33Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-01T06:40:38.889Z] aufs_test.go:37: driver not supported [2022-03-01T06:40:38.889Z] [2022-03-01T06:40:38.889Z] === SKIP: daemon/graphdriver/aufs TestApplyDiff (0.00s) [2022-03-01T06:40:38.889Z] time="2022-03-01T06:39:33Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-01T06:40:38.889Z] aufs_test.go:37: driver not supported [2022-03-01T06:40:38.889Z] [2022-03-01T06:40:38.889Z] === SKIP: daemon/graphdriver/aufs TestMountMoreThan42Layers (0.00s) [2022-03-01T06:40:38.889Z] time="2022-03-01T06:39:33Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-01T06:40:38.889Z] aufs_test.go:37: driver not supported [2022-03-01T06:40:38.889Z] [2022-03-01T06:40:38.889Z] === SKIP: daemon/graphdriver/aufs TestMountMoreThan42LayersMatchingPathLength (0.00s) [2022-03-01T06:40:38.889Z] aufs_test.go:714: Using path: /tmp/aufs-tests/0000000/aufs [2022-03-01T06:40:38.889Z] time="2022-03-01T06:39:33Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-01T06:40:38.889Z] aufs_test.go:37: driver not supported [2022-03-01T06:40:38.889Z] [2022-03-01T06:40:38.889Z] === SKIP: daemon/graphdriver/aufs TestInitStaleCleanup (0.00s) [2022-03-01T06:40:38.889Z] time="2022-03-01T06:39:33Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-01T06:40:38.889Z] aufs_test.go:37: driver not supported [2022-03-01T06:40:38.889Z] [2022-03-01T06:40:38.889Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-03-01T06:40:38.889Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-01T06:40:38.889Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-01T06:40:38.889Z] [2022-03-01T06:40:38.889Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-03-01T06:40:38.889Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-01T06:40:38.889Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-01T06:40:38.889Z] [2022-03-01T06:40:38.889Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-03-01T06:40:38.889Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-01T06:40:38.889Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-01T06:40:38.889Z] [2022-03-01T06:40:38.889Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-03-01T06:40:38.889Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-01T06:40:38.889Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-01T06:40:38.889Z] [2022-03-01T06:40:38.889Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-03-01T06:40:38.889Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-01T06:40:38.889Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-01T06:40:38.889Z] [2022-03-01T06:40:38.889Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-03-01T06:40:38.889Z] graphtest_unix.go:71: No driver to put! [2022-03-01T06:40:38.889Z] [2022-03-01T06:40:38.889Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-03-01T06:40:38.889Z] time="2022-03-01T06:39:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-01T06:40:38.889Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-01T06:40:38.889Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-01T06:40:38.889Z] [2022-03-01T06:40:38.889Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-03-01T06:40:38.889Z] time="2022-03-01T06:39:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-01T06:40:38.889Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-01T06:40:38.889Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-01T06:40:38.889Z] [2022-03-01T06:40:38.889Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-03-01T06:40:38.889Z] time="2022-03-01T06:39:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-01T06:40:38.889Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-01T06:40:38.889Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-01T06:40:38.889Z] [2022-03-01T06:40:38.889Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-03-01T06:40:38.889Z] time="2022-03-01T06:39:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-01T06:40:38.889Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-01T06:40:38.889Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-01T06:40:38.889Z] [2022-03-01T06:40:38.889Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-03-01T06:40:38.889Z] time="2022-03-01T06:39:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-01T06:40:38.889Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-01T06:40:38.889Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-01T06:40:38.889Z] [2022-03-01T06:40:38.889Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-03-01T06:40:38.889Z] graphtest_unix.go:71: No driver to put! [2022-03-01T06:40:38.889Z] [2022-03-01T06:40:38.889Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-03-01T06:40:38.889Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-03-01T06:40:38.889Z] [2022-03-01T06:40:38.889Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-03-01T06:40:38.889Z] overlay_test.go:50: Fails to compute changes intermittently [2022-03-01T06:40:38.889Z] [2022-03-01T06:40:38.889Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-03-01T06:40:38.889Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-03-01T06:40:38.889Z] [2022-03-01T06:40:38.889Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-03-01T06:40:38.889Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-03-01T06:40:38.889Z] [2022-03-01T06:40:38.889Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-03-01T06:40:38.889Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-01T06:40:38.889Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-01T06:40:38.889Z] [2022-03-01T06:40:38.889Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-03-01T06:40:38.889Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-01T06:40:38.889Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-01T06:40:38.889Z] [2022-03-01T06:40:38.889Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-03-01T06:40:38.889Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-01T06:40:38.889Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-01T06:40:38.889Z] [2022-03-01T06:40:38.889Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-03-01T06:40:38.889Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-01T06:40:38.889Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-01T06:40:38.889Z] [2022-03-01T06:40:38.889Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-03-01T06:40:38.889Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-01T06:40:38.889Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-01T06:40:38.889Z] [2022-03-01T06:40:38.889Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-03-01T06:40:38.889Z] graphtest_unix.go:71: No driver to put! [2022-03-01T06:40:38.889Z] [2022-03-01T06:40:38.889Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-03-01T06:40:38.889Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-03-01T06:40:38.889Z] [2022-03-01T06:40:38.889Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-03-01T06:40:38.889Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-03-01T06:40:38.889Z] [2022-03-01T06:40:38.889Z] DONE 2318 tests, 53 skipped in 198.587s [2022-03-01T06:40:38.889Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/bitseq [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/cluster [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/config [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/datastore [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/driverapi [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/etchosts [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/idm [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/ipam [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/iptables [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/netlabel [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/netutils [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/networkdb [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/ns [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/options [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/osl [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/portallocator [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/portmapper [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/testutils [2022-03-01T06:40:38.889Z] github.com/docker/docker/libnetwork/types' ']' [2022-03-01T06:40:38.889Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types [2022-03-01T06:40:40.607Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-03-01T06:40:41.167Z] [2022-03-01T06:40:41.167Z] Name Version Source Summary [2022-03-01T06:40:41.167Z] ---- ------- ------ ------- [2022-03-01T06:40:41.167Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-03-01T06:40:42.143Z] [2022-03-01T06:40:42.143Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-03-01T06:40:42.143Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-03-01T06:40:42.143Z] PSChildName : containerd [2022-03-01T06:40:42.143Z] PSDrive : C [2022-03-01T06:40:42.143Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-03-01T06:40:42.143Z] PSIsContainer : True [2022-03-01T06:40:42.143Z] Name : containerd [2022-03-01T06:40:42.143Z] FullName : C:\containerd [2022-03-01T06:40:42.143Z] Parent : [2022-03-01T06:40:42.143Z] Exists : True [2022-03-01T06:40:42.143Z] Root : C:\ [2022-03-01T06:40:42.143Z] Extension : [2022-03-01T06:40:42.143Z] CreationTime : 3/1/2022 6:40:41 AM [2022-03-01T06:40:42.143Z] CreationTimeUtc : 3/1/2022 6:40:41 AM [2022-03-01T06:40:42.143Z] LastAccessTime : 3/1/2022 6:40:41 AM [2022-03-01T06:40:42.143Z] LastAccessTimeUtc : 3/1/2022 6:40:41 AM [2022-03-01T06:40:42.143Z] LastWriteTime : 3/1/2022 6:40:41 AM [2022-03-01T06:40:42.143Z] LastWriteTimeUtc : 3/1/2022 6:40:41 AM [2022-03-01T06:40:42.143Z] Attributes : Directory [2022-03-01T06:40:42.143Z] Mode : d----- [2022-03-01T06:40:42.143Z] BaseName : containerd [2022-03-01T06:40:42.143Z] Target : {} [2022-03-01T06:40:42.143Z] LinkType : [2022-03-01T06:40:42.143Z] [2022-03-01T06:40:42.300Z] [2022-03-01T06:40:42.300Z] Name Version Source Summary [2022-03-01T06:40:42.300Z] ---- ------- ------ ------- [2022-03-01T06:40:42.300Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-03-01T06:40:42.770Z] [2022-03-01T06:40:42.770Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-03-01T06:40:42.770Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-03-01T06:40:42.770Z] PSChildName : containerd [2022-03-01T06:40:42.770Z] PSDrive : C [2022-03-01T06:40:42.770Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-03-01T06:40:42.770Z] PSIsContainer : True [2022-03-01T06:40:42.770Z] Name : containerd [2022-03-01T06:40:42.770Z] FullName : C:\containerd [2022-03-01T06:40:42.770Z] Parent : [2022-03-01T06:40:42.770Z] Exists : True [2022-03-01T06:40:42.770Z] Root : C:\ [2022-03-01T06:40:42.770Z] Extension : [2022-03-01T06:40:42.770Z] CreationTime : 3/1/2022 6:40:42 AM [2022-03-01T06:40:42.770Z] CreationTimeUtc : 3/1/2022 6:40:42 AM [2022-03-01T06:40:42.770Z] LastAccessTime : 3/1/2022 6:40:42 AM [2022-03-01T06:40:42.770Z] LastAccessTimeUtc : 3/1/2022 6:40:42 AM [2022-03-01T06:40:42.770Z] LastWriteTime : 3/1/2022 6:40:42 AM [2022-03-01T06:40:42.770Z] LastWriteTimeUtc : 3/1/2022 6:40:42 AM [2022-03-01T06:40:42.770Z] Attributes : Directory [2022-03-01T06:40:42.770Z] Mode : d----- [2022-03-01T06:40:42.770Z] BaseName : containerd [2022-03-01T06:40:42.770Z] Target : {} [2022-03-01T06:40:42.770Z] LinkType : [2022-03-01T06:40:42.770Z] [2022-03-01T06:40:43.113Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-03-01T06:40:43.113Z] INFO: Configuring git core.autocrlf... [2022-03-01T06:40:43.113Z] [2022-03-01T06:40:43.113Z] [2022-03-01T06:40:43.759Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-03-01T06:40:43.759Z] INFO: Configuring git core.autocrlf... [2022-03-01T06:40:44.013Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-03-01T06:40:44.226Z] [2022-03-01T06:40:44.226Z] [2022-03-01T06:40:44.273Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-03-01T06:40:45.202Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-03-01T06:40:45.765Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-03-01T06:40:46.022Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-03-01T06:40:46.951Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-03-01T06:40:49.471Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-03-01T06:40:50.403Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-03-01T06:40:50.553Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-03-01T06:40:50.553Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-03-01T06:40:50.553Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-03-01T06:40:51.115Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-03-01T06:40:51.333Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-03-01T06:40:51.372Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-03-01T06:40:51.589Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-03-01T06:40:52.301Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-03-01T06:40:52.519Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-03-01T06:40:53.082Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-03-01T06:40:54.449Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-03-01T06:40:54.817Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-03-01T06:40:55.012Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-03-01T06:40:55.284Z] ---> a08f6df34187 [2022-03-01T06:40:55.284Z] Successfully built a08f6df34187 [2022-03-01T06:40:55.284Z] Successfully tagged docker:latest [2022-03-01T06:40:55.284Z] INFO: Image build ended at 03/01/2022 06:40:54. Duration:00:02:58.8267481 [2022-03-01T06:40:55.284Z] [2022-03-01T06:40:55.284Z] [2022-03-01T06:40:55.284Z] INFO: Building the test binaries at 03/01/2022 06:40:54... [2022-03-01T06:40:55.379Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-03-01T06:40:55.575Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-03-01T06:40:56.305Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-03-01T06:40:56.558Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-01T06:40:56.558Z] Using test binary docker [2022-03-01T06:40:56.558Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-03-01T06:40:56.558Z] Starting apparmor (via systemctl): apparmor.service. [2022-03-01T06:40:56.558Z] INFO: Waiting for daemon to start... [2022-03-01T06:40:56.558Z] Starting dockerd [2022-03-01T06:40:56.561Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-03-01T06:40:57.489Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-03-01T06:40:58.052Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-03-01T06:40:58.996Z] INFO: make.ps1 starting at 03/01/2022 06:40:58 [2022-03-01T06:40:58.996Z] INFO: Git commit (9efa8b3500) assumed from DOCKER_GITCOMMIT environment variable [2022-03-01T06:40:58.996Z] INFO: Invoking autogen... [2022-03-01T06:40:59.426Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-03-01T06:40:59.451Z] INFO: Building daemon... [2022-03-01T06:40:59.823Z] . [2022-03-01T06:40:59.823Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-01T06:40:59.823Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-01T06:40:59.823Z] Error: No such image: emptyfs [2022-03-01T06:40:59.989Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-03-01T06:41:00.079Z] Running integration-test (iteration 1) [2022-03-01T06:41:00.079Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-03-01T06:41:00.335Z] Loaded image: busybox:latest [2022-03-01T06:41:00.336Z] Loaded image: busybox:glibc [2022-03-01T06:41:00.551Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-03-01T06:41:01.497Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-01T06:41:01.497Z] Using test binary docker [2022-03-01T06:41:01.497Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-03-01T06:41:01.497Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-01T06:41:01.497Z] INFO: Waiting for daemon to start... [2022-03-01T06:41:01.497Z] Starting dockerd [2022-03-01T06:41:01.702Z] Loaded image: debian:bullseye-slim [2022-03-01T06:41:01.958Z] Loaded image: hello-world:latest [2022-03-01T06:41:01.958Z] Loaded image: arm32v7/hello-world:latest [2022-03-01T06:41:01.958Z] INFO: Testing against a local daemon [2022-03-01T06:41:01.958Z] === RUN TestCgroupNamespacesBuild [2022-03-01T06:41:03.323Z] --- PASS: TestCgroupNamespacesBuild (1.27s) [2022-03-01T06:41:03.323Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-03-01T06:41:04.688Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.27s) [2022-03-01T06:41:04.688Z] === RUN TestBuildWithSession [2022-03-01T06:41:04.688Z] build_session_test.go:25: TODO: BuildKit [2022-03-01T06:41:04.688Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-01T06:41:04.688Z] === RUN TestBuildSquashParent [2022-03-01T06:41:04.762Z] . [2022-03-01T06:41:04.762Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-01T06:41:04.762Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-01T06:41:04.762Z] Error: No such image: emptyfs [2022-03-01T06:41:04.762Z] Running integration-test (iteration 1) [2022-03-01T06:41:04.762Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-03-01T06:41:05.018Z] Loaded image: busybox:latest [2022-03-01T06:41:05.018Z] Loaded image: busybox:glibc [2022-03-01T06:41:06.385Z] Loaded image: debian:bullseye-slim [2022-03-01T06:41:06.385Z] Loaded image: hello-world:latest [2022-03-01T06:41:06.385Z] Loaded image: arm32v7/hello-world:latest [2022-03-01T06:41:06.642Z] INFO: Testing against a local daemon [2022-03-01T06:41:06.642Z] === RUN TestCgroupNamespacesBuild [2022-03-01T06:41:08.007Z] --- PASS: TestCgroupNamespacesBuild (1.25s) [2022-03-01T06:41:08.007Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-03-01T06:41:08.939Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.08s) [2022-03-01T06:41:08.939Z] === RUN TestBuildWithSession [2022-03-01T06:41:08.939Z] build_session_test.go:25: TODO: BuildKit [2022-03-01T06:41:08.939Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-01T06:41:08.939Z] === RUN TestBuildSquashParent [2022-03-01T06:41:09.932Z] --- PASS: TestBuildSquashParent (4.96s) [2022-03-01T06:41:09.933Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-01T06:41:09.933Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-01T06:41:09.933Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-01T06:41:09.933Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-01T06:41:09.933Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-01T06:41:09.933Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-01T06:41:09.933Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-01T06:41:09.933Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-01T06:41:09.933Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-01T06:41:09.933Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-01T06:41:09.933Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-01T06:41:09.933Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-01T06:41:09.933Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-01T06:41:09.933Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-01T06:41:09.933Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-01T06:41:10.860Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-01T06:41:11.116Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-01T06:41:12.484Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-01T06:41:12.484Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-01T06:41:12.977Z] INFO [loader] Go packages loading at mode 575 (exports_file|deps|files|imports|name|types_sizes|compiled_files) took 2m19.990148602s [2022-03-01T06:41:12.977Z] WARN [runner] The linter 'golint' is deprecated (since v1.41.0) due to: The repository of the linter has been archived by the owner. Replaced by revive. [2022-03-01T06:41:12.977Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 483.234739ms [2022-03-01T06:41:13.851Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-03-01T06:41:13.851Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.36s) [2022-03-01T06:41:13.851Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.60s) [2022-03-01T06:41:13.851Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.38s) [2022-03-01T06:41:13.851Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.51s) [2022-03-01T06:41:13.851Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.42s) [2022-03-01T06:41:13.851Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.38s) [2022-03-01T06:41:13.851Z] === RUN TestBuildMultiStageCopy [2022-03-01T06:41:13.851Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-01T06:41:15.218Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-01T06:41:15.475Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-01T06:41:15.732Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-01T06:41:15.988Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-01T06:41:16.245Z] --- PASS: TestBuildMultiStageCopy (2.20s) [2022-03-01T06:41:16.245Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.38s) [2022-03-01T06:41:16.245Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.20s) [2022-03-01T06:41:16.245Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.21s) [2022-03-01T06:41:16.245Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.20s) [2022-03-01T06:41:16.245Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.22s) [2022-03-01T06:41:16.245Z] === RUN TestBuildMultiStageParentConfig [2022-03-01T06:41:16.807Z] --- PASS: TestBuildMultiStageParentConfig (0.60s) [2022-03-01T06:41:16.807Z] === RUN TestBuildLabelWithTargets [2022-03-01T06:41:17.023Z] --- PASS: TestBuildSquashParent (7.18s) [2022-03-01T06:41:17.023Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-01T06:41:17.023Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-01T06:41:17.023Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-01T06:41:17.023Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-01T06:41:17.023Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-01T06:41:17.023Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-01T06:41:17.023Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-01T06:41:17.023Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-01T06:41:17.023Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-01T06:41:17.023Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-01T06:41:17.023Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-01T06:41:17.023Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-01T06:41:17.023Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-01T06:41:17.023Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-01T06:41:17.023Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-01T06:41:17.585Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-01T06:41:17.746Z] --- PASS: TestBuildLabelWithTargets (0.94s) [2022-03-01T06:41:17.746Z] === RUN TestBuildWithEmptyLayers [2022-03-01T06:41:17.841Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-01T06:41:18.325Z] --- PASS: TestBuildWithEmptyLayers (0.45s) [2022-03-01T06:41:18.325Z] === RUN TestBuildMultiStageOnBuild [2022-03-01T06:41:19.729Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-01T06:41:19.729Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-01T06:41:20.230Z] --- PASS: TestBuildMultiStageOnBuild (1.71s) [2022-03-01T06:41:20.230Z] === RUN TestBuildUncleanTarFilenames [2022-03-01T06:41:20.486Z] --- PASS: TestBuildUncleanTarFilenames (0.55s) [2022-03-01T06:41:20.486Z] === RUN TestBuildMultiStageLayerLeak [2022-03-01T06:41:22.243Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-03-01T06:41:22.243Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.61s) [2022-03-01T06:41:22.243Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.70s) [2022-03-01T06:41:22.243Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.06s) [2022-03-01T06:41:22.243Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.99s) [2022-03-01T06:41:22.243Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.10s) [2022-03-01T06:41:22.243Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.11s) [2022-03-01T06:41:22.243Z] === RUN TestBuildMultiStageCopy [2022-03-01T06:41:22.243Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-01T06:41:22.375Z] --- PASS: TestBuildMultiStageLayerLeak (1.58s) [2022-03-01T06:41:22.375Z] === RUN TestBuildWithHugeFile [2022-03-01T06:41:25.509Z] ok github.com/docker/docker/libnetwork 37.231s coverage: 40.7% of statements [2022-03-01T06:41:25.509Z] ok github.com/docker/docker/libnetwork/bitseq 0.125s coverage: 84.4% of statements [2022-03-01T06:41:25.509Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-01T06:41:25.509Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-01T06:41:25.509Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-01T06:41:25.509Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-01T06:41:25.509Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-01T06:41:25.509Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-01T06:41:25.509Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-03-01T06:41:25.509Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-01T06:41:25.509Z] ok github.com/docker/docker/libnetwork/config 0.012s coverage: 19.7% of statements [2022-03-01T06:41:25.509Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-03-01T06:41:25.509Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-01T06:41:25.509Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-01T06:41:25.509Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-03-01T06:41:25.585Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-01T06:41:25.765Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.240s coverage: 59.9% of statements [2022-03-01T06:41:25.765Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-01T06:41:26.022Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-03-01T06:41:26.148Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-01T06:41:26.585Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.033s coverage: 4.0% of statements [2022-03-01T06:41:26.585Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-01T06:41:27.076Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-01T06:41:27.148Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.016s coverage: 4.5% of statements [2022-03-01T06:41:27.148Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-01T06:41:27.404Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-03-01T06:41:28.442Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-01T06:41:29.370Z] --- PASS: TestBuildMultiStageCopy (7.28s) [2022-03-01T06:41:29.370Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.28s) [2022-03-01T06:41:29.370Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2022-03-01T06:41:29.370Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2022-03-01T06:41:29.370Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2022-03-01T06:41:29.370Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2022-03-01T06:41:29.370Z] === RUN TestBuildMultiStageParentConfig [2022-03-01T06:41:34.616Z] --- PASS: TestBuildMultiStageParentConfig (4.99s) [2022-03-01T06:41:34.616Z] === RUN TestBuildLabelWithTargets [2022-03-01T06:41:37.412Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.775s coverage: 7.2% of statements [2022-03-01T06:41:37.412Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-01T06:41:37.412Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.003s coverage: 63.6% of statements [2022-03-01T06:41:37.412Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.010s coverage: 57.4% of statements [2022-03-01T06:41:37.412Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-01T06:41:37.412Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-03-01T06:41:37.412Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-01T06:41:37.669Z] ok github.com/docker/docker/libnetwork/drvregistry 0.014s coverage: 82.4% of statements [2022-03-01T06:41:37.926Z] ok github.com/docker/docker/libnetwork/etchosts 0.013s coverage: 81.2% of statements [2022-03-01T06:41:38.182Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-03-01T06:41:38.182Z] ok github.com/docker/docker/libnetwork/internal/caller 0.001s coverage: 100.0% of statements [2022-03-01T06:41:42.699Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2022-03-01T06:41:42.699Z] === RUN TestBuildWithEmptyLayers [2022-03-01T06:41:43.584Z] Removing intermediate container 32dc72da8b03 [2022-03-01T06:41:43.585Z] ---> 6cfa7ffbcc8b [2022-03-01T06:41:43.585Z] Step 8/11 : RUN Function Install-GoTestSum() { $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; Write-Host "INFO: Installing gotestsum version $Env:GOTESTSUM_VERSION in $Env:GOBIN"; &go install "gotest.tools/gotestsum@${Env:GOTESTSUM_VERSION}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum install failed..."'; } } Install-GoTestSum [2022-03-01T06:41:43.585Z] ---> Running in 43f797c2cede [2022-03-01T06:41:43.585Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-03-01T06:41:44.045Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-01T06:41:44.045Z] go: downloading github.com/fatih/color v1.10.0 [2022-03-01T06:41:44.045Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-01T06:41:44.045Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-01T06:41:44.424Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-03-01T06:41:44.508Z] go: downloading github.com/pkg/errors v0.9.1 [2022-03-01T06:41:44.508Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-01T06:41:44.508Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-01T06:41:44.508Z] go: downloading golang.org/x/tools v0.1.0 [2022-03-01T06:41:44.508Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-01T06:41:44.508Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-01T06:41:44.508Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-01T06:41:44.508Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-01T06:41:44.968Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-01T06:41:45.215Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2022-03-01T06:41:45.215Z] === RUN TestBuildMultiStageOnBuild [2022-03-01T06:41:45.428Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-01T06:41:45.428Z] go: downloading golang.org/x/mod v0.3.0 [2022-03-01T06:41:46.375Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-03-01T06:41:50.352Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.003s coverage: 100.0% of statements [2022-03-01T06:41:50.463Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2022-03-01T06:41:50.463Z] === RUN TestBuildUncleanTarFilenames [2022-03-01T06:41:50.720Z] --- PASS: TestBuildUncleanTarFilenames (0.54s) [2022-03-01T06:41:50.720Z] === RUN TestBuildMultiStageLayerLeak [2022-03-01T06:41:55.963Z] --- PASS: TestBuildMultiStageLayerLeak (4.45s) [2022-03-01T06:41:55.963Z] === RUN TestBuildWithHugeFile [2022-03-01T06:41:56.530Z] Removing intermediate container 95e54bcef710 [2022-03-01T06:41:56.530Z] ---> b677d76d7978 [2022-03-01T06:41:56.530Z] Step 8/11 : RUN Function Install-GoTestSum() { $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; Write-Host "INFO: Installing gotestsum version $Env:GOTESTSUM_VERSION in $Env:GOBIN"; &go install "gotest.tools/gotestsum@${Env:GOTESTSUM_VERSION}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum install failed..."'; } } Install-GoTestSum [2022-03-01T06:41:56.530Z] ---> Running in 7502c932d43e [2022-03-01T06:41:58.761Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-03-01T06:41:59.229Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-01T06:41:59.698Z] go: downloading github.com/fatih/color v1.10.0 [2022-03-01T06:41:59.698Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-01T06:41:59.698Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-01T06:41:59.698Z] go: downloading github.com/pkg/errors v0.9.1 [2022-03-01T06:41:59.698Z] go: downloading golang.org/x/tools v0.1.0 [2022-03-01T06:41:59.698Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-01T06:41:59.698Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-01T06:42:00.167Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-01T06:42:00.167Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-01T06:42:00.167Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-01T06:42:00.167Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-01T06:42:00.167Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-01T06:42:00.254Z] Removing intermediate container 43f797c2cede [2022-03-01T06:42:00.254Z] ---> 496c3bc36b71 [2022-03-01T06:42:00.254Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-03-01T06:42:00.254Z] ---> Running in 8a9698871bdf [2022-03-01T06:42:00.716Z] Removing intermediate container 8a9698871bdf [2022-03-01T06:42:00.716Z] ---> 452efff1a902 [2022-03-01T06:42:00.716Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-03-01T06:42:00.716Z] ---> Running in 3832c8cfe91b [2022-03-01T06:42:01.155Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-01T06:42:01.155Z] go: downloading golang.org/x/mod v0.3.0 [2022-03-01T06:42:01.176Z] Removing intermediate container 3832c8cfe91b [2022-03-01T06:42:01.176Z] ---> 81f39518ed15 [2022-03-01T06:42:01.176Z] Step 11/11 : COPY . . [2022-03-01T06:42:05.199Z] ok github.com/docker/docker/libnetwork/ipam 15.730s coverage: 85.3% of statements [2022-03-01T06:42:05.200Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-01T06:42:05.200Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-01T06:42:05.200Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-03-01T06:42:05.455Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.008s coverage: 47.4% of statements [2022-03-01T06:42:05.455Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-01T06:42:05.712Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-03-01T06:42:06.274Z] ok github.com/docker/docker/libnetwork/ipamutils 0.286s coverage: 74.0% of statements [2022-03-01T06:42:06.836Z] ok github.com/docker/docker/libnetwork/iptables 0.128s coverage: 45.1% of statements [2022-03-01T06:42:06.836Z] ok github.com/docker/docker/libnetwork/netlabel 0.001s coverage: 60.0% of statements [2022-03-01T06:42:07.092Z] ok github.com/docker/docker/libnetwork/netutils 0.018s coverage: 44.1% of statements [2022-03-01T06:42:11.493Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-03-01T06:42:11.493Z] [2022-03-01T06:42:11.493Z] ________ ____ __. [2022-03-01T06:42:11.493Z] \_____ \ | |/ _| [2022-03-01T06:42:11.493Z] / | \| < [2022-03-01T06:42:11.493Z] / | \ | \ [2022-03-01T06:42:11.493Z] \_______ /____|__ \ [2022-03-01T06:42:11.493Z] \/ \/ [2022-03-01T06:42:11.493Z] [2022-03-01T06:42:11.493Z] INFO: make.ps1 ended at 03/01/2022 06:42:06 [2022-03-01T06:42:11.493Z] INFO: Binaries build ended at 03/01/2022 06:42:08. Duration:00:01:13.2670907 [2022-03-01T06:42:11.493Z] INFO: Copying the built daemon binary to d:\CI\PR-43303\1\binary\dockerd-9efa8b3500.exe... [2022-03-01T06:42:11.493Z] INFO: Copying the built client binary to d:\CI\PR-43303\1\binary\docker-9efa8b3500.exe... [2022-03-01T06:42:11.493Z] INFO: Copying dockerversion from the container... [2022-03-01T06:42:11.493Z] INFO: Copying the golang package from the container to d:\CI\PR-43303\1\installer\go.zip... [2022-03-01T06:42:11.493Z] INFO: Extracting go.zip to d:\CI\PR-43303\1\go [2022-03-01T06:42:18.545Z] --- PASS: TestBuildWithHugeFile (56.32s) [2022-03-01T06:42:18.546Z] === RUN TestBuildWCOWSandboxSize [2022-03-01T06:42:18.546Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-01T06:42:18.546Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-01T06:42:18.546Z] === RUN TestBuildWithEmptyDockerfile [2022-03-01T06:42:18.546Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-01T06:42:18.546Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-01T06:42:18.546Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-01T06:42:18.546Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-01T06:42:18.546Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-01T06:42:18.546Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-01T06:42:18.546Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-01T06:42:18.546Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-01T06:42:18.546Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-01T06:42:18.546Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-03-01T06:42:18.546Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.11s) [2022-03-01T06:42:18.546Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.12s) [2022-03-01T06:42:18.546Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-03-01T06:42:18.546Z] === RUN TestBuildPreserveOwnership [2022-03-01T06:42:18.546Z] === RUN TestBuildPreserveOwnership/copy_from [2022-03-01T06:42:18.988Z] Removing intermediate container 7502c932d43e [2022-03-01T06:42:18.988Z] ---> a7f7968bee66 [2022-03-01T06:42:18.988Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-03-01T06:42:18.988Z] ---> Running in 51daff230e05 [2022-03-01T06:42:18.988Z] Removing intermediate container 51daff230e05 [2022-03-01T06:42:18.988Z] ---> 5f7e955f574d [2022-03-01T06:42:18.988Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-03-01T06:42:18.988Z] ---> Running in ae63219b11dd [2022-03-01T06:42:19.456Z] Removing intermediate container ae63219b11dd [2022-03-01T06:42:19.456Z] ---> 88a25f6ca45b [2022-03-01T06:42:19.456Z] Step 11/11 : COPY . . [2022-03-01T06:42:21.064Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-03-01T06:42:21.994Z] --- PASS: TestBuildPreserveOwnership (3.46s) [2022-03-01T06:42:21.994Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.33s) [2022-03-01T06:42:21.994Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.12s) [2022-03-01T06:42:21.994Z] === RUN TestBuildPlatformInvalid [2022-03-01T06:42:21.994Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-03-01T06:42:21.994Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-03-01T06:42:22.285Z] ---> 5f89b81b4e55 [2022-03-01T06:42:22.285Z] Successfully built 5f89b81b4e55 [2022-03-01T06:42:22.285Z] Successfully tagged docker:latest [2022-03-01T06:42:22.285Z] INFO: Image build ended at 03/01/2022 06:42:21. Duration:00:02:49.3431718 [2022-03-01T06:42:22.285Z] [2022-03-01T06:42:22.285Z] [2022-03-01T06:42:22.285Z] INFO: Building the test binaries at 03/01/2022 06:42:21... [2022-03-01T06:42:22.927Z] Loaded image: busybox:latest [2022-03-01T06:42:22.927Z] Loaded image: busybox:glibc [2022-03-01T06:42:24.294Z] Loaded image: debian:bullseye-slim [2022-03-01T06:42:24.294Z] Loaded image: hello-world:latest [2022-03-01T06:42:24.294Z] Loaded image: arm32v7/hello-world:latest [2022-03-01T06:42:25.407Z] INFO: make.ps1 starting at 03/01/2022 06:42:25 [2022-03-01T06:42:25.868Z] INFO: Git commit (9efa8b3500) assumed from DOCKER_GITCOMMIT environment variable [2022-03-01T06:42:25.868Z] INFO: Invoking autogen... [2022-03-01T06:42:26.329Z] INFO: Building daemon... [2022-03-01T06:42:34.240Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.61s) [2022-03-01T06:42:34.240Z] PASS [2022-03-01T06:42:34.240Z] [2022-03-01T06:42:34.240Z] === Skipped [2022-03-01T06:42:34.240Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-03-01T06:42:34.240Z] build_session_test.go:25: TODO: BuildKit [2022-03-01T06:42:34.240Z] [2022-03-01T06:42:34.240Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-03-01T06:42:34.240Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-01T06:42:34.240Z] [2022-03-01T06:42:34.240Z] DONE 34 tests, 2 skipped in 92.585s [2022-03-01T06:42:34.240Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-03-01T06:42:34.240Z] INFO: Testing against a local daemon [2022-03-01T06:42:34.240Z] === RUN TestConfigInspect [2022-03-01T06:42:34.803Z] --- PASS: TestConfigInspect (2.23s) [2022-03-01T06:42:34.803Z] === RUN TestConfigList [2022-03-01T06:42:36.568Z] INFO: Extraction ended at 03/01/2022 06:42:33. Duration:00:00:23.6176872 [2022-03-01T06:42:36.568Z] INFO: Updating the golang and path environment variables [2022-03-01T06:42:36.568Z] INFO: GOPATH=d:\gopath [2022-03-01T06:42:36.568Z] INFO: go version go1.17.7 windows/amd64 [2022-03-01T06:42:36.568Z] INFO: Running the daemon under test in debug mode [2022-03-01T06:42:36.568Z] INFO: Starting a daemon under test... [2022-03-01T06:42:36.568Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43303\1\daemon --pidfile d:\CI\PR-43303\1\docker.pid -D [2022-03-01T06:42:36.568Z] INFO: Process started successfully. [2022-03-01T06:42:36.568Z] INFO: Start tailing logs of the daemon under tests [2022-03-01T06:42:36.568Z] INFO: Waiting for the daemon under test to start... [2022-03-01T06:42:37.318Z] --- PASS: TestConfigList (2.15s) [2022-03-01T06:42:37.318Z] === RUN TestConfigsCreateAndDelete [2022-03-01T06:42:39.211Z] --- PASS: TestConfigsCreateAndDelete (2.16s) [2022-03-01T06:42:39.212Z] === RUN TestConfigsUpdate [2022-03-01T06:42:41.727Z] --- PASS: TestConfigsUpdate (2.13s) [2022-03-01T06:42:41.727Z] === RUN TestTemplatedConfig [2022-03-01T06:42:44.241Z] --- PASS: TestTemplatedConfig (2.67s) [2022-03-01T06:42:44.241Z] === RUN TestConfigCreateResolve [2022-03-01T06:42:44.746Z] ---> 1a6ac7e616ae [2022-03-01T06:42:44.746Z] Successfully built 1a6ac7e616ae [2022-03-01T06:42:44.746Z] Successfully tagged docker:latest [2022-03-01T06:42:44.746Z] INFO: Image build ended at 03/01/2022 06:42:42. Duration:00:03:35.6424047 [2022-03-01T06:42:44.746Z] [2022-03-01T06:42:44.746Z] [2022-03-01T06:42:44.746Z] INFO: Building the test binaries at 03/01/2022 06:42:42... [2022-03-01T06:42:46.131Z] --- PASS: TestConfigCreateResolve (2.14s) [2022-03-01T06:42:46.131Z] PASS [2022-03-01T06:42:46.131Z] [2022-03-01T06:42:46.131Z] DONE 6 tests in 13.500s [2022-03-01T06:42:46.131Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-03-01T06:42:46.131Z] INFO: Testing against a local daemon [2022-03-01T06:42:46.131Z] === RUN TestCheckpoint [2022-03-01T06:42:46.131Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-01T06:42:46.131Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-01T06:42:46.131Z] === RUN TestContainerInvalidJSON [2022-03-01T06:42:46.131Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-01T06:42:46.131Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-01T06:42:46.131Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-01T06:42:46.131Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-01T06:42:46.131Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-01T06:42:46.131Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-01T06:42:46.131Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-03-01T06:42:46.131Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-01T06:42:46.131Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-01T06:42:46.131Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-01T06:42:46.388Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.15s) [2022-03-01T06:42:46.388Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-01T06:42:46.388Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-03-01T06:42:46.388Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-01T06:42:46.388Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-03-01T06:42:46.388Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-01T06:42:46.388Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-03-01T06:42:46.388Z] === RUN TestCopyFromContainer [2022-03-01T06:42:47.756Z] === RUN TestCopyFromContainer// [2022-03-01T06:42:47.756Z] === RUN TestCopyFromContainer//bar/root [2022-03-01T06:42:47.756Z] === RUN TestCopyFromContainer//bar/root/ [2022-03-01T06:42:47.756Z] === RUN TestCopyFromContainer/bar/quux [2022-03-01T06:42:47.756Z] === RUN TestCopyFromContainer/bar/quux/ [2022-03-01T06:42:47.756Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-03-01T06:42:48.012Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-03-01T06:42:48.012Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-03-01T06:42:48.012Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-03-01T06:42:48.012Z] === RUN TestCopyFromContainer/bar/notarget [2022-03-01T06:42:48.267Z] --- PASS: TestCopyFromContainer (1.66s) [2022-03-01T06:42:48.268Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-03-01T06:42:48.268Z] --- PASS: TestCopyFromContainer//bar/root (0.08s) [2022-03-01T06:42:48.268Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-03-01T06:42:48.268Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-03-01T06:42:48.268Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-03-01T06:42:48.268Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-03-01T06:42:48.268Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-03-01T06:42:48.268Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-03-01T06:42:48.268Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-03-01T06:42:48.268Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-03-01T06:42:48.268Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-01T06:42:48.268Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-01T06:42:48.268Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-01T06:42:48.268Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-01T06:42:48.268Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-01T06:42:48.268Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-01T06:42:48.268Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-01T06:42:48.268Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-01T06:42:48.268Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-01T06:42:48.268Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-01T06:42:48.268Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-03-01T06:42:48.268Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-01T06:42:48.268Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-01T06:42:48.268Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-01T06:42:48.268Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-01T06:42:48.268Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2022-03-01T06:42:48.268Z] === RUN TestCreateWithInvalidEnv [2022-03-01T06:42:48.268Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-01T06:42:48.268Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-01T06:42:48.268Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-01T06:42:48.268Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-01T06:42:48.268Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-01T06:42:48.268Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-01T06:42:48.268Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-01T06:42:48.268Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-01T06:42:48.268Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-01T06:42:48.268Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-03-01T06:42:48.268Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-01T06:42:48.268Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-01T06:42:48.268Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-01T06:42:48.268Z] === RUN TestCreateTmpfsMountsTarget [2022-03-01T06:42:48.268Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-03-01T06:42:48.268Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-01T06:42:48.548Z] INFO: make.ps1 starting at 03/01/2022 06:42:48 [2022-03-01T06:42:49.020Z] INFO: Git commit (9efa8b3500) assumed from DOCKER_GITCOMMIT environment variable [2022-03-01T06:42:49.020Z] INFO: Invoking autogen... [2022-03-01T06:42:49.438Z] INFO [linters context/goanalysis] analyzers took 4m32.003094367s with top 10 stages: buildir: 1m49.23962219s, goimports: 23.126720507s, unconvert: 17.6083312s, gosec: 14.467997959s, golint: 8.303819247s, S1038: 7.090567419s, misspell: 5.484953738s, nilness: 3.703456987s, inspect: 3.629926202s, directives: 3.414799911s [2022-03-01T06:42:49.438Z] INFO [runner] Issues before processing: 3050, after processing: 0 [2022-03-01T06:42:49.438Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 2443/2443, exclude: 2055/2055, cgo: 2443/3050, skip_files: 2443/2443, skip_dirs: 2443/2443, autogenerated_exclude: 2055/2443, nolint: 0/76, filename_unadjuster: 2443/2443, exclude-rules: 76/2055, identifier_marker: 2055/2055 [2022-03-01T06:42:49.438Z] INFO [runner] processing took 82.110128ms with stages: nolint: 32.86168ms, identifier_marker: 21.112922ms, path_prettifier: 9.978506ms, autogenerated_exclude: 8.484643ms, exclude-rules: 7.402862ms, skip_dirs: 1.80803ms, cgo: 317.662µs, filename_unadjuster: 138.884µs, max_same_issues: 1.231µs, uniq_by_line: 720ns, max_from_linter: 438ns, path_shortener: 412ns, source_code: 375ns, diff: 365ns, exclude: 325ns, skip_files: 272ns, severity-rules: 243ns, max_per_file_from_linter: 218ns, sort_results: 216ns, path_prefixer: 124ns [2022-03-01T06:42:49.438Z] INFO [runner] linters took 1m25.944123328s with stages: goanalysis_metalinter: 1m25.861890777s [2022-03-01T06:42:49.438Z] INFO File cache stats: 1672 entries of total size 8.4MiB [2022-03-01T06:42:49.438Z] INFO Memory: 2266 samples, avg is 302.8MB, max is 1077.3MB [2022-03-01T06:42:49.438Z] INFO Execution took 3m46.4294589s [2022-03-01T06:42:49.438Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [2022-03-01T06:42:49.489Z] INFO: Building daemon... [Pipeline] sh [2022-03-01T06:42:49.773Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43303/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=9efa8b3500f43524d705cd703dac5ea5944b8ef6 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:9efa8b3500f43524d705cd703dac5ea5944b8ef6 hack/make.sh dynbinary test-docker-py [2022-03-01T06:42:50.031Z] [2022-03-01T06:42:50.156Z] --- PASS: TestCreateWithCustomMaskedPaths (1.64s) [2022-03-01T06:42:50.156Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-01T06:42:50.289Z] Removing bundles/ [2022-03-01T06:42:50.289Z] [2022-03-01T06:42:50.289Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-01T06:42:50.289Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-01T06:42:50.289Z] GOOS="" GOARCH="" GOARM="" [2022-03-01T06:42:51.522Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.64s) [2022-03-01T06:42:51.522Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-01T06:42:51.522Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-01T06:42:51.522Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-01T06:42:51.522Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-01T06:42:51.522Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-01T06:42:51.522Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-01T06:42:51.522Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-01T06:42:51.522Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-01T06:42:51.522Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-01T06:42:51.522Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-01T06:42:51.522Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-01T06:42:51.522Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-01T06:42:51.522Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-01T06:42:51.522Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-01T06:42:51.522Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-01T06:42:51.522Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-01T06:42:51.522Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-03-01T06:42:51.522Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-01T06:42:51.522Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-01T06:42:51.522Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-01T06:42:51.522Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-01T06:42:51.522Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-03-01T06:42:51.522Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-01T06:42:52.084Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.55s) [2022-03-01T06:42:52.084Z] === RUN TestCreateDifferentPlatform [2022-03-01T06:42:52.084Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-01T06:42:52.084Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-01T06:42:52.084Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-03-01T06:42:52.084Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-01T06:42:52.084Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-01T06:42:52.084Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-01T06:42:52.084Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2022-03-01T06:42:52.084Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-01T06:42:52.084Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-01T06:42:52.084Z] === RUN TestContainerStartOnDaemonRestart [2022-03-01T06:42:52.084Z] === PAUSE TestContainerStartOnDaemonRestart [2022-03-01T06:42:52.084Z] === RUN TestDaemonRestartIpcMode [2022-03-01T06:42:52.084Z] === PAUSE TestDaemonRestartIpcMode [2022-03-01T06:42:52.084Z] === RUN TestDaemonHostGatewayIP [2022-03-01T06:42:52.084Z] === PAUSE TestDaemonHostGatewayIP [2022-03-01T06:42:52.084Z] === RUN TestRestartDaemonWithRestartingContainer [2022-03-01T06:42:52.084Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-03-01T06:42:52.084Z] === RUN TestContainerKillOnDaemonStart [2022-03-01T06:42:52.084Z] === PAUSE TestContainerKillOnDaemonStart [2022-03-01T06:42:52.084Z] === RUN TestDiff [2022-03-01T06:42:52.135Z] --- PASS: TestBuildWithHugeFile (50.82s) [2022-03-01T06:42:52.135Z] === RUN TestBuildWCOWSandboxSize [2022-03-01T06:42:52.135Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-01T06:42:52.135Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-01T06:42:52.135Z] === RUN TestBuildWithEmptyDockerfile [2022-03-01T06:42:52.135Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-01T06:42:52.135Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-01T06:42:52.135Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-01T06:42:52.135Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-01T06:42:52.135Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-01T06:42:52.135Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-01T06:42:52.135Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-01T06:42:52.135Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-01T06:42:52.135Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-01T06:42:52.135Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2022-03-01T06:42:52.135Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.12s) [2022-03-01T06:42:52.135Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.14s) [2022-03-01T06:42:52.135Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2022-03-01T06:42:52.135Z] === RUN TestBuildPreserveOwnership [2022-03-01T06:42:52.135Z] === RUN TestBuildPreserveOwnership/copy_from [2022-03-01T06:42:52.135Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-03-01T06:42:53.011Z] --- PASS: TestDiff (0.67s) [2022-03-01T06:42:53.011Z] === RUN TestExecWithCloseStdin [2022-03-01T06:42:53.581Z] --- PASS: TestExecWithCloseStdin (0.65s) [2022-03-01T06:42:53.582Z] === RUN TestExec [2022-03-01T06:42:54.144Z] --- PASS: TestExec (0.63s) [2022-03-01T06:42:54.144Z] === RUN TestExecUser [2022-03-01T06:42:54.206Z] ...INFO: Daemon under test started and replied! [2022-03-01T06:42:54.206Z] INFO: Docker version of the daemon under test [2022-03-01T06:42:54.206Z] [2022-03-01T06:42:54.206Z] Client: [2022-03-01T06:42:54.206Z] Version: 17.06.2-ce [2022-03-01T06:42:54.206Z] API version: 1.30 [2022-03-01T06:42:54.206Z] Go version: go1.8.3 [2022-03-01T06:42:54.206Z] Git commit: cec0b72 [2022-03-01T06:42:54.206Z] Built: Tue Sep 5 19:57:19 2017 [2022-03-01T06:42:54.206Z] OS/Arch: windows/amd64 [2022-03-01T06:42:54.206Z] [2022-03-01T06:42:54.206Z] Server: [2022-03-01T06:42:54.206Z] Version: 0.0.0-dev [2022-03-01T06:42:54.206Z] API version: 1.42 (minimum version 1.24) [2022-03-01T06:42:54.206Z] Go version: go1.17.7 [2022-03-01T06:42:54.206Z] Git commit: 9efa8b3500 [2022-03-01T06:42:54.206Z] Built: 03/01/2022 06:40:58 [2022-03-01T06:42:54.206Z] OS/Arch: windows/amd64 [2022-03-01T06:42:54.206Z] Experimental: false [2022-03-01T06:42:54.206Z] [2022-03-01T06:42:54.206Z] INFO: Docker info of the daemon under test [2022-03-01T06:42:54.206Z] [2022-03-01T06:42:54.206Z] Containers: 0 [2022-03-01T06:42:54.206Z] Running: 0 [2022-03-01T06:42:54.206Z] Paused: 0 [2022-03-01T06:42:54.206Z] Stopped: 0 [2022-03-01T06:42:54.206Z] Images: 0 [2022-03-01T06:42:54.206Z] Server Version: 0.0.0-dev [2022-03-01T06:42:54.206Z] Storage Driver: windowsfilter [2022-03-01T06:42:54.206Z] Windows: [2022-03-01T06:42:54.206Z] Logging Driver: json-file [2022-03-01T06:42:54.206Z] Plugins: [2022-03-01T06:42:54.206Z] Volume: local [2022-03-01T06:42:54.206Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-01T06:42:54.206Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-01T06:42:54.206Z] Swarm: inactive [2022-03-01T06:42:54.206Z] Default Isolation: process [2022-03-01T06:42:54.206Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-01T06:42:54.206Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-01T06:42:54.206Z] OSType: windows [2022-03-01T06:42:54.206Z] Architecture: x86_64 [2022-03-01T06:42:54.206Z] CPUs: 4 [2022-03-01T06:42:54.206Z] Total Memory: 32GiB [2022-03-01T06:42:54.206Z] Name: azwin-2-450240 [2022-03-01T06:42:54.206Z] ID: HDTO:E4AQ:QXY4:XQE6:GPZP:SVUR:SRFM:ENRZ:LB2V:42H2:PI32:52RT [2022-03-01T06:42:54.206Z] Docker Root Dir: D:\CI\PR-43303\1\daemon [2022-03-01T06:42:54.206Z] Debug Mode (client): false [2022-03-01T06:42:54.206Z] Debug Mode (server): true [2022-03-01T06:42:54.206Z] File Descriptors: -1 [2022-03-01T06:42:54.206Z] Goroutines: 16 [2022-03-01T06:42:54.206Z] System Time: 2022-03-01T06:42:53.5383453Z [2022-03-01T06:42:54.206Z] EventsListeners: 0 [2022-03-01T06:42:54.206Z] Registry: https://index.docker.io/v1/ [2022-03-01T06:42:54.206Z] Labels: [2022-03-01T06:42:54.206Z] Experimental: false [2022-03-01T06:42:54.206Z] Insecure Registries: [2022-03-01T06:42:54.206Z] 127.0.0.0/8 [2022-03-01T06:42:54.206Z] Live Restore Enabled: false [2022-03-01T06:42:54.206Z] [2022-03-01T06:42:54.206Z] [2022-03-01T06:42:54.206Z] INFO: Docker images of the daemon under test [2022-03-01T06:42:54.206Z] [2022-03-01T06:42:54.206Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-01T06:42:54.206Z] [2022-03-01T06:42:54.206Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-03-01T06:42:54.206Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2022-03-01T06:42:54.206Z] ltsc2022: Pulling from windows/servercore [2022-03-01T06:42:54.660Z] 8f616e6e9eec: Pulling fs layer [2022-03-01T06:42:54.660Z] 898469748ff6: Pulling fs layer [2022-03-01T06:42:54.705Z] --- PASS: TestExecUser (0.60s) [2022-03-01T06:42:54.705Z] === RUN TestExportContainerAndImportImage [2022-03-01T06:42:55.632Z] --- PASS: TestExportContainerAndImportImage (0.67s) [2022-03-01T06:42:55.632Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-01T06:42:56.303Z] --- PASS: TestBuildPreserveOwnership (9.95s) [2022-03-01T06:42:56.303Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.94s) [2022-03-01T06:42:56.303Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2022-03-01T06:42:56.303Z] === RUN TestBuildPlatformInvalid [2022-03-01T06:42:56.303Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-03-01T06:42:56.303Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-03-01T06:42:56.303Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-03-01T06:42:56.303Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-03-01T06:42:56.303Z] PASS [2022-03-01T06:42:56.303Z] [2022-03-01T06:42:56.303Z] === Skipped [2022-03-01T06:42:56.303Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-03-01T06:42:56.303Z] build_session_test.go:25: TODO: BuildKit [2022-03-01T06:42:56.303Z] [2022-03-01T06:42:56.303Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-03-01T06:42:56.303Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-01T06:42:56.303Z] [2022-03-01T06:42:56.303Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-03-01T06:42:56.303Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-03-01T06:42:56.303Z] [2022-03-01T06:42:56.303Z] DONE 34 tests, 3 skipped in 111.533s [2022-03-01T06:42:56.303Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-03-01T06:42:56.303Z] INFO: Testing against a local daemon [2022-03-01T06:42:56.303Z] === RUN TestConfigInspect [2022-03-01T06:42:56.303Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:42:56.303Z] --- SKIP: TestConfigInspect (0.01s) [2022-03-01T06:42:56.303Z] === RUN TestConfigList [2022-03-01T06:42:56.303Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:42:56.303Z] --- SKIP: TestConfigList (0.01s) [2022-03-01T06:42:56.303Z] === RUN TestConfigsCreateAndDelete [2022-03-01T06:42:56.303Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:42:56.303Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2022-03-01T06:42:56.303Z] === RUN TestConfigsUpdate [2022-03-01T06:42:56.303Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:42:56.303Z] --- SKIP: TestConfigsUpdate (0.02s) [2022-03-01T06:42:56.303Z] === RUN TestTemplatedConfig [2022-03-01T06:42:56.303Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:42:56.303Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-03-01T06:42:56.303Z] === RUN TestConfigCreateResolve [2022-03-01T06:42:56.559Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:42:56.559Z] --- SKIP: TestConfigCreateResolve (0.01s) [2022-03-01T06:42:56.559Z] PASS [2022-03-01T06:42:56.559Z] [2022-03-01T06:42:56.559Z] === Skipped [2022-03-01T06:42:56.559Z] === SKIP: amd64.integration.config TestConfigInspect (0.01s) [2022-03-01T06:42:56.559Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:42:56.559Z] [2022-03-01T06:42:56.559Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2022-03-01T06:42:56.559Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:42:56.559Z] [2022-03-01T06:42:56.559Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2022-03-01T06:42:56.559Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:42:56.559Z] [2022-03-01T06:42:56.559Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.02s) [2022-03-01T06:42:56.559Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:42:56.559Z] [2022-03-01T06:42:56.559Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2022-03-01T06:42:56.559Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:42:56.559Z] [2022-03-01T06:42:56.559Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2022-03-01T06:42:56.559Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:42:56.559Z] [2022-03-01T06:42:56.559Z] DONE 6 tests, 6 skipped in 0.164s [2022-03-01T06:42:56.559Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-03-01T06:42:56.559Z] INFO: Testing against a local daemon [2022-03-01T06:42:56.559Z] === RUN TestCheckpoint [2022-03-01T06:42:56.559Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-01T06:42:56.559Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-01T06:42:56.559Z] === RUN TestContainerInvalidJSON [2022-03-01T06:42:56.559Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-01T06:42:56.559Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-01T06:42:56.559Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-01T06:42:56.559Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-01T06:42:56.559Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-01T06:42:56.559Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-01T06:42:56.559Z] --- PASS: TestContainerInvalidJSON (0.02s) [2022-03-01T06:42:56.559Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-01T06:42:56.559Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-01T06:42:56.559Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-01T06:42:56.559Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.04s) [2022-03-01T06:42:56.559Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-01T06:42:56.561Z] --- PASS: TestExportContainerAfterDaemonRestart (1.27s) [2022-03-01T06:42:56.816Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2022-03-01T06:42:56.816Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-01T06:42:56.816Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2022-03-01T06:42:56.816Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-01T06:42:56.816Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2022-03-01T06:42:56.816Z] === RUN TestCopyFromContainer [2022-03-01T06:42:56.817Z] === RUN TestHealthCheckWorkdir [2022-03-01T06:42:57.379Z] --- PASS: TestHealthCheckWorkdir (0.75s) [2022-03-01T06:42:57.379Z] === RUN TestHealthKillContainer [2022-03-01T06:43:00.090Z] === RUN TestCopyFromContainer// [2022-03-01T06:43:00.090Z] === RUN TestCopyFromContainer//bar/root [2022-03-01T06:43:00.347Z] === RUN TestCopyFromContainer//bar/root/ [2022-03-01T06:43:00.347Z] === RUN TestCopyFromContainer/bar/quux [2022-03-01T06:43:00.347Z] === RUN TestCopyFromContainer/bar/quux/ [2022-03-01T06:43:00.347Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-03-01T06:43:00.604Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-03-01T06:43:00.604Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-03-01T06:43:00.604Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-03-01T06:43:00.604Z] === RUN TestCopyFromContainer/bar/notarget [2022-03-01T06:43:00.604Z] --- PASS: TestCopyFromContainer (3.92s) [2022-03-01T06:43:00.604Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-03-01T06:43:00.604Z] --- PASS: TestCopyFromContainer//bar/root (0.05s) [2022-03-01T06:43:00.604Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-03-01T06:43:00.604Z] --- PASS: TestCopyFromContainer/bar/quux (0.05s) [2022-03-01T06:43:00.604Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-03-01T06:43:00.604Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-03-01T06:43:00.604Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-03-01T06:43:00.604Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-03-01T06:43:00.604Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-03-01T06:43:00.604Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-03-01T06:43:00.604Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-01T06:43:00.604Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-01T06:43:00.604Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-01T06:43:00.604Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-01T06:43:00.604Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-01T06:43:00.604Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-01T06:43:00.604Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-01T06:43:00.604Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-01T06:43:00.604Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-01T06:43:00.604Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-01T06:43:00.604Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2022-03-01T06:43:00.604Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-01T06:43:00.604Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-01T06:43:00.604Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-01T06:43:00.604Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-01T06:43:00.860Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-03-01T06:43:00.860Z] === RUN TestCreateWithInvalidEnv [2022-03-01T06:43:00.860Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-01T06:43:00.860Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-01T06:43:00.860Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-01T06:43:00.860Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-01T06:43:00.860Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-01T06:43:00.860Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-01T06:43:00.860Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-01T06:43:00.860Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-01T06:43:00.860Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-01T06:43:00.860Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-03-01T06:43:00.860Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-01T06:43:00.860Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-01T06:43:00.860Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-01T06:43:00.860Z] === RUN TestCreateTmpfsMountsTarget [2022-03-01T06:43:00.860Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-03-01T06:43:00.860Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-01T06:43:02.225Z] --- PASS: TestCreateWithCustomMaskedPaths (1.15s) [2022-03-01T06:43:02.225Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-01T06:43:03.152Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.08s) [2022-03-01T06:43:03.152Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-01T06:43:03.152Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-01T06:43:03.152Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-01T06:43:03.152Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-01T06:43:03.152Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-01T06:43:03.152Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-01T06:43:03.152Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-01T06:43:03.152Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-01T06:43:03.152Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-01T06:43:03.152Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-01T06:43:03.152Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-01T06:43:03.152Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-01T06:43:03.152Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-01T06:43:03.152Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-01T06:43:03.152Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-01T06:43:03.152Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-01T06:43:03.152Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2022-03-01T06:43:03.152Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-01T06:43:03.152Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-01T06:43:03.152Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-01T06:43:03.152Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-01T06:43:03.152Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-03-01T06:43:03.152Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-01T06:43:03.409Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.38s) [2022-03-01T06:43:03.409Z] === RUN TestCreateDifferentPlatform [2022-03-01T06:43:03.409Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-01T06:43:03.409Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-01T06:43:03.409Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-03-01T06:43:03.409Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-01T06:43:03.409Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-01T06:43:03.409Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-01T06:43:03.409Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-03-01T06:43:03.409Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-01T06:43:03.409Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-01T06:43:03.409Z] === RUN TestContainerStartOnDaemonRestart [2022-03-01T06:43:03.409Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-03-01T06:43:03.409Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2022-03-01T06:43:03.409Z] === RUN TestDaemonRestartIpcMode [2022-03-01T06:43:03.409Z] === PAUSE TestDaemonRestartIpcMode [2022-03-01T06:43:03.409Z] === RUN TestDaemonHostGatewayIP [2022-03-01T06:43:03.409Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-01T06:43:03.409Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2022-03-01T06:43:03.409Z] === RUN TestRestartDaemonWithRestartingContainer [2022-03-01T06:43:03.409Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-03-01T06:43:03.409Z] === RUN TestContainerKillOnDaemonStart [2022-03-01T06:43:03.409Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-03-01T06:43:03.409Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-03-01T06:43:03.409Z] === RUN TestDiff [2022-03-01T06:43:03.971Z] --- PASS: TestDiff (0.39s) [2022-03-01T06:43:03.971Z] === RUN TestExecWithCloseStdin [2022-03-01T06:43:04.228Z] --- PASS: TestExecWithCloseStdin (0.44s) [2022-03-01T06:43:04.228Z] === RUN TestExec [2022-03-01T06:43:04.790Z] --- PASS: TestExec (0.42s) [2022-03-01T06:43:04.790Z] === RUN TestExecUser [2022-03-01T06:43:05.351Z] --- PASS: TestExecUser (0.44s) [2022-03-01T06:43:05.351Z] === RUN TestExportContainerAndImportImage [2022-03-01T06:43:05.523Z] --- PASS: TestHealthKillContainer (8.21s) [2022-03-01T06:43:05.523Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-01T06:43:05.608Z] --- PASS: TestExportContainerAndImportImage (0.54s) [2022-03-01T06:43:05.608Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-01T06:43:06.085Z] --- PASS: TestInspectCpusetInConfigPre120 (0.54s) [2022-03-01T06:43:06.085Z] === RUN TestIpcModeNone [2022-03-01T06:43:06.975Z] --- PASS: TestExportContainerAfterDaemonRestart (1.29s) [2022-03-01T06:43:06.975Z] === RUN TestHealthCheckWorkdir [2022-03-01T06:43:07.013Z] --- PASS: TestIpcModeNone (0.59s) [2022-03-01T06:43:07.013Z] === RUN TestIpcModePrivate [2022-03-01T06:43:07.013Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:59, shared: false, mustBeShared: false [2022-03-01T06:43:07.537Z] --- PASS: TestHealthCheckWorkdir (0.51s) [2022-03-01T06:43:07.538Z] === RUN TestHealthKillContainer [2022-03-01T06:43:07.575Z] --- PASS: TestIpcModePrivate (0.62s) [2022-03-01T06:43:07.575Z] === RUN TestIpcModeShareable [2022-03-01T06:43:07.831Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:54, shared: true, mustBeShared: true [2022-03-01T06:43:07.857Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-03-01T06:43:08.088Z] --- PASS: TestIpcModeShareable (0.61s) [2022-03-01T06:43:08.088Z] === RUN TestAPIIpcModeShareableAndContainer [2022-03-01T06:43:09.423Z] 898469748ff6: Verifying Checksum [2022-03-01T06:43:09.423Z] 898469748ff6: Download complete [2022-03-01T06:43:09.979Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.76s) [2022-03-01T06:43:09.979Z] === RUN TestAPIIpcModeHost [2022-03-01T06:43:10.236Z] --- PASS: TestAPIIpcModeHost (0.40s) [2022-03-01T06:43:10.236Z] === RUN TestDaemonIpcModeShareable [2022-03-01T06:43:10.948Z] 8f616e6e9eec: Verifying Checksum [2022-03-01T06:43:10.948Z] 8f616e6e9eec: Download complete [2022-03-01T06:43:11.164Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2022-03-01T06:43:11.420Z] --- PASS: TestDaemonIpcModeShareable (1.16s) [2022-03-01T06:43:11.420Z] === RUN TestDaemonIpcModePrivate [2022-03-01T06:43:12.349Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2022-03-01T06:43:12.605Z] --- PASS: TestDaemonIpcModePrivate (1.17s) [2022-03-01T06:43:12.605Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-03-01T06:43:13.534Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2022-03-01T06:43:13.790Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.18s) [2022-03-01T06:43:13.790Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-03-01T06:43:14.720Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2022-03-01T06:43:14.975Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.18s) [2022-03-01T06:43:14.975Z] === RUN TestIpcModeOlderClient [2022-03-01T06:43:14.975Z] === PAUSE TestIpcModeOlderClient [2022-03-01T06:43:14.975Z] === RUN TestKillContainerInvalidSignal [2022-03-01T06:43:15.233Z] --- PASS: TestKillContainerInvalidSignal (0.43s) [2022-03-01T06:43:15.233Z] === RUN TestKillContainer [2022-03-01T06:43:15.233Z] === RUN TestKillContainer/no_signal [2022-03-01T06:43:15.627Z] --- PASS: TestHealthKillContainer (7.84s) [2022-03-01T06:43:15.627Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-01T06:43:15.627Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-01T06:43:15.627Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-03-01T06:43:15.627Z] === RUN TestIpcModeNone [2022-03-01T06:43:15.795Z] === RUN TestKillContainer/non_killing_signal [2022-03-01T06:43:15.884Z] --- PASS: TestIpcModeNone (0.44s) [2022-03-01T06:43:15.884Z] === RUN TestIpcModePrivate [2022-03-01T06:43:16.052Z] === RUN TestKillContainer/killing_signal [2022-03-01T06:43:16.141Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2022-03-01T06:43:16.141Z] --- PASS: TestIpcModePrivate (0.41s) [2022-03-01T06:43:16.141Z] === RUN TestIpcModeShareable [2022-03-01T06:43:16.141Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-01T06:43:16.141Z] --- SKIP: TestIpcModeShareable (0.00s) [2022-03-01T06:43:16.141Z] === RUN TestAPIIpcModeShareableAndContainer [2022-03-01T06:43:16.615Z] --- PASS: TestKillContainer (1.29s) [2022-03-01T06:43:16.615Z] --- PASS: TestKillContainer/no_signal (0.37s) [2022-03-01T06:43:16.615Z] --- PASS: TestKillContainer/non_killing_signal (0.28s) [2022-03-01T06:43:16.615Z] --- PASS: TestKillContainer/killing_signal (0.46s) [2022-03-01T06:43:16.615Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-01T06:43:16.615Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-03-01T06:43:16.872Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-03-01T06:43:17.802Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.19s) [2022-03-01T06:43:17.802Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.38s) [2022-03-01T06:43:17.802Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.67s) [2022-03-01T06:43:17.802Z] === RUN TestKillStoppedContainer [2022-03-01T06:43:17.802Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-03-01T06:43:17.802Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-01T06:43:17.802Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-03-01T06:43:17.802Z] === RUN TestKillDifferentUserContainer [2022-03-01T06:43:18.040Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.42s) [2022-03-01T06:43:18.040Z] === RUN TestAPIIpcModeHost [2022-03-01T06:43:18.040Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-01T06:43:18.040Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2022-03-01T06:43:18.040Z] === RUN TestDaemonIpcModeShareable [2022-03-01T06:43:18.040Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-01T06:43:18.040Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2022-03-01T06:43:18.040Z] === RUN TestDaemonIpcModePrivate [2022-03-01T06:43:18.366Z] --- PASS: TestKillDifferentUserContainer (0.47s) [2022-03-01T06:43:18.366Z] === RUN TestInspectOomKilledTrue [2022-03-01T06:43:18.366Z] kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-03-01T06:43:18.366Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-01T06:43:18.366Z] === RUN TestInspectOomKilledFalse [2022-03-01T06:43:18.602Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2022-03-01T06:43:18.623Z] --- PASS: TestInspectOomKilledFalse (0.39s) [2022-03-01T06:43:18.623Z] === RUN TestLinksEtcHostsContentMatch [2022-03-01T06:43:18.859Z] --- PASS: TestDaemonIpcModePrivate (1.10s) [2022-03-01T06:43:18.859Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-03-01T06:43:18.859Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-01T06:43:18.859Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2022-03-01T06:43:18.859Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-03-01T06:43:18.859Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-01T06:43:18.859Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2022-03-01T06:43:18.859Z] === RUN TestIpcModeOlderClient [2022-03-01T06:43:18.859Z] === PAUSE TestIpcModeOlderClient [2022-03-01T06:43:18.859Z] === RUN TestKillContainerInvalidSignal [2022-03-01T06:43:19.119Z] --- PASS: TestKillContainerInvalidSignal (0.40s) [2022-03-01T06:43:19.119Z] === RUN TestKillContainer [2022-03-01T06:43:19.119Z] === RUN TestKillContainer/no_signal [2022-03-01T06:43:19.186Z] --- PASS: TestLinksEtcHostsContentMatch (0.33s) [2022-03-01T06:43:19.186Z] === RUN TestLinksContainerNames [2022-03-01T06:43:19.682Z] === RUN TestKillContainer/non_killing_signal [2022-03-01T06:43:19.683Z] === RUN TestKillContainer/killing_signal [2022-03-01T06:43:20.115Z] --- PASS: TestLinksContainerNames (0.86s) [2022-03-01T06:43:20.115Z] === RUN TestLogsFollowTailEmpty [2022-03-01T06:43:20.246Z] --- PASS: TestKillContainer (1.19s) [2022-03-01T06:43:20.246Z] --- PASS: TestKillContainer/no_signal (0.39s) [2022-03-01T06:43:20.246Z] --- PASS: TestKillContainer/non_killing_signal (0.24s) [2022-03-01T06:43:20.246Z] --- PASS: TestKillContainer/killing_signal (0.37s) [2022-03-01T06:43:20.246Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-01T06:43:20.246Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-03-01T06:43:20.371Z] --- PASS: TestLogsFollowTailEmpty (0.41s) [2022-03-01T06:43:20.371Z] === RUN TestContainerNetworkMountsNoChown [2022-03-01T06:43:20.628Z] --- PASS: TestContainerNetworkMountsNoChown (0.39s) [2022-03-01T06:43:20.628Z] === RUN TestMountDaemonRoot [2022-03-01T06:43:20.628Z] === RUN TestMountDaemonRoot/default [2022-03-01T06:43:20.628Z] === PAUSE TestMountDaemonRoot/default [2022-03-01T06:43:20.628Z] === RUN TestMountDaemonRoot/private [2022-03-01T06:43:20.628Z] === PAUSE TestMountDaemonRoot/private [2022-03-01T06:43:20.628Z] === RUN TestMountDaemonRoot/rprivate [2022-03-01T06:43:20.628Z] === PAUSE TestMountDaemonRoot/rprivate [2022-03-01T06:43:20.628Z] === RUN TestMountDaemonRoot/slave [2022-03-01T06:43:20.628Z] === PAUSE TestMountDaemonRoot/slave [2022-03-01T06:43:20.628Z] === RUN TestMountDaemonRoot/rslave [2022-03-01T06:43:20.628Z] === PAUSE TestMountDaemonRoot/rslave [2022-03-01T06:43:20.628Z] === RUN TestMountDaemonRoot/shared [2022-03-01T06:43:20.628Z] === PAUSE TestMountDaemonRoot/shared [2022-03-01T06:43:20.628Z] === RUN TestMountDaemonRoot/rshared [2022-03-01T06:43:20.628Z] === PAUSE TestMountDaemonRoot/rshared [2022-03-01T06:43:20.628Z] === CONT TestMountDaemonRoot/default [2022-03-01T06:43:20.628Z] === RUN TestMountDaemonRoot/default/mount_root [2022-03-01T06:43:20.628Z] === CONT TestMountDaemonRoot/rslave [2022-03-01T06:43:20.628Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-03-01T06:43:20.628Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-03-01T06:43:20.628Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-03-01T06:43:20.628Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-03-01T06:43:20.628Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-03-01T06:43:20.628Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-03-01T06:43:20.628Z] === RUN TestMountDaemonRoot/default/bind_root [2022-03-01T06:43:20.628Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-03-01T06:43:20.628Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-03-01T06:43:20.628Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-03-01T06:43:20.628Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-03-01T06:43:20.629Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-03-01T06:43:20.629Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-03-01T06:43:20.629Z] === CONT TestMountDaemonRoot/rshared [2022-03-01T06:43:20.629Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-03-01T06:43:20.629Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-03-01T06:43:20.629Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-03-01T06:43:20.629Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-03-01T06:43:20.629Z] === CONT TestMountDaemonRoot/shared [2022-03-01T06:43:20.629Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-03-01T06:43:20.629Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-03-01T06:43:20.629Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-03-01T06:43:20.629Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-03-01T06:43:20.629Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-03-01T06:43:20.629Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-03-01T06:43:20.629Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-03-01T06:43:20.629Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-03-01T06:43:20.629Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-03-01T06:43:20.629Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-03-01T06:43:20.629Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-03-01T06:43:20.629Z] === CONT TestMountDaemonRoot/rprivate [2022-03-01T06:43:20.629Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-03-01T06:43:20.629Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-03-01T06:43:20.629Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-03-01T06:43:20.629Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-03-01T06:43:20.629Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-03-01T06:43:20.629Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-03-01T06:43:20.629Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-03-01T06:43:20.629Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-03-01T06:43:20.629Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-03-01T06:43:20.629Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-03-01T06:43:20.629Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-03-01T06:43:20.629Z] === CONT TestMountDaemonRoot/slave [2022-03-01T06:43:20.629Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-03-01T06:43:20.629Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-03-01T06:43:20.629Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-03-01T06:43:20.629Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-03-01T06:43:20.629Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-03-01T06:43:20.629Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-03-01T06:43:20.629Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-03-01T06:43:20.629Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-03-01T06:43:20.629Z] === CONT TestMountDaemonRoot/private [2022-03-01T06:43:20.629Z] === RUN TestMountDaemonRoot/private/bind_root [2022-03-01T06:43:20.629Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-03-01T06:43:20.629Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-03-01T06:43:20.629Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-03-01T06:43:20.629Z] === RUN TestMountDaemonRoot/private/mount_root [2022-03-01T06:43:20.629Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-03-01T06:43:20.629Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-03-01T06:43:20.629Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-03-01T06:43:20.629Z] === CONT TestMountDaemonRoot/default/mount_root [2022-03-01T06:43:20.629Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-03-01T06:43:20.810Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-03-01T06:43:20.885Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-03-01T06:43:20.885Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-03-01T06:43:20.885Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-03-01T06:43:20.885Z] === CONT TestMountDaemonRoot/default/bind_root [2022-03-01T06:43:20.885Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-03-01T06:43:20.885Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-03-01T06:43:20.885Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-03-01T06:43:20.885Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-03-01T06:43:20.885Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-03-01T06:43:20.885Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-03-01T06:43:20.885Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-03-01T06:43:20.885Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-03-01T06:43:20.885Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-03-01T06:43:21.068Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.78s) [2022-03-01T06:43:21.068Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.38s) [2022-03-01T06:43:21.068Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.24s) [2022-03-01T06:43:21.068Z] === RUN TestKillStoppedContainer [2022-03-01T06:43:21.068Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-03-01T06:43:21.068Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-01T06:43:21.142Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-03-01T06:43:21.142Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-03-01T06:43:21.142Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-03-01T06:43:21.142Z] === CONT TestMountDaemonRoot/private/bind_root [2022-03-01T06:43:21.142Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-03-01T06:43:21.143Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-03-01T06:43:21.143Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-03-01T06:43:21.143Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-03-01T06:43:21.143Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-03-01T06:43:21.143Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-03-01T06:43:21.143Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-03-01T06:43:21.143Z] === CONT TestMountDaemonRoot/private/mount_root [2022-03-01T06:43:21.143Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-03-01T06:43:21.143Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-03-01T06:43:21.143Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-03-01T06:43:21.143Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-03-01T06:43:21.143Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-03-01T06:43:21.143Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-03-01T06:43:21.143Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2022-03-01T06:43:21.143Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-03-01T06:43:21.143Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2022-03-01T06:43:21.143Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-03-01T06:43:21.143Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-03-01T06:43:21.143Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2022-03-01T06:43:21.143Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-03-01T06:43:21.143Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-03-01T06:43:21.143Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-03-01T06:43:21.143Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-03-01T06:43:21.143Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-03-01T06:43:21.143Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-03-01T06:43:21.143Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-03-01T06:43:21.143Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-03-01T06:43:21.143Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-03-01T06:43:21.143Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-03-01T06:43:21.143Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-03-01T06:43:21.143Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2022-03-01T06:43:21.143Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-03-01T06:43:21.143Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-03-01T06:43:21.143Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-03-01T06:43:21.143Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-03-01T06:43:21.143Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2022-03-01T06:43:21.143Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-03-01T06:43:21.143Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-03-01T06:43:21.143Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-03-01T06:43:21.143Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-03-01T06:43:21.143Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-03-01T06:43:21.143Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-03-01T06:43:21.143Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-03-01T06:43:21.143Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-03-01T06:43:21.143Z] === RUN TestContainerBindMountNonRecursive [2022-03-01T06:43:21.325Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2022-03-01T06:43:21.325Z] === RUN TestKillDifferentUserContainer [2022-03-01T06:43:21.582Z] --- PASS: TestKillDifferentUserContainer (0.40s) [2022-03-01T06:43:21.582Z] === RUN TestInspectOomKilledTrue [2022-03-01T06:43:21.582Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-01T06:43:21.582Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-01T06:43:21.582Z] === RUN TestInspectOomKilledFalse [2022-03-01T06:43:21.582Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-01T06:43:21.582Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-01T06:43:21.582Z] === RUN TestLinksEtcHostsContentMatch [2022-03-01T06:43:21.582Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-03-01T06:43:21.582Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2022-03-01T06:43:21.582Z] === RUN TestLinksContainerNames [2022-03-01T06:43:22.513Z] --- PASS: TestContainerBindMountNonRecursive (1.32s) [2022-03-01T06:43:22.513Z] === RUN TestContainerVolumesMountedAsShared [2022-03-01T06:43:22.544Z] --- PASS: TestLinksContainerNames (0.78s) [2022-03-01T06:43:22.544Z] === RUN TestLogsFollowTailEmpty [2022-03-01T06:43:22.773Z] --- PASS: TestContainerVolumesMountedAsShared (0.37s) [2022-03-01T06:43:22.773Z] === RUN TestContainerVolumesMountedAsSlave [2022-03-01T06:43:22.774Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-03-01T06:43:22.810Z] --- PASS: TestLogsFollowTailEmpty (0.43s) [2022-03-01T06:43:22.810Z] === RUN TestContainerNetworkMountsNoChown [2022-03-01T06:43:23.337Z] --- PASS: TestContainerVolumesMountedAsSlave (0.36s) [2022-03-01T06:43:23.337Z] === RUN TestNetworkNat [2022-03-01T06:43:23.382Z] --- PASS: TestContainerNetworkMountsNoChown (0.39s) [2022-03-01T06:43:23.382Z] === RUN TestMountDaemonRoot [2022-03-01T06:43:23.382Z] === RUN TestMountDaemonRoot/default [2022-03-01T06:43:23.382Z] === PAUSE TestMountDaemonRoot/default [2022-03-01T06:43:23.382Z] === RUN TestMountDaemonRoot/private [2022-03-01T06:43:23.382Z] === PAUSE TestMountDaemonRoot/private [2022-03-01T06:43:23.382Z] === RUN TestMountDaemonRoot/rprivate [2022-03-01T06:43:23.382Z] === PAUSE TestMountDaemonRoot/rprivate [2022-03-01T06:43:23.382Z] === RUN TestMountDaemonRoot/slave [2022-03-01T06:43:23.382Z] === PAUSE TestMountDaemonRoot/slave [2022-03-01T06:43:23.382Z] === RUN TestMountDaemonRoot/rslave [2022-03-01T06:43:23.382Z] === PAUSE TestMountDaemonRoot/rslave [2022-03-01T06:43:23.382Z] === RUN TestMountDaemonRoot/shared [2022-03-01T06:43:23.382Z] === PAUSE TestMountDaemonRoot/shared [2022-03-01T06:43:23.382Z] === RUN TestMountDaemonRoot/rshared [2022-03-01T06:43:23.382Z] === PAUSE TestMountDaemonRoot/rshared [2022-03-01T06:43:23.382Z] === CONT TestMountDaemonRoot/default [2022-03-01T06:43:23.382Z] === RUN TestMountDaemonRoot/default/bind_root [2022-03-01T06:43:23.382Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-03-01T06:43:23.382Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-03-01T06:43:23.382Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-03-01T06:43:23.382Z] === RUN TestMountDaemonRoot/default/mount_root [2022-03-01T06:43:23.382Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-03-01T06:43:23.382Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-03-01T06:43:23.382Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-03-01T06:43:23.382Z] === CONT TestMountDaemonRoot/default/bind_root [2022-03-01T06:43:23.382Z] === CONT TestMountDaemonRoot/rshared [2022-03-01T06:43:23.382Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-03-01T06:43:23.382Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-03-01T06:43:23.382Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-03-01T06:43:23.382Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-03-01T06:43:23.382Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-03-01T06:43:23.382Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-03-01T06:43:23.382Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-03-01T06:43:23.382Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-03-01T06:43:23.382Z] === CONT TestMountDaemonRoot/rprivate [2022-03-01T06:43:23.382Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-03-01T06:43:23.382Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-03-01T06:43:23.382Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-03-01T06:43:23.382Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-03-01T06:43:23.382Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-03-01T06:43:23.382Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-03-01T06:43:23.382Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-03-01T06:43:23.382Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-03-01T06:43:23.382Z] === CONT TestMountDaemonRoot/shared [2022-03-01T06:43:23.382Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-03-01T06:43:23.382Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-03-01T06:43:23.382Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-03-01T06:43:23.382Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-03-01T06:43:23.382Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-03-01T06:43:23.382Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-03-01T06:43:23.382Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-03-01T06:43:23.382Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-03-01T06:43:23.382Z] === CONT TestMountDaemonRoot/rslave [2022-03-01T06:43:23.382Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-03-01T06:43:23.382Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-03-01T06:43:23.382Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-03-01T06:43:23.382Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-03-01T06:43:23.382Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-03-01T06:43:23.382Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-03-01T06:43:23.382Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-03-01T06:43:23.382Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-03-01T06:43:23.382Z] === CONT TestMountDaemonRoot/slave [2022-03-01T06:43:23.382Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-03-01T06:43:23.382Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-03-01T06:43:23.382Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-03-01T06:43:23.382Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-03-01T06:43:23.382Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-03-01T06:43:23.382Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-03-01T06:43:23.382Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-03-01T06:43:23.382Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-03-01T06:43:23.382Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-03-01T06:43:23.382Z] === CONT TestMountDaemonRoot/private [2022-03-01T06:43:23.382Z] === RUN TestMountDaemonRoot/private/bind_root [2022-03-01T06:43:23.382Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-03-01T06:43:23.382Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-03-01T06:43:23.382Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-03-01T06:43:23.382Z] === RUN TestMountDaemonRoot/private/mount_root [2022-03-01T06:43:23.382Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-03-01T06:43:23.382Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-03-01T06:43:23.382Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-03-01T06:43:23.382Z] === CONT TestMountDaemonRoot/default/mount_root [2022-03-01T06:43:23.382Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-03-01T06:43:23.382Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-03-01T06:43:23.382Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-03-01T06:43:23.382Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-03-01T06:43:23.382Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-03-01T06:43:23.382Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-03-01T06:43:23.382Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-03-01T06:43:23.382Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-03-01T06:43:23.382Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-03-01T06:43:23.382Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-03-01T06:43:23.382Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-03-01T06:43:23.382Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-03-01T06:43:23.382Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-03-01T06:43:23.382Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-03-01T06:43:23.382Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-03-01T06:43:23.382Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-03-01T06:43:23.382Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-03-01T06:43:23.593Z] --- PASS: TestNetworkNat (0.43s) [2022-03-01T06:43:23.594Z] === RUN TestNetworkLocalhostTCPNat [2022-03-01T06:43:23.644Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-03-01T06:43:23.644Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-03-01T06:43:23.644Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-03-01T06:43:23.644Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-03-01T06:43:23.644Z] === CONT TestMountDaemonRoot/private/bind_root [2022-03-01T06:43:23.644Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-03-01T06:43:23.644Z] === CONT TestMountDaemonRoot/private/mount_root [2022-03-01T06:43:23.644Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-03-01T06:43:23.644Z] --- PASS: TestMountDaemonRoot (0.03s) [2022-03-01T06:43:23.644Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-03-01T06:43:23.644Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2022-03-01T06:43:23.644Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-03-01T06:43:23.644Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-03-01T06:43:23.644Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.03s) [2022-03-01T06:43:23.644Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-03-01T06:43:23.644Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-03-01T06:43:23.644Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.03s) [2022-03-01T06:43:23.644Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.03s) [2022-03-01T06:43:23.644Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.03s) [2022-03-01T06:43:23.644Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-03-01T06:43:23.644Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-03-01T06:43:23.644Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-03-01T06:43:23.644Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-03-01T06:43:23.644Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-03-01T06:43:23.644Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-03-01T06:43:23.644Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-03-01T06:43:23.644Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-03-01T06:43:23.644Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-03-01T06:43:23.644Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-03-01T06:43:23.644Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-03-01T06:43:23.644Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-03-01T06:43:23.644Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-03-01T06:43:23.644Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-03-01T06:43:23.644Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-03-01T06:43:23.644Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-03-01T06:43:23.644Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-03-01T06:43:23.644Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.01s) [2022-03-01T06:43:23.644Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-03-01T06:43:23.644Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2022-03-01T06:43:23.644Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-03-01T06:43:23.644Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2022-03-01T06:43:23.644Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-03-01T06:43:23.644Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-03-01T06:43:23.644Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-03-01T06:43:23.644Z] === RUN TestContainerBindMountNonRecursive [2022-03-01T06:43:23.644Z] 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) [2022-03-01T06:43:23.644Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2022-03-01T06:43:23.644Z] === RUN TestContainerVolumesMountedAsShared [2022-03-01T06:43:23.644Z] 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) [2022-03-01T06:43:23.644Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2022-03-01T06:43:23.644Z] === RUN TestContainerVolumesMountedAsSlave [2022-03-01T06:43:23.644Z] 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) [2022-03-01T06:43:23.644Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2022-03-01T06:43:23.644Z] === RUN TestNetworkNat [2022-03-01T06:43:24.156Z] --- PASS: TestNetworkLocalhostTCPNat (0.44s) [2022-03-01T06:43:24.157Z] === RUN TestNetworkLoopbackNat [2022-03-01T06:43:24.220Z] --- PASS: TestNetworkNat (0.53s) [2022-03-01T06:43:24.220Z] === RUN TestNetworkLocalhostTCPNat [2022-03-01T06:43:24.476Z] --- PASS: TestNetworkLocalhostTCPNat (0.42s) [2022-03-01T06:43:24.476Z] === RUN TestNetworkLoopbackNat [2022-03-01T06:43:26.673Z] --- PASS: TestNetworkLoopbackNat (2.61s) [2022-03-01T06:43:26.673Z] === RUN TestPause [2022-03-01T06:43:26.993Z] --- PASS: TestNetworkLoopbackNat (2.51s) [2022-03-01T06:43:26.993Z] === RUN TestPause [2022-03-01T06:43:26.993Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-01T06:43:26.993Z] --- SKIP: TestPause (0.00s) [2022-03-01T06:43:26.993Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-01T06:43:26.993Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-01T06:43:26.993Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-01T06:43:26.993Z] === RUN TestPauseStopPausedContainer [2022-03-01T06:43:26.993Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-01T06:43:26.993Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2022-03-01T06:43:26.993Z] === RUN TestPidHost [2022-03-01T06:43:27.235Z] --- PASS: TestPause (0.44s) [2022-03-01T06:43:27.235Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-01T06:43:27.235Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-01T06:43:27.235Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-01T06:43:27.235Z] === RUN TestPauseStopPausedContainer [2022-03-01T06:43:27.492Z] --- PASS: TestPauseStopPausedContainer (0.44s) [2022-03-01T06:43:27.492Z] === RUN TestPidHost [2022-03-01T06:43:27.922Z] --- PASS: TestPidHost (0.89s) [2022-03-01T06:43:27.922Z] === RUN TestPsFilter [2022-03-01T06:43:28.178Z] --- PASS: TestPsFilter (0.09s) [2022-03-01T06:43:28.178Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-01T06:43:28.422Z] --- PASS: TestPidHost (0.96s) [2022-03-01T06:43:28.422Z] === RUN TestPsFilter [2022-03-01T06:43:28.435Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.35s) [2022-03-01T06:43:28.435Z] === RUN TestRemoveContainerWithVolume [2022-03-01T06:43:28.680Z] --- PASS: TestPsFilter (0.11s) [2022-03-01T06:43:28.680Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-01T06:43:28.997Z] --- PASS: TestRemoveContainerWithVolume (0.40s) [2022-03-01T06:43:28.997Z] === RUN TestRemoveContainerRunning [2022-03-01T06:43:29.243Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.42s) [2022-03-01T06:43:29.243Z] === RUN TestRemoveContainerWithVolume [2022-03-01T06:43:29.254Z] --- PASS: TestRemoveContainerRunning (0.39s) [2022-03-01T06:43:29.254Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-01T06:43:29.500Z] --- PASS: TestRemoveContainerWithVolume (0.44s) [2022-03-01T06:43:29.500Z] === RUN TestRemoveContainerRunning [2022-03-01T06:43:29.510Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.40s) [2022-03-01T06:43:29.510Z] === RUN TestRemoveInvalidContainer [2022-03-01T06:43:29.510Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-03-01T06:43:29.510Z] === RUN TestRenameLinkedContainer [2022-03-01T06:43:30.063Z] --- PASS: TestRemoveContainerRunning (0.45s) [2022-03-01T06:43:30.063Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-01T06:43:30.321Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.40s) [2022-03-01T06:43:30.321Z] === RUN TestRemoveInvalidContainer [2022-03-01T06:43:30.321Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-03-01T06:43:30.321Z] === RUN TestRenameLinkedContainer [2022-03-01T06:43:31.403Z] --- PASS: TestRenameLinkedContainer (1.55s) [2022-03-01T06:43:31.403Z] === RUN TestRenameStoppedContainer [2022-03-01T06:43:31.659Z] --- PASS: TestRenameStoppedContainer (0.39s) [2022-03-01T06:43:31.659Z] === RUN TestRenameRunningContainerAndReuse [2022-03-01T06:43:32.212Z] --- PASS: TestRenameLinkedContainer (1.65s) [2022-03-01T06:43:32.212Z] === RUN TestRenameStoppedContainer [2022-03-01T06:43:32.468Z] --- PASS: TestRenameStoppedContainer (0.40s) [2022-03-01T06:43:32.468Z] === RUN TestRenameRunningContainerAndReuse [2022-03-01T06:43:32.588Z] --- PASS: TestRenameRunningContainerAndReuse (0.80s) [2022-03-01T06:43:32.588Z] === RUN TestRenameInvalidName [2022-03-01T06:43:32.845Z] --- PASS: TestRenameInvalidName (0.38s) [2022-03-01T06:43:32.845Z] === RUN TestRenameAnonymousContainer [2022-03-01T06:43:33.398Z] --- PASS: TestRenameRunningContainerAndReuse (0.88s) [2022-03-01T06:43:33.398Z] === RUN TestRenameInvalidName [2022-03-01T06:43:33.655Z] --- PASS: TestRenameInvalidName (0.39s) [2022-03-01T06:43:33.655Z] === RUN TestRenameAnonymousContainer [2022-03-01T06:43:34.213Z] --- PASS: TestRenameAnonymousContainer (1.44s) [2022-03-01T06:43:34.213Z] === RUN TestRenameContainerWithSameName [2022-03-01T06:43:34.470Z] --- PASS: TestRenameContainerWithSameName (0.40s) [2022-03-01T06:43:34.470Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-01T06:43:35.025Z] --- PASS: TestRenameAnonymousContainer (1.46s) [2022-03-01T06:43:35.025Z] === RUN TestRenameContainerWithSameName [2022-03-01T06:43:35.400Z] --- PASS: TestRenameContainerWithLinkedContainer (0.78s) [2022-03-01T06:43:35.400Z] === RUN TestResize [2022-03-01T06:43:35.589Z] --- PASS: TestRenameContainerWithSameName (0.42s) [2022-03-01T06:43:35.589Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-01T06:43:35.657Z] --- PASS: TestResize (0.41s) [2022-03-01T06:43:35.657Z] === RUN TestResizeWithInvalidSize [2022-03-01T06:43:36.219Z] --- PASS: TestResizeWithInvalidSize (0.39s) [2022-03-01T06:43:36.219Z] === RUN TestResizeWhenContainerNotStarted [2022-03-01T06:43:36.477Z] --- PASS: TestResizeWhenContainerNotStarted (0.39s) [2022-03-01T06:43:36.477Z] === RUN TestDaemonRestartKillContainers [2022-03-01T06:43:36.477Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-03-01T06:43:36.477Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-03-01T06:43:36.477Z] === RUN TestCgroupNamespacesRun [2022-03-01T06:43:36.519Z] --- PASS: TestRenameContainerWithLinkedContainer (0.85s) [2022-03-01T06:43:36.519Z] === RUN TestResize [2022-03-01T06:43:36.776Z] --- PASS: TestResize (0.41s) [2022-03-01T06:43:36.776Z] === RUN TestResizeWithInvalidSize [2022-03-01T06:43:37.338Z] --- PASS: TestResizeWithInvalidSize (0.42s) [2022-03-01T06:43:37.338Z] === RUN TestResizeWhenContainerNotStarted [2022-03-01T06:43:37.594Z] --- PASS: TestResizeWhenContainerNotStarted (0.39s) [2022-03-01T06:43:37.594Z] === RUN TestDaemonRestartKillContainers [2022-03-01T06:43:37.594Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-01T06:43:37.594Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-01T06:43:37.594Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-01T06:43:37.594Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-01T06:43:37.594Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-01T06:43:37.594Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-01T06:43:37.595Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-01T06:43:37.595Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-01T06:43:37.595Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-01T06:43:37.595Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-01T06:43:37.595Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-01T06:43:37.595Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-01T06:43:37.595Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-01T06:43:37.595Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-01T06:43:37.595Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-01T06:43:37.595Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-01T06:43:37.595Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-01T06:43:37.595Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-01T06:43:37.595Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-01T06:43:37.595Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-01T06:43:37.595Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-01T06:43:37.595Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-01T06:43:37.595Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-01T06:43:37.595Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-01T06:43:37.595Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-01T06:43:37.595Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-01T06:43:37.595Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-01T06:43:37.595Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-01T06:43:37.595Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-01T06:43:37.595Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-01T06:43:37.595Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-01T06:43:37.595Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-01T06:43:37.595Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-01T06:43:37.595Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-01T06:43:37.844Z] --- PASS: TestCgroupNamespacesRun (1.11s) [2022-03-01T06:43:37.844Z] === RUN TestCgroupNamespacesRunPrivileged [2022-03-01T06:43:38.483Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-03-01T06:43:38.483Z] [2022-03-01T06:43:38.483Z] ________ ____ __. [2022-03-01T06:43:38.483Z] \_____ \ | |/ _| [2022-03-01T06:43:38.483Z] / | \| < [2022-03-01T06:43:38.483Z] / | \ | \ [2022-03-01T06:43:38.483Z] \_______ /____|__ \ [2022-03-01T06:43:38.483Z] \/ \/ [2022-03-01T06:43:38.483Z] [2022-03-01T06:43:38.483Z] INFO: make.ps1 ended at 03/01/2022 06:43:31 [2022-03-01T06:43:38.483Z] INFO: Binaries build ended at 03/01/2022 06:43:33. Duration:00:01:11.3526669 [2022-03-01T06:43:38.483Z] INFO: Copying the built daemon binary to d:\CI\PR-43303\1\binary\dockerd-9efa8b3500.exe... [2022-03-01T06:43:38.483Z] INFO: Copying the built client binary to d:\CI\PR-43303\1\binary\docker-9efa8b3500.exe... [2022-03-01T06:43:38.483Z] INFO: Copying dockerversion from the container... [2022-03-01T06:43:38.483Z] INFO: Copying the golang package from the container to d:\CI\PR-43303\1\installer\go.zip... [2022-03-01T06:43:38.483Z] INFO: Extracting go.zip to d:\CI\PR-43303\1\go [2022-03-01T06:43:38.773Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.07s) [2022-03-01T06:43:38.773Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-03-01T06:43:39.487Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-01T06:43:39.703Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.08s) [2022-03-01T06:43:39.703Z] === RUN TestCgroupNamespacesRunHostMode [2022-03-01T06:43:40.859Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-01T06:43:41.076Z] --- PASS: TestCgroupNamespacesRunHostMode (1.10s) [2022-03-01T06:43:41.076Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-03-01T06:43:41.788Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-01T06:43:41.788Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-01T06:43:42.004Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.10s) [2022-03-01T06:43:42.004Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-03-01T06:43:43.157Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-01T06:43:43.158Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-01T06:43:43.371Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.09s) [2022-03-01T06:43:43.371Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-03-01T06:43:43.933Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.70s) [2022-03-01T06:43:43.933Z] === RUN TestCgroupNamespacesRunOlderClient [2022-03-01T06:43:44.863Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.13s) [2022-03-01T06:43:44.863Z] === RUN TestNISDomainname [2022-03-01T06:43:44.863Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-03-01T06:43:44.863Z] --- SKIP: TestNISDomainname (0.01s) [2022-03-01T06:43:44.863Z] === RUN TestHostnameDnsResolution [2022-03-01T06:43:45.426Z] --- PASS: TestHostnameDnsResolution (0.62s) [2022-03-01T06:43:45.426Z] === RUN TestUnprivilegedPortsAndPing [2022-03-01T06:43:45.426Z] run_linux_test.go:105: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2022-03-01T06:43:45.426Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s) [2022-03-01T06:43:45.426Z] === RUN TestStats [2022-03-01T06:43:45.426Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-01T06:43:45.426Z] --- SKIP: TestStats (0.00s) [2022-03-01T06:43:45.426Z] === RUN TestStopContainerWithTimeout [2022-03-01T06:43:45.426Z] === RUN TestStopContainerWithTimeout/0 [2022-03-01T06:43:45.426Z] === PAUSE TestStopContainerWithTimeout/0 [2022-03-01T06:43:45.426Z] === RUN TestStopContainerWithTimeout/1 [2022-03-01T06:43:45.426Z] === PAUSE TestStopContainerWithTimeout/1 [2022-03-01T06:43:45.426Z] === RUN TestStopContainerWithTimeout/3 [2022-03-01T06:43:45.426Z] === PAUSE TestStopContainerWithTimeout/3 [2022-03-01T06:43:45.426Z] === RUN TestStopContainerWithTimeout/-1 [2022-03-01T06:43:45.426Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-03-01T06:43:45.426Z] === CONT TestStopContainerWithTimeout/0 [2022-03-01T06:43:45.426Z] === CONT TestStopContainerWithTimeout/-1 [2022-03-01T06:43:46.358Z] === CONT TestStopContainerWithTimeout/3 [2022-03-01T06:43:46.498Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-01T06:43:46.754Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-01T06:43:48.248Z] === CONT TestStopContainerWithTimeout/1 [2022-03-01T06:43:49.275Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-01T06:43:50.138Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-03-01T06:43:50.138Z] --- PASS: TestStopContainerWithTimeout/0 (0.69s) [2022-03-01T06:43:50.138Z] --- PASS: TestStopContainerWithTimeout/-1 (2.82s) [2022-03-01T06:43:50.138Z] --- PASS: TestStopContainerWithTimeout/3 (2.44s) [2022-03-01T06:43:50.138Z] --- PASS: TestStopContainerWithTimeout/1 (1.44s) [2022-03-01T06:43:50.138Z] === RUN TestDeleteDevicemapper [2022-03-01T06:43:50.138Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-01T06:43:50.138Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-03-01T06:43:50.138Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-01T06:43:50.643Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-01T06:43:50.643Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-01T06:43:51.068Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.15s) [2022-03-01T06:43:51.068Z] === RUN TestUpdateMemory [2022-03-01T06:43:51.068Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-01T06:43:51.068Z] --- SKIP: TestUpdateMemory (0.00s) [2022-03-01T06:43:51.068Z] === RUN TestUpdateCPUQuota [2022-03-01T06:43:51.068Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-01T06:43:51.068Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2022-03-01T06:43:51.068Z] === RUN TestUpdatePidsLimit [2022-03-01T06:43:51.068Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-01T06:43:51.068Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2022-03-01T06:43:51.068Z] === RUN TestUpdateRestartPolicy [2022-03-01T06:43:52.537Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-01T06:43:52.537Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-01T06:43:53.905Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-01T06:43:54.898Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-03-01T06:43:54.898Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-03-01T06:43:55.160Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-03-01T06:43:55.797Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-03-01T06:43:55.797Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.70s) [2022-03-01T06:43:55.797Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.27s) [2022-03-01T06:43:55.797Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.15s) [2022-03-01T06:43:55.797Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.27s) [2022-03-01T06:43:55.797Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.34s) [2022-03-01T06:43:55.797Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.34s) [2022-03-01T06:43:55.797Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.48s) [2022-03-01T06:43:55.797Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.51s) [2022-03-01T06:43:55.797Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.08s) [2022-03-01T06:43:55.797Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.64s) [2022-03-01T06:43:55.797Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.03s) [2022-03-01T06:43:55.797Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.83s) [2022-03-01T06:43:55.797Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.89s) [2022-03-01T06:43:55.797Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.75s) [2022-03-01T06:43:55.797Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.79s) [2022-03-01T06:43:55.797Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.78s) [2022-03-01T06:43:55.797Z] === RUN TestCgroupNamespacesRun [2022-03-01T06:43:57.163Z] --- PASS: TestCgroupNamespacesRun (1.16s) [2022-03-01T06:43:57.163Z] === RUN TestCgroupNamespacesRunPrivileged [2022-03-01T06:43:57.163Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-03-01T06:43:57.163Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2022-03-01T06:43:57.163Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-03-01T06:43:57.710Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-03-01T06:43:58.091Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.14s) [2022-03-01T06:43:58.091Z] === RUN TestCgroupNamespacesRunHostMode [2022-03-01T06:43:58.281Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-03-01T06:43:58.476Z] ok github.com/docker/docker/libnetwork/networkdb 103.214s coverage: 60.4% of statements [2022-03-01T06:43:58.476Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-01T06:43:58.476Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-03-01T06:43:58.476Z] ok github.com/docker/docker/libnetwork/osl 4.304s coverage: 39.7% of statements [2022-03-01T06:43:58.476Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2022-03-01T06:43:58.476Z] ok github.com/docker/docker/libnetwork/portallocator 0.007s coverage: 86.1% of statements [2022-03-01T06:43:58.476Z] ok github.com/docker/docker/libnetwork/portmapper 0.275s coverage: 48.6% of statements [2022-03-01T06:43:58.476Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2022-03-01T06:43:58.476Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-01T06:43:58.476Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-03-01T06:43:58.476Z] [2022-03-01T06:43:58.476Z] === Skipped [2022-03-01T06:43:58.476Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-03-01T06:43:58.476Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-01T06:43:58.476Z] [2022-03-01T06:43:58.476Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-03-01T06:43:58.476Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-01T06:43:58.476Z] [2022-03-01T06:43:58.476Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-03-01T06:43:58.476Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-01T06:43:58.476Z] [2022-03-01T06:43:58.476Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-01T06:43:58.476Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-01T06:43:58.476Z] [2022-03-01T06:43:58.476Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-01T06:43:58.476Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-01T06:43:58.476Z] [2022-03-01T06:43:58.476Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-01T06:43:58.476Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-01T06:43:58.476Z] [2022-03-01T06:43:58.476Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-01T06:43:58.476Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-01T06:43:58.476Z] [2022-03-01T06:43:58.476Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-01T06:43:58.476Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-01T06:43:58.476Z] [2022-03-01T06:43:58.476Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-03-01T06:43:58.476Z] firewalld_test.go:14: firewalld is not running [2022-03-01T06:43:58.476Z] [2022-03-01T06:43:58.476Z] DONE 326 tests, 9 skipped in 199.967s Post stage [Pipeline] junit [2022-03-01T06:43:59.057Z] Recording test results [2022-03-01T06:43:59.457Z] --- PASS: TestCgroupNamespacesRunHostMode (1.11s) [2022-03-01T06:43:59.457Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-03-01T06:43:59.701Z] INFO: Extraction ended at 03/01/2022 06:43:57. Duration:00:00:22.8771270 [2022-03-01T06:43:59.701Z] INFO: Updating the golang and path environment variables [2022-03-01T06:43:59.701Z] INFO: GOPATH=d:\gopath [2022-03-01T06:43:59.701Z] INFO: go version go1.17.7 windows/amd64 [2022-03-01T06:43:59.701Z] INFO: Running the daemon under test in debug mode [2022-03-01T06:43:59.701Z] INFO: Running the daemon under test in containerd mode [2022-03-01T06:43:59.701Z] INFO: Starting a daemon under test... [2022-03-01T06:43:59.701Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43303\1\daemon --pidfile d:\CI\PR-43303\1\docker.pid -D --containerd \\.\pipe\containerd-containerd [2022-03-01T06:43:59.701Z] INFO: Containerd started successfully. [2022-03-01T06:43:59.701Z] INFO: Process started successfully. [2022-03-01T06:43:59.701Z] INFO: Start tailing logs of the daemon under tests [2022-03-01T06:43:59.701Z] INFO: Waiting for the daemon under test to start... [2022-03-01T06:44:00.384Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.15s) [2022-03-01T06:44:00.384Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-03-01T06:44:00.604Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-01T06:44:00.961Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43303/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=9efa8b3500f43524d705cd703dac5ea5944b8ef6 -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:9efa8b3500f43524d705cd703dac5ea5944b8ef6 hack/make.sh dynbinary test-integration [2022-03-01T06:44:01.217Z] [2022-03-01T06:44:01.474Z] Removing bundles/ [2022-03-01T06:44:01.474Z] [2022-03-01T06:44:01.474Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-01T06:44:01.474Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-01T06:44:01.474Z] GOOS="" GOARCH="" GOARM="" [2022-03-01T06:44:01.584Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-03-01T06:44:01.749Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.17s) [2022-03-01T06:44:01.749Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-03-01T06:44:01.804Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-03-01T06:44:01.804Z] [2022-03-01T06:44:01.804Z] ________ ____ __. [2022-03-01T06:44:01.804Z] \_____ \ | |/ _| [2022-03-01T06:44:01.804Z] / | \| < [2022-03-01T06:44:01.804Z] / | \ | \ [2022-03-01T06:44:01.804Z] \_______ /____|__ \ [2022-03-01T06:44:01.804Z] \/ \/ [2022-03-01T06:44:01.804Z] [2022-03-01T06:44:01.804Z] INFO: make.ps1 ended at 03/01/2022 06:44:01 [2022-03-01T06:44:02.310Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.69s) [2022-03-01T06:44:02.311Z] === RUN TestCgroupNamespacesRunOlderClient [2022-03-01T06:44:02.791Z] INFO: Binaries build ended at 03/01/2022 06:44:02. Duration:00:01:19.3259513 [2022-03-01T06:44:03.242Z] --- PASS: TestUpdateRestartPolicy (10.85s) [2022-03-01T06:44:03.242Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-01T06:44:03.242Z] --- PASS: TestUpdateRestartWithAutoRemove (0.52s) [2022-03-01T06:44:03.242Z] === RUN TestWaitNonBlocked [2022-03-01T06:44:03.242Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-01T06:44:03.242Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-01T06:44:03.242Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-01T06:44:03.242Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-01T06:44:03.242Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-01T06:44:03.242Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-01T06:44:03.242Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-03-01T06:44:03.242Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.58s) [2022-03-01T06:44:03.242Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.68s) [2022-03-01T06:44:03.242Z] === RUN TestWaitBlocked [2022-03-01T06:44:03.242Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-01T06:44:03.242Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-01T06:44:03.242Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-03-01T06:44:03.242Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-03-01T06:44:03.242Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-01T06:44:03.242Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-03-01T06:44:03.498Z] --- PASS: TestWaitBlocked (0.01s) [2022-03-01T06:44:03.498Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.53s) [2022-03-01T06:44:03.498Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.56s) [2022-03-01T06:44:03.498Z] === CONT TestDaemonRestartIpcMode [2022-03-01T06:44:03.498Z] === CONT TestIpcModeOlderClient [2022-03-01T06:44:03.677Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.18s) [2022-03-01T06:44:03.677Z] === RUN TestNISDomainname [2022-03-01T06:44:03.754Z] --- PASS: TestIpcModeOlderClient (0.10s) [2022-03-01T06:44:03.754Z] === CONT TestRestartDaemonWithRestartingContainer [2022-03-01T06:44:03.780Z] INFO: Copying the built daemon binary to d:\CI\PR-43303\1\binary\dockerd-9efa8b3500.exe... [2022-03-01T06:44:03.780Z] INFO: Copying the built client binary to d:\CI\PR-43303\1\binary\docker-9efa8b3500.exe... [2022-03-01T06:44:03.780Z] INFO: Copying dockerversion from the container... [2022-03-01T06:44:03.934Z] --- PASS: TestNISDomainname (0.60s) [2022-03-01T06:44:03.934Z] === RUN TestHostnameDnsResolution [2022-03-01T06:44:04.249Z] INFO: Copying the golang package from the container to d:\CI\PR-43303\1\installer\go.zip... [2022-03-01T06:44:04.718Z] INFO: Extracting go.zip to d:\CI\PR-43303\1\go [2022-03-01T06:44:04.862Z] --- PASS: TestHostnameDnsResolution (0.68s) [2022-03-01T06:44:04.862Z] === RUN TestUnprivilegedPortsAndPing [2022-03-01T06:44:05.120Z] --- PASS: TestUnprivilegedPortsAndPing (0.52s) [2022-03-01T06:44:05.120Z] === RUN TestStats [2022-03-01T06:44:06.272Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.33s) [2022-03-01T06:44:06.272Z] --- PASS: TestDaemonRestartIpcMode (2.60s) [2022-03-01T06:44:06.272Z] PASS [2022-03-01T06:44:06.272Z] [2022-03-01T06:44:06.272Z] === Skipped [2022-03-01T06:44:06.272Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-03-01T06:44:06.272Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-01T06:44:06.272Z] [2022-03-01T06:44:06.272Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2022-03-01T06:44:06.272Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-03-01T06:44:06.272Z] [2022-03-01T06:44:06.272Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2022-03-01T06:44:06.272Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-01T06:44:06.272Z] [2022-03-01T06:44:06.272Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2022-03-01T06:44:06.272Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-03-01T06:44:06.272Z] [2022-03-01T06:44:06.272Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s) [2022-03-01T06:44:06.272Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-01T06:44:06.272Z] [2022-03-01T06:44:06.272Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2022-03-01T06:44:06.272Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-01T06:44:06.272Z] [2022-03-01T06:44:06.272Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2022-03-01T06:44:06.272Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-01T06:44:06.272Z] [2022-03-01T06:44:06.272Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2022-03-01T06:44:06.272Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-01T06:44:06.272Z] [2022-03-01T06:44:06.272Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2022-03-01T06:44:06.272Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-01T06:44:06.272Z] [2022-03-01T06:44:06.272Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2022-03-01T06:44:06.272Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-01T06:44:06.272Z] [2022-03-01T06:44:06.272Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-03-01T06:44:06.272Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-01T06:44:06.272Z] [2022-03-01T06:44:06.272Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-03-01T06:44:06.272Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-01T06:44:06.272Z] [2022-03-01T06:44:06.272Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2022-03-01T06:44:06.272Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-03-01T06:44:06.272Z] [2022-03-01T06:44:06.272Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2022-03-01T06:44:06.272Z] 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) [2022-03-01T06:44:06.272Z] [2022-03-01T06:44:06.272Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2022-03-01T06:44:06.272Z] 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) [2022-03-01T06:44:06.272Z] [2022-03-01T06:44:06.272Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2022-03-01T06:44:06.272Z] 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) [2022-03-01T06:44:06.272Z] [2022-03-01T06:44:06.272Z] === SKIP: amd64.integration.container TestPause (0.00s) [2022-03-01T06:44:06.272Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-01T06:44:06.272Z] [2022-03-01T06:44:06.272Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-01T06:44:06.272Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-01T06:44:06.272Z] [2022-03-01T06:44:06.272Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2022-03-01T06:44:06.272Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-01T06:44:06.272Z] [2022-03-01T06:44:06.272Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2022-03-01T06:44:06.272Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-03-01T06:44:06.272Z] [2022-03-01T06:44:06.272Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2022-03-01T06:44:06.272Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-03-01T06:44:06.272Z] [2022-03-01T06:44:06.272Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s) [2022-03-01T06:44:06.272Z] run_linux_test.go:105: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start [2022-03-01T06:44:06.272Z] [2022-03-01T06:44:06.272Z] === SKIP: amd64.integration.container TestStats (0.00s) [2022-03-01T06:44:06.272Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-01T06:44:06.272Z] [2022-03-01T06:44:06.272Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-03-01T06:44:06.272Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-01T06:44:06.272Z] [2022-03-01T06:44:06.272Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-03-01T06:44:06.272Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-01T06:44:06.272Z] [2022-03-01T06:44:06.272Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2022-03-01T06:44:06.273Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-01T06:44:06.273Z] [2022-03-01T06:44:06.273Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2022-03-01T06:44:06.273Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-01T06:44:06.273Z] [2022-03-01T06:44:06.273Z] DONE 177 tests, 27 skipped in 69.749s [2022-03-01T06:44:06.273Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-03-01T06:44:06.273Z] === RUN TestConfigDaemonLibtrustID [2022-03-01T06:44:06.840Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2022-03-01T06:44:06.840Z] === RUN TestDaemonConfigValidation [2022-03-01T06:44:06.840Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-03-01T06:44:06.840Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-03-01T06:44:06.840Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-03-01T06:44:06.840Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-03-01T06:44:06.840Z] === RUN TestDaemonConfigValidation/invalid_config [2022-03-01T06:44:06.840Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-03-01T06:44:06.840Z] === RUN TestDaemonConfigValidation/malformed_config [2022-03-01T06:44:06.840Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-03-01T06:44:06.840Z] === RUN TestDaemonConfigValidation/valid_config [2022-03-01T06:44:06.840Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-03-01T06:44:06.840Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-03-01T06:44:06.840Z] === CONT TestDaemonConfigValidation/malformed_config [2022-03-01T06:44:07.096Z] === CONT TestDaemonConfigValidation/valid_config [2022-03-01T06:44:07.096Z] === CONT TestDaemonConfigValidation/invalid_config [2022-03-01T06:44:07.096Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-03-01T06:44:07.096Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-03-01T06:44:07.096Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.08s) [2022-03-01T06:44:07.096Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s) [2022-03-01T06:44:07.096Z] --- PASS: TestDaemonConfigValidation/valid_config (0.08s) [2022-03-01T06:44:07.096Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.08s) [2022-03-01T06:44:07.096Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-03-01T06:44:07.096Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-01T06:44:07.096Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-03-01T06:44:07.634Z] --- PASS: TestStats (2.47s) [2022-03-01T06:44:07.634Z] === RUN TestStopContainerWithTimeout [2022-03-01T06:44:07.634Z] === RUN TestStopContainerWithTimeout/0 [2022-03-01T06:44:07.634Z] === PAUSE TestStopContainerWithTimeout/0 [2022-03-01T06:44:07.634Z] === RUN TestStopContainerWithTimeout/1 [2022-03-01T06:44:07.634Z] === PAUSE TestStopContainerWithTimeout/1 [2022-03-01T06:44:07.634Z] === RUN TestStopContainerWithTimeout/3 [2022-03-01T06:44:07.634Z] === PAUSE TestStopContainerWithTimeout/3 [2022-03-01T06:44:07.634Z] === RUN TestStopContainerWithTimeout/-1 [2022-03-01T06:44:07.634Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-03-01T06:44:07.634Z] === CONT TestStopContainerWithTimeout/0 [2022-03-01T06:44:07.634Z] === CONT TestStopContainerWithTimeout/3 [2022-03-01T06:44:08.166Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-03-01T06:44:08.196Z] === CONT TestStopContainerWithTimeout/-1 [2022-03-01T06:44:08.460Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-03-01T06:44:09.389Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-03-01T06:44:10.316Z] === CONT TestConfigDaemonSeccompProfiles [2022-03-01T06:44:10.316Z] daemon_test.go:156: [d6eee5f44af78] daemon is not started [2022-03-01T06:44:10.316Z] --- PASS: TestConfigDaemonSeccompProfiles (3.25s) [2022-03-01T06:44:10.316Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.09s) [2022-03-01T06:44:10.316Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.08s) [2022-03-01T06:44:10.316Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.09s) [2022-03-01T06:44:10.316Z] === RUN TestDaemonProxy [2022-03-01T06:44:10.316Z] daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-03-01T06:44:10.316Z] --- SKIP: TestDaemonProxy (0.00s) [2022-03-01T06:44:10.316Z] PASS [2022-03-01T06:44:10.316Z] [2022-03-01T06:44:10.316Z] === Skipped [2022-03-01T06:44:10.316Z] === SKIP: amd64.integration.daemon TestDaemonProxy (0.00s) [2022-03-01T06:44:10.316Z] daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-03-01T06:44:10.316Z] [2022-03-01T06:44:10.316Z] DONE 12 tests, 1 skipped in 4.142s [2022-03-01T06:44:10.316Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-03-01T06:44:10.572Z] INFO: Testing against a local daemon [2022-03-01T06:44:10.572Z] === RUN TestCommitInheritsEnv [2022-03-01T06:44:10.709Z] === CONT TestStopContainerWithTimeout/1 [2022-03-01T06:44:11.478Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-03-01T06:44:12.072Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-03-01T06:44:12.073Z] --- PASS: TestStopContainerWithTimeout/0 (0.66s) [2022-03-01T06:44:12.073Z] --- PASS: TestStopContainerWithTimeout/3 (2.70s) [2022-03-01T06:44:12.073Z] --- PASS: TestStopContainerWithTimeout/-1 (2.41s) [2022-03-01T06:44:12.073Z] --- PASS: TestStopContainerWithTimeout/1 (1.47s) [2022-03-01T06:44:12.073Z] === RUN TestDeleteDevicemapper [2022-03-01T06:44:12.073Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-01T06:44:12.073Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-03-01T06:44:12.073Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-01T06:44:12.464Z] --- PASS: TestCommitInheritsEnv (1.64s) [2022-03-01T06:44:12.464Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-01T06:44:12.464Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-03-01T06:44:12.464Z] === RUN TestImportWithCustomPlatform [2022-03-01T06:44:12.464Z] === RUN TestImportWithCustomPlatform/#00 [2022-03-01T06:44:12.464Z] === RUN TestImportWithCustomPlatform/_______ [2022-03-01T06:44:12.464Z] === RUN TestImportWithCustomPlatform// [2022-03-01T06:44:12.464Z] === RUN TestImportWithCustomPlatform/linux [2022-03-01T06:44:12.464Z] === RUN TestImportWithCustomPlatform/LINUX [2022-03-01T06:44:12.464Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-03-01T06:44:12.464Z] === RUN TestImportWithCustomPlatform/macos [2022-03-01T06:44:12.464Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-03-01T06:44:12.464Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-03-01T06:44:12.464Z] --- PASS: TestImportWithCustomPlatform (0.28s) [2022-03-01T06:44:12.465Z] --- PASS: TestImportWithCustomPlatform/#00 (0.06s) [2022-03-01T06:44:12.465Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-03-01T06:44:12.465Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-03-01T06:44:12.465Z] --- PASS: TestImportWithCustomPlatform/linux (0.06s) [2022-03-01T06:44:12.465Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-03-01T06:44:12.465Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.06s) [2022-03-01T06:44:12.465Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-03-01T06:44:12.465Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-03-01T06:44:12.465Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-03-01T06:44:12.465Z] === RUN TestImagesFilterMultiReference [2022-03-01T06:44:12.465Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-03-01T06:44:12.465Z] === RUN TestImagePullPlatformInvalid [2022-03-01T06:44:12.465Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-03-01T06:44:12.465Z] === RUN TestRemoveImageOrphaning [2022-03-01T06:44:13.439Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.40s) [2022-03-01T06:44:13.439Z] === RUN TestUpdateMemory [2022-03-01T06:44:13.696Z] --- PASS: TestUpdateMemory (0.56s) [2022-03-01T06:44:13.696Z] === RUN TestUpdateCPUQuota [2022-03-01T06:44:14.024Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-03-01T06:44:14.357Z] --- PASS: TestRemoveImageOrphaning (1.66s) [2022-03-01T06:44:14.357Z] === RUN TestRemoveImageGarbageCollector [2022-03-01T06:44:14.357Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-03-01T06:44:14.357Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-03-01T06:44:14.357Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-01T06:44:14.357Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-03-01T06:44:14.357Z] === RUN TestTagInvalidReference [2022-03-01T06:44:14.357Z] --- PASS: TestTagInvalidReference (0.01s) [2022-03-01T06:44:14.357Z] === RUN TestTagValidPrefixedRepo [2022-03-01T06:44:14.357Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-03-01T06:44:14.357Z] === RUN TestTagExistedNameWithoutForce [2022-03-01T06:44:14.357Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-03-01T06:44:14.357Z] === RUN TestTagOfficialNames [2022-03-01T06:44:14.357Z] --- PASS: TestTagOfficialNames (0.04s) [2022-03-01T06:44:14.357Z] === RUN TestTagMatchesDigest [2022-03-01T06:44:14.357Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-03-01T06:44:14.357Z] === CONT TestImportExtremelyLargeImageWorks [2022-03-01T06:44:14.622Z] --- PASS: TestUpdateCPUQuota (0.86s) [2022-03-01T06:44:14.622Z] === RUN TestUpdatePidsLimit [2022-03-01T06:44:14.622Z] === RUN TestUpdatePidsLimit/update_from_none [2022-03-01T06:44:14.878Z] === RUN TestUpdatePidsLimit/no_change [2022-03-01T06:44:15.134Z] === RUN TestUpdatePidsLimit/update_lower [2022-03-01T06:44:15.391Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-03-01T06:44:15.410Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-03-01T06:44:15.647Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-03-01T06:44:15.647Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-03-01T06:44:15.904Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-03-01T06:44:16.832Z] --- PASS: TestUpdatePidsLimit (1.96s) [2022-03-01T06:44:16.832Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.21s) [2022-03-01T06:44:16.832Z] --- PASS: TestUpdatePidsLimit/no_change (0.22s) [2022-03-01T06:44:16.832Z] --- PASS: TestUpdatePidsLimit/update_lower (0.22s) [2022-03-01T06:44:16.832Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.22s) [2022-03-01T06:44:16.832Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.24s) [2022-03-01T06:44:16.832Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.23s) [2022-03-01T06:44:16.832Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.21s) [2022-03-01T06:44:16.832Z] === RUN TestUpdateRestartPolicy [2022-03-01T06:44:17.958Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-03-01T06:44:20.505Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-03-01T06:44:20.824Z] ...INFO: Daemon under test started and replied! [2022-03-01T06:44:20.824Z] INFO: Docker version of the daemon under test [2022-03-01T06:44:20.824Z] [2022-03-01T06:44:20.824Z] Client: [2022-03-01T06:44:20.824Z] Version: 17.06.2-ce [2022-03-01T06:44:20.824Z] API version: 1.30 [2022-03-01T06:44:20.824Z] Go version: go1.8.3 [2022-03-01T06:44:20.824Z] Git commit: cec0b72 [2022-03-01T06:44:20.824Z] Built: Tue Sep 5 19:57:19 2017 [2022-03-01T06:44:20.824Z] OS/Arch: windows/amd64 [2022-03-01T06:44:20.824Z] [2022-03-01T06:44:20.824Z] Server: [2022-03-01T06:44:20.824Z] Version: 0.0.0-dev [2022-03-01T06:44:20.824Z] API version: 1.42 (minimum version 1.24) [2022-03-01T06:44:20.824Z] Go version: go1.17.7 [2022-03-01T06:44:20.824Z] Git commit: 9efa8b3500 [2022-03-01T06:44:20.824Z] Built: 03/01/2022 06:42:25 [2022-03-01T06:44:20.824Z] OS/Arch: windows/amd64 [2022-03-01T06:44:20.824Z] Experimental: false [2022-03-01T06:44:20.824Z] [2022-03-01T06:44:20.824Z] INFO: Docker info of the daemon under test [2022-03-01T06:44:20.824Z] [2022-03-01T06:44:20.824Z] Containers: 0 [2022-03-01T06:44:20.824Z] Running: 0 [2022-03-01T06:44:20.824Z] Paused: 0 [2022-03-01T06:44:20.824Z] Stopped: 0 [2022-03-01T06:44:20.824Z] Images: 0 [2022-03-01T06:44:20.824Z] Server Version: 0.0.0-dev [2022-03-01T06:44:20.824Z] Storage Driver: windowsfilter [2022-03-01T06:44:20.824Z] Windows: [2022-03-01T06:44:20.824Z] Logging Driver: json-file [2022-03-01T06:44:20.824Z] Plugins: [2022-03-01T06:44:20.824Z] Volume: local [2022-03-01T06:44:20.824Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-01T06:44:20.824Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-01T06:44:20.824Z] Swarm: inactive [2022-03-01T06:44:20.824Z] Default Isolation: process [2022-03-01T06:44:20.824Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-01T06:44:20.824Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-01T06:44:20.824Z] OSType: windows [2022-03-01T06:44:20.824Z] Architecture: x86_64 [2022-03-01T06:44:20.824Z] CPUs: 4 [2022-03-01T06:44:20.824Z] Total Memory: 32GiB [2022-03-01T06:44:20.824Z] Name: azwin-2-450241 [2022-03-01T06:44:20.824Z] ID: X7PG:6AHS:P2SK:PV6W:L2YQ:Q24O:AAD5:I3MX:UJYI:5EDH:FZRU:HZPO [2022-03-01T06:44:20.824Z] Docker Root Dir: D:\CI\PR-43303\1\daemon [2022-03-01T06:44:20.824Z] Debug Mode (client): false [2022-03-01T06:44:20.824Z] Debug Mode (server): true [2022-03-01T06:44:20.824Z] File Descriptors: -1 [2022-03-01T06:44:20.824Z] Goroutines: 31 [2022-03-01T06:44:20.824Z] System Time: 2022-03-01T06:44:17.5779047Z [2022-03-01T06:44:20.824Z] EventsListeners: 0 [2022-03-01T06:44:20.824Z] Registry: https://index.docker.io/v1/ [2022-03-01T06:44:20.824Z] Labels: [2022-03-01T06:44:20.824Z] Experimental: false [2022-03-01T06:44:20.824Z] Insecure Registries: [2022-03-01T06:44:20.824Z] 127.0.0.0/8 [2022-03-01T06:44:20.824Z] Live Restore Enabled: false [2022-03-01T06:44:20.824Z] [2022-03-01T06:44:20.824Z] [2022-03-01T06:44:20.824Z] INFO: Docker images of the daemon under test [2022-03-01T06:44:20.824Z] [2022-03-01T06:44:20.824Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-01T06:44:20.824Z] [2022-03-01T06:44:20.824Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-03-01T06:44:20.824Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2022-03-01T06:44:20.824Z] ltsc2022: Pulling from windows/servercore [2022-03-01T06:44:20.824Z] 8f616e6e9eec: Pulling fs layer [2022-03-01T06:44:20.824Z] 898469748ff6: Pulling fs layer [2022-03-01T06:44:23.805Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-03-01T06:44:25.719Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-03-01T06:44:26.728Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-01T06:44:26.729Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-01T06:44:26.729Z] GOOS="" GOARCH="" GOARM="" [2022-03-01T06:44:26.729Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-01T06:44:26.729Z] [2022-03-01T06:44:26.729Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2022-03-01T06:44:26.729Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2022-03-01T06:44:26.729Z] Using test binary docker [2022-03-01T06:44:26.729Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-03-01T06:44:26.729Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-01T06:44:26.729Z] INFO: Waiting for daemon to start... [2022-03-01T06:44:26.729Z] Starting dockerd [2022-03-01T06:44:26.729Z] . [2022-03-01T06:44:26.729Z] INFO: Building docker-sdk-python3:5.0.3... [2022-03-01T06:44:27.634Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-03-01T06:44:28.997Z] --- PASS: TestUpdateRestartPolicy (11.02s) [2022-03-01T06:44:28.997Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-01T06:44:28.997Z] --- PASS: TestUpdateRestartWithAutoRemove (0.49s) [2022-03-01T06:44:28.997Z] === RUN TestWaitNonBlocked [2022-03-01T06:44:28.997Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-01T06:44:28.997Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-01T06:44:28.997Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-01T06:44:28.997Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-01T06:44:28.997Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-01T06:44:28.997Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-01T06:44:28.997Z] --- PASS: TestWaitNonBlocked (0.02s) [2022-03-01T06:44:28.997Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.56s) [2022-03-01T06:44:28.997Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.58s) [2022-03-01T06:44:28.997Z] === RUN TestWaitBlocked [2022-03-01T06:44:28.997Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-01T06:44:28.997Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-01T06:44:28.997Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-03-01T06:44:28.997Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-03-01T06:44:28.997Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-01T06:44:28.997Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-03-01T06:44:29.558Z] --- PASS: TestWaitBlocked (0.01s) [2022-03-01T06:44:29.558Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.68s) [2022-03-01T06:44:29.558Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.68s) [2022-03-01T06:44:29.558Z] === CONT TestContainerStartOnDaemonRestart [2022-03-01T06:44:29.558Z] === CONT TestRestartDaemonWithRestartingContainer [2022-03-01T06:44:30.011Z] INFO: Extraction ended at 03/01/2022 06:44:28. Duration:00:00:23.7932778 [2022-03-01T06:44:30.011Z] INFO: Updating the golang and path environment variables [2022-03-01T06:44:30.011Z] INFO: GOPATH=d:\gopath [2022-03-01T06:44:30.011Z] INFO: go version go1.17.7 windows/amd64 [2022-03-01T06:44:30.011Z] INFO: Running the daemon under test in debug mode [2022-03-01T06:44:30.011Z] INFO: Starting a daemon under test... [2022-03-01T06:44:30.011Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43303\1\daemon --pidfile d:\CI\PR-43303\1\docker.pid -D [2022-03-01T06:44:30.011Z] INFO: Process started successfully. [2022-03-01T06:44:30.011Z] INFO: Start tailing logs of the daemon under tests [2022-03-01T06:44:30.011Z] INFO: Waiting for the daemon under test to start... [2022-03-01T06:44:30.182Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-01T06:44:30.183Z] Using test binary docker [2022-03-01T06:44:30.444Z] +++ /etc/init.d/apparmor start [2022-03-01T06:44:30.444Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-01T06:44:30.444Z] INFO: Waiting for daemon to start... [2022-03-01T06:44:30.444Z] Starting dockerd [2022-03-01T06:44:30.444Z] +++ 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 [2022-03-01T06:44:31.177Z] 8f616e6e9eec: Verifying Checksum [2022-03-01T06:44:31.177Z] 8f616e6e9eec: Download complete [2022-03-01T06:44:31.637Z] 898469748ff6: Verifying Checksum [2022-03-01T06:44:31.637Z] 898469748ff6: Download complete [2022-03-01T06:44:32.077Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.24s) [2022-03-01T06:44:32.077Z] === CONT TestIpcModeOlderClient [2022-03-01T06:44:32.077Z] --- PASS: TestContainerStartOnDaemonRestart (2.29s) [2022-03-01T06:44:32.077Z] === CONT TestContainerKillOnDaemonStart [2022-03-01T06:44:32.077Z] --- PASS: TestIpcModeOlderClient (0.11s) [2022-03-01T06:44:32.077Z] === CONT TestDaemonHostGatewayIP [2022-03-01T06:44:33.068Z] . [2022-03-01T06:44:33.068Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-01T06:44:33.068Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-01T06:44:33.068Z] Error: No such image: emptyfs [2022-03-01T06:44:33.068Z] ++++ docker load [2022-03-01T06:44:33.068Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-03-01T06:44:33.329Z] Running integration-test (iteration 1) [2022-03-01T06:44:33.329Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-03-01T06:44:33.329Z] ++ 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 [2022-03-01T06:44:33.329Z] ++ set -e [2022-03-01T06:44:33.329Z] ++ '[' -n 0 ']' [2022-03-01T06:44:33.329Z] ++ set -x [2022-03-01T06:44:33.329Z] ++ 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 [2022-03-01T06:44:34.272Z] Loaded image: busybox:latest [2022-03-01T06:44:34.533Z] Loaded image: busybox:glibc [2022-03-01T06:44:34.592Z] === CONT TestDaemonRestartIpcMode [2022-03-01T06:44:34.592Z] --- PASS: TestDaemonHostGatewayIP (2.57s) [2022-03-01T06:44:36.480Z] --- PASS: TestDaemonRestartIpcMode (2.18s) [2022-03-01T06:44:36.904Z] 8f616e6e9eec: Pull complete [2022-03-01T06:44:39.828Z] Loaded image: debian:bullseye-slim [2022-03-01T06:44:39.828Z] Loaded image: hello-world:latest [2022-03-01T06:44:39.828Z] Loaded image: arm32v7/hello-world:latest [2022-03-01T06:44:39.828Z] INFO: Testing against a local daemon [2022-03-01T06:44:39.828Z] === RUN TestCgroupNamespacesBuild [2022-03-01T06:44:42.377Z] --- PASS: TestCgroupNamespacesBuild (2.37s) [2022-03-01T06:44:42.377Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-03-01T06:44:44.290Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.00s) [2022-03-01T06:44:44.290Z] === RUN TestBuildWithSession [2022-03-01T06:44:44.290Z] build_session_test.go:25: TODO: BuildKit [2022-03-01T06:44:44.290Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-01T06:44:44.290Z] === RUN TestBuildSquashParent [2022-03-01T06:44:44.629Z] --- PASS: TestContainerKillOnDaemonStart (11.75s) [2022-03-01T06:44:44.629Z] PASS [2022-03-01T06:44:44.629Z] [2022-03-01T06:44:44.629Z] === Skipped [2022-03-01T06:44:44.629Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-03-01T06:44:44.629Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-01T06:44:44.629Z] [2022-03-01T06:44:44.629Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-03-01T06:44:44.629Z] kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-03-01T06:44:44.629Z] [2022-03-01T06:44:44.629Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-01T06:44:44.629Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-01T06:44:44.629Z] [2022-03-01T06:44:44.629Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2022-03-01T06:44:44.629Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-03-01T06:44:44.629Z] [2022-03-01T06:44:44.629Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-03-01T06:44:44.629Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-01T06:44:44.629Z] [2022-03-01T06:44:44.629Z] DONE 200 tests, 5 skipped in 117.276s [2022-03-01T06:44:44.629Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-03-01T06:44:44.629Z] === RUN TestConfigDaemonLibtrustID [2022-03-01T06:44:44.629Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2022-03-01T06:44:44.629Z] === RUN TestDaemonConfigValidation [2022-03-01T06:44:44.629Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-03-01T06:44:44.629Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-03-01T06:44:44.629Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-03-01T06:44:44.629Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-03-01T06:44:44.629Z] === RUN TestDaemonConfigValidation/invalid_config [2022-03-01T06:44:44.629Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-03-01T06:44:44.629Z] === RUN TestDaemonConfigValidation/malformed_config [2022-03-01T06:44:44.629Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-03-01T06:44:44.629Z] === RUN TestDaemonConfigValidation/valid_config [2022-03-01T06:44:44.629Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-03-01T06:44:44.629Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-03-01T06:44:44.629Z] === CONT TestDaemonConfigValidation/malformed_config [2022-03-01T06:44:44.629Z] === CONT TestDaemonConfigValidation/invalid_config [2022-03-01T06:44:44.629Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-03-01T06:44:44.629Z] === CONT TestDaemonConfigValidation/valid_config [2022-03-01T06:44:44.629Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-03-01T06:44:44.629Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.08s) [2022-03-01T06:44:44.629Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s) [2022-03-01T06:44:44.629Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.08s) [2022-03-01T06:44:44.629Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.08s) [2022-03-01T06:44:44.629Z] --- PASS: TestDaemonConfigValidation/valid_config (0.05s) [2022-03-01T06:44:44.629Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-01T06:44:44.629Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-03-01T06:44:45.190Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-03-01T06:44:46.554Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-03-01T06:44:47.481Z] === CONT TestConfigDaemonSeccompProfiles [2022-03-01T06:44:47.481Z] daemon_test.go:156: [d7f6e2770b0f6] daemon is not started [2022-03-01T06:44:47.481Z] --- PASS: TestConfigDaemonSeccompProfiles (3.14s) [2022-03-01T06:44:47.481Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.05s) [2022-03-01T06:44:47.481Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-03-01T06:44:47.481Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-03-01T06:44:47.481Z] === RUN TestDaemonProxy [2022-03-01T06:44:47.481Z] === RUN TestDaemonProxy/environment_variables [2022-03-01T06:44:49.369Z] === RUN TestDaemonProxy/command-line_options [2022-03-01T06:44:51.250Z] .....INFO: Daemon under test started and replied! [2022-03-01T06:44:51.250Z] INFO: Docker version of the daemon under test [2022-03-01T06:44:51.250Z] [2022-03-01T06:44:51.250Z] Client: [2022-03-01T06:44:51.250Z] Version: 17.06.2-ce [2022-03-01T06:44:51.250Z] API version: 1.30 [2022-03-01T06:44:51.250Z] Go version: go1.8.3 [2022-03-01T06:44:51.250Z] Git commit: cec0b72 [2022-03-01T06:44:51.250Z] Built: Tue Sep 5 19:57:19 2017 [2022-03-01T06:44:51.250Z] OS/Arch: windows/amd64 [2022-03-01T06:44:51.250Z] [2022-03-01T06:44:51.250Z] Server: [2022-03-01T06:44:51.250Z] Version: 0.0.0-dev [2022-03-01T06:44:51.250Z] API version: 1.42 (minimum version 1.24) [2022-03-01T06:44:51.250Z] Go version: go1.17.7 [2022-03-01T06:44:51.250Z] Git commit: 9efa8b3500 [2022-03-01T06:44:51.250Z] Built: 03/01/2022 06:42:48 [2022-03-01T06:44:51.250Z] OS/Arch: windows/amd64 [2022-03-01T06:44:51.250Z] Experimental: false [2022-03-01T06:44:51.250Z] [2022-03-01T06:44:51.250Z] INFO: Docker info of the daemon under test [2022-03-01T06:44:51.250Z] [2022-03-01T06:44:51.250Z] Containers: 0 [2022-03-01T06:44:51.250Z] Running: 0 [2022-03-01T06:44:51.250Z] Paused: 0 [2022-03-01T06:44:51.250Z] Stopped: 0 [2022-03-01T06:44:51.250Z] Images: 0 [2022-03-01T06:44:51.250Z] Server Version: 0.0.0-dev [2022-03-01T06:44:51.250Z] Storage Driver: windowsfilter [2022-03-01T06:44:51.250Z] Windows: [2022-03-01T06:44:51.250Z] Logging Driver: json-file [2022-03-01T06:44:51.250Z] Plugins: [2022-03-01T06:44:51.250Z] Volume: local [2022-03-01T06:44:51.250Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-01T06:44:51.250Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-01T06:44:51.250Z] Swarm: inactive [2022-03-01T06:44:51.250Z] Default Isolation: process [2022-03-01T06:44:51.250Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-03-01T06:44:51.250Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-03-01T06:44:51.250Z] OSType: windows [2022-03-01T06:44:51.250Z] Architecture: x86_64 [2022-03-01T06:44:51.250Z] CPUs: 4 [2022-03-01T06:44:51.250Z] Total Memory: 32GiB [2022-03-01T06:44:51.250Z] Name: azwin-2-24ec60 [2022-03-01T06:44:51.250Z] ID: Y3WO:P3GV:XVZX:AIO3:JP4H:4JCE:OWGI:UEE6:EMEK:S5AB:DE3M:WGHE [2022-03-01T06:44:51.250Z] Docker Root Dir: D:\CI\PR-43303\1\daemon [2022-03-01T06:44:51.250Z] Debug Mode (client): false [2022-03-01T06:44:51.250Z] Debug Mode (server): true [2022-03-01T06:44:51.250Z] File Descriptors: -1 [2022-03-01T06:44:51.250Z] Goroutines: 16 [2022-03-01T06:44:51.250Z] System Time: 2022-03-01T06:44:48.0767495Z [2022-03-01T06:44:51.250Z] EventsListeners: 0 [2022-03-01T06:44:51.250Z] Registry: https://index.docker.io/v1/ [2022-03-01T06:44:51.250Z] Labels: [2022-03-01T06:44:51.250Z] Experimental: false [2022-03-01T06:44:51.250Z] Insecure Registries: [2022-03-01T06:44:51.250Z] 127.0.0.0/8 [2022-03-01T06:44:51.250Z] Live Restore Enabled: false [2022-03-01T06:44:51.250Z] [2022-03-01T06:44:51.250Z] [2022-03-01T06:44:51.250Z] INFO: Docker images of the daemon under test [2022-03-01T06:44:51.250Z] [2022-03-01T06:44:51.250Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-01T06:44:51.250Z] [2022-03-01T06:44:51.250Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-03-01T06:44:51.250Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2022-03-01T06:44:51.250Z] ltsc2019: Pulling from windows/servercore [2022-03-01T06:44:51.250Z] 4612f6d0b889: Pulling fs layer [2022-03-01T06:44:51.250Z] 1bd78008c728: Pulling fs layer [2022-03-01T06:44:51.262Z] === RUN TestDaemonProxy/configuration_file [2022-03-01T06:44:52.427Z] --- PASS: TestBuildSquashParent (8.30s) [2022-03-01T06:44:52.427Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-01T06:44:52.427Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-01T06:44:52.427Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-01T06:44:52.427Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-01T06:44:52.427Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-01T06:44:52.427Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-01T06:44:52.427Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-01T06:44:52.427Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-01T06:44:52.427Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-01T06:44:52.427Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-01T06:44:52.427Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-01T06:44:52.427Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-01T06:44:52.427Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-01T06:44:52.427Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-01T06:44:52.427Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-01T06:44:52.626Z] === RUN TestDaemonProxy/conflicting_options [2022-03-01T06:44:53.187Z] === RUN TestDaemonProxy/reload_sanitized [2022-03-01T06:44:53.748Z] --- PASS: TestDaemonProxy (6.28s) [2022-03-01T06:44:53.748Z] --- PASS: TestDaemonProxy/environment_variables (1.80s) [2022-03-01T06:44:53.748Z] --- PASS: TestDaemonProxy/command-line_options (1.72s) [2022-03-01T06:44:53.748Z] --- PASS: TestDaemonProxy/configuration_file (1.73s) [2022-03-01T06:44:53.748Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-03-01T06:44:53.748Z] --- PASS: TestDaemonProxy/reload_sanitized (0.53s) [2022-03-01T06:44:53.748Z] PASS [2022-03-01T06:44:53.748Z] [2022-03-01T06:44:53.748Z] DONE 17 tests in 10.179s [2022-03-01T06:44:53.748Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-03-01T06:44:53.748Z] INFO: Testing against a local daemon [2022-03-01T06:44:53.748Z] === RUN TestCommitInheritsEnv [2022-03-01T06:44:54.003Z] --- PASS: TestCommitInheritsEnv (0.27s) [2022-03-01T06:44:54.004Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-01T06:44:54.004Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-03-01T06:44:54.004Z] === RUN TestImportWithCustomPlatform [2022-03-01T06:44:54.004Z] === RUN TestImportWithCustomPlatform/#00 [2022-03-01T06:44:54.004Z] === RUN TestImportWithCustomPlatform/_______ [2022-03-01T06:44:54.004Z] === RUN TestImportWithCustomPlatform// [2022-03-01T06:44:54.004Z] === RUN TestImportWithCustomPlatform/linux [2022-03-01T06:44:54.004Z] === RUN TestImportWithCustomPlatform/LINUX [2022-03-01T06:44:54.260Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-03-01T06:44:54.260Z] === RUN TestImportWithCustomPlatform/macos [2022-03-01T06:44:54.260Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-03-01T06:44:54.260Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-03-01T06:44:54.260Z] --- PASS: TestImportWithCustomPlatform (0.31s) [2022-03-01T06:44:54.260Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-03-01T06:44:54.260Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-03-01T06:44:54.260Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-03-01T06:44:54.260Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-03-01T06:44:54.260Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-03-01T06:44:54.260Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-03-01T06:44:54.260Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-03-01T06:44:54.260Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-03-01T06:44:54.260Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-03-01T06:44:54.260Z] === RUN TestImagesFilterMultiReference [2022-03-01T06:44:54.260Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2022-03-01T06:44:54.260Z] === RUN TestImagePullPlatformInvalid [2022-03-01T06:44:54.260Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-03-01T06:44:54.260Z] === RUN TestRemoveImageOrphaning [2022-03-01T06:44:54.516Z] --- PASS: TestRemoveImageOrphaning (0.25s) [2022-03-01T06:44:54.516Z] === RUN TestRemoveImageGarbageCollector [2022-03-01T06:44:55.726Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-01T06:44:55.726Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-01T06:44:56.405Z] --- PASS: TestRemoveImageGarbageCollector (1.88s) [2022-03-01T06:44:56.405Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-01T06:44:56.405Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-03-01T06:44:56.405Z] === RUN TestTagInvalidReference [2022-03-01T06:44:56.405Z] --- PASS: TestTagInvalidReference (0.01s) [2022-03-01T06:44:56.405Z] === RUN TestTagValidPrefixedRepo [2022-03-01T06:44:56.662Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-03-01T06:44:56.662Z] === RUN TestTagExistedNameWithoutForce [2022-03-01T06:44:56.662Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-03-01T06:44:56.662Z] === RUN TestTagOfficialNames [2022-03-01T06:44:56.662Z] --- PASS: TestTagOfficialNames (0.04s) [2022-03-01T06:44:56.662Z] === RUN TestTagMatchesDigest [2022-03-01T06:44:56.662Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-03-01T06:44:56.662Z] === CONT TestImportExtremelyLargeImageWorks [2022-03-01T06:44:58.364Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-01T06:44:58.364Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-01T06:45:01.668Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-03-01T06:45:01.668Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.02s) [2022-03-01T06:45:01.668Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.14s) [2022-03-01T06:45:01.668Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.92s) [2022-03-01T06:45:01.668Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.99s) [2022-03-01T06:45:01.668Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.80s) [2022-03-01T06:45:01.668Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.76s) [2022-03-01T06:45:01.668Z] === RUN TestBuildMultiStageCopy [2022-03-01T06:45:01.668Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-01T06:45:03.823Z] 1bd78008c728: Verifying Checksum [2022-03-01T06:45:03.823Z] 1bd78008c728: Download complete [2022-03-01T06:45:04.215Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-01T06:45:04.215Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-01T06:45:04.787Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-01T06:45:05.359Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-01T06:45:05.932Z] --- PASS: TestBuildMultiStageCopy (4.59s) [2022-03-01T06:45:05.932Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.56s) [2022-03-01T06:45:05.932Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.54s) [2022-03-01T06:45:05.932Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.49s) [2022-03-01T06:45:05.932Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.49s) [2022-03-01T06:45:05.932Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.52s) [2022-03-01T06:45:05.932Z] === RUN TestBuildMultiStageParentConfig [2022-03-01T06:45:07.318Z] --- PASS: TestBuildMultiStageParentConfig (1.29s) [2022-03-01T06:45:07.318Z] === RUN TestBuildLabelWithTargets [2022-03-01T06:45:09.244Z] --- PASS: TestBuildLabelWithTargets (2.18s) [2022-03-01T06:45:09.244Z] === RUN TestBuildWithEmptyLayers [2022-03-01T06:45:10.684Z] --- PASS: TestBuildWithEmptyLayers (1.19s) [2022-03-01T06:45:10.684Z] === RUN TestBuildMultiStageOnBuild [2022-03-01T06:45:10.987Z] 4612f6d0b889: Verifying Checksum [2022-03-01T06:45:10.987Z] 4612f6d0b889: Download complete [2022-03-01T06:45:13.396Z] sha256:035af024f9a7bdf361e4bbceb964289b76db703170a7ac320fe32c68191c1166 [2022-03-01T06:45:13.396Z] INFO: Starting docker-py tests... [2022-03-01T06:45:13.396Z] ============================= test session starts ============================== [2022-03-01T06:45:13.396Z] platform linux -- Python 3.7.12, pytest-4.3.1, py-1.11.0, pluggy-1.0.0 [2022-03-01T06:45:13.396Z] rootdir: /src, inifile: pytest.ini [2022-03-01T06:45:13.396Z] plugins: timeout-1.3.3, cov-2.6.1 [2022-03-01T06:45:13.396Z] collected 395 items / 2 deselected / 393 selected [2022-03-01T06:45:13.396Z] [2022-03-01T06:45:13.985Z] --- PASS: TestBuildMultiStageOnBuild (2.93s) [2022-03-01T06:45:13.985Z] === RUN TestBuildUncleanTarFilenames [2022-03-01T06:45:14.926Z] --- PASS: TestBuildUncleanTarFilenames (1.66s) [2022-03-01T06:45:14.926Z] === RUN TestBuildMultiStageLayerLeak [2022-03-01T06:45:18.235Z] --- PASS: TestBuildMultiStageLayerLeak (2.99s) [2022-03-01T06:45:18.235Z] === RUN TestBuildWithHugeFile [2022-03-01T06:45:22.888Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-01T06:45:22.888Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-01T06:45:22.888Z] GOOS="" GOARCH="" GOARM="" [2022-03-01T06:45:22.888Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-01T06:45:22.888Z] [2022-03-01T06:45:22.888Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-01T06:45:22.888Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-01T06:45:22.888Z] HOSTNAME=baaf73c8394a [2022-03-01T06:45:22.888Z] TESTDEBUG=0 [2022-03-01T06:45:22.888Z] DEST=bundles/test-integration [2022-03-01T06:45:22.888Z] PWD=/go/src/github.com/docker/docker [2022-03-01T06:45:22.888Z] DOCKER_GITCOMMIT=9efa8b3500f43524d705cd703dac5ea5944b8ef6 [2022-03-01T06:45:22.888Z] container=docker [2022-03-01T06:45:22.888Z] HOME=/root [2022-03-01T06:45:22.888Z] GOLANG_VERSION=1.17.7 [2022-03-01T06:45:22.888Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-01T06:45:22.888Z] VALIDATE_BRANCH=master [2022-03-01T06:45:22.888Z] TERM=xterm [2022-03-01T06:45:22.888Z] DOCKER_PKG=github.com/docker/docker [2022-03-01T06:45:22.888Z] SHLVL=1 [2022-03-01T06:45:22.888Z] TIMEOUT=120m [2022-03-01T06:45:22.888Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-01T06:45:22.888Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-01T06:45:22.888Z] GO111MODULE=off [2022-03-01T06:45:22.888Z] DOCKER_EXPERIMENTAL=1 [2022-03-01T06:45:22.888Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-03-01T06:45:22.888Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-01T06:45:22.888Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-01T06:45:22.888Z] GOPATH=/go [2022-03-01T06:45:22.888Z] PKG_CONFIG=pkg-config [2022-03-01T06:45:22.888Z] _=/usr/bin/env [2022-03-01T06:45:22.888Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-03-01T06:45:23.570Z] tests/integration/api_build_test.py .......................X [ 6%] [2022-03-01T06:45:24.401Z] tests/integration/api_client_test.py ..... [ 7%] [2022-03-01T06:45:25.905Z] tests/integration/api_config_test.py ...... [ 8%] [2022-03-01T06:45:49.407Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-03-01T06:45:49.408Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-03-01T06:45:50.744Z] --- PASS: TestImportExtremelyLargeImageWorks (90.86s) [2022-03-01T06:45:50.744Z] PASS [2022-03-01T06:45:50.744Z] [2022-03-01T06:45:50.744Z] === Skipped [2022-03-01T06:45:50.744Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-03-01T06:45:50.744Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-03-01T06:45:50.744Z] [2022-03-01T06:45:50.744Z] DONE 22 tests, 1 skipped in 94.802s [2022-03-01T06:45:50.744Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-03-01T06:45:50.744Z] INFO: Testing against a local daemon [2022-03-01T06:45:50.744Z] === RUN TestNetworkCreateDelete [2022-03-01T06:45:50.744Z] --- PASS: TestNetworkCreateDelete (0.11s) [2022-03-01T06:45:50.744Z] === RUN TestDockerNetworkDeletePreferID [2022-03-01T06:45:50.744Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2022-03-01T06:45:50.744Z] === RUN TestDaemonDNSFallback [2022-03-01T06:45:52.114Z] --- PASS: TestDaemonDNSFallback (6.29s) [2022-03-01T06:45:52.114Z] === RUN TestInspectNetwork [2022-03-01T06:45:52.114Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:45:52.114Z] --- SKIP: TestInspectNetwork (0.00s) [2022-03-01T06:45:52.114Z] === RUN TestRunContainerWithBridgeNone [2022-03-01T06:45:52.114Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-01T06:45:52.114Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-03-01T06:45:52.114Z] === RUN TestNetworkInvalidJSON [2022-03-01T06:45:52.114Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-01T06:45:52.114Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-01T06:45:52.114Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-01T06:45:52.114Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-01T06:45:52.114Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-01T06:45:52.114Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-01T06:45:52.114Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-01T06:45:52.114Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-01T06:45:52.114Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-01T06:45:52.114Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-03-01T06:45:52.114Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-03-01T06:45:52.114Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-03-01T06:45:52.114Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-03-01T06:45:52.114Z] === RUN TestNetworkList [2022-03-01T06:45:52.114Z] === RUN TestNetworkList//networks [2022-03-01T06:45:52.114Z] === PAUSE TestNetworkList//networks [2022-03-01T06:45:52.114Z] === RUN TestNetworkList//networks/ [2022-03-01T06:45:52.114Z] === PAUSE TestNetworkList//networks/ [2022-03-01T06:45:52.114Z] === CONT TestNetworkList//networks [2022-03-01T06:45:52.114Z] === CONT TestNetworkList//networks/ [2022-03-01T06:45:52.114Z] --- PASS: TestNetworkList (0.01s) [2022-03-01T06:45:52.114Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-01T06:45:52.114Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-01T06:45:52.114Z] === RUN TestHostIPv4BridgeLabel [2022-03-01T06:45:52.114Z] network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-01T06:45:52.114Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-03-01T06:45:52.114Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-01T06:45:52.114Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-01T06:45:52.114Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s) [2022-03-01T06:45:52.114Z] === RUN TestDaemonDefaultNetworkPools [2022-03-01T06:45:52.114Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-01T06:45:52.114Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-03-01T06:45:52.114Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-01T06:45:52.114Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-01T06:45:52.114Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.01s) [2022-03-01T06:45:52.114Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-01T06:45:52.114Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-01T06:45:52.114Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-01T06:45:52.114Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-01T06:45:52.114Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-01T06:45:52.114Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-01T06:45:52.114Z] === RUN TestServiceWithPredefinedNetwork [2022-03-01T06:45:52.114Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:45:52.114Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-03-01T06:45:52.114Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-01T06:45:52.114Z] service_test.go:243: FLAKY_TEST [2022-03-01T06:45:52.114Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-01T06:45:52.114Z] === RUN TestServiceWithDataPathPortInit [2022-03-01T06:45:52.114Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:45:52.114Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-03-01T06:45:52.114Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-01T06:45:52.114Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:45:52.114Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-01T06:45:52.114Z] PASS [2022-03-01T06:45:52.114Z] [2022-03-01T06:45:52.114Z] === Skipped [2022-03-01T06:45:52.114Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2022-03-01T06:45:52.115Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:45:52.115Z] [2022-03-01T06:45:52.115Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2022-03-01T06:45:52.115Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-01T06:45:52.115Z] [2022-03-01T06:45:52.115Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2022-03-01T06:45:52.115Z] network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-01T06:45:52.115Z] [2022-03-01T06:45:52.115Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s) [2022-03-01T06:45:52.115Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-01T06:45:52.115Z] [2022-03-01T06:45:52.115Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.00s) [2022-03-01T06:45:52.115Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-01T06:45:52.115Z] [2022-03-01T06:45:52.115Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.01s) [2022-03-01T06:45:52.115Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-01T06:45:52.115Z] [2022-03-01T06:45:52.115Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-01T06:45:52.115Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-01T06:45:52.115Z] [2022-03-01T06:45:52.115Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-01T06:45:52.115Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-01T06:45:52.115Z] [2022-03-01T06:45:52.115Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2022-03-01T06:45:52.115Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:45:52.115Z] [2022-03-01T06:45:52.115Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-01T06:45:52.115Z] service_test.go:243: FLAKY_TEST [2022-03-01T06:45:52.115Z] [2022-03-01T06:45:52.115Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.00s) [2022-03-01T06:45:52.115Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:45:52.115Z] [2022-03-01T06:45:52.115Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-01T06:45:52.115Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:45:52.115Z] [2022-03-01T06:45:52.115Z] DONE 22 tests, 12 skipped in 6.897s [2022-03-01T06:45:52.115Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-03-01T06:45:52.115Z] INFO: Testing against a local daemon [2022-03-01T06:45:52.115Z] === RUN TestDockerNetworkIpvlanPersistance [2022-03-01T06:45:52.115Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-01T06:45:52.115Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-01T06:45:52.115Z] === RUN TestDockerNetworkIpvlan [2022-03-01T06:45:52.115Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-01T06:45:52.115Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-03-01T06:45:52.115Z] PASS [2022-03-01T06:45:52.115Z] [2022-03-01T06:45:52.115Z] === Skipped [2022-03-01T06:45:52.115Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-01T06:45:52.115Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-01T06:45:52.115Z] [2022-03-01T06:45:52.115Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-03-01T06:45:52.115Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-01T06:45:52.115Z] [2022-03-01T06:45:52.115Z] DONE 2 tests, 2 skipped in 0.088s [2022-03-01T06:45:52.115Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-03-01T06:45:52.371Z] INFO: Testing against a local daemon [2022-03-01T06:45:52.371Z] === RUN TestDockerNetworkMacvlanPersistance [2022-03-01T06:45:52.371Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-01T06:45:52.371Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2022-03-01T06:45:52.371Z] === RUN TestDockerNetworkMacvlan [2022-03-01T06:45:52.371Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-01T06:45:52.371Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2022-03-01T06:45:52.371Z] PASS [2022-03-01T06:45:52.371Z] [2022-03-01T06:45:52.371Z] === Skipped [2022-03-01T06:45:52.371Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2022-03-01T06:45:52.371Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-01T06:45:52.371Z] [2022-03-01T06:45:52.371Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2022-03-01T06:45:52.371Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-01T06:45:52.371Z] [2022-03-01T06:45:52.371Z] DONE 2 tests, 2 skipped in 0.088s [2022-03-01T06:45:52.371Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-03-01T06:45:52.371Z] testing: warning: no tests to run [2022-03-01T06:45:52.371Z] PASS [2022-03-01T06:45:52.371Z] [2022-03-01T06:45:52.371Z] DONE 0 tests in 0.023s [2022-03-01T06:45:52.371Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-03-01T06:45:52.371Z] INFO: Testing against a local daemon [2022-03-01T06:45:52.371Z] === RUN TestAuthZPluginAllowRequest [2022-03-01T06:45:52.371Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-01T06:45:52.371Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2022-03-01T06:45:52.371Z] === RUN TestAuthZPluginTLS [2022-03-01T06:45:52.371Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-01T06:45:52.371Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2022-03-01T06:45:52.371Z] === RUN TestAuthZPluginDenyRequest [2022-03-01T06:45:52.371Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-01T06:45:52.371Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2022-03-01T06:45:52.371Z] === RUN TestAuthZPluginAPIDenyResponse [2022-03-01T06:45:52.371Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-01T06:45:52.371Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2022-03-01T06:45:52.371Z] === RUN TestAuthZPluginDenyResponse [2022-03-01T06:45:52.371Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-01T06:45:52.371Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2022-03-01T06:45:52.371Z] === RUN TestAuthZPluginAllowEventStream [2022-03-01T06:45:52.371Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-01T06:45:52.371Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2022-03-01T06:45:52.371Z] === RUN TestAuthZPluginErrorResponse [2022-03-01T06:45:52.371Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-01T06:45:52.371Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2022-03-01T06:45:52.371Z] === RUN TestAuthZPluginErrorRequest [2022-03-01T06:45:52.371Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-01T06:45:52.371Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2022-03-01T06:45:52.371Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-03-01T06:45:52.371Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-01T06:45:52.371Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-03-01T06:45:52.371Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-03-01T06:45:52.371Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-01T06:45:52.371Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-03-01T06:45:52.371Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-03-01T06:45:52.371Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-01T06:45:52.371Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-03-01T06:45:52.371Z] === RUN TestAuthZPluginHeader [2022-03-01T06:45:52.371Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-01T06:45:52.371Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2022-03-01T06:45:52.371Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-03-01T06:45:52.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-01T06:45:52.628Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.13s) [2022-03-01T06:45:52.628Z] === RUN TestAuthZPluginV2Disable [2022-03-01T06:45:52.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-01T06:45:52.628Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2022-03-01T06:45:52.628Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-03-01T06:45:52.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-01T06:45:52.628Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2022-03-01T06:45:52.628Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-03-01T06:45:52.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-01T06:45:52.628Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s) [2022-03-01T06:45:52.628Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-03-01T06:45:52.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-01T06:45:52.628Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2022-03-01T06:45:52.628Z] PASS [2022-03-01T06:45:52.628Z] [2022-03-01T06:45:52.628Z] === Skipped [2022-03-01T06:45:52.628Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2022-03-01T06:45:52.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-01T06:45:52.628Z] [2022-03-01T06:45:52.628Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2022-03-01T06:45:52.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-01T06:45:52.628Z] [2022-03-01T06:45:52.628Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2022-03-01T06:45:52.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-01T06:45:52.628Z] [2022-03-01T06:45:52.628Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2022-03-01T06:45:52.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-01T06:45:52.628Z] [2022-03-01T06:45:52.628Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2022-03-01T06:45:52.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-01T06:45:52.628Z] [2022-03-01T06:45:52.628Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2022-03-01T06:45:52.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-01T06:45:52.628Z] [2022-03-01T06:45:52.628Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2022-03-01T06:45:52.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-01T06:45:52.628Z] [2022-03-01T06:45:52.628Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2022-03-01T06:45:52.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-01T06:45:52.628Z] [2022-03-01T06:45:52.628Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-03-01T06:45:52.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-01T06:45:52.628Z] [2022-03-01T06:45:52.628Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-03-01T06:45:52.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-01T06:45:52.628Z] [2022-03-01T06:45:52.628Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-03-01T06:45:52.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-01T06:45:52.628Z] [2022-03-01T06:45:52.628Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2022-03-01T06:45:52.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-01T06:45:52.628Z] [2022-03-01T06:45:52.628Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.13s) [2022-03-01T06:45:52.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-01T06:45:52.628Z] [2022-03-01T06:45:52.628Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2022-03-01T06:45:52.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-01T06:45:52.628Z] [2022-03-01T06:45:52.628Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2022-03-01T06:45:52.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-01T06:45:52.628Z] [2022-03-01T06:45:52.628Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s) [2022-03-01T06:45:52.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-01T06:45:52.628Z] [2022-03-01T06:45:52.628Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2022-03-01T06:45:52.628Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-01T06:45:52.628Z] [2022-03-01T06:45:52.628Z] DONE 17 tests, 17 skipped in 0.298s [2022-03-01T06:45:52.628Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-03-01T06:45:52.628Z] INFO: Testing against a local daemon [2022-03-01T06:45:52.628Z] === RUN TestPluginInvalidJSON [2022-03-01T06:45:52.885Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-01T06:45:52.885Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-01T06:45:52.885Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-01T06:45:52.885Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-03-01T06:45:52.885Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-01T06:45:52.885Z] === RUN TestPluginInstall [2022-03-01T06:45:52.885Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-01T06:45:52.885Z] --- SKIP: TestPluginInstall (0.00s) [2022-03-01T06:45:52.885Z] === RUN TestPluginsWithRuntimes [2022-03-01T06:45:52.885Z] plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2022-03-01T06:45:52.885Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-03-01T06:45:52.885Z] === RUN TestPluginBackCompatMediaTypes [2022-03-01T06:45:52.885Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-03-01T06:45:52.885Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-03-01T06:45:52.885Z] PASS [2022-03-01T06:45:52.885Z] [2022-03-01T06:45:52.885Z] === Skipped [2022-03-01T06:45:52.885Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2022-03-01T06:45:52.885Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-01T06:45:52.885Z] [2022-03-01T06:45:52.885Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2022-03-01T06:45:52.885Z] plugin_test.go:171: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2022-03-01T06:45:52.885Z] [2022-03-01T06:45:52.885Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2022-03-01T06:45:52.885Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-03-01T06:45:52.885Z] [2022-03-01T06:45:52.885Z] DONE 5 tests, 3 skipped in 0.122s [2022-03-01T06:45:52.885Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-03-01T06:45:52.885Z] INFO: Testing against a local daemon [2022-03-01T06:45:52.885Z] === RUN TestExternalGraphDriver [2022-03-01T06:45:52.885Z] external_test.go:50: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-03-01T06:45:52.885Z] --- SKIP: TestExternalGraphDriver (0.03s) [2022-03-01T06:45:52.885Z] === RUN TestGraphdriverPluginV2 [2022-03-01T06:45:55.940Z] tests/integration/api_container_test.py ....x..........x................ [ 17%] [2022-03-01T06:45:57.056Z] --- PASS: TestGraphdriverPluginV2 (3.55s) [2022-03-01T06:45:57.056Z] PASS [2022-03-01T06:45:57.056Z] [2022-03-01T06:45:57.056Z] === Skipped [2022-03-01T06:45:57.056Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.03s) [2022-03-01T06:45:57.056Z] external_test.go:50: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-03-01T06:45:57.056Z] [2022-03-01T06:45:57.056Z] DONE 2 tests, 1 skipped in 3.677s [2022-03-01T06:45:57.056Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-03-01T06:45:57.056Z] INFO: Testing against a local daemon [2022-03-01T06:45:57.056Z] === RUN TestContinueAfterPluginCrash [2022-03-01T06:45:57.056Z] === PAUSE TestContinueAfterPluginCrash [2022-03-01T06:45:57.056Z] === RUN TestReadPluginNoRead [2022-03-01T06:45:57.056Z] === PAUSE TestReadPluginNoRead [2022-03-01T06:45:57.056Z] === RUN TestDaemonStartWithLogOpt [2022-03-01T06:45:57.056Z] === PAUSE TestDaemonStartWithLogOpt [2022-03-01T06:45:57.056Z] === CONT TestContinueAfterPluginCrash [2022-03-01T06:45:57.056Z] === CONT TestDaemonStartWithLogOpt [2022-03-01T06:45:57.723Z] 8f616e6e9eec: Pull complete [2022-03-01T06:46:01.228Z] --- PASS: TestDaemonStartWithLogOpt (4.17s) [2022-03-01T06:46:01.228Z] === CONT TestReadPluginNoRead [2022-03-01T06:46:03.121Z] === RUN TestReadPluginNoRead/default [2022-03-01T06:46:04.488Z] === RUN TestReadPluginNoRead/disabled_caching [2022-03-01T06:46:05.416Z] --- PASS: TestContinueAfterPluginCrash (8.88s) [2022-03-01T06:46:05.673Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-03-01T06:46:07.047Z] === CONT TestReadPluginNoRead [2022-03-01T06:46:07.047Z] read_test.go:92: [d0bb55de28821] daemon is not started [2022-03-01T06:46:07.047Z] --- PASS: TestReadPluginNoRead (6.06s) [2022-03-01T06:46:07.047Z] --- PASS: TestReadPluginNoRead/default (1.41s) [2022-03-01T06:46:07.047Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.22s) [2022-03-01T06:46:07.047Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.26s) [2022-03-01T06:46:07.047Z] PASS [2022-03-01T06:46:07.047Z] [2022-03-01T06:46:07.047Z] DONE 6 tests in 10.337s [2022-03-01T06:46:07.047Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-03-01T06:46:07.047Z] testing: warning: no tests to run [2022-03-01T06:46:07.047Z] PASS [2022-03-01T06:46:07.047Z] [2022-03-01T06:46:07.047Z] DONE 0 tests in 0.029s [2022-03-01T06:46:07.047Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-03-01T06:46:07.047Z] INFO: Testing against a local daemon [2022-03-01T06:46:07.047Z] === RUN TestPluginWithDevMounts [2022-03-01T06:46:07.047Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-03-01T06:46:07.047Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-03-01T06:46:07.047Z] PASS [2022-03-01T06:46:07.047Z] [2022-03-01T06:46:07.047Z] === Skipped [2022-03-01T06:46:07.047Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2022-03-01T06:46:07.047Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-03-01T06:46:07.047Z] [2022-03-01T06:46:07.047Z] DONE 1 tests, 1 skipped in 0.107s [2022-03-01T06:46:07.047Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-03-01T06:46:07.047Z] INFO: Testing against a local daemon [2022-03-01T06:46:07.047Z] === RUN TestSecretInspect [2022-03-01T06:46:07.047Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:07.047Z] --- SKIP: TestSecretInspect (0.01s) [2022-03-01T06:46:07.047Z] === RUN TestSecretList [2022-03-01T06:46:07.047Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:07.047Z] --- SKIP: TestSecretList (0.01s) [2022-03-01T06:46:07.047Z] === RUN TestSecretsCreateAndDelete [2022-03-01T06:46:07.047Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:07.047Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2022-03-01T06:46:07.047Z] === RUN TestSecretsUpdate [2022-03-01T06:46:07.047Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:07.047Z] --- SKIP: TestSecretsUpdate (0.01s) [2022-03-01T06:46:07.047Z] === RUN TestTemplatedSecret [2022-03-01T06:46:07.047Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:07.047Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-03-01T06:46:07.047Z] === RUN TestSecretCreateResolve [2022-03-01T06:46:07.047Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:07.047Z] --- SKIP: TestSecretCreateResolve (0.02s) [2022-03-01T06:46:07.047Z] PASS [2022-03-01T06:46:07.047Z] [2022-03-01T06:46:07.047Z] === Skipped [2022-03-01T06:46:07.047Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2022-03-01T06:46:07.047Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:07.047Z] [2022-03-01T06:46:07.047Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2022-03-01T06:46:07.047Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:07.047Z] [2022-03-01T06:46:07.047Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2022-03-01T06:46:07.047Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:07.047Z] [2022-03-01T06:46:07.047Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2022-03-01T06:46:07.047Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:07.047Z] [2022-03-01T06:46:07.047Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2022-03-01T06:46:07.047Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:07.047Z] [2022-03-01T06:46:07.047Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.02s) [2022-03-01T06:46:07.047Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:07.047Z] [2022-03-01T06:46:07.047Z] DONE 6 tests, 6 skipped in 0.166s [2022-03-01T06:46:07.047Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-03-01T06:46:07.304Z] INFO: Testing against a local daemon [2022-03-01T06:46:07.304Z] === RUN TestServiceCreateInit [2022-03-01T06:46:07.304Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-01T06:46:07.304Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:07.304Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-01T06:46:07.304Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:07.304Z] --- PASS: TestServiceCreateInit (0.02s) [2022-03-01T06:46:07.304Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-01T06:46:07.304Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-01T06:46:07.304Z] === RUN TestCreateServiceMultipleTimes [2022-03-01T06:46:07.304Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:07.304Z] --- SKIP: TestCreateServiceMultipleTimes (0.02s) [2022-03-01T06:46:07.304Z] === RUN TestCreateServiceConflict [2022-03-01T06:46:07.304Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:07.304Z] --- SKIP: TestCreateServiceConflict (0.01s) [2022-03-01T06:46:07.304Z] === RUN TestCreateServiceMaxReplicas [2022-03-01T06:46:07.304Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:07.304Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2022-03-01T06:46:07.304Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-01T06:46:07.304Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:07.304Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2022-03-01T06:46:07.304Z] === RUN TestCreateServiceSecretFileMode [2022-03-01T06:46:07.304Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:07.304Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2022-03-01T06:46:07.304Z] === RUN TestCreateServiceConfigFileMode [2022-03-01T06:46:07.304Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:07.304Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2022-03-01T06:46:07.304Z] === RUN TestCreateServiceSysctls [2022-03-01T06:46:07.304Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:07.304Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2022-03-01T06:46:07.304Z] === RUN TestCreateServiceCapabilities [2022-03-01T06:46:07.304Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:07.304Z] --- SKIP: TestCreateServiceCapabilities (0.01s) [2022-03-01T06:46:07.304Z] === RUN TestInspect [2022-03-01T06:46:07.304Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:07.304Z] --- SKIP: TestInspect (0.03s) [2022-03-01T06:46:07.304Z] === RUN TestCreateJob [2022-03-01T06:46:07.304Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:07.304Z] --- SKIP: TestCreateJob (0.01s) [2022-03-01T06:46:07.304Z] === RUN TestReplicatedJob [2022-03-01T06:46:07.304Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:07.304Z] --- SKIP: TestReplicatedJob (0.01s) [2022-03-01T06:46:07.304Z] === RUN TestUpdateReplicatedJob [2022-03-01T06:46:07.304Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:07.304Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2022-03-01T06:46:07.304Z] === RUN TestServiceListWithStatuses [2022-03-01T06:46:07.304Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-01T06:46:07.304Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-01T06:46:07.304Z] === RUN TestDockerNetworkConnectAlias [2022-03-01T06:46:07.478Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-03-01T06:46:07.560Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:07.560Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2022-03-01T06:46:07.560Z] === RUN TestDockerNetworkReConnect [2022-03-01T06:46:07.560Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:07.560Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2022-03-01T06:46:07.560Z] === RUN TestServicePlugin [2022-03-01T06:46:09.455Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:09.455Z] --- SKIP: TestServicePlugin (1.90s) [2022-03-01T06:46:09.455Z] === RUN TestServiceUpdateLabel [2022-03-01T06:46:09.455Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:09.455Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2022-03-01T06:46:09.455Z] === RUN TestServiceUpdateSecrets [2022-03-01T06:46:09.455Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:09.455Z] --- SKIP: TestServiceUpdateSecrets (0.02s) [2022-03-01T06:46:09.455Z] === RUN TestServiceUpdateConfigs [2022-03-01T06:46:09.455Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:09.455Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2022-03-01T06:46:09.455Z] === RUN TestServiceUpdateNetwork [2022-03-01T06:46:09.455Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:09.455Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2022-03-01T06:46:09.455Z] === RUN TestServiceUpdatePidsLimit [2022-03-01T06:46:09.455Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:09.455Z] --- SKIP: TestServiceUpdatePidsLimit (0.01s) [2022-03-01T06:46:09.455Z] PASS [2022-03-01T06:46:09.455Z] [2022-03-01T06:46:09.455Z] === Skipped [2022-03-01T06:46:09.455Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-01T06:46:09.455Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:09.455Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-01T06:46:09.455Z] [2022-03-01T06:46:09.455Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-01T06:46:09.455Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:09.455Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-01T06:46:09.455Z] [2022-03-01T06:46:09.455Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.02s) [2022-03-01T06:46:09.455Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:09.455Z] [2022-03-01T06:46:09.455Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2022-03-01T06:46:09.455Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:09.455Z] [2022-03-01T06:46:09.455Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2022-03-01T06:46:09.455Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:09.455Z] [2022-03-01T06:46:09.455Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2022-03-01T06:46:09.455Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:09.455Z] [2022-03-01T06:46:09.455Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2022-03-01T06:46:09.455Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:09.455Z] [2022-03-01T06:46:09.455Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2022-03-01T06:46:09.455Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:09.455Z] [2022-03-01T06:46:09.455Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2022-03-01T06:46:09.455Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:09.455Z] [2022-03-01T06:46:09.455Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.01s) [2022-03-01T06:46:09.455Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:09.455Z] [2022-03-01T06:46:09.455Z] === SKIP: amd64.integration.service TestInspect (0.03s) [2022-03-01T06:46:09.455Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:09.455Z] [2022-03-01T06:46:09.455Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2022-03-01T06:46:09.455Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:09.455Z] [2022-03-01T06:46:09.455Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2022-03-01T06:46:09.455Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:09.455Z] [2022-03-01T06:46:09.455Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2022-03-01T06:46:09.455Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:09.455Z] [2022-03-01T06:46:09.455Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-03-01T06:46:09.455Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-01T06:46:09.455Z] [2022-03-01T06:46:09.455Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2022-03-01T06:46:09.455Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:09.455Z] [2022-03-01T06:46:09.455Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2022-03-01T06:46:09.455Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:09.455Z] [2022-03-01T06:46:09.455Z] === SKIP: amd64.integration.service TestServicePlugin (1.90s) [2022-03-01T06:46:09.455Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:09.455Z] [2022-03-01T06:46:09.455Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2022-03-01T06:46:09.455Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:09.455Z] [2022-03-01T06:46:09.455Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.02s) [2022-03-01T06:46:09.455Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:09.455Z] [2022-03-01T06:46:09.455Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2022-03-01T06:46:09.455Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:09.455Z] [2022-03-01T06:46:09.455Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2022-03-01T06:46:09.455Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:09.455Z] [2022-03-01T06:46:09.455Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.01s) [2022-03-01T06:46:09.455Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-01T06:46:09.455Z] [2022-03-01T06:46:09.455Z] DONE 24 tests, 23 skipped in 2.276s [2022-03-01T06:46:09.455Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-03-01T06:46:09.455Z] INFO: Testing against a local daemon [2022-03-01T06:46:09.455Z] === RUN TestSessionCreate [2022-03-01T06:46:09.455Z] --- PASS: TestSessionCreate (0.02s) [2022-03-01T06:46:09.455Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-01T06:46:09.455Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-03-01T06:46:09.455Z] PASS [2022-03-01T06:46:09.455Z] [2022-03-01T06:46:09.455Z] DONE 2 tests in 0.124s [2022-03-01T06:46:09.455Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-03-01T06:46:09.713Z] INFO: Testing against a local daemon [2022-03-01T06:46:09.713Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-01T06:46:09.713Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-01T06:46:09.713Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-01T06:46:09.713Z] === RUN TestDiskUsage [2022-03-01T06:46:09.713Z] === PAUSE TestDiskUsage [2022-03-01T06:46:09.713Z] === RUN TestEventsExecDie [2022-03-01T06:46:10.281Z] --- PASS: TestEventsExecDie (0.48s) [2022-03-01T06:46:10.282Z] === RUN TestEventsBackwardsCompatible [2022-03-01T06:46:10.282Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2022-03-01T06:46:10.282Z] === RUN TestEventsVolumeCreate [2022-03-01T06:46:10.282Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-03-01T06:46:10.282Z] === RUN TestInfoBinaryCommits [2022-03-01T06:46:10.282Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-03-01T06:46:10.282Z] === RUN TestInfoAPIVersioned [2022-03-01T06:46:10.282Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-03-01T06:46:10.282Z] === RUN TestInfoAPI [2022-03-01T06:46:10.282Z] --- PASS: TestInfoAPI (0.01s) [2022-03-01T06:46:10.282Z] === RUN TestInfoAPIWarnings [2022-03-01T06:46:14.024Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-03-01T06:46:18.138Z] 898469748ff6: Pull complete [2022-03-01T06:46:18.138Z] Digest: sha256:720729320e08bdf14b6bc16444be6a3b74a457bd0584fee5124e6073e9f8f1cf [2022-03-01T06:46:18.138Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-01T06:46:18.138Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2022-03-01T06:46:18.138Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2022-03-01T06:46:18.138Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.524' [2022-03-01T06:46:18.138Z] WARN: Skipping validation tests [2022-03-01T06:46:18.138Z] INFO: Running unit tests at 03/01/2022 06:46:11... [2022-03-01T06:46:18.138Z] INFO: make.ps1 starting at 03/01/2022 06:46:15 [2022-03-01T06:46:18.138Z] INFO: Git commit (9efa8b3500) assumed from DOCKER_GITCOMMIT environment variable [2022-03-01T06:46:18.138Z] INFO: Invoking autogen... [2022-03-01T06:46:18.138Z] INFO: Running unit tests... [2022-03-01T06:46:22.137Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-03-01T06:46:22.137Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-03-01T06:46:22.393Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-03-01T06:46:24.834Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-03-01T06:46:24.834Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-03-01T06:46:24.834Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-03-01T06:46:25.764Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-03-01T06:46:25.858Z] 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/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles 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/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/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/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/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/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/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/stack 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 [2022-03-01T06:46:27.131Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-03-01T06:46:27.694Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-03-01T06:46:27.950Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-03-01T06:46:28.338Z] --- PASS: TestInfoAPIWarnings (16.34s) [2022-03-01T06:46:28.338Z] === RUN TestInfoDebug [2022-03-01T06:46:28.338Z] --- PASS: TestInfoDebug (0.54s) [2022-03-01T06:46:28.338Z] === RUN TestInfoInsecureRegistries [2022-03-01T06:46:28.338Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2022-03-01T06:46:28.338Z] === RUN TestInfoRegistryMirrors [2022-03-01T06:46:28.338Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2022-03-01T06:46:28.338Z] === RUN TestLoginFailsWithBadCredentials [2022-03-01T06:46:28.338Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s) [2022-03-01T06:46:28.338Z] === RUN TestPingCacheHeaders [2022-03-01T06:46:28.338Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-03-01T06:46:28.338Z] === RUN TestPingGet [2022-03-01T06:46:28.338Z] --- PASS: TestPingGet (0.01s) [2022-03-01T06:46:28.338Z] === RUN TestPingHead [2022-03-01T06:46:28.338Z] --- PASS: TestPingHead (0.02s) [2022-03-01T06:46:28.338Z] === RUN TestVersion [2022-03-01T06:46:28.338Z] --- PASS: TestVersion (0.02s) [2022-03-01T06:46:28.338Z] === CONT TestDiskUsage [2022-03-01T06:46:28.880Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-03-01T06:46:28.899Z] === RUN TestDiskUsage/empty [2022-03-01T06:46:28.899Z] === RUN TestDiskUsage/empty/container_types [2022-03-01T06:46:28.899Z] === RUN TestDiskUsage/empty/image_types [2022-03-01T06:46:28.899Z] === RUN TestDiskUsage/empty/volume_types [2022-03-01T06:46:28.899Z] === RUN TestDiskUsage/empty/build-cache_types [2022-03-01T06:46:28.899Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-03-01T06:46:28.899Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-03-01T06:46:28.899Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-03-01T06:46:28.899Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-03-01T06:46:28.899Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-03-01T06:46:28.899Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-03-01T06:46:28.899Z] === RUN TestDiskUsage/after_LoadBusybox [2022-03-01T06:46:29.155Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-03-01T06:46:29.155Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-03-01T06:46:29.155Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-03-01T06:46:29.155Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-03-01T06:46:29.155Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-03-01T06:46:29.155Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-03-01T06:46:29.155Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-03-01T06:46:29.155Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-03-01T06:46:29.155Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-03-01T06:46:29.155Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-03-01T06:46:29.155Z] === RUN TestDiskUsage/after_container.Run [2022-03-01T06:46:29.411Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-03-01T06:46:29.411Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-03-01T06:46:29.411Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-03-01T06:46:29.411Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-03-01T06:46:29.411Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-03-01T06:46:29.411Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-03-01T06:46:29.411Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-03-01T06:46:29.411Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-03-01T06:46:29.411Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-03-01T06:46:29.412Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-03-01T06:46:29.446Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-03-01T06:46:29.671Z] --- PASS: TestDiskUsage (1.17s) [2022-03-01T06:46:29.671Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-03-01T06:46:29.671Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-03-01T06:46:29.671Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-03-01T06:46:29.671Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-03-01T06:46:29.671Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-03-01T06:46:29.671Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-03-01T06:46:29.671Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-03-01T06:46:29.671Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-03-01T06:46:29.671Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-03-01T06:46:29.671Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-03-01T06:46:29.671Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-03-01T06:46:29.671Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.16s) [2022-03-01T06:46:29.671Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-03-01T06:46:29.671Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-03-01T06:46:29.671Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-03-01T06:46:29.671Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-03-01T06:46:29.671Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-03-01T06:46:29.671Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-03-01T06:46:29.671Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-03-01T06:46:29.671Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-03-01T06:46:29.671Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-03-01T06:46:29.671Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-03-01T06:46:29.671Z] --- PASS: TestDiskUsage/after_container.Run (0.33s) [2022-03-01T06:46:29.671Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.02s) [2022-03-01T06:46:29.671Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-03-01T06:46:29.671Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-03-01T06:46:29.671Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-03-01T06:46:29.671Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.01s) [2022-03-01T06:46:29.671Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-03-01T06:46:29.671Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s) [2022-03-01T06:46:29.671Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-03-01T06:46:29.671Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.01s) [2022-03-01T06:46:29.671Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.01s) [2022-03-01T06:46:29.671Z] PASS [2022-03-01T06:46:29.671Z] [2022-03-01T06:46:29.671Z] === Skipped [2022-03-01T06:46:29.671Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-01T06:46:29.671Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-01T06:46:29.671Z] [2022-03-01T06:46:29.671Z] DONE 50 tests, 1 skipped in 19.996s [2022-03-01T06:46:29.671Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-03-01T06:46:29.671Z] INFO: Testing against a local daemon [2022-03-01T06:46:29.671Z] === RUN TestVolumesCreateAndList [2022-03-01T06:46:29.671Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-03-01T06:46:29.671Z] === RUN TestVolumesRemove [2022-03-01T06:46:29.671Z] --- PASS: TestVolumesRemove (0.05s) [2022-03-01T06:46:29.671Z] === RUN TestVolumesInspect [2022-03-01T06:46:29.671Z] --- PASS: TestVolumesInspect (0.02s) [2022-03-01T06:46:29.671Z] === RUN TestVolumesInvalidJSON [2022-03-01T06:46:29.671Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-01T06:46:29.671Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-01T06:46:29.671Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-01T06:46:29.671Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-03-01T06:46:29.671Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-01T06:46:29.671Z] PASS [2022-03-01T06:46:29.671Z] [2022-03-01T06:46:29.671Z] DONE 5 tests in 0.183s [2022-03-01T06:46:29.671Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-01T06:46:29.927Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 13129 is not a child of this shell [2022-03-01T06:46:29.927Z] warning: PID 13129 from bundles/test-integration/docker.pid had a nonzero exit code [2022-03-01T06:46:29.927Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-01T06:46:29.927Z] [2022-03-01T06:46:29.927Z] Unloading profiles will leave already running processes permanently [2022-03-01T06:46:29.927Z] unconfined, which can lead to unexpected situations. [2022-03-01T06:46:29.927Z] [2022-03-01T06:46:29.927Z] To set a process to complain mode, use the command line tool [2022-03-01T06:46:29.927Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-01T06:46:29.927Z] Removing test suite binaries [2022-03-01T06:46:29.927Z] exiting test-integration [2022-03-01T06:46:29.927Z] ++ exit 0 [2022-03-01T06:46:29.927Z] [2022-03-01T06:46:30.375Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main Post stage [Pipeline] junit [2022-03-01T06:46:30.870Z] Recording test results [2022-03-01T06:46:30.939Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-03-01T06:46:31.870Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-03-01T06:46:32.433Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-01T06:46:32.433Z] Using test binary docker [2022-03-01T06:46:32.433Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-03-01T06:46:32.433Z] +++ /etc/init.d/apparmor start [2022-03-01T06:46:32.433Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-01T06:46:32.433Z] INFO: Waiting for daemon to start... [2022-03-01T06:46:32.433Z] Starting dockerd [2022-03-01T06:46:32.433Z] +++ 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 [2022-03-01T06:46:32.697Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-01T06:46:32.896Z] ? github.com/docker/docker/api [no test files] [2022-03-01T06:46:33.043Z] + echo Ensuring container killed. [2022-03-01T06:46:33.043Z] Ensuring container killed. [2022-03-01T06:46:33.043Z] + docker rm -vf docker-pr1 [2022-03-01T06:46:33.043Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-03-01T06:46:33.064Z] --- PASS: TestImportExtremelyLargeImageWorks (91.36s) [2022-03-01T06:46:33.064Z] PASS [2022-03-01T06:46:33.064Z] [2022-03-01T06:46:33.064Z] DONE 22 tests in 94.355s [2022-03-01T06:46:33.064Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-03-01T06:46:33.064Z] INFO: Testing against a local daemon [2022-03-01T06:46:33.064Z] === RUN TestNetworkCreateDelete [2022-03-01T06:46:33.064Z] --- PASS: TestNetworkCreateDelete (0.12s) [2022-03-01T06:46:33.064Z] === RUN TestDockerNetworkDeletePreferID [2022-03-01T06:46:33.064Z] --- PASS: TestDockerNetworkDeletePreferID (0.39s) [2022-03-01T06:46:33.064Z] === RUN TestDaemonDNSFallback [2022-03-01T06:46:33.364Z] + echo Chowning /workspace to jenkins user [2022-03-01T06:46:33.364Z] Chowning /workspace to jenkins user [2022-03-01T06:46:33.364Z] + id -u [2022-03-01T06:46:33.364Z] + id -g [2022-03-01T06:46:33.364Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43303:/workspace busybox chown -R 1000:1000 /workspace [2022-03-01T06:46:33.364Z] Unable to find image 'busybox:latest' locally [2022-03-01T06:46:33.364Z] latest: Pulling from library/busybox [2022-03-01T06:46:33.621Z] 009932687766: Pulling fs layer [2022-03-01T06:46:33.621Z] 009932687766: Download complete [2022-03-01T06:46:33.877Z] 009932687766: Pull complete [2022-03-01T06:46:33.877Z] Digest: sha256:afcc7f1ac1b49db317a7196c902e61c6c3c4607d63599ee1a82d702d249a0ccb [2022-03-01T06:46:33.877Z] Status: Downloaded newer image for busybox:latest [2022-03-01T06:46:34.994Z] --- PASS: TestDaemonDNSFallback (6.33s) [2022-03-01T06:46:34.995Z] === RUN TestInspectNetwork [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-01T06:46:35.585Z] + bundleName=amd64-rootless [2022-03-01T06:46:35.585Z] + echo Creating amd64-rootless-bundles.tar.gz [2022-03-01T06:46:35.585Z] Creating amd64-rootless-bundles.tar.gz [2022-03-01T06:46:35.585Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-03-01T06:46:35.585Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2022-03-01T06:46:35.596Z] Archiving artifacts [2022-03-01T06:46:37.219Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43303/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-01T06:46:37.525Z] + make clean [2022-03-01T06:46:37.782Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-01T06:46:37.782Z] docker-dev-cache [2022-03-01T06:46:37.782Z] docker-mod-cache [Pipeline] deleteDir [2022-03-01T06:46:38.267Z] === RUN TestInspectNetwork/full_network_id [2022-03-01T06:46:38.267Z] === RUN TestInspectNetwork/partial_network_id [2022-03-01T06:46:38.267Z] === RUN TestInspectNetwork/network_name [2022-03-01T06:46:38.267Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-01T06:46:39.725Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-01T06:46:39.725Z] Using test binary docker [2022-03-01T06:46:39.725Z] +++ /etc/init.d/apparmor start [2022-03-01T06:46:39.725Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-01T06:46:39.725Z] INFO: Waiting for daemon to start... [2022-03-01T06:46:39.725Z] Starting dockerd [2022-03-01T06:46:39.725Z] +++ 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 [2022-03-01T06:46:39.986Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-01T06:46:39.986Z] Using test binary docker [2022-03-01T06:46:39.986Z] +++ /etc/init.d/apparmor start [2022-03-01T06:46:39.986Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-01T06:46:39.986Z] INFO: Waiting for daemon to start... [2022-03-01T06:46:39.986Z] Starting dockerd [2022-03-01T06:46:39.986Z] +++ 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 [2022-03-01T06:46:40.547Z] . [2022-03-01T06:46:40.547Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-01T06:46:40.547Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-01T06:46:40.547Z] Error: No such image: emptyfs [2022-03-01T06:46:40.547Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-03-01T06:46:40.547Z] ++++ docker load [2022-03-01T06:46:40.547Z] Running integration-test (iteration 1) [2022-03-01T06:46:40.547Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2022-03-01T06:46:40.547Z] ++ 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 [2022-03-01T06:46:40.547Z] ++ set -e [2022-03-01T06:46:40.547Z] ++ '[' -n 0 ']' [2022-03-01T06:46:40.547Z] ++ set -x [2022-03-01T06:46:40.547Z] ++ 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 [2022-03-01T06:46:40.547Z] Loaded image: busybox:latest [2022-03-01T06:46:40.547Z] Loaded image: busybox:glibc [2022-03-01T06:46:41.111Z] Loaded image: debian:bullseye-slim [2022-03-01T06:46:41.368Z] Loaded image: hello-world:latest [2022-03-01T06:46:41.368Z] Loaded image: arm32v7/hello-world:latest [2022-03-01T06:46:41.368Z] INFO: Testing against a local daemon [2022-03-01T06:46:41.368Z] === RUN TestCgroupNamespacesBuild [2022-03-01T06:46:41.904Z] . [2022-03-01T06:46:41.904Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-01T06:46:41.904Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-01T06:46:41.904Z] Error: No such image: emptyfs [2022-03-01T06:46:41.904Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-03-01T06:46:41.904Z] ++++ docker load [2022-03-01T06:46:41.904Z] Running integration-test (iteration 1) [2022-03-01T06:46:41.904Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-03-01T06:46:41.904Z] ++ 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)/' [2022-03-01T06:46:41.904Z] ++ set -e [2022-03-01T06:46:41.904Z] ++ '[' -n 0 ']' [2022-03-01T06:46:41.904Z] ++ set -x [2022-03-01T06:46:41.905Z] ++ 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)/' [2022-03-01T06:46:42.166Z] [2022-03-01T06:46:42.166Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-01T06:46:42.166Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-01T06:46:42.427Z] Error: No such image: emptyfs [2022-03-01T06:46:42.427Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-03-01T06:46:42.427Z] ++++ docker load [2022-03-01T06:46:42.434Z] --- PASS: TestInspectNetwork (7.12s) [2022-03-01T06:46:42.434Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-03-01T06:46:42.434Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-03-01T06:46:42.434Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-03-01T06:46:42.434Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-03-01T06:46:42.434Z] === RUN TestRunContainerWithBridgeNone [2022-03-01T06:46:42.689Z] Loaded image: busybox:latest [2022-03-01T06:46:42.689Z] Running integration-test (iteration 1) [2022-03-01T06:46:42.689Z] 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)/ [2022-03-01T06:46:42.689Z] ++ 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)/' [2022-03-01T06:46:42.689Z] ++ set -e [2022-03-01T06:46:42.689Z] ++ '[' -n 0 ']' [2022-03-01T06:46:42.689Z] ++ set -x [2022-03-01T06:46:42.689Z] ++ 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)/' [2022-03-01T06:46:42.738Z] --- PASS: TestCgroupNamespacesBuild (1.09s) [2022-03-01T06:46:42.738Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-03-01T06:46:42.950Z] Loaded image: busybox:glibc [2022-03-01T06:46:43.523Z] Loaded image: busybox:latest [2022-03-01T06:46:43.668Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.07s) [2022-03-01T06:46:43.668Z] === RUN TestBuildWithSession [2022-03-01T06:46:43.668Z] build_session_test.go:25: TODO: BuildKit [2022-03-01T06:46:43.668Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-01T06:46:43.668Z] === RUN TestBuildSquashParent [2022-03-01T06:46:43.803Z] --- PASS: TestRunContainerWithBridgeNone (1.53s) [2022-03-01T06:46:43.803Z] === RUN TestNetworkInvalidJSON [2022-03-01T06:46:43.803Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-01T06:46:43.803Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-01T06:46:43.803Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-01T06:46:43.803Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-01T06:46:43.803Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-01T06:46:43.803Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-01T06:46:43.803Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-01T06:46:43.803Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-01T06:46:43.803Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-01T06:46:43.803Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-03-01T06:46:43.803Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-03-01T06:46:43.803Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-03-01T06:46:43.803Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-03-01T06:46:43.803Z] === RUN TestNetworkList [2022-03-01T06:46:43.803Z] === RUN TestNetworkList//networks [2022-03-01T06:46:43.803Z] === PAUSE TestNetworkList//networks [2022-03-01T06:46:43.803Z] === RUN TestNetworkList//networks/ [2022-03-01T06:46:43.803Z] === PAUSE TestNetworkList//networks/ [2022-03-01T06:46:43.803Z] === CONT TestNetworkList//networks [2022-03-01T06:46:43.803Z] === CONT TestNetworkList//networks/ [2022-03-01T06:46:43.803Z] --- PASS: TestNetworkList (0.01s) [2022-03-01T06:46:43.803Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-01T06:46:43.803Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-01T06:46:43.803Z] === RUN TestHostIPv4BridgeLabel [2022-03-01T06:46:44.059Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-03-01T06:46:44.059Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-01T06:46:44.096Z] Loaded image: busybox:glibc [2022-03-01T06:46:45.427Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-03-01T06:46:45.427Z] === RUN TestDaemonDefaultNetworkPools [2022-03-01T06:46:45.989Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2022-03-01T06:46:45.989Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-01T06:46:46.918Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2022-03-01T06:46:46.918Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-01T06:46:47.407Z] Loaded image: debian:bullseye-slim [2022-03-01T06:46:47.407Z] Loaded image: hello-world:latest [2022-03-01T06:46:47.407Z] Loaded image: arm32v7/hello-world:latest [2022-03-01T06:46:47.407Z] INFO: Testing against a local daemon [2022-03-01T06:46:47.407Z] === RUN TestDockerDaemonSuite [2022-03-01T06:46:47.407Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2022-03-01T06:46:47.671Z] === RUN TestMiddlewares [2022-03-01T06:46:47.671Z] --- PASS: TestMiddlewares (0.00s) [2022-03-01T06:46:47.671Z] PASS [2022-03-01T06:46:47.671Z] coverage: 9.0% of statements [2022-03-01T06:46:47.671Z] ok github.com/docker/docker/api/server 0.054s coverage: 9.0% of statements [2022-03-01T06:46:47.841Z] --- PASS: TestBuildSquashParent (3.63s) [2022-03-01T06:46:47.841Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-01T06:46:47.841Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-01T06:46:47.841Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-01T06:46:47.841Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-01T06:46:47.841Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-01T06:46:47.841Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-01T06:46:47.841Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-01T06:46:47.841Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-01T06:46:47.841Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-01T06:46:47.841Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-01T06:46:47.841Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-01T06:46:47.841Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-01T06:46:47.841Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-01T06:46:47.841Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-01T06:46:47.841Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-01T06:46:48.285Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s) [2022-03-01T06:46:48.285Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-01T06:46:48.352Z] Loaded image: debian:bullseye-slim [2022-03-01T06:46:48.406Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-01T06:46:48.406Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-01T06:46:48.847Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2022-03-01T06:46:48.847Z] === RUN TestServiceWithPredefinedNetwork [2022-03-01T06:46:48.925Z] Loaded image: hello-world:latest [2022-03-01T06:46:48.925Z] Loaded image: arm32v7/hello-world:latest [2022-03-01T06:46:49.187Z] INFO: Testing against a local daemon [2022-03-01T06:46:49.187Z] === RUN TestDockerSuite [2022-03-01T06:46:49.187Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-03-01T06:46:49.187Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-03-01T06:46:49.187Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-03-01T06:46:49.187Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-03-01T06:46:49.187Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-03-01T06:46:49.187Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-03-01T06:46:49.187Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-03-01T06:46:49.187Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-03-01T06:46:49.347Z] .........................xx.................... [ 29%] [2022-03-01T06:46:49.777Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-01T06:46:49.777Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-01T06:46:50.580Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-03-01T06:46:50.580Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-03-01T06:46:50.707Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-03-01T06:46:50.707Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.30s) [2022-03-01T06:46:50.707Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.34s) [2022-03-01T06:46:50.707Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.16s) [2022-03-01T06:46:50.707Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.14s) [2022-03-01T06:46:50.707Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.01s) [2022-03-01T06:46:50.707Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.11s) [2022-03-01T06:46:50.707Z] === RUN TestBuildMultiStageCopy [2022-03-01T06:46:50.707Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-01T06:46:51.155Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-03-01T06:46:51.156Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-03-01T06:46:51.365Z] --- PASS: TestServiceWithPredefinedNetwork (2.20s) [2022-03-01T06:46:51.365Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-01T06:46:51.365Z] service_test.go:243: FLAKY_TEST [2022-03-01T06:46:51.365Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-01T06:46:51.365Z] === RUN TestServiceWithDataPathPortInit [2022-03-01T06:46:51.639Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-01T06:46:51.730Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-03-01T06:46:51.730Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-03-01T06:46:51.896Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-01T06:46:51.994Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-03-01T06:46:52.153Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-01T06:46:52.153Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-01T06:46:52.411Z] --- PASS: TestBuildMultiStageCopy (1.73s) [2022-03-01T06:46:52.411Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (0.97s) [2022-03-01T06:46:52.411Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.17s) [2022-03-01T06:46:52.411Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.18s) [2022-03-01T06:46:52.411Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.19s) [2022-03-01T06:46:52.411Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.21s) [2022-03-01T06:46:52.411Z] === RUN TestBuildMultiStageParentConfig [2022-03-01T06:46:52.974Z] --- PASS: TestBuildMultiStageParentConfig (0.54s) [2022-03-01T06:46:52.974Z] === RUN TestBuildLabelWithTargets [2022-03-01T06:46:53.383Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-03-01T06:46:53.383Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-03-01T06:46:53.383Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-03-01T06:46:53.383Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-03-01T06:46:53.906Z] --- PASS: TestBuildLabelWithTargets (0.83s) [2022-03-01T06:46:53.906Z] === RUN TestBuildWithEmptyLayers [2022-03-01T06:46:54.163Z] --- PASS: TestBuildWithEmptyLayers (0.38s) [2022-03-01T06:46:54.163Z] === RUN TestBuildMultiStageOnBuild [2022-03-01T06:46:54.327Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2022-03-01T06:46:54.589Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-03-01T06:46:55.535Z] --- PASS: TestBuildMultiStageOnBuild (1.21s) [2022-03-01T06:46:55.535Z] === RUN TestBuildUncleanTarFilenames [2022-03-01T06:46:55.535Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-03-01T06:46:55.535Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-03-01T06:46:55.535Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-03-01T06:46:55.535Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-03-01T06:46:56.098Z] --- PASS: TestBuildUncleanTarFilenames (0.52s) [2022-03-01T06:46:56.098Z] === RUN TestBuildMultiStageLayerLeak [2022-03-01T06:46:56.108Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-03-01T06:46:57.029Z] --- PASS: TestBuildMultiStageLayerLeak (1.18s) [2022-03-01T06:46:57.030Z] === RUN TestBuildWithHugeFile [2022-03-01T06:47:04.252Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-03-01T06:47:05.197Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-03-01T06:47:05.342Z] tests/integration/api_exec_test.py ..................... [ 34%] [2022-03-01T06:47:06.215Z] --- PASS: TestServiceWithDataPathPortInit (13.76s) [2022-03-01T06:47:06.215Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-01T06:47:07.581Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:m0r6xjqicbw4rhibs0pfl4b3c Created:2022-03-01 06:47:06.011072286 +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[a6c069183d38052fc39740ac24b5247429f9242a100ac99b9fb953c36e6d61b1:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.cvyhvbphw9npmqqwnwar7ah1p EndpointID:ced4d4fbfb6826e6b59b11b2761fcb25c046b226208fc2233c904faec0003d24 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:2bb296841190dd1d44bc1c13ed16c3e5415165f3265ddde672ccbf1e7bc6647c 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:f0b7f29bdb04 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.cvyhvbphw9npmqqwnwar7ah1p EndpointID:ced4d4fbfb6826e6b59b11b2761fcb25c046b226208fc2233c904faec0003d24 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-03-01T06:47:07.748Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-03-01T06:47:09.369Z] 4612f6d0b889: Pull complete [2022-03-01T06:47:09.663Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-03-01T06:47:09.924Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-03-01T06:47:10.497Z] --- PASS: TestBuildWithHugeFile (112.42s) [2022-03-01T06:47:10.497Z] === RUN TestBuildWCOWSandboxSize [2022-03-01T06:47:10.497Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-01T06:47:10.497Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-01T06:47:10.497Z] === RUN TestBuildWithEmptyDockerfile [2022-03-01T06:47:10.497Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-01T06:47:10.497Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-01T06:47:10.497Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-01T06:47:10.497Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-01T06:47:10.497Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-01T06:47:10.497Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-01T06:47:10.497Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-01T06:47:10.497Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-01T06:47:10.497Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-01T06:47:10.760Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-03-01T06:47:10.760Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s) [2022-03-01T06:47:10.760Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.12s) [2022-03-01T06:47:10.760Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.13s) [2022-03-01T06:47:10.760Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2022-03-01T06:47:10.760Z] === RUN TestBuildPreserveOwnership [2022-03-01T06:47:10.760Z] === RUN TestBuildPreserveOwnership/copy_from [2022-03-01T06:47:11.333Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-03-01T06:47:11.792Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.94s) [2022-03-01T06:47:11.792Z] PASS [2022-03-01T06:47:11.792Z] [2022-03-01T06:47:11.792Z] === Skipped [2022-03-01T06:47:11.792Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-01T06:47:11.792Z] service_test.go:243: FLAKY_TEST [2022-03-01T06:47:11.792Z] [2022-03-01T06:47:11.792Z] DONE 26 tests, 1 skipped in 43.675s [2022-03-01T06:47:11.792Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-03-01T06:47:11.792Z] INFO: Testing against a local daemon [2022-03-01T06:47:11.792Z] === RUN TestDockerNetworkIpvlanPersistance [2022-03-01T06:47:11.792Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-01T06:47:11.792Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-01T06:47:11.792Z] === RUN TestDockerNetworkIpvlan [2022-03-01T06:47:11.792Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-01T06:47:11.792Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-03-01T06:47:11.792Z] PASS [2022-03-01T06:47:11.792Z] [2022-03-01T06:47:11.792Z] === Skipped [2022-03-01T06:47:11.792Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-01T06:47:11.792Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-01T06:47:11.792Z] [2022-03-01T06:47:11.792Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-03-01T06:47:11.792Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-01T06:47:11.792Z] [2022-03-01T06:47:11.792Z] DONE 2 tests, 2 skipped in 0.037s [2022-03-01T06:47:11.792Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-03-01T06:47:11.792Z] INFO: Testing against a local daemon [2022-03-01T06:47:11.792Z] === RUN TestDockerNetworkMacvlanPersistance [2022-03-01T06:47:11.906Z] === RUN TestDockerSuite/TestAttachAfterDetach [2022-03-01T06:47:12.479Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2022-03-01T06:47:12.817Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2022-03-01T06:47:13.159Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.28s) [2022-03-01T06:47:13.159Z] === RUN TestDockerNetworkMacvlan [2022-03-01T06:47:13.425Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-03-01T06:47:13.688Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2022-03-01T06:47:13.722Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-03-01T06:47:13.950Z] docker_cli_daemon_test.go:1472: [dac3bbf6a30fd] daemon is not started [2022-03-01T06:47:14.651Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-03-01T06:47:14.902Z] --- PASS: TestBuildPreserveOwnership (4.02s) [2022-03-01T06:47:14.902Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.58s) [2022-03-01T06:47:14.902Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.43s) [2022-03-01T06:47:14.902Z] === RUN TestBuildPlatformInvalid [2022-03-01T06:47:14.902Z] --- PASS: TestBuildPlatformInvalid (0.10s) [2022-03-01T06:47:14.902Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-03-01T06:47:14.902Z] check_test.go:308: [d6bfece46345c] daemon is not started [2022-03-01T06:47:14.902Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2022-03-01T06:47:15.225Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-03-01T06:47:15.485Z] === RUN TestDockerSuite/TestAttachDetach [2022-03-01T06:47:16.058Z] Loaded image: busybox:latest [2022-03-01T06:47:16.319Z] Loaded image: busybox:glibc [2022-03-01T06:47:16.581Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-03-01T06:47:17.117Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-03-01T06:47:17.155Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2022-03-01T06:47:17.418Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-03-01T06:47:17.684Z] tests/integration/api_image_test.py ............s..... [ 39%] [2022-03-01T06:47:18.805Z] check_test.go:308: [d1c411fa44756] daemon is not started [2022-03-01T06:47:18.805Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2022-03-01T06:47:19.012Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-03-01T06:47:19.066Z] Loaded image: debian:bullseye-slim [2022-03-01T06:47:19.066Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-03-01T06:47:19.066Z] Loaded image: hello-world:latest [2022-03-01T06:47:19.327Z] Loaded image: arm32v7/hello-world:latest [2022-03-01T06:47:19.899Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-03-01T06:47:20.472Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-03-01T06:47:21.417Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-03-01T06:47:22.284Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-03-01T06:47:22.847Z] --- PASS: TestDockerNetworkMacvlan (9.67s) [2022-03-01T06:47:22.847Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2022-03-01T06:47:22.847Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2022-03-01T06:47:22.847Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.81s) [2022-03-01T06:47:22.847Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.86s) [2022-03-01T06:47:22.847Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.14s) [2022-03-01T06:47:22.847Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.61s) [2022-03-01T06:47:22.847Z] PASS [2022-03-01T06:47:22.847Z] [2022-03-01T06:47:22.847Z] DONE 8 tests in 10.980s [2022-03-01T06:47:22.847Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-03-01T06:47:22.847Z] testing: warning: no tests to run [2022-03-01T06:47:22.847Z] PASS [2022-03-01T06:47:22.847Z] [2022-03-01T06:47:22.847Z] DONE 0 tests in 0.011s [2022-03-01T06:47:22.847Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-03-01T06:47:22.847Z] INFO: Testing against a local daemon [2022-03-01T06:47:22.847Z] === RUN TestAuthZPluginAllowRequest [2022-03-01T06:47:23.337Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-03-01T06:47:23.337Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2022-03-01T06:47:24.214Z] --- PASS: TestAuthZPluginAllowRequest (1.12s) [2022-03-01T06:47:24.214Z] === RUN TestAuthZPluginTLS [2022-03-01T06:47:24.281Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-03-01T06:47:24.470Z] --- PASS: TestAuthZPluginTLS (0.54s) [2022-03-01T06:47:24.470Z] === RUN TestAuthZPluginDenyRequest [2022-03-01T06:47:25.034Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-03-01T06:47:25.034Z] === RUN TestAuthZPluginAPIDenyResponse [2022-03-01T06:47:25.228Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-03-01T06:47:25.228Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-03-01T06:47:25.597Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-03-01T06:47:25.597Z] === RUN TestAuthZPluginDenyResponse [2022-03-01T06:47:26.160Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2022-03-01T06:47:26.160Z] === RUN TestAuthZPluginAllowEventStream [2022-03-01T06:47:26.175Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-03-01T06:47:26.175Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2022-03-01T06:47:26.749Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-03-01T06:47:27.527Z] --- PASS: TestAuthZPluginAllowEventStream (1.21s) [2022-03-01T06:47:27.527Z] === RUN TestAuthZPluginErrorResponse [2022-03-01T06:47:27.784Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-03-01T06:47:27.784Z] === RUN TestAuthZPluginErrorRequest [2022-03-01T06:47:28.347Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-03-01T06:47:28.347Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-03-01T06:47:28.668Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2022-03-01T06:47:28.910Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2022-03-01T06:47:28.910Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-03-01T06:47:30.279Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.48s) [2022-03-01T06:47:30.279Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-03-01T06:47:31.974Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2022-03-01T06:47:32.173Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.46s) [2022-03-01T06:47:32.173Z] === RUN TestAuthZPluginHeader [2022-03-01T06:47:32.236Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (17.50s) [2022-03-01T06:47:32.236Z] PASS [2022-03-01T06:47:32.236Z] [2022-03-01T06:47:32.236Z] === Skipped [2022-03-01T06:47:32.236Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-03-01T06:47:32.236Z] build_session_test.go:25: TODO: BuildKit [2022-03-01T06:47:32.236Z] [2022-03-01T06:47:32.236Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-03-01T06:47:32.236Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-01T06:47:32.236Z] [2022-03-01T06:47:32.236Z] DONE 34 tests, 2 skipped in 179.051s [2022-03-01T06:47:32.236Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-03-01T06:47:32.236Z] ++ 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 [2022-03-01T06:47:32.236Z] ++ set -e [2022-03-01T06:47:32.236Z] ++ '[' -n 0 ']' [2022-03-01T06:47:32.236Z] ++ set -x [2022-03-01T06:47:32.236Z] ++ 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 [2022-03-01T06:47:32.430Z] --- PASS: TestAuthZPluginHeader (0.70s) [2022-03-01T06:47:32.430Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-03-01T06:47:32.497Z] INFO: Testing against a local daemon [2022-03-01T06:47:32.497Z] === RUN TestConfigInspect [2022-03-01T06:47:34.239Z] tests/integration/api_network_test.py ............................ [ 47%] [2022-03-01T06:47:35.047Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2022-03-01T06:47:35.621Z] --- PASS: TestConfigInspect (3.12s) [2022-03-01T06:47:35.621Z] === RUN TestConfigList [2022-03-01T06:47:37.011Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2022-03-01T06:47:37.679Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.26s) [2022-03-01T06:47:37.679Z] === RUN TestAuthZPluginV2Disable [2022-03-01T06:47:38.368Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-01T06:47:38.369Z] === RUN TestBoolValue [2022-03-01T06:47:38.369Z] --- PASS: TestBoolValue (0.00s) [2022-03-01T06:47:38.369Z] === RUN TestBoolValueOrDefault [2022-03-01T06:47:38.369Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-03-01T06:47:38.369Z] === RUN TestInt64ValueOrZero [2022-03-01T06:47:38.369Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-03-01T06:47:38.369Z] === RUN TestInt64ValueOrDefault [2022-03-01T06:47:38.369Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-03-01T06:47:38.369Z] === RUN TestInt64ValueOrDefaultWithError [2022-03-01T06:47:38.369Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-03-01T06:47:38.369Z] === RUN TestJsonContentType [2022-03-01T06:47:38.369Z] --- PASS: TestJsonContentType (0.00s) [2022-03-01T06:47:38.369Z] PASS [2022-03-01T06:47:38.369Z] coverage: 14.7% of statements [2022-03-01T06:47:38.369Z] ok github.com/docker/docker/api/server/httputils 0.123s coverage: 14.7% of statements [2022-03-01T06:47:38.398Z] --- PASS: TestConfigList (2.84s) [2022-03-01T06:47:38.399Z] === RUN TestConfigsCreateAndDelete [2022-03-01T06:47:38.399Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2022-03-01T06:47:38.837Z] === RUN TestMaskSecretKeys [2022-03-01T06:47:38.837Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-03-01T06:47:38.837Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-03-01T06:47:38.837Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-03-01T06:47:38.837Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-03-01T06:47:38.837Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-03-01T06:47:38.837Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-03-01T06:47:38.837Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-03-01T06:47:38.837Z] === RUN TestVersionMiddlewareVersion [2022-03-01T06:47:38.837Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-03-01T06:47:38.837Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-03-01T06:47:38.837Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-03-01T06:47:38.837Z] PASS [2022-03-01T06:47:38.837Z] coverage: 37.7% of statements [2022-03-01T06:47:38.837Z] ok github.com/docker/docker/api/server/middleware 0.088s coverage: 37.7% of statements [2022-03-01T06:47:38.837Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-01T06:47:38.837Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-01T06:47:38.837Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-01T06:47:38.837Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-01T06:47:38.837Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-01T06:47:38.837Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-01T06:47:38.837Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-01T06:47:38.837Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-01T06:47:38.837Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-01T06:47:38.837Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-01T06:47:38.837Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-01T06:47:39.305Z] === RUN TestStrSliceMarshalJSON [2022-03-01T06:47:39.305Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-03-01T06:47:39.305Z] === RUN TestStrSliceUnmarshalJSON [2022-03-01T06:47:39.305Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-03-01T06:47:39.305Z] === RUN TestStrSliceUnmarshalString [2022-03-01T06:47:39.305Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-03-01T06:47:39.305Z] === RUN TestStrSliceUnmarshalSlice [2022-03-01T06:47:39.305Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-03-01T06:47:39.305Z] PASS [2022-03-01T06:47:39.305Z] coverage: 90.0% of statements [2022-03-01T06:47:39.305Z] ok github.com/docker/docker/api/types/strslice 0.034s coverage: 90.0% of statements [2022-03-01T06:47:39.305Z] === RUN TestToJSON [2022-03-01T06:47:39.305Z] --- PASS: TestToJSON (0.00s) [2022-03-01T06:47:39.305Z] === RUN TestToParamWithVersion [2022-03-01T06:47:39.305Z] --- PASS: TestToParamWithVersion (0.00s) [2022-03-01T06:47:39.305Z] === RUN TestFromJSON [2022-03-01T06:47:39.305Z] --- PASS: TestFromJSON (0.00s) [2022-03-01T06:47:39.305Z] === RUN TestEmpty [2022-03-01T06:47:39.305Z] --- PASS: TestEmpty (0.00s) [2022-03-01T06:47:39.305Z] === RUN TestArgsMatchKVListEmptySources [2022-03-01T06:47:39.305Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-03-01T06:47:39.305Z] === RUN TestArgsMatchKVList [2022-03-01T06:47:39.305Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-03-01T06:47:39.305Z] === RUN TestArgsMatch [2022-03-01T06:47:39.305Z] --- PASS: TestArgsMatch (0.00s) [2022-03-01T06:47:39.305Z] === RUN TestAdd [2022-03-01T06:47:39.305Z] --- PASS: TestAdd (0.00s) [2022-03-01T06:47:39.305Z] === RUN TestDel [2022-03-01T06:47:39.305Z] --- PASS: TestDel (0.00s) [2022-03-01T06:47:39.305Z] === RUN TestLen [2022-03-01T06:47:39.305Z] --- PASS: TestLen (0.00s) [2022-03-01T06:47:39.305Z] === RUN TestExactMatch [2022-03-01T06:47:39.305Z] --- PASS: TestExactMatch (0.00s) [2022-03-01T06:47:39.305Z] === RUN TestOnlyOneExactMatch [2022-03-01T06:47:39.305Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-03-01T06:47:39.305Z] === RUN TestContains [2022-03-01T06:47:39.305Z] --- PASS: TestContains (0.00s) [2022-03-01T06:47:39.305Z] === RUN TestValidate [2022-03-01T06:47:39.305Z] --- PASS: TestValidate (0.00s) [2022-03-01T06:47:39.305Z] === RUN TestWalkValues [2022-03-01T06:47:39.305Z] --- PASS: TestWalkValues (0.00s) [2022-03-01T06:47:39.305Z] === RUN TestFuzzyMatch [2022-03-01T06:47:39.305Z] --- PASS: TestFuzzyMatch (0.00s) [2022-03-01T06:47:39.305Z] === RUN TestClone [2022-03-01T06:47:39.305Z] --- PASS: TestClone (0.00s) [2022-03-01T06:47:39.305Z] PASS [2022-03-01T06:47:39.305Z] coverage: 92.2% of statements [2022-03-01T06:47:39.305Z] ok github.com/docker/docker/api/types/filters 0.040s coverage: 92.2% of statements [2022-03-01T06:47:39.305Z] === RUN TestAdjustForAPIVersion [2022-03-01T06:47:39.305Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-03-01T06:47:39.305Z] PASS [2022-03-01T06:47:39.305Z] coverage: 5.7% of statements [2022-03-01T06:47:39.305Z] ok github.com/docker/docker/api/server/router/swarm 0.050s coverage: 5.7% of statements [2022-03-01T06:47:39.305Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-01T06:47:39.305Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-01T06:47:39.305Z] ? github.com/docker/docker/api/types [no test files] [2022-03-01T06:47:39.305Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-01T06:47:39.305Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-01T06:47:39.305Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-01T06:47:39.305Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-01T06:47:39.305Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-01T06:47:39.305Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-01T06:47:39.305Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-01T06:47:39.305Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-01T06:47:39.305Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-01T06:47:39.305Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-01T06:47:39.305Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-01T06:47:39.773Z] === RUN TestDurationToSecondsString [2022-03-01T06:47:39.773Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-03-01T06:47:39.773Z] === RUN TestGetTimestamp [2022-03-01T06:47:39.773Z] --- PASS: TestGetTimestamp (0.14s) [2022-03-01T06:47:39.773Z] === RUN TestParseTimestamps [2022-03-01T06:47:39.773Z] --- PASS: TestParseTimestamps (0.00s) [2022-03-01T06:47:39.773Z] PASS [2022-03-01T06:47:39.773Z] coverage: 100.0% of statements [2022-03-01T06:47:39.773Z] ok github.com/docker/docker/api/types/time 0.197s coverage: 100.0% of statements [2022-03-01T06:47:39.773Z] === RUN TestCompareVersion [2022-03-01T06:47:39.773Z] --- PASS: TestCompareVersion (0.00s) [2022-03-01T06:47:39.773Z] PASS [2022-03-01T06:47:39.773Z] coverage: 77.3% of statements [2022-03-01T06:47:39.773Z] ok github.com/docker/docker/api/types/versions 0.034s coverage: 77.3% of statements [2022-03-01T06:47:39.773Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-01T06:47:39.773Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-01T06:47:39.773Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-01T06:47:39.773Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-03-01T06:47:39.773Z] ? github.com/docker/docker/builder [no test files] [2022-03-01T06:47:39.773Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-01T06:47:39.773Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-01T06:47:39.773Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-01T06:47:39.773Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-01T06:47:39.773Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-01T06:47:39.773Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-01T06:47:39.773Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-01T06:47:40.289Z] --- PASS: TestAuthZPluginV2Disable (3.47s) [2022-03-01T06:47:40.289Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-03-01T06:47:40.956Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2022-03-01T06:47:40.956Z] check_test.go:308: [d3e5e81c69421] daemon is not started [2022-03-01T06:47:40.956Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2022-03-01T06:47:40.976Z] 898469748ff6: Pull complete [2022-03-01T06:47:40.976Z] Digest: sha256:720729320e08bdf14b6bc16444be6a3b74a457bd0584fee5124e6073e9f8f1cf [2022-03-01T06:47:40.976Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-01T06:47:40.976Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2022-03-01T06:47:40.976Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2022-03-01T06:47:40.976Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.524' [2022-03-01T06:47:40.976Z] WARN: Skipping validation tests [2022-03-01T06:47:40.976Z] INFO: Running unit tests at 03/01/2022 06:47:29... [2022-03-01T06:47:40.976Z] INFO: make.ps1 starting at 03/01/2022 06:47:33 [2022-03-01T06:47:40.976Z] INFO: Git commit (9efa8b3500) assumed from DOCKER_GITCOMMIT environment variable [2022-03-01T06:47:40.976Z] INFO: Invoking autogen... [2022-03-01T06:47:40.976Z] INFO: Running unit tests... [2022-03-01T06:47:40.977Z] 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/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles 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/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/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/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/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/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/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/stack 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 [2022-03-01T06:47:41.218Z] --- PASS: TestConfigsCreateAndDelete (2.84s) [2022-03-01T06:47:41.218Z] === RUN TestConfigsUpdate [2022-03-01T06:47:41.338Z] === RUN TestParseRemoteURL [2022-03-01T06:47:41.338Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-03-01T06:47:41.338Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-03-01T06:47:41.338Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-03-01T06:47:41.338Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-03-01T06:47:41.338Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-03-01T06:47:41.338Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-03-01T06:47:41.338Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-03-01T06:47:41.338Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-03-01T06:47:41.338Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-03-01T06:47:41.338Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-03-01T06:47:41.338Z] --- PASS: TestParseRemoteURL (0.00s) [2022-03-01T06:47:41.338Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-03-01T06:47:41.338Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-03-01T06:47:41.338Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-03-01T06:47:41.338Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-03-01T06:47:41.338Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-03-01T06:47:41.338Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-03-01T06:47:41.338Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-03-01T06:47:41.338Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-03-01T06:47:41.338Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-03-01T06:47:41.338Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-03-01T06:47:41.338Z] === RUN TestCloneArgsSmartHttp [2022-03-01T06:47:41.338Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-03-01T06:47:41.338Z] === RUN TestCloneArgsDumbHttp [2022-03-01T06:47:41.338Z] --- PASS: TestCloneArgsDumbHttp (0.03s) [2022-03-01T06:47:41.338Z] === RUN TestCloneArgsGit [2022-03-01T06:47:41.338Z] --- PASS: TestCloneArgsGit (0.00s) [2022-03-01T06:47:41.338Z] === RUN TestCheckoutGit [2022-03-01T06:47:41.479Z] check_test.go:308: [d90db6e1609e3] daemon is not started [2022-03-01T06:47:41.480Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2022-03-01T06:47:42.424Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-03-01T06:47:42.901Z] === RUN TestEnable [2022-03-01T06:47:42.901Z] --- PASS: TestEnable (0.00s) [2022-03-01T06:47:42.901Z] === RUN TestDisable [2022-03-01T06:47:42.901Z] --- PASS: TestDisable (0.00s) [2022-03-01T06:47:42.901Z] === RUN TestEnabled [2022-03-01T06:47:42.901Z] --- PASS: TestEnabled (0.00s) [2022-03-01T06:47:42.901Z] PASS [2022-03-01T06:47:42.901Z] coverage: 100.0% of statements [2022-03-01T06:47:42.901Z] ok github.com/docker/docker/cli/debug 0.043s coverage: 100.0% of statements [2022-03-01T06:47:42.901Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-03-01T06:47:42.901Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2022-03-01T06:47:42.901Z] === RUN TestProcessNoDockerignore [2022-03-01T06:47:42.901Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-03-01T06:47:42.901Z] === RUN TestProcessShouldLeaveAllFiles [2022-03-01T06:47:42.901Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2022-03-01T06:47:42.901Z] === RUN TestDetectContentType [2022-03-01T06:47:42.901Z] --- PASS: TestDetectContentType (0.00s) [2022-03-01T06:47:42.901Z] === RUN TestSelectAcceptableMIME [2022-03-01T06:47:42.901Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-03-01T06:47:42.901Z] === RUN TestInspectEmptyResponse [2022-03-01T06:47:42.901Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-03-01T06:47:42.901Z] === RUN TestInspectResponseBinary [2022-03-01T06:47:42.901Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-03-01T06:47:42.901Z] === RUN TestResponseUnsupportedContentType [2022-03-01T06:47:42.901Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-03-01T06:47:42.901Z] === RUN TestInspectResponseTextSimple [2022-03-01T06:47:42.901Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-03-01T06:47:42.901Z] === RUN TestInspectResponseEmptyContentType [2022-03-01T06:47:42.901Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-03-01T06:47:42.901Z] === RUN TestUnknownContentLength [2022-03-01T06:47:42.901Z] --- PASS: TestUnknownContentLength (0.00s) [2022-03-01T06:47:42.901Z] === RUN TestDownloadRemote [2022-03-01T06:47:42.901Z] --- PASS: TestDownloadRemote (0.08s) [2022-03-01T06:47:42.901Z] === RUN TestGetWithStatusError [2022-03-01T06:47:42.901Z] --- PASS: TestGetWithStatusError (0.00s) [2022-03-01T06:47:42.901Z] === RUN TestCloseRootDirectory [2022-03-01T06:47:42.901Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:47:42.901Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-03-01T06:47:42.901Z] === RUN TestHashFile [2022-03-01T06:47:42.901Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:47:42.901Z] --- SKIP: TestHashFile (0.00s) [2022-03-01T06:47:42.901Z] === RUN TestHashSubdir [2022-03-01T06:47:42.901Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:47:42.901Z] --- SKIP: TestHashSubdir (0.01s) [2022-03-01T06:47:42.901Z] === RUN TestRemoveDirectory [2022-03-01T06:47:42.901Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:47:42.901Z] --- SKIP: TestRemoveDirectory (0.00s) [2022-03-01T06:47:42.901Z] PASS [2022-03-01T06:47:42.901Z] coverage: 9.3% of statements [2022-03-01T06:47:42.901Z] ok github.com/docker/docker/builder/remotecontext 0.246s coverage: 9.3% of statements [2022-03-01T06:47:42.998Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-03-01T06:47:42.998Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2022-03-01T06:47:43.371Z] === RUN TestGetAllAllowed [2022-03-01T06:47:43.371Z] --- PASS: TestGetAllAllowed (0.00s) [2022-03-01T06:47:43.371Z] === RUN TestGetAllMeta [2022-03-01T06:47:43.371Z] --- PASS: TestGetAllMeta (0.00s) [2022-03-01T06:47:43.371Z] === RUN TestWarnOnUnusedBuildArgs [2022-03-01T06:47:43.371Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-03-01T06:47:43.371Z] === RUN TestIsUnreferencedBuiltin [2022-03-01T06:47:43.371Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-03-01T06:47:43.371Z] === RUN TestIsExistingDirectory [2022-03-01T06:47:43.371Z] --- PASS: TestIsExistingDirectory (0.00s) [2022-03-01T06:47:43.371Z] === RUN TestGetFilenameForDownload [2022-03-01T06:47:43.371Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-03-01T06:47:43.371Z] === RUN TestEnv2Variables [2022-03-01T06:47:43.371Z] --- PASS: TestEnv2Variables (0.00s) [2022-03-01T06:47:43.371Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-03-01T06:47:43.371Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-03-01T06:47:43.371Z] === RUN TestMaintainer [2022-03-01T06:47:43.371Z] --- PASS: TestMaintainer (0.00s) [2022-03-01T06:47:43.371Z] === RUN TestLabel [2022-03-01T06:47:43.371Z] --- PASS: TestLabel (0.00s) [2022-03-01T06:47:43.371Z] === RUN TestFromScratch [2022-03-01T06:47:43.371Z] --- PASS: TestFromScratch (0.00s) [2022-03-01T06:47:43.371Z] === RUN TestFromWithArg [2022-03-01T06:47:43.371Z] --- PASS: TestFromWithArg (0.00s) [2022-03-01T06:47:43.371Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-03-01T06:47:43.371Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-03-01T06:47:43.371Z] === RUN TestFromWithUndefinedArg [2022-03-01T06:47:43.371Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-03-01T06:47:43.371Z] === RUN TestFromMultiStageWithNamedStage [2022-03-01T06:47:43.371Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-03-01T06:47:43.371Z] === RUN TestOnbuild [2022-03-01T06:47:43.371Z] --- PASS: TestOnbuild (0.00s) [2022-03-01T06:47:43.371Z] === RUN TestWorkdir [2022-03-01T06:47:43.371Z] --- PASS: TestWorkdir (0.00s) [2022-03-01T06:47:43.371Z] === RUN TestCmd [2022-03-01T06:47:43.371Z] --- PASS: TestCmd (0.00s) [2022-03-01T06:47:43.371Z] === RUN TestHealthcheckNone [2022-03-01T06:47:43.371Z] --- PASS: TestHealthcheckNone (0.00s) [2022-03-01T06:47:43.371Z] === RUN TestHealthcheckCmd [2022-03-01T06:47:43.371Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-03-01T06:47:43.371Z] === RUN TestEntrypoint [2022-03-01T06:47:43.371Z] --- PASS: TestEntrypoint (0.00s) [2022-03-01T06:47:43.371Z] === RUN TestExpose [2022-03-01T06:47:43.371Z] --- PASS: TestExpose (0.00s) [2022-03-01T06:47:43.371Z] === RUN TestUser [2022-03-01T06:47:43.371Z] --- PASS: TestUser (0.00s) [2022-03-01T06:47:43.371Z] === RUN TestVolume [2022-03-01T06:47:43.371Z] --- PASS: TestVolume (0.00s) [2022-03-01T06:47:43.371Z] === RUN TestStopSignal [2022-03-01T06:47:43.371Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-01T06:47:43.371Z] --- SKIP: TestStopSignal (0.00s) [2022-03-01T06:47:43.371Z] === RUN TestArg [2022-03-01T06:47:43.371Z] --- PASS: TestArg (0.00s) [2022-03-01T06:47:43.371Z] === RUN TestShell [2022-03-01T06:47:43.371Z] --- PASS: TestShell (0.00s) [2022-03-01T06:47:43.371Z] === RUN TestPrependEnvOnCmd [2022-03-01T06:47:43.371Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-03-01T06:47:43.371Z] === RUN TestRunWithBuildArgs [2022-03-01T06:47:43.371Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-03-01T06:47:43.371Z] === RUN TestRunIgnoresHealthcheck [2022-03-01T06:47:43.371Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-03-01T06:47:43.371Z] === RUN TestDispatchUnsupportedOptions [2022-03-01T06:47:43.371Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-03-01T06:47:43.371Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-03-01T06:47:43.371Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-03-01T06:47:43.371Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-03-01T06:47:43.371Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-03-01T06:47:43.371Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-03-01T06:47:43.371Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-03-01T06:47:43.371Z] === RUN TestNormalizeWorkdir [2022-03-01T06:47:43.371Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-03-01T06:47:43.371Z] === RUN TestDispatch [2022-03-01T06:47:43.371Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-03-01T06:47:43.371Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-03-01T06:47:43.371Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-03-01T06:47:43.371Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-03-01T06:47:43.371Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-03-01T06:47:43.371Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-03-01T06:47:43.371Z] === RUN TestDispatch/COPY_url [2022-03-01T06:47:43.371Z] --- PASS: TestDispatch (0.05s) [2022-03-01T06:47:43.371Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s) [2022-03-01T06:47:43.371Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-03-01T06:47:43.371Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-03-01T06:47:43.371Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-03-01T06:47:43.371Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-03-01T06:47:43.371Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-03-01T06:47:43.371Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-03-01T06:47:43.371Z] === RUN TestAddScratchImageAddsToMounts [2022-03-01T06:47:43.371Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-03-01T06:47:43.371Z] === RUN TestAddFromScratchPopulatesPlatform [2022-03-01T06:47:43.371Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-03-01T06:47:43.371Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-03-01T06:47:43.371Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-03-01T06:47:43.371Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-03-01T06:47:43.371Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-03-01T06:47:43.371Z] === RUN TestImageSourceGetAddsToMounts [2022-03-01T06:47:43.371Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-03-01T06:47:43.371Z] === RUN TestEmptyDockerfile [2022-03-01T06:47:43.371Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-03-01T06:47:43.371Z] === RUN TestSymlinkDockerfile [2022-03-01T06:47:43.371Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-03-01T06:47:43.371Z] === RUN TestDockerfileOutsideTheBuildContext [2022-03-01T06:47:43.371Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-03-01T06:47:43.371Z] === RUN TestNonExistingDockerfile [2022-03-01T06:47:43.371Z] --- PASS: TestNonExistingDockerfile (0.01s) [2022-03-01T06:47:43.371Z] === RUN TestCopyRunConfig [2022-03-01T06:47:43.371Z] --- PASS: TestCopyRunConfig (0.00s) [2022-03-01T06:47:43.371Z] === RUN TestDeepCopyRunConfig [2022-03-01T06:47:43.371Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-03-01T06:47:43.371Z] === RUN TestExportImage [2022-03-01T06:47:43.371Z] --- PASS: TestExportImage (0.00s) [2022-03-01T06:47:43.371Z] === RUN TestNormalizeDest [2022-03-01T06:47:43.371Z] --- PASS: TestNormalizeDest (0.00s) [2022-03-01T06:47:43.371Z] PASS [2022-03-01T06:47:43.371Z] coverage: 46.7% of statements [2022-03-01T06:47:43.371Z] ok github.com/docker/docker/builder/dockerfile 0.170s coverage: 46.7% of statements [2022-03-01T06:47:43.371Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-03-01T06:47:43.570Z] check_test.go:308: [dc61885b35b32] daemon is not started [2022-03-01T06:47:43.570Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2022-03-01T06:47:43.578Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.16s) [2022-03-01T06:47:43.578Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-03-01T06:47:43.838Z] --- PASS: TestConfigsUpdate (2.43s) [2022-03-01T06:47:43.838Z] === RUN TestTemplatedConfig [2022-03-01T06:47:43.839Z] === RUN TestTCP4Proxy [2022-03-01T06:47:43.839Z] --- PASS: TestTCP4Proxy (0.01s) [2022-03-01T06:47:43.839Z] === RUN TestTCP4ProxyHalfClose [2022-03-01T06:47:43.839Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-03-01T06:47:43.839Z] === RUN TestTCP6Proxy [2022-03-01T06:47:43.839Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-01T06:47:43.839Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-03-01T06:47:43.839Z] === RUN TestTCPDualStackProxy [2022-03-01T06:47:43.839Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-01T06:47:43.839Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-03-01T06:47:43.839Z] === RUN TestUDP4Proxy [2022-03-01T06:47:43.839Z] --- PASS: TestUDP4Proxy (0.00s) [2022-03-01T06:47:43.839Z] === RUN TestUDP6Proxy [2022-03-01T06:47:43.839Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-01T06:47:43.839Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-03-01T06:47:43.839Z] === RUN TestUDPWriteError [2022-03-01T06:47:43.839Z] --- PASS: TestUDPWriteError (0.00s) [2022-03-01T06:47:43.839Z] === RUN TestSCTP4Proxy [2022-03-01T06:47:43.839Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-01T06:47:43.839Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-03-01T06:47:43.839Z] === RUN TestSCTP6Proxy [2022-03-01T06:47:43.839Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-01T06:47:43.839Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-03-01T06:47:43.839Z] PASS [2022-03-01T06:47:43.839Z] coverage: 49.4% of statements [2022-03-01T06:47:43.839Z] ok github.com/docker/docker/cmd/docker-proxy 0.056s coverage: 49.4% of statements [2022-03-01T06:47:44.029Z] tests/integration/api_plugin_test.py ........... [ 49%] [2022-03-01T06:47:44.100Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-03-01T06:47:44.673Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-03-01T06:47:45.245Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2022-03-01T06:47:45.535Z] tests/integration/api_secret_test.py ..... [ 51%] [2022-03-01T06:47:45.819Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2022-03-01T06:47:47.207Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-03-01T06:47:47.207Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2022-03-01T06:47:47.469Z] --- PASS: TestTemplatedConfig (3.65s) [2022-03-01T06:47:47.469Z] === RUN TestConfigCreateResolve [2022-03-01T06:47:49.391Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2022-03-01T06:47:49.494Z] tests/integration/api_service_test.py .................................. [ 59%] [2022-03-01T06:47:49.567Z] ? github.com/docker/docker/api [no test files] [2022-03-01T06:47:49.656Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-03-01T06:47:50.236Z] --- PASS: TestConfigCreateResolve (2.68s) [2022-03-01T06:47:50.236Z] PASS [2022-03-01T06:47:50.236Z] [2022-03-01T06:47:50.236Z] DONE 6 tests in 17.713s [2022-03-01T06:47:50.236Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-03-01T06:47:50.236Z] ++ 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 [2022-03-01T06:47:50.236Z] ++ set -e [2022-03-01T06:47:50.236Z] ++ '[' -n 0 ']' [2022-03-01T06:47:50.236Z] ++ set -x [2022-03-01T06:47:50.236Z] ++ 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 [2022-03-01T06:47:50.236Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-03-01T06:47:50.236Z] INFO: Testing against a local daemon [2022-03-01T06:47:50.236Z] === RUN TestCheckpoint [2022-03-01T06:47:50.236Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-01T06:47:50.236Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-01T06:47:50.236Z] === RUN TestContainerInvalidJSON [2022-03-01T06:47:50.236Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-01T06:47:50.236Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-01T06:47:50.236Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-01T06:47:50.236Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-01T06:47:50.236Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-01T06:47:50.236Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-01T06:47:50.236Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-03-01T06:47:50.236Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-01T06:47:50.236Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-01T06:47:50.236Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-01T06:47:50.236Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2022-03-01T06:47:50.236Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-01T06:47:50.497Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s) [2022-03-01T06:47:50.497Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-01T06:47:50.497Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-03-01T06:47:50.497Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-01T06:47:50.497Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-03-01T06:47:50.497Z] === RUN TestCopyFromContainer [2022-03-01T06:47:51.888Z] === RUN TestCopyFromContainer// [2022-03-01T06:47:51.888Z] === RUN TestCopyFromContainer//bar/root [2022-03-01T06:47:51.888Z] === RUN TestCopyFromContainer//bar/root/ [2022-03-01T06:47:51.888Z] === RUN TestCopyFromContainer/bar/quux [2022-03-01T06:47:51.888Z] === RUN TestCopyFromContainer/bar/quux/ [2022-03-01T06:47:52.150Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-03-01T06:47:52.150Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-03-01T06:47:52.150Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-03-01T06:47:52.412Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-03-01T06:47:52.412Z] === RUN TestCopyFromContainer/bar/notarget [2022-03-01T06:47:52.412Z] --- PASS: TestCopyFromContainer (1.95s) [2022-03-01T06:47:52.412Z] --- PASS: TestCopyFromContainer// (0.08s) [2022-03-01T06:47:52.412Z] --- PASS: TestCopyFromContainer//bar/root (0.08s) [2022-03-01T06:47:52.412Z] --- PASS: TestCopyFromContainer//bar/root/ (0.09s) [2022-03-01T06:47:52.412Z] --- PASS: TestCopyFromContainer/bar/quux (0.05s) [2022-03-01T06:47:52.412Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2022-03-01T06:47:52.412Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-03-01T06:47:52.412Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-03-01T06:47:52.412Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2022-03-01T06:47:52.412Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s) [2022-03-01T06:47:52.412Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2022-03-01T06:47:52.412Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-01T06:47:52.412Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-01T06:47:52.412Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-01T06:47:52.412Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-01T06:47:52.412Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-01T06:47:52.412Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-01T06:47:52.412Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-01T06:47:52.412Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-01T06:47:52.412Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-01T06:47:52.412Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-01T06:47:52.412Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-03-01T06:47:52.412Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-01T06:47:52.412Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-01T06:47:52.412Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-01T06:47:52.412Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-01T06:47:52.412Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2022-03-01T06:47:52.412Z] === RUN TestCreateWithInvalidEnv [2022-03-01T06:47:52.673Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-01T06:47:52.673Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-01T06:47:52.673Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-01T06:47:52.673Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-01T06:47:52.673Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-01T06:47:52.673Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-01T06:47:52.673Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-01T06:47:52.673Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-01T06:47:52.673Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-01T06:47:52.673Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2022-03-01T06:47:52.673Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-01T06:47:52.673Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-01T06:47:52.673Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-01T06:47:52.673Z] === RUN TestCreateTmpfsMountsTarget [2022-03-01T06:47:52.673Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2022-03-01T06:47:52.673Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-01T06:47:52.935Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2022-03-01T06:47:53.261Z] --- PASS: TestBuildWithHugeFile (49.19s) [2022-03-01T06:47:53.261Z] === RUN TestBuildWCOWSandboxSize [2022-03-01T06:47:53.261Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-01T06:47:53.261Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-01T06:47:53.261Z] === RUN TestBuildWithEmptyDockerfile [2022-03-01T06:47:53.261Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-01T06:47:53.261Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-01T06:47:53.261Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-01T06:47:53.261Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-01T06:47:53.261Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-01T06:47:53.261Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-01T06:47:53.261Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-01T06:47:53.261Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-01T06:47:53.261Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-01T06:47:53.261Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-03-01T06:47:53.261Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.09s) [2022-03-01T06:47:53.261Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.10s) [2022-03-01T06:47:53.261Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-03-01T06:47:53.261Z] === RUN TestBuildPreserveOwnership [2022-03-01T06:47:53.261Z] === RUN TestBuildPreserveOwnership/copy_from [2022-03-01T06:47:53.261Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-03-01T06:47:53.261Z] --- PASS: TestBuildPreserveOwnership (2.57s) [2022-03-01T06:47:53.261Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.71s) [2022-03-01T06:47:53.261Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.85s) [2022-03-01T06:47:53.261Z] === RUN TestBuildPlatformInvalid [2022-03-01T06:47:53.261Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-03-01T06:47:53.261Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-03-01T06:47:53.261Z] Loaded image: busybox:latest [2022-03-01T06:47:53.261Z] Loaded image: busybox:glibc [2022-03-01T06:47:53.261Z] Loaded image: debian:bullseye-slim [2022-03-01T06:47:53.261Z] Loaded image: hello-world:latest [2022-03-01T06:47:53.261Z] Loaded image: arm32v7/hello-world:latest [2022-03-01T06:47:53.525Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.90s) [2022-03-01T06:47:53.525Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-03-01T06:47:54.260Z] === RUN TestCheckpointCreateError [2022-03-01T06:47:54.260Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-03-01T06:47:54.260Z] === RUN TestCheckpointCreate [2022-03-01T06:47:54.260Z] --- PASS: TestCheckpointCreate (0.00s) [2022-03-01T06:47:54.260Z] === RUN TestCheckpointDeleteError [2022-03-01T06:47:54.260Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-03-01T06:47:54.260Z] === RUN TestCheckpointDelete [2022-03-01T06:47:54.260Z] --- PASS: TestCheckpointDelete (0.00s) [2022-03-01T06:47:54.260Z] === RUN TestCheckpointListError [2022-03-01T06:47:54.260Z] --- PASS: TestCheckpointListError (0.00s) [2022-03-01T06:47:54.260Z] === RUN TestCheckpointList [2022-03-01T06:47:54.260Z] --- PASS: TestCheckpointList (0.00s) [2022-03-01T06:47:54.260Z] === RUN TestCheckpointListContainerNotFound [2022-03-01T06:47:54.260Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-03-01T06:47:54.260Z] === RUN TestNewClientWithOpsFromEnv [2022-03-01T06:47:54.260Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-01T06:47:54.260Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-03-01T06:47:54.260Z] === RUN TestGetAPIPath [2022-03-01T06:47:54.260Z] --- PASS: TestGetAPIPath (0.00s) [2022-03-01T06:47:54.260Z] === RUN TestParseHostURL [2022-03-01T06:47:54.260Z] --- PASS: TestParseHostURL (0.00s) [2022-03-01T06:47:54.260Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-03-01T06:47:54.260Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-03-01T06:47:54.260Z] === RUN TestNegotiateAPIVersionEmpty [2022-03-01T06:47:54.260Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-03-01T06:47:54.260Z] === RUN TestNegotiateAPIVersion [2022-03-01T06:47:54.260Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-03-01T06:47:54.260Z] === RUN TestNegotiateAPVersionOverride [2022-03-01T06:47:54.260Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-03-01T06:47:54.260Z] === RUN TestNegotiateAPIVersionAutomatic [2022-03-01T06:47:54.260Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-03-01T06:47:54.260Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-03-01T06:47:54.260Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-03-01T06:47:54.260Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-03-01T06:47:54.260Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-03-01T06:47:54.260Z] === RUN TestClientRedirect [2022-03-01T06:47:54.260Z] --- PASS: TestClientRedirect (0.00s) [2022-03-01T06:47:54.260Z] === RUN TestConfigCreateUnsupported [2022-03-01T06:47:54.260Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-03-01T06:47:54.260Z] === RUN TestConfigCreateError [2022-03-01T06:47:54.260Z] --- PASS: TestConfigCreateError (0.00s) [2022-03-01T06:47:54.260Z] === RUN TestConfigCreate [2022-03-01T06:47:54.260Z] --- PASS: TestConfigCreate (0.00s) [2022-03-01T06:47:54.260Z] === RUN TestConfigInspectNotFound [2022-03-01T06:47:54.260Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-03-01T06:47:54.260Z] === RUN TestConfigInspectWithEmptyID [2022-03-01T06:47:54.260Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-03-01T06:47:54.260Z] === RUN TestConfigInspectUnsupported [2022-03-01T06:47:54.260Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-03-01T06:47:54.260Z] === RUN TestConfigInspectError [2022-03-01T06:47:54.260Z] --- PASS: TestConfigInspectError (0.00s) [2022-03-01T06:47:54.260Z] === RUN TestConfigInspectConfigNotFound [2022-03-01T06:47:54.260Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-03-01T06:47:54.260Z] === RUN TestConfigInspect [2022-03-01T06:47:54.260Z] --- PASS: TestConfigInspect (0.00s) [2022-03-01T06:47:54.260Z] === RUN TestConfigListUnsupported [2022-03-01T06:47:54.260Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-03-01T06:47:54.260Z] === RUN TestConfigListError [2022-03-01T06:47:54.260Z] --- PASS: TestConfigListError (0.00s) [2022-03-01T06:47:54.260Z] === RUN TestConfigList [2022-03-01T06:47:54.261Z] --- PASS: TestConfigList (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestConfigRemoveUnsupported [2022-03-01T06:47:54.261Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestConfigRemoveError [2022-03-01T06:47:54.261Z] --- PASS: TestConfigRemoveError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestConfigRemove [2022-03-01T06:47:54.261Z] --- PASS: TestConfigRemove (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestConfigUpdateUnsupported [2022-03-01T06:47:54.261Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestConfigUpdateError [2022-03-01T06:47:54.261Z] --- PASS: TestConfigUpdateError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestConfigUpdate [2022-03-01T06:47:54.261Z] --- PASS: TestConfigUpdate (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerCommitError [2022-03-01T06:47:54.261Z] --- PASS: TestContainerCommitError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerCommit [2022-03-01T06:47:54.261Z] --- PASS: TestContainerCommit (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerStatPathError [2022-03-01T06:47:54.261Z] --- PASS: TestContainerStatPathError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerStatPathNotFoundError [2022-03-01T06:47:54.261Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerStatPathNoHeaderError [2022-03-01T06:47:54.261Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerStatPath [2022-03-01T06:47:54.261Z] --- PASS: TestContainerStatPath (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestCopyToContainerError [2022-03-01T06:47:54.261Z] --- PASS: TestCopyToContainerError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestCopyToContainerNotFoundError [2022-03-01T06:47:54.261Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestCopyToContainerNotStatusOKError [2022-03-01T06:47:54.261Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestCopyToContainer [2022-03-01T06:47:54.261Z] --- PASS: TestCopyToContainer (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestCopyFromContainerError [2022-03-01T06:47:54.261Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestCopyFromContainerNotFoundError [2022-03-01T06:47:54.261Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestCopyFromContainerNotStatusOKError [2022-03-01T06:47:54.261Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestCopyFromContainerNoHeaderError [2022-03-01T06:47:54.261Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestCopyFromContainer [2022-03-01T06:47:54.261Z] --- PASS: TestCopyFromContainer (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerCreateError [2022-03-01T06:47:54.261Z] --- PASS: TestContainerCreateError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerCreateImageNotFound [2022-03-01T06:47:54.261Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerCreateWithName [2022-03-01T06:47:54.261Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerCreateAutoRemove [2022-03-01T06:47:54.261Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerDiffError [2022-03-01T06:47:54.261Z] --- PASS: TestContainerDiffError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerDiff [2022-03-01T06:47:54.261Z] --- PASS: TestContainerDiff (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerExecCreateError [2022-03-01T06:47:54.261Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerExecCreate [2022-03-01T06:47:54.261Z] --- PASS: TestContainerExecCreate (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerExecStartError [2022-03-01T06:47:54.261Z] --- PASS: TestContainerExecStartError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerExecStart [2022-03-01T06:47:54.261Z] --- PASS: TestContainerExecStart (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerExecInspectError [2022-03-01T06:47:54.261Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerExecInspect [2022-03-01T06:47:54.261Z] --- PASS: TestContainerExecInspect (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerExportError [2022-03-01T06:47:54.261Z] --- PASS: TestContainerExportError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerExport [2022-03-01T06:47:54.261Z] --- PASS: TestContainerExport (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerInspectError [2022-03-01T06:47:54.261Z] --- PASS: TestContainerInspectError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerInspectContainerNotFound [2022-03-01T06:47:54.261Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerInspectWithEmptyID [2022-03-01T06:47:54.261Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerInspect [2022-03-01T06:47:54.261Z] --- PASS: TestContainerInspect (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerInspectNode [2022-03-01T06:47:54.261Z] --- PASS: TestContainerInspectNode (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerKillError [2022-03-01T06:47:54.261Z] --- PASS: TestContainerKillError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerKill [2022-03-01T06:47:54.261Z] --- PASS: TestContainerKill (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerListError [2022-03-01T06:47:54.261Z] --- PASS: TestContainerListError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerList [2022-03-01T06:47:54.261Z] --- PASS: TestContainerList (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerLogsNotFoundError [2022-03-01T06:47:54.261Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerLogsError [2022-03-01T06:47:54.261Z] --- PASS: TestContainerLogsError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerLogs [2022-03-01T06:47:54.261Z] --- PASS: TestContainerLogs (0.18s) [2022-03-01T06:47:54.261Z] === RUN TestContainerPauseError [2022-03-01T06:47:54.261Z] --- PASS: TestContainerPauseError (0.02s) [2022-03-01T06:47:54.261Z] === RUN TestContainerPause [2022-03-01T06:47:54.261Z] --- PASS: TestContainerPause (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainersPruneError [2022-03-01T06:47:54.261Z] --- PASS: TestContainersPruneError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainersPrune [2022-03-01T06:47:54.261Z] --- PASS: TestContainersPrune (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerRemoveError [2022-03-01T06:47:54.261Z] --- PASS: TestContainerRemoveError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerRemoveNotFoundError [2022-03-01T06:47:54.261Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerRemove [2022-03-01T06:47:54.261Z] --- PASS: TestContainerRemove (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerRenameError [2022-03-01T06:47:54.261Z] --- PASS: TestContainerRenameError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerRename [2022-03-01T06:47:54.261Z] --- PASS: TestContainerRename (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerResizeError [2022-03-01T06:47:54.261Z] --- PASS: TestContainerResizeError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerExecResizeError [2022-03-01T06:47:54.261Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerResize [2022-03-01T06:47:54.261Z] --- PASS: TestContainerResize (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerExecResize [2022-03-01T06:47:54.261Z] --- PASS: TestContainerExecResize (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerRestartError [2022-03-01T06:47:54.261Z] --- PASS: TestContainerRestartError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerRestart [2022-03-01T06:47:54.261Z] --- PASS: TestContainerRestart (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerStartError [2022-03-01T06:47:54.261Z] --- PASS: TestContainerStartError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerStart [2022-03-01T06:47:54.261Z] --- PASS: TestContainerStart (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerStatsError [2022-03-01T06:47:54.261Z] --- PASS: TestContainerStatsError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerStats [2022-03-01T06:47:54.261Z] --- PASS: TestContainerStats (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerStopError [2022-03-01T06:47:54.261Z] --- PASS: TestContainerStopError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerStop [2022-03-01T06:47:54.261Z] --- PASS: TestContainerStop (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerTopError [2022-03-01T06:47:54.261Z] --- PASS: TestContainerTopError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerTop [2022-03-01T06:47:54.261Z] --- PASS: TestContainerTop (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerUnpauseError [2022-03-01T06:47:54.261Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerUnpause [2022-03-01T06:47:54.261Z] --- PASS: TestContainerUnpause (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerUpdateError [2022-03-01T06:47:54.261Z] --- PASS: TestContainerUpdateError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerUpdate [2022-03-01T06:47:54.261Z] --- PASS: TestContainerUpdate (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerWaitError [2022-03-01T06:47:54.261Z] --- PASS: TestContainerWaitError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestContainerWait [2022-03-01T06:47:54.261Z] --- PASS: TestContainerWait (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestDiskUsageError [2022-03-01T06:47:54.261Z] --- PASS: TestDiskUsageError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestDiskUsage [2022-03-01T06:47:54.261Z] --- PASS: TestDiskUsage (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestDistributionInspectUnsupported [2022-03-01T06:47:54.261Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestDistributionInspectWithEmptyID [2022-03-01T06:47:54.261Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestEventsErrorInOptions [2022-03-01T06:47:54.261Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestEventsErrorFromServer [2022-03-01T06:47:54.261Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestEvents [2022-03-01T06:47:54.261Z] --- PASS: TestEvents (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestTLSCloseWriter [2022-03-01T06:47:54.261Z] === PAUSE TestTLSCloseWriter [2022-03-01T06:47:54.261Z] === RUN TestImageBuildError [2022-03-01T06:47:54.261Z] --- PASS: TestImageBuildError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestImageBuild [2022-03-01T06:47:54.261Z] --- PASS: TestImageBuild (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestGetDockerOS [2022-03-01T06:47:54.261Z] --- PASS: TestGetDockerOS (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestImageCreateError [2022-03-01T06:47:54.261Z] --- PASS: TestImageCreateError (0.01s) [2022-03-01T06:47:54.261Z] === RUN TestImageCreate [2022-03-01T06:47:54.261Z] --- PASS: TestImageCreate (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestImageHistoryError [2022-03-01T06:47:54.261Z] --- PASS: TestImageHistoryError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestImageHistory [2022-03-01T06:47:54.261Z] --- PASS: TestImageHistory (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestImageImportError [2022-03-01T06:47:54.261Z] --- PASS: TestImageImportError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestImageImport [2022-03-01T06:47:54.261Z] --- PASS: TestImageImport (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestImageInspectError [2022-03-01T06:47:54.261Z] --- PASS: TestImageInspectError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestImageInspectImageNotFound [2022-03-01T06:47:54.261Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestImageInspectWithEmptyID [2022-03-01T06:47:54.261Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestImageInspect [2022-03-01T06:47:54.261Z] --- PASS: TestImageInspect (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestImageListError [2022-03-01T06:47:54.261Z] --- PASS: TestImageListError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestImageList [2022-03-01T06:47:54.261Z] --- PASS: TestImageList (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestImageListApiBefore125 [2022-03-01T06:47:54.261Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestImageLoadError [2022-03-01T06:47:54.261Z] --- PASS: TestImageLoadError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestImageLoad [2022-03-01T06:47:54.261Z] --- PASS: TestImageLoad (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestImagesPruneError [2022-03-01T06:47:54.261Z] --- PASS: TestImagesPruneError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestImagesPrune [2022-03-01T06:47:54.261Z] --- PASS: TestImagesPrune (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestImagePullReferenceParseError [2022-03-01T06:47:54.261Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestImagePullAnyError [2022-03-01T06:47:54.261Z] --- PASS: TestImagePullAnyError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestImagePullStatusUnauthorizedError [2022-03-01T06:47:54.261Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-01T06:47:54.261Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-01T06:47:54.261Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-03-01T06:47:54.261Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestImagePullWithoutErrors [2022-03-01T06:47:54.261Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestImagePushReferenceError [2022-03-01T06:47:54.261Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestImagePushAnyError [2022-03-01T06:47:54.261Z] --- PASS: TestImagePushAnyError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestImagePushStatusUnauthorizedError [2022-03-01T06:47:54.261Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-01T06:47:54.261Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-01T06:47:54.261Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-03-01T06:47:54.261Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestImagePushWithoutErrors [2022-03-01T06:47:54.261Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-03-01T06:47:54.261Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-03-01T06:47:54.261Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-03-01T06:47:54.261Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-03-01T06:47:54.261Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-03-01T06:47:54.261Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-03-01T06:47:54.261Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-03-01T06:47:54.261Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-03-01T06:47:54.261Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestImageRemoveError [2022-03-01T06:47:54.261Z] --- PASS: TestImageRemoveError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestImageRemoveImageNotFound [2022-03-01T06:47:54.261Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestImageRemove [2022-03-01T06:47:54.261Z] --- PASS: TestImageRemove (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestImageSaveError [2022-03-01T06:47:54.261Z] --- PASS: TestImageSaveError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestImageSave [2022-03-01T06:47:54.261Z] --- PASS: TestImageSave (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestImageSearchAnyError [2022-03-01T06:47:54.261Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestImageSearchStatusUnauthorizedError [2022-03-01T06:47:54.261Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-01T06:47:54.261Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-01T06:47:54.261Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-03-01T06:47:54.261Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestImageSearchWithoutErrors [2022-03-01T06:47:54.261Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestImageTagError [2022-03-01T06:47:54.261Z] --- PASS: TestImageTagError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestImageTagInvalidReference [2022-03-01T06:47:54.261Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestImageTagInvalidSourceImageName [2022-03-01T06:47:54.261Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestImageTagHexSource [2022-03-01T06:47:54.261Z] --- PASS: TestImageTagHexSource (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestImageTag [2022-03-01T06:47:54.261Z] --- PASS: TestImageTag (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestInfoServerError [2022-03-01T06:47:54.261Z] --- PASS: TestInfoServerError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestInfoInvalidResponseJSONError [2022-03-01T06:47:54.261Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestInfo [2022-03-01T06:47:54.261Z] --- PASS: TestInfo (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestNetworkConnectError [2022-03-01T06:47:54.261Z] --- PASS: TestNetworkConnectError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-03-01T06:47:54.261Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestNetworkConnect [2022-03-01T06:47:54.261Z] --- PASS: TestNetworkConnect (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestNetworkCreateError [2022-03-01T06:47:54.261Z] --- PASS: TestNetworkCreateError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestNetworkCreate [2022-03-01T06:47:54.261Z] --- PASS: TestNetworkCreate (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestNetworkDisconnectError [2022-03-01T06:47:54.261Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestNetworkDisconnect [2022-03-01T06:47:54.261Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestNetworkInspect [2022-03-01T06:47:54.261Z] === RUN TestNetworkInspect/empty_ID [2022-03-01T06:47:54.261Z] === RUN TestNetworkInspect/no_options [2022-03-01T06:47:54.261Z] === RUN TestNetworkInspect/verbose [2022-03-01T06:47:54.261Z] === RUN TestNetworkInspect/global_scope [2022-03-01T06:47:54.261Z] === RUN TestNetworkInspect/unknown_network [2022-03-01T06:47:54.261Z] === RUN TestNetworkInspect/server_error [2022-03-01T06:47:54.261Z] --- PASS: TestNetworkInspect (0.00s) [2022-03-01T06:47:54.261Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-03-01T06:47:54.261Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-03-01T06:47:54.261Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-03-01T06:47:54.261Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-03-01T06:47:54.261Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-03-01T06:47:54.261Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestNetworkListError [2022-03-01T06:47:54.261Z] --- PASS: TestNetworkListError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestNetworkList [2022-03-01T06:47:54.261Z] --- PASS: TestNetworkList (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestNetworksPruneError [2022-03-01T06:47:54.261Z] --- PASS: TestNetworksPruneError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestNetworksPrune [2022-03-01T06:47:54.261Z] --- PASS: TestNetworksPrune (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestNetworkRemoveError [2022-03-01T06:47:54.261Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestNetworkRemove [2022-03-01T06:47:54.261Z] --- PASS: TestNetworkRemove (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestNodeInspectError [2022-03-01T06:47:54.261Z] --- PASS: TestNodeInspectError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestNodeInspectNodeNotFound [2022-03-01T06:47:54.261Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestNodeInspectWithEmptyID [2022-03-01T06:47:54.261Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestNodeInspect [2022-03-01T06:47:54.261Z] --- PASS: TestNodeInspect (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestNodeListError [2022-03-01T06:47:54.261Z] --- PASS: TestNodeListError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestNodeList [2022-03-01T06:47:54.261Z] --- PASS: TestNodeList (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestNodeRemoveError [2022-03-01T06:47:54.261Z] --- PASS: TestNodeRemoveError (0.00s) [2022-03-01T06:47:54.261Z] === RUN TestNodeRemove [2022-03-01T06:47:54.262Z] --- PASS: TestNodeRemove (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestNodeUpdateError [2022-03-01T06:47:54.262Z] --- PASS: TestNodeUpdateError (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestNodeUpdate [2022-03-01T06:47:54.262Z] --- PASS: TestNodeUpdate (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestOptionWithHostFromEnv [2022-03-01T06:47:54.262Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestOptionWithTimeout [2022-03-01T06:47:54.262Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestOptionWithVersionFromEnv [2022-03-01T06:47:54.262Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestPingFail [2022-03-01T06:47:54.262Z] --- PASS: TestPingFail (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestPingWithError [2022-03-01T06:47:54.262Z] 2022/03/01 06:47:53 RoundTripper returned a response & error; ignoring response [2022-03-01T06:47:54.262Z] 2022/03/01 06:47:53 RoundTripper returned a response & error; ignoring response [2022-03-01T06:47:54.262Z] --- PASS: TestPingWithError (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestPingSuccess [2022-03-01T06:47:54.262Z] --- PASS: TestPingSuccess (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestPingHeadFallback [2022-03-01T06:47:54.262Z] === RUN TestPingHeadFallback/OK [2022-03-01T06:47:54.262Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-03-01T06:47:54.262Z] === RUN TestPingHeadFallback/Not_Found [2022-03-01T06:47:54.262Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-03-01T06:47:54.262Z] --- PASS: TestPingHeadFallback (0.00s) [2022-03-01T06:47:54.262Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-03-01T06:47:54.262Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-03-01T06:47:54.262Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-03-01T06:47:54.262Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestPluginDisableError [2022-03-01T06:47:54.262Z] --- PASS: TestPluginDisableError (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestPluginDisable [2022-03-01T06:47:54.262Z] --- PASS: TestPluginDisable (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestPluginEnableError [2022-03-01T06:47:54.262Z] --- PASS: TestPluginEnableError (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestPluginEnable [2022-03-01T06:47:54.262Z] --- PASS: TestPluginEnable (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestPluginInspectError [2022-03-01T06:47:54.262Z] --- PASS: TestPluginInspectError (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestPluginInspectWithEmptyID [2022-03-01T06:47:54.262Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestPluginInspect [2022-03-01T06:47:54.262Z] --- PASS: TestPluginInspect (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestPluginListError [2022-03-01T06:47:54.262Z] --- PASS: TestPluginListError (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestPluginList [2022-03-01T06:47:54.262Z] --- PASS: TestPluginList (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestPluginPushError [2022-03-01T06:47:54.262Z] --- PASS: TestPluginPushError (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestPluginPush [2022-03-01T06:47:54.262Z] --- PASS: TestPluginPush (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestPluginRemoveError [2022-03-01T06:47:54.262Z] --- PASS: TestPluginRemoveError (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestPluginRemove [2022-03-01T06:47:54.262Z] --- PASS: TestPluginRemove (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestPluginSetError [2022-03-01T06:47:54.262Z] --- PASS: TestPluginSetError (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestPluginSet [2022-03-01T06:47:54.262Z] --- PASS: TestPluginSet (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestSetHostHeader [2022-03-01T06:47:54.262Z] --- PASS: TestSetHostHeader (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestPlainTextError [2022-03-01T06:47:54.262Z] --- PASS: TestPlainTextError (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestInfiniteError [2022-03-01T06:47:54.262Z] --- PASS: TestInfiniteError (0.03s) [2022-03-01T06:47:54.262Z] === RUN TestCanceledContext [2022-03-01T06:47:54.262Z] 2022/03/01 06:47:53 RoundTripper returned a response & error; ignoring response [2022-03-01T06:47:54.262Z] --- PASS: TestCanceledContext (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestDeadlineExceededContext [2022-03-01T06:47:54.262Z] 2022/03/01 06:47:53 RoundTripper returned a response & error; ignoring response [2022-03-01T06:47:54.262Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestSecretCreateUnsupported [2022-03-01T06:47:54.262Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestSecretCreateError [2022-03-01T06:47:54.262Z] --- PASS: TestSecretCreateError (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestSecretCreate [2022-03-01T06:47:54.262Z] --- PASS: TestSecretCreate (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestSecretInspectUnsupported [2022-03-01T06:47:54.262Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestSecretInspectError [2022-03-01T06:47:54.262Z] --- PASS: TestSecretInspectError (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestSecretInspectSecretNotFound [2022-03-01T06:47:54.262Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestSecretInspectWithEmptyID [2022-03-01T06:47:54.262Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestSecretInspect [2022-03-01T06:47:54.262Z] --- PASS: TestSecretInspect (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestSecretListUnsupported [2022-03-01T06:47:54.262Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestSecretListError [2022-03-01T06:47:54.262Z] --- PASS: TestSecretListError (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestSecretList [2022-03-01T06:47:54.262Z] --- PASS: TestSecretList (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestSecretRemoveUnsupported [2022-03-01T06:47:54.262Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestSecretRemoveError [2022-03-01T06:47:54.262Z] --- PASS: TestSecretRemoveError (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestSecretRemove [2022-03-01T06:47:54.262Z] --- PASS: TestSecretRemove (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestSecretUpdateUnsupported [2022-03-01T06:47:54.262Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestSecretUpdateError [2022-03-01T06:47:54.262Z] --- PASS: TestSecretUpdateError (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestSecretUpdate [2022-03-01T06:47:54.262Z] --- PASS: TestSecretUpdate (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestServiceCreateError [2022-03-01T06:47:54.262Z] --- PASS: TestServiceCreateError (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestServiceCreate [2022-03-01T06:47:54.262Z] --- PASS: TestServiceCreate (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestServiceCreateCompatiblePlatforms [2022-03-01T06:47:54.262Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestServiceCreateDigestPinning [2022-03-01T06:47:54.262Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestServiceInspectError [2022-03-01T06:47:54.262Z] --- PASS: TestServiceInspectError (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestServiceInspectServiceNotFound [2022-03-01T06:47:54.262Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestServiceInspectWithEmptyID [2022-03-01T06:47:54.262Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestServiceInspect [2022-03-01T06:47:54.262Z] --- PASS: TestServiceInspect (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestServiceListError [2022-03-01T06:47:54.262Z] --- PASS: TestServiceListError (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestServiceList [2022-03-01T06:47:54.262Z] --- PASS: TestServiceList (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestServiceLogsError [2022-03-01T06:47:54.262Z] --- PASS: TestServiceLogsError (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestServiceLogs [2022-03-01T06:47:54.262Z] --- PASS: TestServiceLogs (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestServiceRemoveError [2022-03-01T06:47:54.262Z] --- PASS: TestServiceRemoveError (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestServiceRemoveNotFoundError [2022-03-01T06:47:54.262Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestServiceRemove [2022-03-01T06:47:54.262Z] --- PASS: TestServiceRemove (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestServiceUpdateError [2022-03-01T06:47:54.262Z] --- PASS: TestServiceUpdateError (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestServiceUpdate [2022-03-01T06:47:54.262Z] --- PASS: TestServiceUpdate (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestSwarmGetUnlockKeyError [2022-03-01T06:47:54.262Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestSwarmGetUnlockKey [2022-03-01T06:47:54.262Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestSwarmInitError [2022-03-01T06:47:54.262Z] --- PASS: TestSwarmInitError (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestSwarmInit [2022-03-01T06:47:54.262Z] --- PASS: TestSwarmInit (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestSwarmInspectError [2022-03-01T06:47:54.262Z] --- PASS: TestSwarmInspectError (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestSwarmInspect [2022-03-01T06:47:54.262Z] --- PASS: TestSwarmInspect (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestSwarmJoinError [2022-03-01T06:47:54.262Z] --- PASS: TestSwarmJoinError (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestSwarmJoin [2022-03-01T06:47:54.262Z] --- PASS: TestSwarmJoin (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestSwarmLeaveError [2022-03-01T06:47:54.262Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestSwarmLeave [2022-03-01T06:47:54.262Z] --- PASS: TestSwarmLeave (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestSwarmUnlockError [2022-03-01T06:47:54.262Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestSwarmUnlock [2022-03-01T06:47:54.262Z] --- PASS: TestSwarmUnlock (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestSwarmUpdateError [2022-03-01T06:47:54.262Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestSwarmUpdate [2022-03-01T06:47:54.262Z] --- PASS: TestSwarmUpdate (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestTaskInspectError [2022-03-01T06:47:54.262Z] --- PASS: TestTaskInspectError (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestTaskInspectWithEmptyID [2022-03-01T06:47:54.262Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestTaskInspect [2022-03-01T06:47:54.262Z] --- PASS: TestTaskInspect (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestTaskListError [2022-03-01T06:47:54.262Z] --- PASS: TestTaskListError (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestTaskList [2022-03-01T06:47:54.262Z] --- PASS: TestTaskList (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestVolumeCreateError [2022-03-01T06:47:54.262Z] --- PASS: TestVolumeCreateError (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestVolumeCreate [2022-03-01T06:47:54.262Z] --- PASS: TestVolumeCreate (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestVolumeInspectError [2022-03-01T06:47:54.262Z] --- PASS: TestVolumeInspectError (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestVolumeInspectNotFound [2022-03-01T06:47:54.262Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestVolumeInspectWithEmptyID [2022-03-01T06:47:54.262Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestVolumeInspect [2022-03-01T06:47:54.262Z] --- PASS: TestVolumeInspect (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestVolumeListError [2022-03-01T06:47:54.262Z] --- PASS: TestVolumeListError (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestVolumeList [2022-03-01T06:47:54.262Z] --- PASS: TestVolumeList (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestVolumeRemoveError [2022-03-01T06:47:54.262Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-03-01T06:47:54.262Z] === RUN TestVolumeRemove [2022-03-01T06:47:54.262Z] --- PASS: TestVolumeRemove (0.00s) [2022-03-01T06:47:54.262Z] === CONT TestTLSCloseWriter [2022-03-01T06:47:54.262Z] --- PASS: TestTLSCloseWriter (0.01s) [2022-03-01T06:47:54.262Z] PASS [2022-03-01T06:47:54.262Z] coverage: 75.2% of statements [2022-03-01T06:47:54.262Z] ok github.com/docker/docker/client 0.368s coverage: 75.2% of statements [2022-03-01T06:47:54.321Z] --- PASS: TestCreateWithCustomMaskedPaths (1.71s) [2022-03-01T06:47:54.321Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-01T06:47:55.709Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-03-01T06:47:55.971Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.63s) [2022-03-01T06:47:55.971Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-01T06:47:55.971Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-01T06:47:55.971Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-01T06:47:55.971Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-01T06:47:55.971Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-01T06:47:55.971Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-01T06:47:55.971Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-01T06:47:55.971Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-01T06:47:55.971Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-01T06:47:55.971Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-01T06:47:55.971Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-01T06:47:55.971Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-01T06:47:55.971Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-01T06:47:55.971Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-01T06:47:55.971Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-01T06:47:55.971Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-01T06:47:55.971Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-03-01T06:47:55.971Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-01T06:47:55.971Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-01T06:47:55.971Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-01T06:47:55.971Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-01T06:47:55.971Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-03-01T06:47:55.971Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-01T06:47:56.543Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.59s) [2022-03-01T06:47:56.543Z] === RUN TestCreateDifferentPlatform [2022-03-01T06:47:56.543Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-01T06:47:56.543Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-01T06:47:56.543Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2022-03-01T06:47:56.543Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2022-03-01T06:47:56.543Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2022-03-01T06:47:56.543Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-01T06:47:56.543Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-01T06:47:56.543Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2022-03-01T06:47:56.543Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-01T06:47:56.805Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2022-03-01T06:47:56.805Z] === RUN TestContainerStartOnDaemonRestart [2022-03-01T06:47:56.805Z] === PAUSE TestContainerStartOnDaemonRestart [2022-03-01T06:47:56.805Z] === RUN TestDaemonRestartIpcMode [2022-03-01T06:47:56.805Z] === PAUSE TestDaemonRestartIpcMode [2022-03-01T06:47:56.805Z] === RUN TestDaemonHostGatewayIP [2022-03-01T06:47:56.805Z] === PAUSE TestDaemonHostGatewayIP [2022-03-01T06:47:56.805Z] === RUN TestRestartDaemonWithRestartingContainer [2022-03-01T06:47:56.805Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-03-01T06:47:56.805Z] === RUN TestContainerKillOnDaemonStart [2022-03-01T06:47:56.805Z] === PAUSE TestContainerKillOnDaemonStart [2022-03-01T06:47:56.805Z] === RUN TestDiff [2022-03-01T06:47:57.079Z] check_test.go:308: [d0f9964f63c24] daemon is not started [2022-03-01T06:47:57.079Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2022-03-01T06:47:57.359Z] --- PASS: TestDiff (0.61s) [2022-03-01T06:47:57.359Z] === RUN TestExecWithCloseStdin [2022-03-01T06:47:57.628Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2022-03-01T06:47:58.202Z] --- PASS: TestExecWithCloseStdin (0.80s) [2022-03-01T06:47:58.202Z] === RUN TestExec [2022-03-01T06:47:58.202Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2022-03-01T06:47:58.513Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (8.95s) [2022-03-01T06:47:58.513Z] PASS [2022-03-01T06:47:58.513Z] [2022-03-01T06:47:58.513Z] === Skipped [2022-03-01T06:47:58.513Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2022-03-01T06:47:58.513Z] build_session_test.go:25: TODO: BuildKit [2022-03-01T06:47:58.513Z] [2022-03-01T06:47:58.513Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-03-01T06:47:58.513Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-01T06:47:58.513Z] [2022-03-01T06:47:58.513Z] DONE 34 tests, 2 skipped in 78.225s [2022-03-01T06:47:58.513Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2022-03-01T06:47:58.513Z] ++ 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 [2022-03-01T06:47:58.513Z] ++ set -e [2022-03-01T06:47:58.513Z] ++ '[' -n 0 ']' [2022-03-01T06:47:58.513Z] ++ set -x [2022-03-01T06:47:58.513Z] ++ 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 [2022-03-01T06:47:58.513Z] INFO: Testing against a local daemon [2022-03-01T06:47:58.513Z] === RUN TestConfigInspect [2022-03-01T06:47:58.774Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2022-03-01T06:47:59.035Z] --- PASS: TestExec (0.85s) [2022-03-01T06:47:59.035Z] === RUN TestExecUser [2022-03-01T06:47:59.035Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-03-01T06:47:59.035Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-03-01T06:47:59.984Z] --- PASS: TestExecUser (0.81s) [2022-03-01T06:47:59.984Z] === RUN TestExportContainerAndImportImage [2022-03-01T06:48:00.408Z] --- PASS: TestConfigInspect (2.19s) [2022-03-01T06:48:00.408Z] === RUN TestConfigList [2022-03-01T06:48:00.939Z] --- PASS: TestExportContainerAndImportImage (1.22s) [2022-03-01T06:48:00.939Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-01T06:48:01.201Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-03-01T06:48:01.774Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2022-03-01T06:48:02.347Z] --- PASS: TestExportContainerAfterDaemonRestart (1.43s) [2022-03-01T06:48:02.347Z] === RUN TestHealthCheckWorkdir [2022-03-01T06:48:02.929Z] --- PASS: TestConfigList (2.08s) [2022-03-01T06:48:02.929Z] === RUN TestConfigsCreateAndDelete [2022-03-01T06:48:03.738Z] --- PASS: TestHealthCheckWorkdir (1.16s) [2022-03-01T06:48:03.738Z] === RUN TestHealthKillContainer [2022-03-01T06:48:04.314Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-03-01T06:48:04.624Z] === RUN TestMiddlewares [2022-03-01T06:48:04.625Z] --- PASS: TestMiddlewares (0.00s) [2022-03-01T06:48:04.625Z] PASS [2022-03-01T06:48:04.625Z] coverage: 9.0% of statements [2022-03-01T06:48:04.625Z] ok github.com/docker/docker/api/server 0.059s coverage: 9.0% of statements [2022-03-01T06:48:04.822Z] --- PASS: TestConfigsCreateAndDelete (2.06s) [2022-03-01T06:48:04.823Z] === RUN TestConfigsUpdate [2022-03-01T06:48:05.261Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-03-01T06:48:05.395Z] ............................ [ 66%] [2022-03-01T06:48:05.522Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-03-01T06:48:06.717Z] --- PASS: TestConfigsUpdate (2.07s) [2022-03-01T06:48:06.717Z] === RUN TestTemplatedConfig [2022-03-01T06:48:06.909Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2022-03-01T06:48:08.297Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-03-01T06:48:08.868Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2022-03-01T06:48:08.868Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-03-01T06:48:08.868Z] check_test.go:308: [d2e0846f95f98] daemon is not started [2022-03-01T06:48:08.868Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2022-03-01T06:48:09.237Z] --- PASS: TestTemplatedConfig (2.27s) [2022-03-01T06:48:09.237Z] === RUN TestConfigCreateResolve [2022-03-01T06:48:10.253Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2022-03-01T06:48:10.827Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-03-01T06:48:11.166Z] --- PASS: TestConfigCreateResolve (2.09s) [2022-03-01T06:48:11.166Z] PASS [2022-03-01T06:48:11.166Z] [2022-03-01T06:48:11.166Z] DONE 6 tests in 12.854s [2022-03-01T06:48:11.166Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2022-03-01T06:48:11.166Z] ++ 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 [2022-03-01T06:48:11.166Z] ++ set -e [2022-03-01T06:48:11.166Z] ++ '[' -n 0 ']' [2022-03-01T06:48:11.166Z] ++ set -x [2022-03-01T06:48:11.166Z] ++ 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 [2022-03-01T06:48:11.166Z] INFO: Testing against a local daemon [2022-03-01T06:48:11.166Z] === RUN TestCheckpoint [2022-03-01T06:48:11.166Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-01T06:48:11.166Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-01T06:48:11.166Z] === RUN TestContainerInvalidJSON [2022-03-01T06:48:11.166Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-01T06:48:11.166Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-01T06:48:11.166Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-01T06:48:11.166Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-01T06:48:11.166Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-01T06:48:11.166Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-01T06:48:11.166Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-03-01T06:48:11.166Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-01T06:48:11.166Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-01T06:48:11.166Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-01T06:48:11.166Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-03-01T06:48:11.166Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-01T06:48:11.166Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2022-03-01T06:48:11.166Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-01T06:48:11.166Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2022-03-01T06:48:11.166Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-01T06:48:11.437Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2022-03-01T06:48:11.437Z] === RUN TestCopyFromContainer [2022-03-01T06:48:11.571Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.56s) [2022-03-01T06:48:11.571Z] PASS [2022-03-01T06:48:11.571Z] [2022-03-01T06:48:11.571Z] DONE 17 tests in 47.111s [2022-03-01T06:48:11.571Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-03-01T06:48:11.571Z] INFO: Testing against a local daemon [2022-03-01T06:48:11.571Z] === RUN TestPluginInvalidJSON [2022-03-01T06:48:11.571Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-01T06:48:11.571Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-01T06:48:11.571Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-01T06:48:11.571Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-03-01T06:48:11.571Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-01T06:48:11.571Z] === RUN TestPluginInstall [2022-03-01T06:48:11.571Z] === RUN TestPluginInstall/no_auth [2022-03-01T06:48:11.571Z] time="2022-03-01T06:48:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-01T06:48:11.571Z] time="2022-03-01T06:48:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e1fff182e895233413d33de51731752dc2a79eff9e6c84f8f533dc2bc02d73d2" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-01T06:48:11.571Z] time="2022-03-01T06:48:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-01T06:48:11.571Z] time="2022-03-01T06:48:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e1fff182e895233413d33de51731752dc2a79eff9e6c84f8f533dc2bc02d73d2" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-01T06:48:11.571Z] === RUN TestPluginInstall/with_htpasswd [2022-03-01T06:48:11.772Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-03-01T06:48:11.772Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2022-03-01T06:48:11.828Z] time="2022-03-01T06:48:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-01T06:48:11.828Z] time="2022-03-01T06:48:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:807574066477ee2ade26b1f997eea270136ccb6e6e1a60ac3c893963bdf4d08f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-01T06:48:11.828Z] time="2022-03-01T06:48:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-01T06:48:11.828Z] time="2022-03-01T06:48:11Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:807574066477ee2ade26b1f997eea270136ccb6e6e1a60ac3c893963bdf4d08f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-01T06:48:11.828Z] === RUN TestPluginInstall/with_insecure [2022-03-01T06:48:12.002Z] === RUN TestCopyFromContainer// [2022-03-01T06:48:12.034Z] --- PASS: TestHealthKillContainer (8.40s) [2022-03-01T06:48:12.034Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-01T06:48:12.072Z] --- PASS: TestCheckoutGit (29.20s) [2022-03-01T06:48:12.072Z] === RUN TestValidGitTransport [2022-03-01T06:48:12.072Z] --- PASS: TestValidGitTransport (0.00s) [2022-03-01T06:48:12.072Z] === RUN TestGitInvalidRef [2022-03-01T06:48:12.072Z] --- PASS: TestGitInvalidRef (0.21s) [2022-03-01T06:48:12.072Z] PASS [2022-03-01T06:48:12.072Z] coverage: 86.3% of statements [2022-03-01T06:48:12.072Z] ok github.com/docker/docker/builder/remotecontext/git 29.549s coverage: 86.3% of statements [2022-03-01T06:48:12.072Z] ? github.com/docker/docker/cli [no test files] [2022-03-01T06:48:12.072Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-01T06:48:12.259Z] === RUN TestCopyFromContainer//bar/root [2022-03-01T06:48:12.259Z] === RUN TestCopyFromContainer//bar/root/ [2022-03-01T06:48:12.259Z] === RUN TestCopyFromContainer/bar/quux [2022-03-01T06:48:12.259Z] === RUN TestCopyFromContainer/bar/quux/ [2022-03-01T06:48:12.516Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-03-01T06:48:12.516Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-03-01T06:48:12.516Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-03-01T06:48:12.516Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-03-01T06:48:12.516Z] === RUN TestCopyFromContainer/bar/notarget [2022-03-01T06:48:12.608Z] --- PASS: TestInspectCpusetInConfigPre120 (0.70s) [2022-03-01T06:48:12.608Z] === RUN TestIpcModeNone [2022-03-01T06:48:12.608Z] === RUN TestDockerSuite/TestBuildAddScript [2022-03-01T06:48:12.758Z] time="2022-03-01T06:48:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-01T06:48:12.758Z] time="2022-03-01T06:48:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1a14e25e9f85bfcceac333597c2a45c3cbebdb3b7b8bc6bb5352b85fdb87b561" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-01T06:48:12.758Z] time="2022-03-01T06:48:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-01T06:48:12.758Z] time="2022-03-01T06:48:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1a14e25e9f85bfcceac333597c2a45c3cbebdb3b7b8bc6bb5352b85fdb87b561" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-01T06:48:12.773Z] --- PASS: TestCopyFromContainer (1.38s) [2022-03-01T06:48:12.773Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-03-01T06:48:12.773Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-03-01T06:48:12.773Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2022-03-01T06:48:12.773Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2022-03-01T06:48:12.773Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-03-01T06:48:12.773Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-03-01T06:48:12.773Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-03-01T06:48:12.773Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-03-01T06:48:12.773Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-03-01T06:48:12.773Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-03-01T06:48:12.773Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-01T06:48:12.773Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-01T06:48:12.773Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-01T06:48:12.773Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-01T06:48:12.774Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-01T06:48:12.774Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-01T06:48:12.774Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-01T06:48:12.774Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-01T06:48:12.774Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-01T06:48:12.774Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-01T06:48:12.774Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-03-01T06:48:12.774Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-01T06:48:12.774Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-01T06:48:12.774Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-01T06:48:12.774Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-01T06:48:12.774Z] --- PASS: TestCreateLinkToNonExistingContainer (0.09s) [2022-03-01T06:48:12.774Z] === RUN TestCreateWithInvalidEnv [2022-03-01T06:48:12.774Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-01T06:48:12.774Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-01T06:48:12.774Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-01T06:48:12.774Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-01T06:48:12.774Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-01T06:48:12.774Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-01T06:48:12.774Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-01T06:48:12.774Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-01T06:48:12.774Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-01T06:48:12.774Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-03-01T06:48:12.774Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-01T06:48:12.774Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-01T06:48:12.774Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-01T06:48:12.774Z] === RUN TestCreateTmpfsMountsTarget [2022-03-01T06:48:12.774Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-03-01T06:48:12.774Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-01T06:48:13.014Z] plugin_test.go:165: [dd92f0d209ecd] daemon is not started [2022-03-01T06:48:13.015Z] --- PASS: TestPluginInstall (3.10s) [2022-03-01T06:48:13.015Z] --- PASS: TestPluginInstall/no_auth (1.43s) [2022-03-01T06:48:13.015Z] --- PASS: TestPluginInstall/with_htpasswd (0.59s) [2022-03-01T06:48:13.015Z] --- PASS: TestPluginInstall/with_insecure (1.08s) [2022-03-01T06:48:13.015Z] === RUN TestPluginsWithRuntimes [2022-03-01T06:48:13.554Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2022-03-01T06:48:13.554Z] --- PASS: TestIpcModeNone (0.88s) [2022-03-01T06:48:13.554Z] === RUN TestIpcModePrivate [2022-03-01T06:48:14.129Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:88, shared: false, mustBeShared: false [2022-03-01T06:48:14.144Z] --- PASS: TestCreateWithCustomMaskedPaths (1.11s) [2022-03-01T06:48:14.144Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-01T06:48:14.391Z] --- PASS: TestIpcModePrivate (0.82s) [2022-03-01T06:48:14.391Z] === RUN TestIpcModeShareable [2022-03-01T06:48:14.906Z] === RUN TestPluginsWithRuntimes/No_Args [2022-03-01T06:48:14.965Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:82, shared: true, mustBeShared: true [2022-03-01T06:48:15.075Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.19s) [2022-03-01T06:48:15.075Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-01T06:48:15.075Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-01T06:48:15.075Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-01T06:48:15.075Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-01T06:48:15.075Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-01T06:48:15.075Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-01T06:48:15.075Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-01T06:48:15.075Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-01T06:48:15.075Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-01T06:48:15.075Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-01T06:48:15.075Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-01T06:48:15.075Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-01T06:48:15.075Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-01T06:48:15.075Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-01T06:48:15.075Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-01T06:48:15.075Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-01T06:48:15.075Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-03-01T06:48:15.075Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-01T06:48:15.075Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-01T06:48:15.075Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-01T06:48:15.075Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2022-03-01T06:48:15.075Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-03-01T06:48:15.075Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-01T06:48:15.227Z] check_test.go:308: [de5a70e46bd1a] daemon is not started [2022-03-01T06:48:15.227Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2022-03-01T06:48:15.227Z] --- PASS: TestIpcModeShareable (0.96s) [2022-03-01T06:48:15.227Z] === RUN TestAPIIpcModeShareableAndContainer [2022-03-01T06:48:15.470Z] === RUN TestPluginsWithRuntimes/With_Args [2022-03-01T06:48:15.489Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-03-01T06:48:15.639Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.38s) [2022-03-01T06:48:15.639Z] === RUN TestCreateDifferentPlatform [2022-03-01T06:48:15.639Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-01T06:48:15.639Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-01T06:48:15.639Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-03-01T06:48:15.639Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-01T06:48:15.639Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-01T06:48:15.639Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-01T06:48:15.639Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-03-01T06:48:15.639Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-01T06:48:15.639Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-01T06:48:15.639Z] === RUN TestContainerStartOnDaemonRestart [2022-03-01T06:48:15.639Z] === PAUSE TestContainerStartOnDaemonRestart [2022-03-01T06:48:15.639Z] === RUN TestDaemonRestartIpcMode [2022-03-01T06:48:15.639Z] === PAUSE TestDaemonRestartIpcMode [2022-03-01T06:48:15.639Z] === RUN TestDaemonHostGatewayIP [2022-03-01T06:48:15.639Z] === PAUSE TestDaemonHostGatewayIP [2022-03-01T06:48:15.639Z] === RUN TestRestartDaemonWithRestartingContainer [2022-03-01T06:48:15.639Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-03-01T06:48:15.639Z] === RUN TestContainerKillOnDaemonStart [2022-03-01T06:48:15.639Z] === PAUSE TestContainerKillOnDaemonStart [2022-03-01T06:48:15.639Z] === RUN TestDiff [2022-03-01T06:48:15.896Z] --- PASS: TestDiff (0.38s) [2022-03-01T06:48:15.896Z] === RUN TestExecWithCloseStdin [2022-03-01T06:48:16.399Z] --- PASS: TestPluginsWithRuntimes (3.25s) [2022-03-01T06:48:16.399Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.86s) [2022-03-01T06:48:16.399Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.85s) [2022-03-01T06:48:16.399Z] === RUN TestPluginBackCompatMediaTypes [2022-03-01T06:48:16.460Z] --- PASS: TestExecWithCloseStdin (0.44s) [2022-03-01T06:48:16.460Z] === RUN TestExec [2022-03-01T06:48:16.717Z] --- PASS: TestExec (0.40s) [2022-03-01T06:48:16.717Z] === RUN TestExecUser [2022-03-01T06:48:16.962Z] --- PASS: TestPluginBackCompatMediaTypes (0.57s) [2022-03-01T06:48:16.962Z] PASS [2022-03-01T06:48:16.962Z] [2022-03-01T06:48:16.962Z] DONE 10 tests in 6.971s [2022-03-01T06:48:16.962Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-03-01T06:48:16.962Z] INFO: Testing against a local daemon [2022-03-01T06:48:16.962Z] === RUN TestExternalGraphDriver [2022-03-01T06:48:16.962Z] === RUN TestExternalGraphDriver/json [2022-03-01T06:48:17.281Z] --- PASS: TestExecUser (0.43s) [2022-03-01T06:48:17.281Z] === RUN TestExportContainerAndImportImage [2022-03-01T06:48:17.845Z] --- PASS: TestExportContainerAndImportImage (0.55s) [2022-03-01T06:48:17.846Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-01T06:48:17.853Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-03-01T06:48:17.853Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-03-01T06:48:17.853Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-03-01T06:48:17.853Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-03-01T06:48:17.853Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-03-01T06:48:17.853Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-03-01T06:48:17.853Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-03-01T06:48:17.853Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-03-01T06:48:17.853Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-03-01T06:48:17.853Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-03-01T06:48:17.853Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-03-01T06:48:17.853Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-03-01T06:48:17.853Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-03-01T06:48:17.853Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-03-01T06:48:17.853Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-03-01T06:48:17.853Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-03-01T06:48:17.853Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-03-01T06:48:17.853Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-03-01T06:48:17.853Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-03-01T06:48:17.853Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-03-01T06:48:17.853Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-03-01T06:48:17.853Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-03-01T06:48:17.853Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-03-01T06:48:17.853Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-03-01T06:48:17.853Z] === RUN TestConfigureDaemonLogs [2022-03-01T06:48:17.853Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-03-01T06:48:17.853Z] === RUN TestCommonOptionsInstallFlags [2022-03-01T06:48:17.853Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-03-01T06:48:17.853Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-03-01T06:48:17.853Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-03-01T06:48:17.853Z] PASS [2022-03-01T06:48:17.853Z] coverage: 18.7% of statements [2022-03-01T06:48:17.853Z] ok github.com/docker/docker/cmd/dockerd 0.480s coverage: 18.7% of statements [2022-03-01T06:48:17.853Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-03-01T06:48:17.853Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-01T06:48:18.040Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.42s) [2022-03-01T06:48:18.040Z] === RUN TestAPIIpcModeHost [2022-03-01T06:48:18.040Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2022-03-01T06:48:18.301Z] --- PASS: TestAPIIpcModeHost (0.67s) [2022-03-01T06:48:18.301Z] === RUN TestDaemonIpcModeShareable [2022-03-01T06:48:18.309Z] === RUN TestContainerStopSignal [2022-03-01T06:48:18.309Z] --- PASS: TestContainerStopSignal (0.00s) [2022-03-01T06:48:18.309Z] === RUN TestContainerStopTimeout [2022-03-01T06:48:18.309Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-03-01T06:48:18.309Z] === RUN TestContainerSecretReferenceDestTarget [2022-03-01T06:48:18.309Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-03-01T06:48:18.309Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-03-01T06:48:18.309Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-03-01T06:48:18.309Z] === RUN TestContainerLogPathSetForRingLogger [2022-03-01T06:48:18.309Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-03-01T06:48:18.309Z] === RUN TestReplaceAndAppendEnvVars [2022-03-01T06:48:18.309Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-03-01T06:48:18.309Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-03-01T06:48:18.309Z] === RUN TestNewMemoryStore [2022-03-01T06:48:18.309Z] --- PASS: TestNewMemoryStore (0.00s) [2022-03-01T06:48:18.309Z] === RUN TestAddContainers [2022-03-01T06:48:18.309Z] --- PASS: TestAddContainers (0.00s) [2022-03-01T06:48:18.309Z] === RUN TestGetContainer [2022-03-01T06:48:18.309Z] --- PASS: TestGetContainer (0.00s) [2022-03-01T06:48:18.309Z] === RUN TestDeleteContainer [2022-03-01T06:48:18.309Z] --- PASS: TestDeleteContainer (0.00s) [2022-03-01T06:48:18.309Z] === RUN TestListContainers [2022-03-01T06:48:18.309Z] --- PASS: TestListContainers (0.00s) [2022-03-01T06:48:18.309Z] === RUN TestFirstContainer [2022-03-01T06:48:18.309Z] --- PASS: TestFirstContainer (0.00s) [2022-03-01T06:48:18.309Z] === RUN TestApplyAllContainer [2022-03-01T06:48:18.309Z] --- PASS: TestApplyAllContainer (0.00s) [2022-03-01T06:48:18.309Z] === RUN TestIsValidHealthString [2022-03-01T06:48:18.309Z] --- PASS: TestIsValidHealthString (0.00s) [2022-03-01T06:48:18.309Z] === RUN TestStateRunStop [2022-03-01T06:48:18.309Z] --- PASS: TestStateRunStop (0.00s) [2022-03-01T06:48:18.309Z] === RUN TestStateTimeoutWait [2022-03-01T06:48:18.309Z] state_test.go:141: Stop callback fired [2022-03-01T06:48:18.309Z] state_test.go:165: Stop callback fired [2022-03-01T06:48:18.309Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-03-01T06:48:18.309Z] === RUN TestIsValidStateString [2022-03-01T06:48:18.309Z] --- PASS: TestIsValidStateString (0.00s) [2022-03-01T06:48:18.309Z] === RUN TestViewSaveDelete [2022-03-01T06:48:18.309Z] --- PASS: TestViewSaveDelete (0.02s) [2022-03-01T06:48:18.309Z] === RUN TestViewAll [2022-03-01T06:48:18.309Z] --- PASS: TestViewAll (0.01s) [2022-03-01T06:48:18.309Z] === RUN TestViewGet [2022-03-01T06:48:18.309Z] --- PASS: TestViewGet (0.01s) [2022-03-01T06:48:18.309Z] === RUN TestNames [2022-03-01T06:48:18.309Z] --- PASS: TestNames (0.00s) [2022-03-01T06:48:18.309Z] === RUN TestViewWithHealthCheck [2022-03-01T06:48:18.309Z] --- PASS: TestViewWithHealthCheck (0.00s) [2022-03-01T06:48:18.309Z] PASS [2022-03-01T06:48:18.309Z] coverage: 41.7% of statements [2022-03-01T06:48:18.309Z] ok github.com/docker/docker/container 0.262s coverage: 41.7% of statements [2022-03-01T06:48:18.309Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-01T06:48:18.309Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-01T06:48:18.309Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-01T06:48:18.309Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-01T06:48:18.563Z] check_test.go:308: [d343a0dad3a60] daemon is not started [2022-03-01T06:48:18.563Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2022-03-01T06:48:18.854Z] === RUN TestExternalGraphDriver/spec [2022-03-01T06:48:19.215Z] --- PASS: TestExportContainerAfterDaemonRestart (1.23s) [2022-03-01T06:48:19.215Z] === RUN TestHealthCheckWorkdir [2022-03-01T06:48:19.472Z] --- PASS: TestHealthCheckWorkdir (0.48s) [2022-03-01T06:48:19.472Z] === RUN TestHealthKillContainer [2022-03-01T06:48:19.838Z] === RUN TestPrepare [2022-03-01T06:48:19.838Z] --- PASS: TestPrepare (0.00s) [2022-03-01T06:48:19.838Z] === RUN TestStart [2022-03-01T06:48:19.838Z] --- PASS: TestStart (0.00s) [2022-03-01T06:48:19.838Z] === RUN TestWaitCancel [2022-03-01T06:48:19.838Z] --- PASS: TestWaitCancel (0.00s) [2022-03-01T06:48:19.838Z] === RUN TestWaitDisabled [2022-03-01T06:48:19.838Z] --- PASS: TestWaitDisabled (0.00s) [2022-03-01T06:48:19.838Z] === RUN TestWaitEnabled [2022-03-01T06:48:19.838Z] --- PASS: TestWaitEnabled (0.00s) [2022-03-01T06:48:19.838Z] === RUN TestRemove [2022-03-01T06:48:19.838Z] --- PASS: TestRemove (0.00s) [2022-03-01T06:48:19.838Z] PASS [2022-03-01T06:48:19.838Z] coverage: 65.3% of statements [2022-03-01T06:48:19.838Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.057s coverage: 65.3% of statements [2022-03-01T06:48:19.964Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:91, shared: true, mustBeShared: true [2022-03-01T06:48:19.964Z] --- PASS: TestDaemonIpcModeShareable (1.51s) [2022-03-01T06:48:19.964Z] === RUN TestDaemonIpcModePrivate [2022-03-01T06:48:20.223Z] === RUN TestExternalGraphDriver/pull [2022-03-01T06:48:20.799Z] === RUN TestNewListSecretsFilters [2022-03-01T06:48:20.799Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-03-01T06:48:20.799Z] === RUN TestNewListConfigsFilters [2022-03-01T06:48:20.799Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-03-01T06:48:20.799Z] PASS [2022-03-01T06:48:20.799Z] coverage: 0.5% of statements [2022-03-01T06:48:20.799Z] ok github.com/docker/docker/daemon/cluster 0.166s coverage: 0.5% of statements [2022-03-01T06:48:20.799Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-03-01T06:48:21.255Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.15s) [2022-03-01T06:48:21.255Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-03-01T06:48:21.255Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-03-01T06:48:21.255Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-03-01T06:48:21.255Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-03-01T06:48:21.255Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-03-01T06:48:21.255Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-03-01T06:48:21.255Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-03-01T06:48:21.255Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-03-01T06:48:21.255Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-03-01T06:48:21.255Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-03-01T06:48:21.255Z] === RUN TestServiceConvertToGRPCIsolation [2022-03-01T06:48:21.255Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-03-01T06:48:21.255Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-03-01T06:48:21.255Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-03-01T06:48:21.255Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-03-01T06:48:21.255Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-03-01T06:48:21.255Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-03-01T06:48:21.255Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-03-01T06:48:21.353Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:99, shared: false, mustBeShared: false [2022-03-01T06:48:21.353Z] docker_cli_daemon_plugins_test.go:80: [d13da7a15c1b7] daemon is not started [2022-03-01T06:48:21.614Z] --- PASS: TestDaemonIpcModePrivate (1.64s) [2022-03-01T06:48:21.614Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-03-01T06:48:21.711Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-03-01T06:48:21.711Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-03-01T06:48:21.711Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-03-01T06:48:21.711Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-03-01T06:48:21.712Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-03-01T06:48:21.712Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-03-01T06:48:21.712Z] === RUN TestServiceConvertFromGRPCIsolation [2022-03-01T06:48:21.712Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-03-01T06:48:21.712Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-03-01T06:48:21.712Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-03-01T06:48:21.712Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-03-01T06:48:21.712Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-03-01T06:48:21.712Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-03-01T06:48:21.712Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-03-01T06:48:21.712Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-03-01T06:48:21.712Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-03-01T06:48:21.712Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-03-01T06:48:21.712Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-03-01T06:48:21.712Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-03-01T06:48:21.712Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-03-01T06:48:21.712Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-03-01T06:48:21.712Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-03-01T06:48:21.712Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-03-01T06:48:21.712Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-03-01T06:48:21.712Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-01T06:48:21.712Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-03-01T06:48:21.712Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-03-01T06:48:21.712Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-03-01T06:48:21.712Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-03-01T06:48:21.712Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-01T06:48:21.712Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-01T06:48:21.712Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-01T06:48:21.712Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-03-01T06:48:21.712Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-03-01T06:48:21.712Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-03-01T06:48:21.712Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-03-01T06:48:21.712Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-03-01T06:48:21.712Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-03-01T06:48:21.712Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-01T06:48:21.712Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-01T06:48:21.712Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-01T06:48:21.712Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-01T06:48:21.712Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-03-01T06:48:21.712Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-03-01T06:48:21.712Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-03-01T06:48:21.712Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-03-01T06:48:21.712Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-03-01T06:48:21.712Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-03-01T06:48:21.712Z] === RUN TestServiceConvertFromGRPCConfigs [2022-03-01T06:48:21.712Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-03-01T06:48:21.712Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-03-01T06:48:21.712Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-03-01T06:48:21.712Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-03-01T06:48:21.712Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-03-01T06:48:21.712Z] === RUN TestServiceConvertToGRPCConfigs [2022-03-01T06:48:21.712Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-03-01T06:48:21.712Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-03-01T06:48:21.712Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-03-01T06:48:21.712Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-03-01T06:48:21.712Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-03-01T06:48:21.712Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-03-01T06:48:21.712Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-03-01T06:48:21.712Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-03-01T06:48:21.712Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-03-01T06:48:21.712Z] PASS [2022-03-01T06:48:21.712Z] coverage: 35.9% of statements [2022-03-01T06:48:21.712Z] ok github.com/docker/docker/daemon/cluster/convert 0.449s coverage: 35.9% of statements [2022-03-01T06:48:21.876Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-03-01T06:48:22.114Z] --- PASS: TestExternalGraphDriver (4.87s) [2022-03-01T06:48:22.114Z] --- PASS: TestExternalGraphDriver/json (1.61s) [2022-03-01T06:48:22.114Z] --- PASS: TestExternalGraphDriver/spec (1.64s) [2022-03-01T06:48:22.114Z] --- PASS: TestExternalGraphDriver/pull (1.60s) [2022-03-01T06:48:22.114Z] === RUN TestGraphdriverPluginV2 [2022-03-01T06:48:22.450Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2022-03-01T06:48:23.022Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:97, shared: false, mustBeShared: false [2022-03-01T06:48:23.287Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.61s) [2022-03-01T06:48:23.287Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-03-01T06:48:24.599Z] === RUN TestBuilderGC [2022-03-01T06:48:24.599Z] --- PASS: TestBuilderGC (0.00s) [2022-03-01T06:48:24.599Z] === RUN TestDaemonConfigurationNotFound [2022-03-01T06:48:24.599Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-03-01T06:48:24.599Z] === RUN TestDaemonBrokenConfiguration [2022-03-01T06:48:24.599Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-03-01T06:48:24.599Z] === RUN TestFindConfigurationConflicts [2022-03-01T06:48:24.599Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-03-01T06:48:24.599Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-03-01T06:48:24.599Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-03-01T06:48:24.599Z] === RUN TestDaemonConfigurationMergeConflicts [2022-03-01T06:48:24.599Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-03-01T06:48:24.599Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-03-01T06:48:24.599Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-03-01T06:48:24.599Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-03-01T06:48:24.599Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-03-01T06:48:24.599Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-03-01T06:48:24.599Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-03-01T06:48:24.599Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-03-01T06:48:24.599Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-03-01T06:48:24.599Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-03-01T06:48:24.599Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-03-01T06:48:24.599Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2022-03-01T06:48:24.599Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-03-01T06:48:24.599Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-03-01T06:48:24.599Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-03-01T06:48:24.599Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-03-01T06:48:24.599Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-03-01T06:48:24.599Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-03-01T06:48:24.599Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-03-01T06:48:24.599Z] === RUN TestValidateConfigurationErrors [2022-03-01T06:48:24.599Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-03-01T06:48:24.599Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-03-01T06:48:24.599Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-03-01T06:48:24.599Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-03-01T06:48:24.599Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-03-01T06:48:24.599Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-03-01T06:48:24.599Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-03-01T06:48:24.599Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-03-01T06:48:24.599Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-03-01T06:48:24.599Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-03-01T06:48:24.599Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-03-01T06:48:24.599Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-03-01T06:48:24.599Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-03-01T06:48:24.677Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:91, shared: true, mustBeShared: true [2022-03-01T06:48:24.940Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.69s) [2022-03-01T06:48:24.940Z] === RUN TestIpcModeOlderClient [2022-03-01T06:48:24.940Z] === PAUSE TestIpcModeOlderClient [2022-03-01T06:48:24.940Z] === RUN TestKillContainerInvalidSignal [2022-03-01T06:48:25.055Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-03-01T06:48:25.055Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-03-01T06:48:25.055Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-03-01T06:48:25.055Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-03-01T06:48:25.055Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-03-01T06:48:25.055Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-03-01T06:48:25.055Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-03-01T06:48:25.055Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-03-01T06:48:25.055Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-03-01T06:48:25.055Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-03-01T06:48:25.055Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-03-01T06:48:25.055Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-03-01T06:48:25.055Z] === RUN TestValidateConfiguration [2022-03-01T06:48:25.055Z] === RUN TestValidateConfiguration/with_label [2022-03-01T06:48:25.055Z] === RUN TestValidateConfiguration/with_dns [2022-03-01T06:48:25.055Z] === RUN TestValidateConfiguration/with_dns-search [2022-03-01T06:48:25.055Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-03-01T06:48:25.055Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-03-01T06:48:25.055Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-03-01T06:48:25.055Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-03-01T06:48:25.055Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-03-01T06:48:25.055Z] --- PASS: TestValidateConfiguration (0.00s) [2022-03-01T06:48:25.055Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-03-01T06:48:25.055Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-03-01T06:48:25.055Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-03-01T06:48:25.055Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-03-01T06:48:25.055Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-03-01T06:48:25.055Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-03-01T06:48:25.055Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-03-01T06:48:25.055Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-03-01T06:48:25.055Z] === RUN TestReloadSetConfigFileNotExist [2022-03-01T06:48:25.055Z] time="2022-03-01T06:48:23Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-03-01T06:48:25.055Z] --- PASS: TestReloadSetConfigFileNotExist (0.13s) [2022-03-01T06:48:25.055Z] === RUN TestReloadDefaultConfigNotExist [2022-03-01T06:48:25.055Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:48:25.055Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-03-01T06:48:25.055Z] === RUN TestReloadBadDefaultConfig [2022-03-01T06:48:25.055Z] time="2022-03-01T06:48:24Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-3407346811" [2022-03-01T06:48:25.055Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-03-01T06:48:25.055Z] === RUN TestReloadWithConflictingLabels [2022-03-01T06:48:25.055Z] time="2022-03-01T06:48:24Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-4213507567" [2022-03-01T06:48:25.055Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-03-01T06:48:25.055Z] === RUN TestReloadWithDuplicateLabels [2022-03-01T06:48:25.055Z] time="2022-03-01T06:48:24Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-3850253847" [2022-03-01T06:48:25.055Z] --- PASS: TestReloadWithDuplicateLabels (0.04s) [2022-03-01T06:48:25.055Z] === RUN TestMaskURLCredentials [2022-03-01T06:48:25.055Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-03-01T06:48:25.055Z] === RUN TestDaemonConfigurationMerge [2022-03-01T06:48:25.055Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-03-01T06:48:25.055Z] PASS [2022-03-01T06:48:25.055Z] coverage: 79.2% of statements [2022-03-01T06:48:25.055Z] ok github.com/docker/docker/daemon/config 0.358s coverage: 79.2% of statements [2022-03-01T06:48:25.055Z] === RUN TestEventsLog [2022-03-01T06:48:25.055Z] --- PASS: TestEventsLog (0.00s) [2022-03-01T06:48:25.055Z] === RUN TestEventsLogTimeout [2022-03-01T06:48:25.055Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-03-01T06:48:25.055Z] === RUN TestLogEvents [2022-03-01T06:48:25.055Z] --- PASS: TestLogEvents (0.05s) [2022-03-01T06:48:25.055Z] === RUN TestLoadBufferedEvents [2022-03-01T06:48:25.055Z] --- PASS: TestLoadBufferedEvents (0.13s) [2022-03-01T06:48:25.055Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-03-01T06:48:25.055Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-03-01T06:48:25.055Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-03-01T06:48:25.055Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-03-01T06:48:25.055Z] PASS [2022-03-01T06:48:25.055Z] coverage: 50.0% of statements [2022-03-01T06:48:25.055Z] ok github.com/docker/docker/daemon/events 0.237s coverage: 50.0% of statements [2022-03-01T06:48:25.512Z] === RUN TestWaitNodeAttachment [2022-03-01T06:48:25.514Z] docker_cli_daemon_plugins_test.go:170: [d3b80af060cb3] daemon is not started [2022-03-01T06:48:25.514Z] --- PASS: TestKillContainerInvalidSignal (0.57s) [2022-03-01T06:48:25.514Z] === RUN TestKillContainer [2022-03-01T06:48:25.514Z] === RUN TestKillContainer/no_signal [2022-03-01T06:48:25.969Z] --- PASS: TestWaitNodeAttachment (0.40s) [2022-03-01T06:48:25.969Z] === RUN TestIsolationConversion [2022-03-01T06:48:25.969Z] === RUN TestIsolationConversion/default [2022-03-01T06:48:25.969Z] === RUN TestIsolationConversion/process [2022-03-01T06:48:25.969Z] === RUN TestIsolationConversion/hyperv [2022-03-01T06:48:25.969Z] --- PASS: TestIsolationConversion (0.00s) [2022-03-01T06:48:25.969Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-03-01T06:48:25.969Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-03-01T06:48:25.969Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-03-01T06:48:25.969Z] === RUN TestContainerLabels [2022-03-01T06:48:25.969Z] --- PASS: TestContainerLabels (0.00s) [2022-03-01T06:48:25.969Z] === RUN TestCredentialSpecConversion [2022-03-01T06:48:25.969Z] === RUN TestCredentialSpecConversion/none [2022-03-01T06:48:25.969Z] === RUN TestCredentialSpecConversion/config [2022-03-01T06:48:25.969Z] === RUN TestCredentialSpecConversion/file [2022-03-01T06:48:25.969Z] === RUN TestCredentialSpecConversion/registry [2022-03-01T06:48:25.969Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-03-01T06:48:25.969Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-03-01T06:48:25.969Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-03-01T06:48:25.969Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-03-01T06:48:25.969Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-03-01T06:48:25.969Z] === RUN TestControllerValidateMountBind [2022-03-01T06:48:25.969Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-03-01T06:48:25.969Z] === RUN TestControllerValidateMountVolume [2022-03-01T06:48:25.969Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-03-01T06:48:25.969Z] === RUN TestControllerValidateMountTarget [2022-03-01T06:48:25.969Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-03-01T06:48:25.969Z] === RUN TestControllerValidateMountTmpfs [2022-03-01T06:48:25.969Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-03-01T06:48:25.969Z] === RUN TestControllerValidateMountInvalidType [2022-03-01T06:48:25.969Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-03-01T06:48:25.969Z] === RUN TestControllerValidateMountNamedPipe [2022-03-01T06:48:25.969Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-03-01T06:48:25.969Z] PASS [2022-03-01T06:48:25.969Z] coverage: 11.0% of statements [2022-03-01T06:48:25.969Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.597s coverage: 11.0% of statements [2022-03-01T06:48:26.087Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-03-01T06:48:26.087Z] === RUN TestKillContainer/non_killing_signal [2022-03-01T06:48:26.285Z] --- PASS: TestGraphdriverPluginV2 (3.82s) [2022-03-01T06:48:26.285Z] PASS [2022-03-01T06:48:26.285Z] [2022-03-01T06:48:26.285Z] DONE 5 tests in 8.737s [2022-03-01T06:48:26.285Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-03-01T06:48:26.285Z] INFO: Testing against a local daemon [2022-03-01T06:48:26.285Z] === RUN TestContinueAfterPluginCrash [2022-03-01T06:48:26.285Z] === PAUSE TestContinueAfterPluginCrash [2022-03-01T06:48:26.285Z] === RUN TestReadPluginNoRead [2022-03-01T06:48:26.285Z] === PAUSE TestReadPluginNoRead [2022-03-01T06:48:26.285Z] === RUN TestDaemonStartWithLogOpt [2022-03-01T06:48:26.285Z] === PAUSE TestDaemonStartWithLogOpt [2022-03-01T06:48:26.285Z] === CONT TestContinueAfterPluginCrash [2022-03-01T06:48:26.285Z] === CONT TestDaemonStartWithLogOpt [2022-03-01T06:48:26.424Z] === RUN TestIsEmptyDir [2022-03-01T06:48:26.424Z] --- PASS: TestIsEmptyDir (0.01s) [2022-03-01T06:48:26.424Z] PASS [2022-03-01T06:48:26.424Z] coverage: 2.3% of statements [2022-03-01T06:48:26.424Z] ok github.com/docker/docker/daemon/graphdriver 0.066s coverage: 2.3% of statements [2022-03-01T06:48:26.660Z] === RUN TestKillContainer/killing_signal [2022-03-01T06:48:26.660Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2022-03-01T06:48:26.879Z] === RUN TestLinkNaming [2022-03-01T06:48:26.879Z] --- PASS: TestLinkNaming (0.00s) [2022-03-01T06:48:26.879Z] === RUN TestLinkNew [2022-03-01T06:48:26.879Z] --- PASS: TestLinkNew (0.00s) [2022-03-01T06:48:26.879Z] === RUN TestLinkEnv [2022-03-01T06:48:26.879Z] --- PASS: TestLinkEnv (0.00s) [2022-03-01T06:48:26.879Z] === RUN TestLinkMultipleEnv [2022-03-01T06:48:26.879Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-03-01T06:48:26.879Z] === RUN TestLinkPortRangeEnv [2022-03-01T06:48:26.879Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-03-01T06:48:26.879Z] PASS [2022-03-01T06:48:26.879Z] coverage: 93.0% of statements [2022-03-01T06:48:26.879Z] ok github.com/docker/docker/daemon/links 0.034s coverage: 93.0% of statements [2022-03-01T06:48:26.879Z] === RUN TestVerifyNetworkingConfig [2022-03-01T06:48:26.879Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-03-01T06:48:26.879Z] === RUN TestGetContainer [2022-03-01T06:48:26.879Z] --- PASS: TestGetContainer (0.00s) [2022-03-01T06:48:26.879Z] === RUN TestValidContainerNames [2022-03-01T06:48:26.879Z] --- PASS: TestValidContainerNames (0.00s) [2022-03-01T06:48:26.879Z] === RUN TestContainerInitDNS [2022-03-01T06:48:26.879Z] daemon_test.go:145: root required [2022-03-01T06:48:26.879Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-03-01T06:48:26.879Z] === RUN TestMerge [2022-03-01T06:48:26.879Z] --- PASS: TestMerge (0.00s) [2022-03-01T06:48:26.879Z] === RUN TestValidateContainerIsolation [2022-03-01T06:48:26.879Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-03-01T06:48:26.880Z] === RUN TestFindNetworkErrorType [2022-03-01T06:48:26.880Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-03-01T06:48:26.880Z] === RUN TestEnsureServicesExist [2022-03-01T06:48:26.880Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-03-01T06:48:26.880Z] === RUN TestEnsureServicesExistErrors [2022-03-01T06:48:26.880Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-03-01T06:48:26.880Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-03-01T06:48:26.880Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-03-01T06:48:26.880Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-03-01T06:48:26.880Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-03-01T06:48:26.880Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-03-01T06:48:26.880Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-03-01T06:48:26.880Z] === RUN TestContainerDelete [2022-03-01T06:48:26.880Z] --- PASS: TestContainerDelete (0.01s) [2022-03-01T06:48:26.880Z] === RUN TestContainerDoubleDelete [2022-03-01T06:48:26.880Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-03-01T06:48:26.880Z] === RUN TestLogContainerEventCopyLabels [2022-03-01T06:48:26.880Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-03-01T06:48:26.880Z] === RUN TestLogContainerEventWithAttributes [2022-03-01T06:48:26.880Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-03-01T06:48:26.880Z] === RUN TestNoneHealthcheck [2022-03-01T06:48:26.880Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-03-01T06:48:26.880Z] === RUN TestHealthStates [2022-03-01T06:48:26.880Z] time="2022-03-01T06:48:26Z" 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" [2022-03-01T06:48:26.880Z] time="2022-03-01T06:48:26Z" 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" [2022-03-01T06:48:26.880Z] time="2022-03-01T06:48:26Z" 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" [2022-03-01T06:48:26.880Z] time="2022-03-01T06:48:26Z" 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" [2022-03-01T06:48:26.880Z] time="2022-03-01T06:48:26Z" 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" [2022-03-01T06:48:26.880Z] time="2022-03-01T06:48:26Z" 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" [2022-03-01T06:48:26.880Z] time="2022-03-01T06:48:26Z" 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" [2022-03-01T06:48:26.880Z] time="2022-03-01T06:48:26Z" 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" [2022-03-01T06:48:26.880Z] time="2022-03-01T06:48:26Z" 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" [2022-03-01T06:48:26.880Z] time="2022-03-01T06:48:26Z" 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" [2022-03-01T06:48:26.880Z] --- PASS: TestHealthStates (0.15s) [2022-03-01T06:48:26.880Z] === RUN TestGetInspectData [2022-03-01T06:48:26.880Z] --- PASS: TestGetInspectData (0.00s) [2022-03-01T06:48:26.880Z] === RUN TestFillLicense [2022-03-01T06:48:26.880Z] --- PASS: TestFillLicense (0.00s) [2022-03-01T06:48:26.880Z] === RUN TestListInvalidFilter [2022-03-01T06:48:26.880Z] --- PASS: TestListInvalidFilter (0.00s) [2022-03-01T06:48:26.880Z] === RUN TestNameFilter [2022-03-01T06:48:26.880Z] --- PASS: TestNameFilter (0.00s) [2022-03-01T06:48:26.880Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-03-01T06:48:26.880Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-03-01T06:48:26.880Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-03-01T06:48:26.880Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-03-01T06:48:26.880Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-03-01T06:48:26.880Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-03-01T06:48:26.880Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-03-01T06:48:26.880Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-03-01T06:48:26.880Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-03-01T06:48:26.880Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-03-01T06:48:26.880Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-03-01T06:48:26.880Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-03-01T06:48:26.880Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-03-01T06:48:26.880Z] === 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 [2022-03-01T06:48:26.880Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-03-01T06:48:26.880Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-03-01T06:48:26.880Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-03-01T06:48:26.880Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-03-01T06:48:26.880Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-03-01T06:48:26.880Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-03-01T06:48:26.880Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-03-01T06:48:27.335Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-03-01T06:48:27.335Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-03-01T06:48:27.335Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-03-01T06:48:27.335Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-03-01T06:48:27.335Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-03-01T06:48:27.335Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-03-01T06:48:27.335Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-01T06:48:27.335Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-03-01T06:48:27.335Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-03-01T06:48:27.335Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-01T06:48:27.336Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-03-01T06:48:27.336Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-03-01T06:48:27.336Z] --- 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) [2022-03-01T06:48:27.336Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-03-01T06:48:27.336Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-03-01T06:48:27.336Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-03-01T06:48:27.336Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-03-01T06:48:27.336Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-03-01T06:48:27.336Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-03-01T06:48:27.336Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-03-01T06:48:27.336Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-03-01T06:48:27.336Z] === RUN TestDaemonReloadLabels [2022-03-01T06:48:27.336Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-03-01T06:48:27.336Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-03-01T06:48:27.336Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-03-01T06:48:27.336Z] === RUN TestDaemonReloadMirrors [2022-03-01T06:48:27.336Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-03-01T06:48:27.336Z] === RUN TestDaemonReloadInsecureRegistries [2022-03-01T06:48:27.336Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-03-01T06:48:27.336Z] === RUN TestDaemonReloadNotAffectOthers [2022-03-01T06:48:27.336Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-03-01T06:48:27.336Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-03-01T06:48:27.336Z] reload_test.go:342: root required [2022-03-01T06:48:27.336Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-01T06:48:27.336Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-03-01T06:48:27.336Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2022-03-01T06:48:27.336Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-03-01T06:48:27.336Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.01s) [2022-03-01T06:48:27.336Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-03-01T06:48:27.336Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.02s) [2022-03-01T06:48:27.336Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-03-01T06:48:27.336Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.03s) [2022-03-01T06:48:27.336Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-03-01T06:48:27.336Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-03-01T06:48:27.336Z] === RUN TestParseVolumesFrom [2022-03-01T06:48:27.336Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-03-01T06:48:27.336Z] PASS [2022-03-01T06:48:27.336Z] coverage: 8.6% of statements [2022-03-01T06:48:27.336Z] ok github.com/docker/docker/daemon 0.429s coverage: 8.6% of statements [2022-03-01T06:48:27.336Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-01T06:48:27.336Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-01T06:48:27.336Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-01T06:48:27.336Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-01T06:48:27.336Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-03-01T06:48:27.336Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-03-01T06:48:27.336Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-03-01T06:48:27.336Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-01T06:48:27.336Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-03-01T06:48:27.336Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-03-01T06:48:27.336Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-01T06:48:27.336Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-03-01T06:48:27.336Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-03-01T06:48:27.336Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-03-01T06:48:27.568Z] --- PASS: TestHealthKillContainer (7.81s) [2022-03-01T06:48:27.568Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-01T06:48:27.568Z] --- PASS: TestInspectCpusetInConfigPre120 (0.35s) [2022-03-01T06:48:27.568Z] === RUN TestIpcModeNone [2022-03-01T06:48:27.605Z] --- PASS: TestKillContainer (2.03s) [2022-03-01T06:48:27.605Z] --- PASS: TestKillContainer/no_signal (0.61s) [2022-03-01T06:48:27.606Z] --- PASS: TestKillContainer/non_killing_signal (0.49s) [2022-03-01T06:48:27.606Z] --- PASS: TestKillContainer/killing_signal (0.66s) [2022-03-01T06:48:27.606Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-01T06:48:27.606Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-03-01T06:48:28.132Z] --- PASS: TestIpcModeNone (0.42s) [2022-03-01T06:48:28.132Z] === RUN TestIpcModePrivate [2022-03-01T06:48:28.178Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-03-01T06:48:28.389Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:74, shared: false, mustBeShared: false [2022-03-01T06:48:28.646Z] --- PASS: TestIpcModePrivate (0.52s) [2022-03-01T06:48:28.646Z] === RUN TestIpcModeShareable [2022-03-01T06:48:28.751Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-03-01T06:48:28.862Z] === RUN TestAdapterReadLogs [2022-03-01T06:48:28.862Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-03-01T06:48:28.862Z] === RUN TestCopier [2022-03-01T06:48:28.862Z] --- PASS: TestCopier (0.00s) [2022-03-01T06:48:28.862Z] === RUN TestCopierLongLines [2022-03-01T06:48:28.862Z] --- PASS: TestCopierLongLines (0.00s) [2022-03-01T06:48:28.862Z] === RUN TestCopierSlow [2022-03-01T06:48:28.862Z] === RUN TestNewStreamConfig [2022-03-01T06:48:28.862Z] === RUN TestNewStreamConfig/defaults [2022-03-01T06:48:28.862Z] === RUN TestNewStreamConfig/invalid_create_group [2022-03-01T06:48:28.862Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-03-01T06:48:28.862Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-03-01T06:48:28.862Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-03-01T06:48:28.862Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-03-01T06:48:28.862Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-03-01T06:48:28.862Z] --- PASS: TestNewStreamConfig (0.00s) [2022-03-01T06:48:28.862Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-03-01T06:48:28.862Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-03-01T06:48:28.862Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-03-01T06:48:28.862Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-03-01T06:48:28.862Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-03-01T06:48:28.862Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-03-01T06:48:28.862Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-03-01T06:48:28.862Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-03-01T06:48:28.862Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-03-01T06:48:28.862Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-03-01T06:48:28.862Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-03-01T06:48:28.862Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-03-01T06:48:28.862Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-03-01T06:48:28.862Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-03-01T06:48:28.862Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-03-01T06:48:28.862Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-03-01T06:48:28.862Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-03-01T06:48:28.862Z] === RUN TestNewAWSLogsClientRegionDetect [2022-03-01T06:48:28.862Z] --- PASS: TestCopierSlow (0.20s) [2022-03-01T06:48:28.862Z] === RUN TestCopierWithSized [2022-03-01T06:48:28.862Z] === RUN TestCopierWithSized/as_is [2022-03-01T06:48:28.862Z] === RUN TestCopierWithSized/With_RingLogger [2022-03-01T06:48:28.862Z] --- PASS: TestCopierWithSized (0.01s) [2022-03-01T06:48:28.862Z] --- PASS: TestCopierWithSized/as_is (0.01s) [2022-03-01T06:48:28.862Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-03-01T06:48:28.862Z] === RUN TestCopierWithPartial [2022-03-01T06:48:28.862Z] --- PASS: TestCopierWithPartial (0.03s) [2022-03-01T06:48:28.862Z] === RUN TestRingLogger [2022-03-01T06:48:28.862Z] --- PASS: TestRingLogger (0.00s) [2022-03-01T06:48:28.862Z] === RUN TestRingCap [2022-03-01T06:48:28.862Z] --- PASS: TestRingCap (0.00s) [2022-03-01T06:48:28.862Z] === RUN TestRingClose [2022-03-01T06:48:28.862Z] --- PASS: TestRingClose (0.00s) [2022-03-01T06:48:28.862Z] === RUN TestRingDrain [2022-03-01T06:48:28.862Z] --- PASS: TestRingDrain (0.00s) [2022-03-01T06:48:28.862Z] PASS [2022-03-01T06:48:28.862Z] coverage: 43.8% of statements [2022-03-01T06:48:28.862Z] ok github.com/docker/docker/daemon/logger 0.341s coverage: 43.8% of statements [2022-03-01T06:48:28.904Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:68, shared: true, mustBeShared: true [2022-03-01T06:48:29.015Z] === RUN TestDockerSuite/TestBuildAddTar [2022-03-01T06:48:29.015Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.60s) [2022-03-01T06:48:29.015Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.76s) [2022-03-01T06:48:29.015Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.56s) [2022-03-01T06:48:29.015Z] === RUN TestKillStoppedContainer [2022-03-01T06:48:29.162Z] --- PASS: TestIpcModeShareable (0.52s) [2022-03-01T06:48:29.162Z] === RUN TestAPIIpcModeShareableAndContainer [2022-03-01T06:48:29.277Z] --- PASS: TestKillStoppedContainer (0.06s) [2022-03-01T06:48:29.278Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-01T06:48:29.278Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2022-03-01T06:48:29.278Z] === RUN TestKillDifferentUserContainer [2022-03-01T06:48:29.318Z] time="2022-03-01T06:48:28Z" level=info msg="Trying to get region from EC2 Metadata" [2022-03-01T06:48:29.318Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.13s) [2022-03-01T06:48:29.318Z] === RUN TestCreateSuccess [2022-03-01T06:48:29.318Z] --- PASS: TestCreateSuccess (0.00s) [2022-03-01T06:48:29.318Z] === RUN TestCreateStreamSkipped [2022-03-01T06:48:29.318Z] time="2022-03-01T06:48:28Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-03-01T06:48:29.318Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-03-01T06:48:29.318Z] === RUN TestCreateLogGroupSuccess [2022-03-01T06:48:29.318Z] time="2022-03-01T06:48:28Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-03-01T06:48:29.318Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-03-01T06:48:29.318Z] === RUN TestCreateError [2022-03-01T06:48:29.318Z] --- PASS: TestCreateError (0.00s) [2022-03-01T06:48:29.318Z] === RUN TestCreateAlreadyExists [2022-03-01T06:48:29.318Z] time="2022-03-01T06:48:28Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-03-01T06:48:29.318Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-03-01T06:48:29.318Z] === RUN TestLogClosed [2022-03-01T06:48:29.319Z] --- PASS: TestLogClosed (0.00s) [2022-03-01T06:48:29.319Z] === RUN TestLogBlocking [2022-03-01T06:48:29.319Z] --- PASS: TestLogBlocking (0.00s) [2022-03-01T06:48:29.319Z] === RUN TestLogNonBlockingBufferEmpty [2022-03-01T06:48:29.319Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-03-01T06:48:29.319Z] === RUN TestLogNonBlockingBufferFull [2022-03-01T06:48:29.319Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-03-01T06:48:29.319Z] === RUN TestPublishBatchSuccess [2022-03-01T06:48:29.319Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-03-01T06:48:29.319Z] === RUN TestPublishBatchError [2022-03-01T06:48:29.319Z] time="2022-03-01T06:48:28Z" level=error msg=error [2022-03-01T06:48:29.319Z] --- PASS: TestPublishBatchError (0.00s) [2022-03-01T06:48:29.319Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-03-01T06:48:29.319Z] time="2022-03-01T06:48:28Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-01T06:48:29.319Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-03-01T06:48:29.319Z] === RUN TestPublishBatchAlreadyAccepted [2022-03-01T06:48:29.319Z] time="2022-03-01T06:48:28Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-01T06:48:29.319Z] time="2022-03-01T06:48:28Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-03-01T06:48:29.319Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-03-01T06:48:29.319Z] === RUN TestCollectBatchSimple [2022-03-01T06:48:29.319Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-03-01T06:48:29.319Z] === RUN TestCollectBatchTicker [2022-03-01T06:48:29.319Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-03-01T06:48:29.319Z] === RUN TestCollectBatchMultilinePattern [2022-03-01T06:48:29.319Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-03-01T06:48:29.319Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-03-01T06:48:29.319Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-03-01T06:48:29.319Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-03-01T06:48:29.319Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-03-01T06:48:29.319Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-03-01T06:48:29.319Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.04s) [2022-03-01T06:48:29.319Z] === RUN TestCollectBatchClose [2022-03-01T06:48:29.319Z] --- PASS: TestCollectBatchClose (0.00s) [2022-03-01T06:48:29.319Z] === RUN TestEffectiveLen [2022-03-01T06:48:29.319Z] === RUN TestEffectiveLen/0/Hello [2022-03-01T06:48:29.319Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-03-01T06:48:29.319Z] === RUN TestEffectiveLen/2/🙃 [2022-03-01T06:48:29.319Z] === RUN TestEffectiveLen/3/���� [2022-03-01T06:48:29.319Z] === RUN TestEffectiveLen/4/He��o [2022-03-01T06:48:29.319Z] === RUN TestEffectiveLen/5/ [2022-03-01T06:48:29.319Z] --- PASS: TestEffectiveLen (0.00s) [2022-03-01T06:48:29.319Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-03-01T06:48:29.319Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-03-01T06:48:29.319Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-03-01T06:48:29.319Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-03-01T06:48:29.319Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-03-01T06:48:29.319Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-03-01T06:48:29.319Z] === RUN TestFindValidSplit [2022-03-01T06:48:29.319Z] === RUN TestFindValidSplit/0/ [2022-03-01T06:48:29.319Z] cloudwatchlogs_test.go:1076: [2022-03-01T06:48:29.319Z] cloudwatchlogs_test.go:1077: [2022-03-01T06:48:29.319Z] === RUN TestFindValidSplit/1/Hello [2022-03-01T06:48:29.319Z] cloudwatchlogs_test.go:1076: Hello [2022-03-01T06:48:29.319Z] cloudwatchlogs_test.go:1077: [2022-03-01T06:48:29.319Z] === RUN TestFindValidSplit/2/Hello [2022-03-01T06:48:29.319Z] cloudwatchlogs_test.go:1076: He [2022-03-01T06:48:29.319Z] cloudwatchlogs_test.go:1077: llo [2022-03-01T06:48:29.319Z] === RUN TestFindValidSplit/3/Hello [2022-03-01T06:48:29.319Z] cloudwatchlogs_test.go:1076: [2022-03-01T06:48:29.319Z] cloudwatchlogs_test.go:1077: Hello [2022-03-01T06:48:29.319Z] === RUN TestFindValidSplit/4/🙃 [2022-03-01T06:48:29.319Z] cloudwatchlogs_test.go:1076: [2022-03-01T06:48:29.319Z] cloudwatchlogs_test.go:1077: 🙃 [2022-03-01T06:48:29.319Z] === RUN TestFindValidSplit/5/🙃 [2022-03-01T06:48:29.319Z] cloudwatchlogs_test.go:1076: 🙃 [2022-03-01T06:48:29.319Z] cloudwatchlogs_test.go:1077: [2022-03-01T06:48:29.319Z] === RUN TestFindValidSplit/6/a� [2022-03-01T06:48:29.319Z] cloudwatchlogs_test.go:1076: a [2022-03-01T06:48:29.319Z] cloudwatchlogs_test.go:1077: � [2022-03-01T06:48:29.319Z] === RUN TestFindValidSplit/7/a� [2022-03-01T06:48:29.319Z] cloudwatchlogs_test.go:1076: a� [2022-03-01T06:48:29.319Z] cloudwatchlogs_test.go:1077: [2022-03-01T06:48:29.319Z] --- PASS: TestFindValidSplit (0.00s) [2022-03-01T06:48:29.319Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-03-01T06:48:29.319Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-03-01T06:48:29.319Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-03-01T06:48:29.319Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-03-01T06:48:29.319Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-03-01T06:48:29.319Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-03-01T06:48:29.319Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-03-01T06:48:29.319Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-03-01T06:48:29.319Z] === RUN TestProcessEventEmoji [2022-03-01T06:48:29.319Z] --- PASS: TestProcessEventEmoji (0.01s) [2022-03-01T06:48:29.319Z] === RUN TestCollectBatchLineSplit [2022-03-01T06:48:29.319Z] --- PASS: TestCollectBatchLineSplit (0.02s) [2022-03-01T06:48:29.319Z] === RUN TestCollectBatchLineSplitWithBinary [2022-03-01T06:48:29.319Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2022-03-01T06:48:29.319Z] === RUN TestCollectBatchMaxEvents [2022-03-01T06:48:29.319Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2022-03-01T06:48:29.319Z] === RUN TestCollectBatchMaxTotalBytes [2022-03-01T06:48:29.319Z] --- PASS: TestCollectBatchMaxTotalBytes (0.02s) [2022-03-01T06:48:29.319Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-03-01T06:48:29.319Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.03s) [2022-03-01T06:48:29.319Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-03-01T06:48:29.319Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.04s) [2022-03-01T06:48:29.319Z] === RUN TestParseLogOptionsMultilinePattern [2022-03-01T06:48:29.319Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-03-01T06:48:29.319Z] === RUN TestParseLogOptionsDatetimeFormat [2022-03-01T06:48:29.319Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-03-01T06:48:29.319Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-03-01T06:48:29.319Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-03-01T06:48:29.319Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-03-01T06:48:29.319Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-03-01T06:48:29.319Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-03-01T06:48:29.319Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-03-01T06:48:29.319Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-03-01T06:48:29.319Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-03-01T06:48:29.319Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-03-01T06:48:29.319Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-03-01T06:48:29.319Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-03-01T06:48:29.319Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-03-01T06:48:29.319Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-03-01T06:48:29.319Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-03-01T06:48:29.319Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-03-01T06:48:29.319Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-03-01T06:48:29.319Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-03-01T06:48:29.319Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-03-01T06:48:29.319Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-03-01T06:48:29.319Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-03-01T06:48:29.319Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-03-01T06:48:29.319Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-03-01T06:48:29.319Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-03-01T06:48:29.319Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-03-01T06:48:29.319Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-03-01T06:48:29.319Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-03-01T06:48:29.319Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-03-01T06:48:29.319Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-03-01T06:48:29.319Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-03-01T06:48:29.319Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-03-01T06:48:29.319Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-03-01T06:48:29.319Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-03-01T06:48:29.319Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-03-01T06:48:29.319Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-03-01T06:48:29.319Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-03-01T06:48:29.319Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-03-01T06:48:29.319Z] === RUN TestValidateLogOptionsFormat [2022-03-01T06:48:29.319Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-03-01T06:48:29.319Z] === RUN TestValidateLogOptionsFormat/1/random [2022-03-01T06:48:29.319Z] === RUN TestValidateLogOptionsFormat/2/ [2022-03-01T06:48:29.319Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-03-01T06:48:29.319Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-03-01T06:48:29.319Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-03-01T06:48:29.319Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-03-01T06:48:29.319Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-03-01T06:48:29.319Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-03-01T06:48:29.319Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-03-01T06:48:29.319Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-03-01T06:48:29.319Z] === RUN TestCreateTagSuccess [2022-03-01T06:48:29.319Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-03-01T06:48:29.319Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-03-01T06:48:29.319Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-03-01T06:48:29.319Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-03-01T06:48:29.319Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-03-01T06:48:29.319Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-03-01T06:48:29.319Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-03-01T06:48:29.319Z] PASS [2022-03-01T06:48:29.319Z] coverage: 80.2% of statements [2022-03-01T06:48:29.319Z] ok github.com/docker/docker/daemon/logger/awslogs 0.405s coverage: 80.2% of statements [2022-03-01T06:48:29.319Z] === RUN TestSearchRegistryForImagesErrors [2022-03-01T06:48:29.319Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-03-01T06:48:29.319Z] === RUN TestSearchRegistryForImages [2022-03-01T06:48:29.319Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-03-01T06:48:29.319Z] === RUN TestOnlyPlatformWithFallback [2022-03-01T06:48:29.557Z] --- PASS: TestDaemonStartWithLogOpt (3.38s) [2022-03-01T06:48:29.557Z] === CONT TestReadPluginNoRead [2022-03-01T06:48:29.775Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-03-01T06:48:29.775Z] === RUN TestImageDelete [2022-03-01T06:48:29.775Z] === RUN TestImageDelete/no_lease [2022-03-01T06:48:29.775Z] === RUN TestImageDelete/lease_exists [2022-03-01T06:48:29.775Z] --- PASS: TestImageDelete (0.07s) [2022-03-01T06:48:29.775Z] --- PASS: TestImageDelete/no_lease (0.02s) [2022-03-01T06:48:29.775Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2022-03-01T06:48:29.775Z] === RUN TestContentStoreForPull [2022-03-01T06:48:29.775Z] === RUN TestValidateLogOptReconnectInterval [2022-03-01T06:48:29.775Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-03-01T06:48:29.775Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-03-01T06:48:29.775Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-03-01T06:48:29.775Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-03-01T06:48:29.775Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-03-01T06:48:29.775Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-03-01T06:48:29.775Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-03-01T06:48:29.775Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-03-01T06:48:29.775Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-03-01T06:48:29.775Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-03-01T06:48:29.775Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-03-01T06:48:29.775Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-03-01T06:48:29.775Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-03-01T06:48:29.775Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-03-01T06:48:29.775Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-03-01T06:48:29.775Z] PASS [2022-03-01T06:48:29.775Z] coverage: 33.6% of statements [2022-03-01T06:48:29.775Z] ok github.com/docker/docker/daemon/logger/fluentd 0.096s coverage: 33.6% of statements [2022-03-01T06:48:29.775Z] --- PASS: TestContentStoreForPull (0.19s) [2022-03-01T06:48:29.775Z] PASS [2022-03-01T06:48:29.775Z] coverage: 6.8% of statements [2022-03-01T06:48:29.775Z] ok github.com/docker/docker/daemon/images 0.343s coverage: 6.8% of statements [2022-03-01T06:48:29.775Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-01T06:48:29.775Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-01T06:48:29.775Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-03-01T06:48:29.775Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-01T06:48:29.775Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-03-01T06:48:29.775Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-03-01T06:48:29.852Z] --- PASS: TestKillDifferentUserContainer (0.74s) [2022-03-01T06:48:29.852Z] === RUN TestInspectOomKilledTrue [2022-03-01T06:48:29.852Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-01T06:48:29.852Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-01T06:48:29.852Z] === RUN TestInspectOomKilledFalse [2022-03-01T06:48:29.852Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-01T06:48:29.852Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-01T06:48:29.852Z] === RUN TestLinksEtcHostsContentMatch [2022-03-01T06:48:30.230Z] === RUN TestJSONLogsMarshalJSONBuf [2022-03-01T06:48:30.230Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-03-01T06:48:30.230Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-03-01T06:48:30.230Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.14s) [2022-03-01T06:48:30.230Z] === RUN TestFastTimeMarshalJSON [2022-03-01T06:48:30.230Z] --- PASS: TestFastTimeMarshalJSON (0.04s) [2022-03-01T06:48:30.230Z] PASS [2022-03-01T06:48:30.230Z] coverage: 87.2% of statements [2022-03-01T06:48:30.230Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.255s coverage: 87.2% of statements [2022-03-01T06:48:30.425Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2022-03-01T06:48:30.534Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.43s) [2022-03-01T06:48:30.534Z] === RUN TestAPIIpcModeHost [2022-03-01T06:48:30.686Z] --- PASS: TestLinksEtcHostsContentMatch (0.60s) [2022-03-01T06:48:30.686Z] === RUN TestLinksContainerNames [2022-03-01T06:48:30.686Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2022-03-01T06:48:30.687Z] === RUN TestJSONFileLogger [2022-03-01T06:48:30.687Z] --- PASS: TestJSONFileLogger (0.00s) [2022-03-01T06:48:30.687Z] === RUN TestJSONFileLoggerWithTags [2022-03-01T06:48:30.687Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-03-01T06:48:30.687Z] === RUN TestJSONFileLoggerWithOpts [2022-03-01T06:48:30.687Z] --- PASS: TestJSONFileLoggerWithOpts (0.02s) [2022-03-01T06:48:30.687Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-03-01T06:48:30.687Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-03-01T06:48:30.687Z] === RUN TestEncodeDecode [2022-03-01T06:48:30.687Z] === PAUSE TestEncodeDecode [2022-03-01T06:48:30.687Z] === RUN TestUnexpectedEOF [2022-03-01T06:48:30.791Z] --- PASS: TestAPIIpcModeHost (0.33s) [2022-03-01T06:48:30.791Z] === RUN TestDaemonIpcModeShareable [2022-03-01T06:48:31.142Z] time="2022-03-01T06:48:30Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-01T06:48:31.142Z] time="2022-03-01T06:48:30Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-01T06:48:31.142Z] --- PASS: TestUnexpectedEOF (0.15s) [2022-03-01T06:48:31.142Z] === CONT TestEncodeDecode [2022-03-01T06:48:31.142Z] --- PASS: TestEncodeDecode (0.00s) [2022-03-01T06:48:31.142Z] PASS [2022-03-01T06:48:31.142Z] coverage: 69.9% of statements [2022-03-01T06:48:31.142Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.237s coverage: 69.9% of statements [2022-03-01T06:48:31.260Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2022-03-01T06:48:31.453Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-03-01T06:48:31.599Z] === RUN TestWriteLog [2022-03-01T06:48:31.599Z] === PAUSE TestWriteLog [2022-03-01T06:48:31.599Z] === RUN TestReadLog [2022-03-01T06:48:31.599Z] === PAUSE TestReadLog [2022-03-01T06:48:31.599Z] === RUN TestDecode [2022-03-01T06:48:31.599Z] --- PASS: TestDecode (0.02s) [2022-03-01T06:48:31.599Z] === CONT TestWriteLog [2022-03-01T06:48:31.599Z] === CONT TestReadLog [2022-03-01T06:48:31.599Z] === RUN TestReadLog/tail_exact [2022-03-01T06:48:31.599Z] --- PASS: TestWriteLog (0.02s) [2022-03-01T06:48:31.599Z] === RUN TestOpenFileDelete [2022-03-01T06:48:31.599Z] --- PASS: TestOpenFileDelete (0.00s) [2022-03-01T06:48:31.599Z] === RUN TestOpenFileRename [2022-03-01T06:48:31.599Z] --- PASS: TestOpenFileRename (0.00s) [2022-03-01T06:48:31.599Z] === RUN TestHandleDecoderErr [2022-03-01T06:48:31.599Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-03-01T06:48:31.599Z] === RUN TestParseLogTagDefaultTag [2022-03-01T06:48:31.599Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-03-01T06:48:31.599Z] === RUN TestParseLogTag [2022-03-01T06:48:31.599Z] --- PASS: TestParseLogTag (0.00s) [2022-03-01T06:48:31.599Z] === RUN TestParseLogTagEmptyTag [2022-03-01T06:48:31.599Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-03-01T06:48:31.599Z] === RUN TestTailFiles [2022-03-01T06:48:31.599Z] --- PASS: TestTailFiles (0.00s) [2022-03-01T06:48:31.599Z] === RUN TestFollowLogsConsumerGone [2022-03-01T06:48:31.599Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-03-01T06:48:31.599Z] === RUN TestFollowLogsProducerGone [2022-03-01T06:48:31.599Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-03-01T06:48:31.599Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-03-01T06:48:31.599Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2022-03-01T06:48:31.599Z] === RUN TestCheckCapacityAndRotate [2022-03-01T06:48:31.599Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-03-01T06:48:31.599Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-03-01T06:48:31.599Z] --- PASS: TestCheckCapacityAndRotate (0.04s) [2022-03-01T06:48:31.599Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.01s) [2022-03-01T06:48:31.599Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.02s) [2022-03-01T06:48:31.599Z] PASS [2022-03-01T06:48:31.599Z] coverage: 53.4% of statements [2022-03-01T06:48:31.599Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.101s coverage: 53.4% of statements [2022-03-01T06:48:31.599Z] === RUN TestReadLog/tail_less_than_available [2022-03-01T06:48:31.599Z] === RUN TestReadLog/tail_more_than_available [2022-03-01T06:48:31.599Z] --- PASS: TestReadLog (0.19s) [2022-03-01T06:48:31.599Z] --- PASS: TestReadLog/tail_exact (0.16s) [2022-03-01T06:48:31.599Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2022-03-01T06:48:31.599Z] --- PASS: TestReadLog/tail_more_than_available (0.01s) [2022-03-01T06:48:31.599Z] PASS [2022-03-01T06:48:31.599Z] coverage: 78.7% of statements [2022-03-01T06:48:31.599Z] ok github.com/docker/docker/daemon/logger/local 0.325s coverage: 78.7% of statements [2022-03-01T06:48:31.834Z] check_test.go:308: [d01c1ac28fd5b] daemon is not started [2022-03-01T06:48:31.834Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2022-03-01T06:48:31.834Z] --- PASS: TestLinksContainerNames (1.27s) [2022-03-01T06:48:31.834Z] === RUN TestLogsFollowTailEmpty [2022-03-01T06:48:32.055Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-01T06:48:32.055Z] === RUN TestLog [2022-03-01T06:48:32.055Z] --- PASS: TestLog (0.03s) [2022-03-01T06:48:32.055Z] PASS [2022-03-01T06:48:32.055Z] coverage: 31.5% of statements [2022-03-01T06:48:32.055Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.074s coverage: 31.5% of statements [2022-03-01T06:48:32.159Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2022-03-01T06:48:32.159Z] --- PASS: TestDaemonIpcModeShareable (1.12s) [2022-03-01T06:48:32.159Z] === RUN TestDaemonIpcModePrivate [2022-03-01T06:48:32.389Z] === RUN TestReadPluginNoRead/default [2022-03-01T06:48:32.406Z] --- PASS: TestLogsFollowTailEmpty (0.68s) [2022-03-01T06:48:32.406Z] === RUN TestContainerNetworkMountsNoChown [2022-03-01T06:48:32.512Z] === RUN TestNewParse [2022-03-01T06:48:32.512Z] --- PASS: TestNewParse (0.00s) [2022-03-01T06:48:32.512Z] PASS [2022-03-01T06:48:32.512Z] coverage: 8.3% of statements [2022-03-01T06:48:32.512Z] ok github.com/docker/docker/daemon/logger/templates 0.040s coverage: 8.3% of statements [2022-03-01T06:48:32.967Z] === RUN TestValidateLogOpt [2022-03-01T06:48:32.967Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-01T06:48:32.967Z] === RUN TestNewMissedConfig [2022-03-01T06:48:32.967Z] --- PASS: TestNewMissedConfig (0.00s) [2022-03-01T06:48:32.967Z] === RUN TestNewMissedUrl [2022-03-01T06:48:32.967Z] --- PASS: TestNewMissedUrl (0.00s) [2022-03-01T06:48:32.967Z] === RUN TestNewMissedToken [2022-03-01T06:48:32.967Z] --- PASS: TestNewMissedToken (0.00s) [2022-03-01T06:48:32.967Z] === RUN TestNewWithProxy [2022-03-01T06:48:32.967Z] --- PASS: TestNewWithProxy (0.00s) [2022-03-01T06:48:32.967Z] === RUN TestDefault [2022-03-01T06:48:32.967Z] --- PASS: TestDefault (0.01s) [2022-03-01T06:48:32.967Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-03-01T06:48:32.967Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-03-01T06:48:32.967Z] === RUN TestJsonFormat [2022-03-01T06:48:32.967Z] --- PASS: TestJsonFormat (0.01s) [2022-03-01T06:48:32.967Z] === RUN TestRawFormat [2022-03-01T06:48:32.967Z] --- PASS: TestRawFormat (0.00s) [2022-03-01T06:48:32.967Z] === RUN TestRawFormatWithLabels [2022-03-01T06:48:32.967Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-03-01T06:48:32.967Z] === RUN TestRawFormatWithoutTag [2022-03-01T06:48:32.967Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-03-01T06:48:32.967Z] === RUN TestBatching [2022-03-01T06:48:32.967Z] --- PASS: TestBatching (0.28s) [2022-03-01T06:48:32.967Z] === RUN TestFrequency [2022-03-01T06:48:32.967Z] === RUN TestParseLogFormat [2022-03-01T06:48:32.967Z] --- PASS: TestParseLogFormat (0.00s) [2022-03-01T06:48:32.967Z] === RUN TestValidateLogOptEmpty [2022-03-01T06:48:32.967Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-03-01T06:48:32.967Z] === RUN TestValidateSyslogAddress [2022-03-01T06:48:32.967Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-03-01T06:48:32.967Z] === RUN TestParseAddressDefaultPort [2022-03-01T06:48:32.967Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-03-01T06:48:32.967Z] === RUN TestValidateSyslogFacility [2022-03-01T06:48:32.967Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-03-01T06:48:32.967Z] === RUN TestValidateLogOptSyslogFormat [2022-03-01T06:48:32.967Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-03-01T06:48:32.967Z] === RUN TestValidateLogOpt [2022-03-01T06:48:32.967Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-01T06:48:32.967Z] PASS [2022-03-01T06:48:32.967Z] coverage: 46.8% of statements [2022-03-01T06:48:32.967Z] ok github.com/docker/docker/daemon/logger/syslog 0.054s coverage: 46.8% of statements [2022-03-01T06:48:33.089Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2022-03-01T06:48:33.089Z] --- PASS: TestDaemonIpcModePrivate (1.10s) [2022-03-01T06:48:33.089Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-03-01T06:48:33.352Z] --- PASS: TestContainerNetworkMountsNoChown (0.69s) [2022-03-01T06:48:33.352Z] === RUN TestMountDaemonRoot [2022-03-01T06:48:33.352Z] === RUN TestMountDaemonRoot/default [2022-03-01T06:48:33.352Z] === PAUSE TestMountDaemonRoot/default [2022-03-01T06:48:33.352Z] === RUN TestMountDaemonRoot/private [2022-03-01T06:48:33.352Z] === PAUSE TestMountDaemonRoot/private [2022-03-01T06:48:33.352Z] === RUN TestMountDaemonRoot/rprivate [2022-03-01T06:48:33.352Z] === PAUSE TestMountDaemonRoot/rprivate [2022-03-01T06:48:33.352Z] === RUN TestMountDaemonRoot/slave [2022-03-01T06:48:33.352Z] === PAUSE TestMountDaemonRoot/slave [2022-03-01T06:48:33.352Z] === RUN TestMountDaemonRoot/rslave [2022-03-01T06:48:33.352Z] === PAUSE TestMountDaemonRoot/rslave [2022-03-01T06:48:33.352Z] === RUN TestMountDaemonRoot/shared [2022-03-01T06:48:33.352Z] === PAUSE TestMountDaemonRoot/shared [2022-03-01T06:48:33.352Z] === RUN TestMountDaemonRoot/rshared [2022-03-01T06:48:33.352Z] === PAUSE TestMountDaemonRoot/rshared [2022-03-01T06:48:33.352Z] === CONT TestMountDaemonRoot/default [2022-03-01T06:48:33.352Z] === CONT TestMountDaemonRoot/rslave [2022-03-01T06:48:33.352Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-03-01T06:48:33.352Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-03-01T06:48:33.352Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-03-01T06:48:33.352Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-03-01T06:48:33.352Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-03-01T06:48:33.352Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-03-01T06:48:33.352Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-03-01T06:48:33.352Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-03-01T06:48:33.352Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-03-01T06:48:33.352Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-03-01T06:48:33.352Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-03-01T06:48:33.352Z] === RUN TestMountDaemonRoot/default/bind_root [2022-03-01T06:48:33.352Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-03-01T06:48:33.352Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-03-01T06:48:33.352Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-03-01T06:48:33.352Z] === RUN TestMountDaemonRoot/default/mount_root [2022-03-01T06:48:33.352Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-03-01T06:48:33.352Z] === CONT TestMountDaemonRoot/rshared [2022-03-01T06:48:33.352Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-03-01T06:48:33.352Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-03-01T06:48:33.352Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-03-01T06:48:33.352Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-03-01T06:48:33.352Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-03-01T06:48:33.352Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-03-01T06:48:33.352Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-03-01T06:48:33.352Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-03-01T06:48:33.352Z] === CONT TestMountDaemonRoot/shared [2022-03-01T06:48:33.352Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-03-01T06:48:33.352Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-03-01T06:48:33.352Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-03-01T06:48:33.352Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-03-01T06:48:33.352Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-03-01T06:48:33.352Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-03-01T06:48:33.352Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-03-01T06:48:33.352Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-03-01T06:48:33.352Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-03-01T06:48:33.352Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-03-01T06:48:33.352Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-03-01T06:48:33.352Z] === CONT TestMountDaemonRoot/rprivate [2022-03-01T06:48:33.352Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-03-01T06:48:33.352Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-03-01T06:48:33.352Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-03-01T06:48:33.352Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-03-01T06:48:33.352Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-03-01T06:48:33.352Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-03-01T06:48:33.352Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-03-01T06:48:33.352Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-03-01T06:48:33.352Z] === CONT TestMountDaemonRoot/slave [2022-03-01T06:48:33.352Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-03-01T06:48:33.352Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-03-01T06:48:33.352Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-03-01T06:48:33.352Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-03-01T06:48:33.352Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-03-01T06:48:33.352Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-03-01T06:48:33.352Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-03-01T06:48:33.352Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-03-01T06:48:33.352Z] === CONT TestMountDaemonRoot/private [2022-03-01T06:48:33.352Z] === RUN TestMountDaemonRoot/private/bind_root [2022-03-01T06:48:33.352Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-03-01T06:48:33.352Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-03-01T06:48:33.352Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-03-01T06:48:33.352Z] === RUN TestMountDaemonRoot/private/mount_root [2022-03-01T06:48:33.352Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-03-01T06:48:33.352Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-03-01T06:48:33.352Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-03-01T06:48:33.352Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-03-01T06:48:33.352Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-03-01T06:48:33.353Z] === CONT TestMountDaemonRoot/default/mount_root [2022-03-01T06:48:33.353Z] === CONT TestMountDaemonRoot/default/bind_root [2022-03-01T06:48:33.353Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-03-01T06:48:33.353Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2022-03-01T06:48:33.353Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-03-01T06:48:33.423Z] --- PASS: TestFrequency (0.16s) [2022-03-01T06:48:33.423Z] === RUN TestOneMessagePerRequest [2022-03-01T06:48:33.423Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-03-01T06:48:33.423Z] === RUN TestVerify [2022-03-01T06:48:33.423Z] --- PASS: TestVerify (0.00s) [2022-03-01T06:48:33.423Z] === RUN TestSkipVerify [2022-03-01T06:48:33.423Z] time="2022-03-01T06:48:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-01T06:48:33.423Z] time="2022-03-01T06:48:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-01T06:48:33.423Z] time="2022-03-01T06:48:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-01T06:48:33.423Z] time="2022-03-01T06:48:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-01T06:48:33.423Z] time="2022-03-01T06:48:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-01T06:48:33.423Z] time="2022-03-01T06:48:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-01T06:48:33.614Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-03-01T06:48:33.614Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-03-01T06:48:33.614Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-03-01T06:48:33.614Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-03-01T06:48:33.614Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-03-01T06:48:33.614Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-03-01T06:48:33.614Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-03-01T06:48:33.614Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-03-01T06:48:33.614Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-03-01T06:48:33.614Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-03-01T06:48:33.614Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-03-01T06:48:33.614Z] === CONT TestMountDaemonRoot/private/bind_root [2022-03-01T06:48:33.614Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-03-01T06:48:33.614Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-03-01T06:48:33.614Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-03-01T06:48:33.757Z] === RUN TestReadPluginNoRead/disabled_caching [2022-03-01T06:48:33.876Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-03-01T06:48:33.876Z] === CONT TestMountDaemonRoot/private/mount_root [2022-03-01T06:48:33.876Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-03-01T06:48:33.876Z] --- PASS: TestMountDaemonRoot (0.03s) [2022-03-01T06:48:33.876Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-03-01T06:48:33.876Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-03-01T06:48:33.876Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2022-03-01T06:48:33.876Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2022-03-01T06:48:33.876Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-03-01T06:48:33.876Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-03-01T06:48:33.876Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-03-01T06:48:33.876Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-03-01T06:48:33.876Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-03-01T06:48:33.876Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2022-03-01T06:48:33.876Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-03-01T06:48:33.876Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2022-03-01T06:48:33.876Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-03-01T06:48:33.876Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2022-03-01T06:48:33.876Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2022-03-01T06:48:33.876Z] --- PASS: TestMountDaemonRoot/shared (0.01s) [2022-03-01T06:48:33.876Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2022-03-01T06:48:33.876Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2022-03-01T06:48:33.876Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-03-01T06:48:33.876Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2022-03-01T06:48:33.876Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-03-01T06:48:33.876Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2022-03-01T06:48:33.876Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-03-01T06:48:33.876Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2022-03-01T06:48:33.876Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2022-03-01T06:48:33.876Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-03-01T06:48:33.876Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-03-01T06:48:33.876Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-03-01T06:48:33.876Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-03-01T06:48:33.876Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2022-03-01T06:48:33.876Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-03-01T06:48:33.876Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2022-03-01T06:48:33.876Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-03-01T06:48:33.876Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-03-01T06:48:33.876Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2022-03-01T06:48:33.876Z] === RUN TestContainerBindMountNonRecursive [2022-03-01T06:48:33.879Z] --- PASS: TestSkipVerify (0.69s) [2022-03-01T06:48:33.879Z] === RUN TestBufferMaximum [2022-03-01T06:48:33.879Z] time="2022-03-01T06:48:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-01T06:48:33.879Z] time="2022-03-01T06:48:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-01T06:48:33.880Z] time="2022-03-01T06:48:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-01T06:48:33.880Z] time="2022-03-01T06:48:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-01T06:48:33.880Z] time="2022-03-01T06:48:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-01T06:48:33.880Z] time="2022-03-01T06:48:33Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646117313.704217\",\"host\":\"1d5b4a6767d4\"}'" [2022-03-01T06:48:33.880Z] time="2022-03-01T06:48:33Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646117313.704217\",\"host\":\"1d5b4a6767d4\"}'" [2022-03-01T06:48:33.880Z] --- PASS: TestBufferMaximum (0.00s) [2022-03-01T06:48:33.880Z] === RUN TestServerAlwaysDown [2022-03-01T06:48:33.880Z] time="2022-03-01T06:48:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-01T06:48:33.880Z] time="2022-03-01T06:48:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-01T06:48:33.880Z] time="2022-03-01T06:48:33Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646117313.706600\",\"host\":\"1d5b4a6767d4\"}'" [2022-03-01T06:48:33.880Z] time="2022-03-01T06:48:33Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646117313.706600\",\"host\":\"1d5b4a6767d4\"}'" [2022-03-01T06:48:33.880Z] time="2022-03-01T06:48:33Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-01T06:48:33.880Z] time="2022-03-01T06:48:33Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646117313.706600\",\"host\":\"1d5b4a6767d4\"}'" [2022-03-01T06:48:33.880Z] time="2022-03-01T06:48:33Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646117313.707601\",\"host\":\"1d5b4a6767d4\"}'" [2022-03-01T06:48:33.880Z] time="2022-03-01T06:48:33Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646117313.707601\",\"host\":\"1d5b4a6767d4\"}'" [2022-03-01T06:48:33.880Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-03-01T06:48:33.880Z] === RUN TestCannotSendAfterClose [2022-03-01T06:48:33.880Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-03-01T06:48:33.880Z] === RUN TestDeadlockOnBlockedEndpoint [2022-03-01T06:48:33.880Z] === RUN TestV1IDService [2022-03-01T06:48:33.880Z] --- PASS: TestV1IDService (0.05s) [2022-03-01T06:48:33.880Z] === RUN TestV2MetadataService [2022-03-01T06:48:34.014Z] --- PASS: TestContinueAfterPluginCrash (8.28s) [2022-03-01T06:48:34.019Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2022-03-01T06:48:34.275Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.08s) [2022-03-01T06:48:34.275Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-03-01T06:48:34.841Z] --- PASS: TestV2MetadataService (0.60s) [2022-03-01T06:48:34.841Z] PASS [2022-03-01T06:48:34.841Z] coverage: 48.2% of statements [2022-03-01T06:48:34.841Z] ok github.com/docker/docker/distribution/metadata 0.754s coverage: 48.2% of statements [2022-03-01T06:48:34.841Z] time="2022-03-01T06:48:34Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49206/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-03-01T06:48:34.841Z] time="2022-03-01T06:48:34Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"1d5b4a6767d4\"}'" [2022-03-01T06:48:34.841Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.04s) [2022-03-01T06:48:34.841Z] PASS [2022-03-01T06:48:34.841Z] coverage: 82.5% of statements [2022-03-01T06:48:34.841Z] ok github.com/docker/docker/daemon/logger/splunk 2.254s coverage: 82.5% of statements [2022-03-01T06:48:34.841Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-01T06:48:34.841Z] ? github.com/docker/docker/daemon/network [no test files] [2022-03-01T06:48:34.841Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-01T06:48:34.944Z] === CONT TestReadPluginNoRead [2022-03-01T06:48:34.944Z] read_test.go:92: [d3900967efff4] daemon is not started [2022-03-01T06:48:34.944Z] --- PASS: TestReadPluginNoRead (5.76s) [2022-03-01T06:48:34.944Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.25s) [2022-03-01T06:48:34.944Z] --- PASS: TestReadPluginNoRead/default (1.16s) [2022-03-01T06:48:34.944Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.18s) [2022-03-01T06:48:34.944Z] PASS [2022-03-01T06:48:34.944Z] [2022-03-01T06:48:34.944Z] DONE 6 tests in 9.174s [2022-03-01T06:48:34.944Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-03-01T06:48:34.944Z] testing: warning: no tests to run [2022-03-01T06:48:34.944Z] PASS [2022-03-01T06:48:34.944Z] [2022-03-01T06:48:34.944Z] DONE 0 tests in 0.011s [2022-03-01T06:48:34.944Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-03-01T06:48:34.944Z] INFO: Testing against a local daemon [2022-03-01T06:48:34.944Z] === RUN TestPluginWithDevMounts [2022-03-01T06:48:34.944Z] === PAUSE TestPluginWithDevMounts [2022-03-01T06:48:34.944Z] === CONT TestPluginWithDevMounts [2022-03-01T06:48:35.205Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2022-03-01T06:48:35.206Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.11s) [2022-03-01T06:48:35.206Z] === RUN TestIpcModeOlderClient [2022-03-01T06:48:35.206Z] === PAUSE TestIpcModeOlderClient [2022-03-01T06:48:35.206Z] === RUN TestKillContainerInvalidSignal [2022-03-01T06:48:35.269Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2022-03-01T06:48:35.298Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-03-01T06:48:35.298Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-03-01T06:48:35.298Z] === RUN TestContinueOnError_MirrorEndpoint [2022-03-01T06:48:35.298Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-03-01T06:48:35.298Z] === RUN TestContinueOnError_NeverContinue [2022-03-01T06:48:35.298Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-03-01T06:48:35.298Z] === RUN TestManifestStore [2022-03-01T06:48:35.298Z] === RUN TestManifestStore/no_remote_or_local [2022-03-01T06:48:35.298Z] === RUN TestSuccessfulDownload [2022-03-01T06:48:35.298Z] download_test.go:267: Needs fixing on Windows [2022-03-01T06:48:35.298Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-03-01T06:48:35.298Z] === RUN TestCancelledDownload [2022-03-01T06:48:35.298Z] --- PASS: TestCancelledDownload (0.00s) [2022-03-01T06:48:35.298Z] === RUN TestMaxDownloadAttempts [2022-03-01T06:48:35.298Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-01T06:48:35.298Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-01T06:48:35.298Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-01T06:48:35.298Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-01T06:48:35.298Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-01T06:48:35.298Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-01T06:48:35.298Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-01T06:48:35.298Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-01T06:48:35.298Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-01T06:48:35.298Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-01T06:48:35.298Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-01T06:48:35.298Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-01T06:48:35.298Z] time="2022-03-01T06:48:35Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local1324133976\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-03-01T06:48:35.298Z] === RUN TestManifestStore/no_local_cache [2022-03-01T06:48:35.298Z] === RUN TestManifestStore/with_local_cache [2022-03-01T06:48:35.298Z] === RUN TestManifestStore/unknown_media_type [2022-03-01T06:48:35.298Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-03-01T06:48:35.298Z] time="2022-03-01T06:48:35Z" level=warning msg="reference for unknown type: " [2022-03-01T06:48:35.298Z] time="2022-03-01T06:48:35Z" level=warning msg="reference for unknown type: " [2022-03-01T06:48:35.298Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-03-01T06:48:35.298Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-03-01T06:48:35.298Z] time="2022-03-01T06:48:35Z" level=warning msg="reference for unknown type: " [2022-03-01T06:48:35.298Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-03-01T06:48:35.298Z] time="2022-03-01T06:48:35Z" level=warning msg="reference for unknown type: " [2022-03-01T06:48:35.753Z] time="2022-03-01T06:48:35Z" level=warning msg="reference for unknown type: " [2022-03-01T06:48:35.753Z] === RUN TestManifestStore/error_persisting_manifest [2022-03-01T06:48:35.753Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-03-01T06:48:35.753Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-03-01T06:48:35.753Z] time="2022-03-01T06:48:35Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-03-01T06:48:35.753Z] --- PASS: TestManifestStore (0.30s) [2022-03-01T06:48:35.753Z] --- PASS: TestManifestStore/no_remote_or_local (0.17s) [2022-03-01T06:48:35.753Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2022-03-01T06:48:35.753Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2022-03-01T06:48:35.753Z] --- PASS: TestManifestStore/unknown_media_type (0.04s) [2022-03-01T06:48:35.753Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.01s) [2022-03-01T06:48:35.753Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.03s) [2022-03-01T06:48:35.753Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.01s) [2022-03-01T06:48:35.753Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2022-03-01T06:48:35.753Z] --- PASS: TestManifestStore/error_persisting_manifest (0.04s) [2022-03-01T06:48:35.753Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-03-01T06:48:35.753Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.04s) [2022-03-01T06:48:35.753Z] === RUN TestDetectManifestBlobMediaType [2022-03-01T06:48:35.753Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-03-01T06:48:35.753Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-03-01T06:48:35.753Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-03-01T06:48:35.753Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-03-01T06:48:35.753Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-03-01T06:48:35.753Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-03-01T06:48:35.753Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-03-01T06:48:35.753Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-03-01T06:48:35.753Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-03-01T06:48:35.753Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-03-01T06:48:35.753Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-03-01T06:48:35.753Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-03-01T06:48:35.753Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-03-01T06:48:35.753Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-03-01T06:48:35.753Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-03-01T06:48:35.753Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-03-01T06:48:35.753Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-03-01T06:48:35.753Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-03-01T06:48:35.753Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-03-01T06:48:35.753Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-03-01T06:48:35.753Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-03-01T06:48:35.753Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-03-01T06:48:35.753Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-03-01T06:48:35.753Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-03-01T06:48:35.753Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-03-01T06:48:35.753Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-03-01T06:48:35.753Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-03-01T06:48:35.753Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-03-01T06:48:35.753Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-03-01T06:48:35.753Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-03-01T06:48:35.753Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-03-01T06:48:35.753Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-03-01T06:48:35.753Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-03-01T06:48:35.753Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-03-01T06:48:35.753Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-03-01T06:48:35.753Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-03-01T06:48:35.753Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-03-01T06:48:35.753Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-03-01T06:48:35.753Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-03-01T06:48:35.753Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-03-01T06:48:35.753Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-03-01T06:48:35.753Z] === RUN TestFixManifestLayers [2022-03-01T06:48:35.753Z] --- PASS: TestFixManifestLayers (0.01s) [2022-03-01T06:48:35.753Z] === RUN TestFixManifestLayersBaseLayerParent [2022-03-01T06:48:35.753Z] pull_v2_test.go:73: Needs fixing on Windows [2022-03-01T06:48:35.753Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-01T06:48:35.753Z] === RUN TestFixManifestLayersBadParent [2022-03-01T06:48:35.753Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-03-01T06:48:35.753Z] === RUN TestValidateManifest [2022-03-01T06:48:35.753Z] pull_v2_test.go:118: Needs fixing on Windows [2022-03-01T06:48:35.753Z] --- SKIP: TestValidateManifest (0.00s) [2022-03-01T06:48:35.753Z] === RUN TestFormatPlatform [2022-03-01T06:48:35.753Z] --- PASS: TestFormatPlatform (0.00s) [2022-03-01T06:48:35.753Z] === RUN TestGetRepositoryMountCandidates [2022-03-01T06:48:35.753Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-03-01T06:48:35.753Z] === RUN TestLayerAlreadyExists [2022-03-01T06:48:35.753Z] 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} [2022-03-01T06:48:35.754Z] 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} [2022-03-01T06:48:35.754Z] 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} [2022-03-01T06:48:35.754Z] 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} [2022-03-01T06:48:35.754Z] 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} [2022-03-01T06:48:35.754Z] 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} [2022-03-01T06:48:35.754Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-03-01T06:48:35.754Z] === RUN TestWhenEmptyAuthConfig [2022-03-01T06:48:35.754Z] time="2022-03-01T06:48:35Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-01T06:48:35.754Z] time="2022-03-01T06:48:35Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-01T06:48:35.754Z] time="2022-03-01T06:48:35Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-01T06:48:35.754Z] time="2022-03-01T06:48:35Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-01T06:48:35.754Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-03-01T06:48:35.754Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.42s) [2022-03-01T06:48:35.754Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.42s) [2022-03-01T06:48:35.754Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.42s) [2022-03-01T06:48:35.754Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.42s) [2022-03-01T06:48:35.754Z] === RUN TestTransfer [2022-03-01T06:48:35.754Z] --- PASS: TestTransfer (0.12s) [2022-03-01T06:48:35.754Z] === RUN TestConcurrencyLimit [2022-03-01T06:48:35.769Z] --- PASS: TestKillContainerInvalidSignal (0.39s) [2022-03-01T06:48:35.769Z] === RUN TestKillContainer [2022-03-01T06:48:35.769Z] === RUN TestKillContainer/no_signal [2022-03-01T06:48:35.841Z] --- PASS: TestContainerBindMountNonRecursive (2.04s) [2022-03-01T06:48:35.841Z] === RUN TestContainerVolumesMountedAsShared [2022-03-01T06:48:35.841Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-03-01T06:48:36.028Z] === RUN TestKillContainer/non_killing_signal [2022-03-01T06:48:36.209Z] === RUN TestNotFound [2022-03-01T06:48:36.209Z] --- PASS: TestNotFound (0.00s) [2022-03-01T06:48:36.209Z] === RUN TestConflict [2022-03-01T06:48:36.209Z] --- PASS: TestConflict (0.00s) [2022-03-01T06:48:36.209Z] === RUN TestForbidden [2022-03-01T06:48:36.209Z] --- PASS: TestForbidden (0.00s) [2022-03-01T06:48:36.209Z] === RUN TestInvalidParameter [2022-03-01T06:48:36.209Z] --- PASS: TestInvalidParameter (0.00s) [2022-03-01T06:48:36.209Z] === RUN TestNotImplemented [2022-03-01T06:48:36.209Z] --- PASS: TestNotImplemented (0.00s) [2022-03-01T06:48:36.209Z] === RUN TestNotModified [2022-03-01T06:48:36.209Z] --- PASS: TestNotModified (0.00s) [2022-03-01T06:48:36.209Z] === RUN TestUnauthorized [2022-03-01T06:48:36.209Z] --- PASS: TestUnauthorized (0.00s) [2022-03-01T06:48:36.209Z] === RUN TestUnknown [2022-03-01T06:48:36.209Z] --- PASS: TestUnknown (0.00s) [2022-03-01T06:48:36.209Z] === RUN TestCancelled [2022-03-01T06:48:36.209Z] --- PASS: TestCancelled (0.00s) [2022-03-01T06:48:36.209Z] === RUN TestDeadline [2022-03-01T06:48:36.209Z] --- PASS: TestDeadline (0.00s) [2022-03-01T06:48:36.209Z] === RUN TestDataLoss [2022-03-01T06:48:36.209Z] --- PASS: TestDataLoss (0.00s) [2022-03-01T06:48:36.209Z] === RUN TestUnavailable [2022-03-01T06:48:36.209Z] --- PASS: TestUnavailable (0.00s) [2022-03-01T06:48:36.209Z] === RUN TestSystem [2022-03-01T06:48:36.209Z] --- PASS: TestSystem (0.00s) [2022-03-01T06:48:36.209Z] === RUN TestFromStatusCode [2022-03-01T06:48:36.209Z] === RUN TestFromStatusCode/Not_Found [2022-03-01T06:48:36.209Z] === RUN TestFromStatusCode/Bad_Request [2022-03-01T06:48:36.209Z] === RUN TestFromStatusCode/Conflict [2022-03-01T06:48:36.209Z] === RUN TestFromStatusCode/Unauthorized [2022-03-01T06:48:36.209Z] === RUN TestFromStatusCode/Service_Unavailable [2022-03-01T06:48:36.209Z] === RUN TestFromStatusCode/Forbidden [2022-03-01T06:48:36.209Z] === RUN TestFromStatusCode/Not_Modified [2022-03-01T06:48:36.209Z] === RUN TestFromStatusCode/Not_Implemented [2022-03-01T06:48:36.209Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-03-01T06:48:36.209Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-03-01T06:48:36.209Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-03-01T06:48:36.209Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-03-01T06:48:36.209Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-03-01T06:48:36.209Z] --- PASS: TestFromStatusCode (0.00s) [2022-03-01T06:48:36.209Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-03-01T06:48:36.209Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-03-01T06:48:36.209Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-03-01T06:48:36.209Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-03-01T06:48:36.209Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-03-01T06:48:36.209Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-03-01T06:48:36.209Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-03-01T06:48:36.209Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-03-01T06:48:36.209Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-03-01T06:48:36.209Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-03-01T06:48:36.209Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-03-01T06:48:36.209Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-03-01T06:48:36.209Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-03-01T06:48:36.209Z] PASS [2022-03-01T06:48:36.209Z] coverage: 53.1% of statements [2022-03-01T06:48:36.209Z] --- PASS: TestConcurrencyLimit (0.40s) [2022-03-01T06:48:36.209Z] === RUN TestInactiveJobs [2022-03-01T06:48:36.209Z] ok github.com/docker/docker/errdefs 0.042s coverage: 53.1% of statements [2022-03-01T06:48:36.285Z] === RUN TestKillContainer/killing_signal [2022-03-01T06:48:36.313Z] --- PASS: TestPluginWithDevMounts (1.53s) [2022-03-01T06:48:36.313Z] PASS [2022-03-01T06:48:36.313Z] [2022-03-01T06:48:36.313Z] DONE 1 tests in 1.570s [2022-03-01T06:48:36.313Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-03-01T06:48:36.569Z] INFO: Testing against a local daemon [2022-03-01T06:48:36.569Z] === RUN TestSecretInspect [2022-03-01T06:48:36.665Z] --- PASS: TestInactiveJobs (0.38s) [2022-03-01T06:48:36.665Z] === RUN TestWatchRelease [2022-03-01T06:48:36.665Z] === RUN TestFSGetInvalidData [2022-03-01T06:48:36.665Z] --- PASS: TestFSGetInvalidData (0.01s) [2022-03-01T06:48:36.665Z] === RUN TestFSInvalidSet [2022-03-01T06:48:36.665Z] --- PASS: TestFSInvalidSet (0.01s) [2022-03-01T06:48:36.665Z] === RUN TestFSInvalidRoot [2022-03-01T06:48:36.665Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-03-01T06:48:36.665Z] === RUN TestFSMetadataGetSet [2022-03-01T06:48:36.665Z] --- PASS: TestWatchRelease (0.04s) [2022-03-01T06:48:36.665Z] === RUN TestWatchFinishedTransfer [2022-03-01T06:48:36.665Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-03-01T06:48:36.665Z] === RUN TestDuplicateTransfer [2022-03-01T06:48:36.665Z] --- PASS: TestFSMetadataGetSet (0.03s) [2022-03-01T06:48:36.665Z] === RUN TestFSInvalidWalker [2022-03-01T06:48:36.665Z] --- PASS: TestFSInvalidWalker (0.01s) [2022-03-01T06:48:36.665Z] === RUN TestFSGetSet [2022-03-01T06:48:36.665Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-03-01T06:48:36.665Z] === RUN TestSuccessfulUpload [2022-03-01T06:48:36.665Z] --- PASS: TestFSGetSet (0.03s) [2022-03-01T06:48:36.665Z] === RUN TestFSGetUnsetKey [2022-03-01T06:48:36.665Z] --- PASS: TestWhenEmptyAuthConfig (1.19s) [2022-03-01T06:48:36.665Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-03-01T06:48:36.665Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-03-01T06:48:36.665Z] === RUN TestTokenPassThru [2022-03-01T06:48:36.665Z] --- PASS: TestFSGetUnsetKey (0.00s) [2022-03-01T06:48:36.665Z] === RUN TestFSGetEmptyData [2022-03-01T06:48:36.665Z] --- PASS: TestFSGetEmptyData (0.00s) [2022-03-01T06:48:36.665Z] === RUN TestFSDelete [2022-03-01T06:48:36.665Z] --- PASS: TestTokenPassThru (0.01s) [2022-03-01T06:48:36.665Z] === RUN TestTokenPassThruDifferentHost [2022-03-01T06:48:36.665Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-03-01T06:48:36.665Z] PASS [2022-03-01T06:48:36.665Z] coverage: 24.6% of statements [2022-03-01T06:48:36.665Z] --- PASS: TestFSDelete (0.02s) [2022-03-01T06:48:36.665Z] === RUN TestFSWalker [2022-03-01T06:48:36.665Z] ok github.com/docker/docker/distribution 1.599s coverage: 24.6% of statements [2022-03-01T06:48:36.665Z] --- PASS: TestFSWalker (0.02s) [2022-03-01T06:48:36.665Z] === RUN TestFSWalkerStopOnError [2022-03-01T06:48:36.788Z] --- PASS: TestContainerVolumesMountedAsShared (0.74s) [2022-03-01T06:48:36.788Z] === RUN TestContainerVolumesMountedAsSlave [2022-03-01T06:48:36.788Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2022-03-01T06:48:36.849Z] --- PASS: TestKillContainer (1.15s) [2022-03-01T06:48:36.849Z] --- PASS: TestKillContainer/no_signal (0.36s) [2022-03-01T06:48:36.849Z] --- PASS: TestKillContainer/non_killing_signal (0.26s) [2022-03-01T06:48:36.849Z] --- PASS: TestKillContainer/killing_signal (0.38s) [2022-03-01T06:48:36.849Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-01T06:48:36.849Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-03-01T06:48:37.050Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-03-01T06:48:37.050Z] --- PASS: TestContainerVolumesMountedAsSlave (0.56s) [2022-03-01T06:48:37.050Z] === RUN TestNetworkNat [2022-03-01T06:48:37.106Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-03-01T06:48:37.121Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2022-03-01T06:48:37.121Z] === RUN TestNewFromJSON [2022-03-01T06:48:37.121Z] --- PASS: TestNewFromJSON (0.00s) [2022-03-01T06:48:37.121Z] === RUN TestNewFromJSONWithInvalidJSON [2022-03-01T06:48:37.121Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-03-01T06:48:37.121Z] === RUN TestMarshalKeyOrder [2022-03-01T06:48:37.121Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-03-01T06:48:37.121Z] === RUN TestHistoryEqual [2022-03-01T06:48:37.121Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-01T06:48:37.121Z] --- PASS: TestHistoryEqual (0.15s) [2022-03-01T06:48:37.121Z] === RUN TestImage [2022-03-01T06:48:37.121Z] --- PASS: TestImage (0.00s) [2022-03-01T06:48:37.121Z] === RUN TestImageOSNotEmpty [2022-03-01T06:48:37.121Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-03-01T06:48:37.121Z] === RUN TestNewChildImageFromImageWithRootFS [2022-03-01T06:48:37.121Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-03-01T06:48:37.121Z] === RUN TestCreate [2022-03-01T06:48:37.121Z] --- PASS: TestCreate (0.01s) [2022-03-01T06:48:37.121Z] === RUN TestRestore [2022-03-01T06:48:37.121Z] time="2022-03-01T06:48:36Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-03-01T06:48:37.121Z] --- PASS: TestRestore (0.03s) [2022-03-01T06:48:37.121Z] === RUN TestAddDelete [2022-03-01T06:48:37.121Z] --- PASS: TestAddDelete (0.02s) [2022-03-01T06:48:37.121Z] === RUN TestSearchAfterDelete [2022-03-01T06:48:37.121Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-03-01T06:48:37.121Z] === RUN TestParentReset [2022-03-01T06:48:37.121Z] --- PASS: TestParentReset (0.02s) [2022-03-01T06:48:37.121Z] === RUN TestGetAndSetLastUpdated [2022-03-01T06:48:37.121Z] --- PASS: TestGetAndSetLastUpdated (0.01s) [2022-03-01T06:48:37.121Z] === RUN TestStoreLen [2022-03-01T06:48:37.121Z] time="2022-03-01T06:48:36Z" level=error msg="Upload failed, retrying: simulating retry" [2022-03-01T06:48:37.121Z] --- PASS: TestStoreLen (0.04s) [2022-03-01T06:48:37.121Z] PASS [2022-03-01T06:48:37.121Z] coverage: 86.9% of statements [2022-03-01T06:48:37.121Z] ok github.com/docker/docker/image 0.512s coverage: 86.9% of statements [2022-03-01T06:48:37.121Z] --- PASS: TestSuccessfulUpload (0.47s) [2022-03-01T06:48:37.121Z] === RUN TestCancelledUpload [2022-03-01T06:48:37.121Z] --- PASS: TestCancelledUpload (0.03s) [2022-03-01T06:48:37.121Z] PASS [2022-03-01T06:48:37.121Z] coverage: 77.2% of statements [2022-03-01T06:48:37.121Z] ok github.com/docker/docker/distribution/xfer 1.996s coverage: 77.2% of statements [2022-03-01T06:48:37.121Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-01T06:48:37.577Z] === RUN TestCompare [2022-03-01T06:48:37.577Z] --- PASS: TestCompare (0.00s) [2022-03-01T06:48:37.577Z] PASS [2022-03-01T06:48:37.577Z] coverage: 19.2% of statements [2022-03-01T06:48:37.577Z] ok github.com/docker/docker/image/cache 0.069s coverage: 19.2% of statements [2022-03-01T06:48:37.996Z] --- PASS: TestNetworkNat (0.79s) [2022-03-01T06:48:37.996Z] === RUN TestNetworkLocalhostTCPNat [2022-03-01T06:48:38.037Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.14s) [2022-03-01T06:48:38.037Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.37s) [2022-03-01T06:48:38.037Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.62s) [2022-03-01T06:48:38.037Z] === RUN TestKillStoppedContainer [2022-03-01T06:48:38.037Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-03-01T06:48:38.037Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-01T06:48:38.037Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-03-01T06:48:38.037Z] === RUN TestKillDifferentUserContainer [2022-03-01T06:48:38.280Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-03-01T06:48:38.280Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2022-03-01T06:48:38.465Z] --- PASS: TestSecretInspect (2.14s) [2022-03-01T06:48:38.465Z] === RUN TestSecretList [2022-03-01T06:48:38.538Z] === RUN TestValidateManifest [2022-03-01T06:48:38.538Z] === RUN TestValidateManifest/nil [2022-03-01T06:48:38.538Z] === RUN TestValidateManifest/non-nil [2022-03-01T06:48:38.538Z] --- PASS: TestValidateManifest (0.00s) [2022-03-01T06:48:38.538Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-03-01T06:48:38.538Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-03-01T06:48:38.538Z] PASS [2022-03-01T06:48:38.538Z] coverage: 0.7% of statements [2022-03-01T06:48:38.538Z] ok github.com/docker/docker/image/tarexport 0.069s coverage: 0.7% of statements [2022-03-01T06:48:38.538Z] === RUN TestMakeV1ConfigFromConfig [2022-03-01T06:48:38.538Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-03-01T06:48:38.538Z] PASS [2022-03-01T06:48:38.538Z] coverage: 25.0% of statements [2022-03-01T06:48:38.538Z] ok github.com/docker/docker/image/v1 0.066s coverage: 25.0% of statements [2022-03-01T06:48:38.538Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-01T06:48:38.600Z] --- PASS: TestKillDifferentUserContainer (0.43s) [2022-03-01T06:48:38.600Z] === RUN TestInspectOomKilledTrue [2022-03-01T06:48:38.860Z] --- PASS: TestInspectOomKilledTrue (0.45s) [2022-03-01T06:48:38.860Z] === RUN TestInspectOomKilledFalse [2022-03-01T06:48:38.892Z] --- PASS: TestNetworkLocalhostTCPNat (0.83s) [2022-03-01T06:48:38.892Z] === RUN TestNetworkLoopbackNat [2022-03-01T06:48:39.423Z] --- PASS: TestInspectOomKilledFalse (0.39s) [2022-03-01T06:48:39.424Z] === RUN TestLinksEtcHostsContentMatch [2022-03-01T06:48:39.499Z] === RUN TestSerialization [2022-03-01T06:48:39.499Z] === RUN TestEnvironmentParsing [2022-03-01T06:48:39.499Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-03-01T06:48:39.499Z] PASS [2022-03-01T06:48:39.499Z] coverage: 1.2% of statements [2022-03-01T06:48:39.499Z] ok github.com/docker/docker/libcontainerd/local 0.057s coverage: 1.2% of statements [2022-03-01T06:48:39.499Z] --- PASS: TestSerialization (0.02s) [2022-03-01T06:48:39.499Z] PASS [2022-03-01T06:48:39.499Z] coverage: 100.0% of statements [2022-03-01T06:48:39.499Z] ok github.com/docker/docker/libcontainerd/queue 0.058s coverage: 100.0% of statements [2022-03-01T06:48:39.680Z] --- PASS: TestLinksEtcHostsContentMatch (0.28s) [2022-03-01T06:48:39.680Z] === RUN TestLinksContainerNames [2022-03-01T06:48:39.848Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2022-03-01T06:48:39.954Z] === RUN TestEmptyLayer [2022-03-01T06:48:39.954Z] --- PASS: TestEmptyLayer (0.00s) [2022-03-01T06:48:39.954Z] === RUN TestCommitFailure [2022-03-01T06:48:39.954Z] --- PASS: TestCommitFailure (0.01s) [2022-03-01T06:48:39.954Z] === RUN TestStartTransactionFailure [2022-03-01T06:48:39.954Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-03-01T06:48:39.954Z] === RUN TestGetOrphan [2022-03-01T06:48:39.954Z] --- PASS: TestGetOrphan (0.01s) [2022-03-01T06:48:39.954Z] === RUN TestMountAndRegister [2022-03-01T06:48:39.954Z] layer_test.go:258: Layer size: 14 [2022-03-01T06:48:39.954Z] --- PASS: TestMountAndRegister (0.04s) [2022-03-01T06:48:39.954Z] === RUN TestLayerRelease [2022-03-01T06:48:39.954Z] layer_test.go:291: Failing on Windows [2022-03-01T06:48:39.954Z] --- SKIP: TestLayerRelease (0.00s) [2022-03-01T06:48:39.954Z] === RUN TestStoreRestore [2022-03-01T06:48:39.954Z] layer_test.go:340: Failing on Windows [2022-03-01T06:48:39.954Z] --- SKIP: TestStoreRestore (0.00s) [2022-03-01T06:48:39.954Z] === RUN TestTarStreamStability [2022-03-01T06:48:39.954Z] layer_test.go:455: Failing on Windows [2022-03-01T06:48:39.954Z] --- SKIP: TestTarStreamStability (0.00s) [2022-03-01T06:48:39.954Z] === RUN TestRegisterExistingLayer [2022-03-01T06:48:39.954Z] --- PASS: TestRegisterExistingLayer (0.13s) [2022-03-01T06:48:39.954Z] === RUN TestTarStreamVerification [2022-03-01T06:48:39.954Z] layer_test.go:684: Failing on Windows [2022-03-01T06:48:39.954Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-03-01T06:48:39.954Z] === RUN TestLayerMigration [2022-03-01T06:48:39.954Z] migration_test.go:45: Failing on Windows [2022-03-01T06:48:39.954Z] --- SKIP: TestLayerMigration (0.00s) [2022-03-01T06:48:39.954Z] === RUN TestLayerMigrationNoTarsplit [2022-03-01T06:48:39.954Z] migration_test.go:181: Failing on Windows [2022-03-01T06:48:39.954Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-03-01T06:48:39.954Z] === RUN TestMountInit [2022-03-01T06:48:39.954Z] mount_test.go:17: Failing on Windows [2022-03-01T06:48:39.954Z] --- SKIP: TestMountInit (0.00s) [2022-03-01T06:48:39.954Z] === RUN TestMountSize [2022-03-01T06:48:39.954Z] mount_test.go:76: Failing on Windows [2022-03-01T06:48:39.954Z] --- SKIP: TestMountSize (0.00s) [2022-03-01T06:48:39.954Z] === RUN TestMountChanges [2022-03-01T06:48:39.954Z] mount_test.go:125: Failing on Windows [2022-03-01T06:48:39.954Z] --- SKIP: TestMountChanges (0.00s) [2022-03-01T06:48:39.954Z] === RUN TestMountApply [2022-03-01T06:48:39.954Z] mount_test.go:212: Failing on Windows [2022-03-01T06:48:39.954Z] --- SKIP: TestMountApply (0.00s) [2022-03-01T06:48:39.954Z] PASS [2022-03-01T06:48:39.954Z] coverage: 30.2% of statements [2022-03-01T06:48:39.954Z] ok github.com/docker/docker/layer 0.278s coverage: 30.2% of statements [2022-03-01T06:48:40.410Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-01T06:48:40.410Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-01T06:48:40.411Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-01T06:48:40.411Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-01T06:48:40.411Z] === RUN TestSequenceGetAvailableBit [2022-03-01T06:48:40.411Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-03-01T06:48:40.411Z] === RUN TestSequenceEqual [2022-03-01T06:48:40.411Z] --- PASS: TestSequenceEqual (0.00s) [2022-03-01T06:48:40.411Z] === RUN TestSequenceCopy [2022-03-01T06:48:40.411Z] --- PASS: TestSequenceCopy (0.00s) [2022-03-01T06:48:40.411Z] === RUN TestGetFirstAvailable [2022-03-01T06:48:40.411Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-03-01T06:48:40.411Z] === RUN TestFindSequence [2022-03-01T06:48:40.411Z] --- PASS: TestFindSequence (0.00s) [2022-03-01T06:48:40.411Z] === RUN TestCheckIfAvailable [2022-03-01T06:48:40.411Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-03-01T06:48:40.411Z] === RUN TestMergeSequences [2022-03-01T06:48:40.411Z] --- PASS: TestMergeSequences (0.00s) [2022-03-01T06:48:40.411Z] === RUN TestPushReservation [2022-03-01T06:48:40.411Z] --- PASS: TestPushReservation (0.00s) [2022-03-01T06:48:40.411Z] === RUN TestSerializeDeserialize [2022-03-01T06:48:40.411Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-03-01T06:48:40.411Z] === RUN TestSet [2022-03-01T06:48:40.411Z] --- PASS: TestSet (0.00s) [2022-03-01T06:48:40.411Z] === RUN TestSetUnset [2022-03-01T06:48:40.411Z] --- PASS: TestSetUnset (0.00s) [2022-03-01T06:48:40.411Z] === RUN TestOffsetSetUnset [2022-03-01T06:48:40.411Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-03-01T06:48:40.411Z] === RUN TestSetInRange [2022-03-01T06:48:40.411Z] --- PASS: TestSetInRange (0.00s) [2022-03-01T06:48:40.411Z] === RUN TestSetAnyInRange [2022-03-01T06:48:40.411Z] --- PASS: TestSetAnyInRange (0.00s) [2022-03-01T06:48:40.411Z] === RUN TestMethods [2022-03-01T06:48:40.411Z] --- PASS: TestMethods (0.00s) [2022-03-01T06:48:40.411Z] === RUN TestRandomAllocateDeallocate [2022-03-01T06:48:40.610Z] --- PASS: TestLinksContainerNames (0.77s) [2022-03-01T06:48:40.610Z] === RUN TestLogsFollowTailEmpty [2022-03-01T06:48:40.867Z] --- PASS: TestLogsFollowTailEmpty (0.39s) [2022-03-01T06:48:40.867Z] === RUN TestContainerNetworkMountsNoChown [2022-03-01T06:48:40.984Z] --- PASS: TestSecretList (2.13s) [2022-03-01T06:48:40.984Z] === RUN TestSecretsCreateAndDelete [2022-03-01T06:48:41.127Z] --- PASS: TestContainerNetworkMountsNoChown (0.39s) [2022-03-01T06:48:41.127Z] === RUN TestMountDaemonRoot [2022-03-01T06:48:41.127Z] === RUN TestMountDaemonRoot/default [2022-03-01T06:48:41.127Z] === PAUSE TestMountDaemonRoot/default [2022-03-01T06:48:41.127Z] === RUN TestMountDaemonRoot/private [2022-03-01T06:48:41.127Z] === PAUSE TestMountDaemonRoot/private [2022-03-01T06:48:41.127Z] === RUN TestMountDaemonRoot/rprivate [2022-03-01T06:48:41.127Z] === PAUSE TestMountDaemonRoot/rprivate [2022-03-01T06:48:41.127Z] === RUN TestMountDaemonRoot/slave [2022-03-01T06:48:41.127Z] === PAUSE TestMountDaemonRoot/slave [2022-03-01T06:48:41.127Z] === RUN TestMountDaemonRoot/rslave [2022-03-01T06:48:41.127Z] === PAUSE TestMountDaemonRoot/rslave [2022-03-01T06:48:41.127Z] === RUN TestMountDaemonRoot/shared [2022-03-01T06:48:41.127Z] === PAUSE TestMountDaemonRoot/shared [2022-03-01T06:48:41.127Z] === RUN TestMountDaemonRoot/rshared [2022-03-01T06:48:41.127Z] === PAUSE TestMountDaemonRoot/rshared [2022-03-01T06:48:41.127Z] === CONT TestMountDaemonRoot/default [2022-03-01T06:48:41.127Z] === RUN TestMountDaemonRoot/default/bind_root [2022-03-01T06:48:41.127Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-03-01T06:48:41.127Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-03-01T06:48:41.127Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-03-01T06:48:41.127Z] === RUN TestMountDaemonRoot/default/mount_root [2022-03-01T06:48:41.127Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-03-01T06:48:41.127Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-03-01T06:48:41.127Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-03-01T06:48:41.127Z] === CONT TestMountDaemonRoot/default/bind_root [2022-03-01T06:48:41.127Z] === CONT TestMountDaemonRoot/rshared [2022-03-01T06:48:41.127Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-03-01T06:48:41.127Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-03-01T06:48:41.127Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-03-01T06:48:41.127Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-03-01T06:48:41.127Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-03-01T06:48:41.127Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-03-01T06:48:41.127Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-03-01T06:48:41.127Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-03-01T06:48:41.127Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-03-01T06:48:41.127Z] === CONT TestMountDaemonRoot/shared [2022-03-01T06:48:41.127Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-03-01T06:48:41.127Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-03-01T06:48:41.127Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-03-01T06:48:41.127Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-03-01T06:48:41.127Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-03-01T06:48:41.127Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-03-01T06:48:41.127Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-03-01T06:48:41.127Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-03-01T06:48:41.127Z] === CONT TestMountDaemonRoot/rslave [2022-03-01T06:48:41.127Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-03-01T06:48:41.127Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-03-01T06:48:41.127Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-03-01T06:48:41.127Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-03-01T06:48:41.127Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-03-01T06:48:41.127Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-03-01T06:48:41.127Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-03-01T06:48:41.127Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-03-01T06:48:41.127Z] === CONT TestMountDaemonRoot/slave [2022-03-01T06:48:41.127Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-03-01T06:48:41.127Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-03-01T06:48:41.127Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-03-01T06:48:41.127Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-03-01T06:48:41.127Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-03-01T06:48:41.127Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-03-01T06:48:41.127Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-03-01T06:48:41.127Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-03-01T06:48:41.127Z] === CONT TestMountDaemonRoot/rprivate [2022-03-01T06:48:41.127Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-03-01T06:48:41.127Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-03-01T06:48:41.127Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-03-01T06:48:41.127Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-03-01T06:48:41.127Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-03-01T06:48:41.127Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-03-01T06:48:41.127Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-03-01T06:48:41.127Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-03-01T06:48:41.127Z] === CONT TestMountDaemonRoot/private [2022-03-01T06:48:41.127Z] === RUN TestMountDaemonRoot/private/bind_root [2022-03-01T06:48:41.127Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-03-01T06:48:41.127Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-03-01T06:48:41.127Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-03-01T06:48:41.127Z] === RUN TestMountDaemonRoot/private/mount_root [2022-03-01T06:48:41.127Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-03-01T06:48:41.127Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-03-01T06:48:41.127Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-03-01T06:48:41.127Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-03-01T06:48:41.127Z] === CONT TestMountDaemonRoot/default/mount_root [2022-03-01T06:48:41.237Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-03-01T06:48:41.384Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-03-01T06:48:41.384Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-03-01T06:48:41.384Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-03-01T06:48:41.384Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-03-01T06:48:41.384Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-03-01T06:48:41.384Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-03-01T06:48:41.384Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-03-01T06:48:41.384Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-03-01T06:48:41.384Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-03-01T06:48:41.384Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-03-01T06:48:41.384Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-03-01T06:48:41.498Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2022-03-01T06:48:41.641Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-03-01T06:48:41.641Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-03-01T06:48:41.641Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-03-01T06:48:41.641Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-03-01T06:48:41.641Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-03-01T06:48:41.641Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-03-01T06:48:41.641Z] === CONT TestMountDaemonRoot/private/bind_root [2022-03-01T06:48:41.641Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-03-01T06:48:41.641Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-03-01T06:48:41.641Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-03-01T06:48:41.641Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-03-01T06:48:41.641Z] === CONT TestMountDaemonRoot/private/mount_root [2022-03-01T06:48:41.641Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-03-01T06:48:41.641Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-03-01T06:48:41.641Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-03-01T06:48:41.641Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-03-01T06:48:41.641Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.12s) [2022-03-01T06:48:41.641Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.12s) [2022-03-01T06:48:41.641Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-03-01T06:48:41.641Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-03-01T06:48:41.641Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-03-01T06:48:41.641Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-03-01T06:48:41.641Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.03s) [2022-03-01T06:48:41.641Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-03-01T06:48:41.641Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-03-01T06:48:41.641Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-03-01T06:48:41.641Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-03-01T06:48:41.641Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-03-01T06:48:41.641Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-03-01T06:48:41.641Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-03-01T06:48:41.641Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-03-01T06:48:41.641Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-03-01T06:48:41.641Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-03-01T06:48:41.641Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-03-01T06:48:41.641Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-03-01T06:48:41.641Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-03-01T06:48:41.641Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-03-01T06:48:41.641Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-03-01T06:48:41.641Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-03-01T06:48:41.641Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-03-01T06:48:41.641Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-03-01T06:48:41.641Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-03-01T06:48:41.641Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-03-01T06:48:41.641Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-03-01T06:48:41.641Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-03-01T06:48:41.641Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-03-01T06:48:41.641Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-03-01T06:48:41.641Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-03-01T06:48:41.641Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2022-03-01T06:48:41.641Z] === RUN TestContainerBindMountNonRecursive [2022-03-01T06:48:42.070Z] --- PASS: TestNetworkLoopbackNat (3.14s) [2022-03-01T06:48:42.070Z] === RUN TestPause [2022-03-01T06:48:42.573Z] === RUN TestInvalidConfig [2022-03-01T06:48:42.574Z] --- PASS: TestInvalidConfig (0.00s) [2022-03-01T06:48:42.574Z] === RUN TestConfig [2022-03-01T06:48:42.574Z] --- PASS: TestConfig (0.00s) [2022-03-01T06:48:42.574Z] === RUN TestOptionsLabels [2022-03-01T06:48:42.574Z] --- PASS: TestOptionsLabels (0.00s) [2022-03-01T06:48:42.574Z] === RUN TestValidName [2022-03-01T06:48:42.574Z] --- PASS: TestValidName (0.00s) [2022-03-01T06:48:42.574Z] PASS [2022-03-01T06:48:42.574Z] coverage: 19.7% of statements [2022-03-01T06:48:42.574Z] ok github.com/docker/docker/libnetwork/config 0.080s coverage: 19.7% of statements [2022-03-01T06:48:42.643Z] --- PASS: TestPause (0.82s) [2022-03-01T06:48:42.643Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-01T06:48:42.643Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-01T06:48:42.643Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-01T06:48:42.643Z] === RUN TestPauseStopPausedContainer [2022-03-01T06:48:42.876Z] --- PASS: TestSecretsCreateAndDelete (2.14s) [2022-03-01T06:48:42.876Z] === RUN TestSecretsUpdate [2022-03-01T06:48:43.011Z] --- PASS: TestContainerBindMountNonRecursive (1.24s) [2022-03-01T06:48:43.011Z] === RUN TestContainerVolumesMountedAsShared [2022-03-01T06:48:43.029Z] === RUN TestKey [2022-03-01T06:48:43.029Z] --- PASS: TestKey (0.00s) [2022-03-01T06:48:43.029Z] === RUN TestParseKey [2022-03-01T06:48:43.029Z] --- PASS: TestParseKey (0.00s) [2022-03-01T06:48:43.029Z] === RUN TestInvalidDataStore [2022-03-01T06:48:43.029Z] --- PASS: TestInvalidDataStore (0.00s) [2022-03-01T06:48:43.029Z] === RUN TestKVObjectFlatKey [2022-03-01T06:48:43.029Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-03-01T06:48:43.029Z] === RUN TestAtomicKVObjectFlatKey [2022-03-01T06:48:43.029Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-03-01T06:48:43.029Z] PASS [2022-03-01T06:48:43.029Z] coverage: 21.9% of statements [2022-03-01T06:48:43.029Z] ok github.com/docker/docker/libnetwork/datastore 0.041s coverage: 21.9% of statements [2022-03-01T06:48:43.216Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2022-03-01T06:48:43.268Z] --- PASS: TestContainerVolumesMountedAsShared (0.36s) [2022-03-01T06:48:43.268Z] === RUN TestContainerVolumesMountedAsSlave [2022-03-01T06:48:43.477Z] --- PASS: TestPauseStopPausedContainer (0.75s) [2022-03-01T06:48:43.478Z] === RUN TestPidHost [2022-03-01T06:48:43.484Z] === RUN TestErrorInterfaces [2022-03-01T06:48:43.484Z] --- PASS: TestErrorInterfaces (0.00s) [2022-03-01T06:48:43.484Z] === RUN TestNetworkMarshalling [2022-03-01T06:48:43.484Z] --- PASS: TestNetworkMarshalling (0.16s) [2022-03-01T06:48:43.484Z] === RUN TestEndpointMarshalling [2022-03-01T06:48:43.484Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-03-01T06:48:43.484Z] === RUN TestAuxAddresses [2022-03-01T06:48:43.484Z] time="2022-03-01T06:48:43Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-01T06:48:43.484Z] --- PASS: TestAuxAddresses (0.01s) [2022-03-01T06:48:43.484Z] === RUN TestSRVServiceQuery [2022-03-01T06:48:43.484Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:48:43.484Z] --- SKIP: TestSRVServiceQuery (0.00s) [2022-03-01T06:48:43.484Z] === RUN TestServiceVIPReuse [2022-03-01T06:48:43.484Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:48:43.484Z] --- SKIP: TestServiceVIPReuse (0.00s) [2022-03-01T06:48:43.484Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-03-01T06:48:43.484Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:48:43.484Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2022-03-01T06:48:43.484Z] === RUN TestDNSIPQuery [2022-03-01T06:48:43.484Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:48:43.484Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-03-01T06:48:43.484Z] === RUN TestDNSProxyServFail [2022-03-01T06:48:43.484Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:48:43.484Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-03-01T06:48:43.484Z] === RUN TestSandboxAddEmpty [2022-03-01T06:48:43.484Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:48:43.484Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-03-01T06:48:43.484Z] === RUN TestSandboxAddMultiPrio [2022-03-01T06:48:43.485Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:48:43.485Z] --- SKIP: TestSandboxAddMultiPrio (0.01s) [2022-03-01T06:48:43.485Z] === RUN TestSandboxAddSamePrio [2022-03-01T06:48:43.485Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:48:43.485Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-03-01T06:48:43.485Z] === RUN TestCleanupServiceDiscovery [2022-03-01T06:48:43.485Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:48:43.485Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-03-01T06:48:43.485Z] === RUN TestDNSOptions [2022-03-01T06:48:43.485Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:48:43.485Z] --- SKIP: TestDNSOptions (0.00s) [2022-03-01T06:48:43.485Z] === RUN TestMultipleControllersWithSameStore [2022-03-01T06:48:43.485Z] time="2022-03-01T06:48:43Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-01T06:48:43.485Z] time="2022-03-01T06:48:43Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-01T06:48:43.485Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2022-03-01T06:48:43.485Z] PASS [2022-03-01T06:48:43.485Z] coverage: 8.5% of statements [2022-03-01T06:48:43.485Z] ok github.com/docker/docker/libnetwork 0.305s coverage: 8.5% of statements [2022-03-01T06:48:43.485Z] === RUN TestIPDataMarshalling [2022-03-01T06:48:43.485Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-03-01T06:48:43.485Z] === RUN TestValidateAndIsV6 [2022-03-01T06:48:43.485Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-03-01T06:48:43.485Z] PASS [2022-03-01T06:48:43.485Z] coverage: 68.9% of statements [2022-03-01T06:48:43.485Z] ok github.com/docker/docker/libnetwork/driverapi 0.041s coverage: 68.9% of statements [2022-03-01T06:48:43.525Z] --- PASS: TestContainerVolumesMountedAsSlave (0.31s) [2022-03-01T06:48:43.525Z] === RUN TestNetworkNat [2022-03-01T06:48:43.739Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2022-03-01T06:48:43.940Z] === RUN TestDriver [2022-03-01T06:48:43.940Z] --- PASS: TestDriver (0.00s) [2022-03-01T06:48:43.940Z] PASS [2022-03-01T06:48:43.940Z] coverage: 34.8% of statements [2022-03-01T06:48:43.940Z] ok github.com/docker/docker/libnetwork/drivers/host 0.041s coverage: 34.8% of statements [2022-03-01T06:48:43.990Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2022-03-01T06:48:44.089Z] --- PASS: TestNetworkNat (0.42s) [2022-03-01T06:48:44.089Z] === RUN TestNetworkLocalhostTCPNat [2022-03-01T06:48:44.346Z] --- PASS: TestNetworkLocalhostTCPNat (0.43s) [2022-03-01T06:48:44.346Z] === RUN TestNetworkLoopbackNat [2022-03-01T06:48:44.395Z] === RUN TestDriver [2022-03-01T06:48:44.396Z] --- PASS: TestDriver (0.00s) [2022-03-01T06:48:44.396Z] PASS [2022-03-01T06:48:44.396Z] coverage: 34.8% of statements [2022-03-01T06:48:44.396Z] ok github.com/docker/docker/libnetwork/drivers/null 0.037s coverage: 34.8% of statements [2022-03-01T06:48:44.851Z] === RUN TestNetworkAllocateFree [2022-03-01T06:48:44.851Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-03-01T06:48:44.851Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-03-01T06:48:44.851Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-03-01T06:48:44.851Z] PASS [2022-03-01T06:48:44.851Z] coverage: 63.6% of statements [2022-03-01T06:48:44.851Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.042s coverage: 63.6% of statements [2022-03-01T06:48:45.129Z] --- PASS: TestPidHost (1.37s) [2022-03-01T06:48:45.129Z] === RUN TestPsFilter [2022-03-01T06:48:45.129Z] --- PASS: TestPsFilter (0.13s) [2022-03-01T06:48:45.129Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-01T06:48:45.306Z] === RUN TestGetEmptyCapabilities [2022-03-01T06:48:45.306Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-03-01T06:48:45.306Z] === RUN TestGetExtraCapabilities [2022-03-01T06:48:45.306Z] --- PASS: TestGetExtraCapabilities (0.00s) [2022-03-01T06:48:45.306Z] === RUN TestGetInvalidCapabilities [2022-03-01T06:48:45.306Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2022-03-01T06:48:45.306Z] === RUN TestRemoteDriver [2022-03-01T06:48:45.306Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-01T06:48:45.306Z] === RUN TestDriverError [2022-03-01T06:48:45.306Z] --- PASS: TestDriverError (0.00s) [2022-03-01T06:48:45.306Z] === RUN TestMissingValues [2022-03-01T06:48:45.306Z] --- PASS: TestMissingValues (0.00s) [2022-03-01T06:48:45.306Z] === RUN TestRollback [2022-03-01T06:48:45.306Z] --- PASS: TestRollback (0.00s) [2022-03-01T06:48:45.306Z] PASS [2022-03-01T06:48:45.306Z] coverage: 57.4% of statements [2022-03-01T06:48:45.306Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.079s coverage: 57.4% of statements [2022-03-01T06:48:45.306Z] --- PASS: TestRandomAllocateDeallocate (4.91s) [2022-03-01T06:48:45.306Z] === RUN TestAllocateRandomDeallocate [2022-03-01T06:48:45.391Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.52s) [2022-03-01T06:48:45.391Z] === RUN TestRemoveContainerWithVolume [2022-03-01T06:48:45.460Z] --- PASS: TestSecretsUpdate (2.14s) [2022-03-01T06:48:45.460Z] === RUN TestTemplatedSecret [2022-03-01T06:48:45.762Z] === RUN TestNew [2022-03-01T06:48:45.762Z] --- PASS: TestNew (0.00s) [2022-03-01T06:48:45.762Z] === RUN TestAddDriver [2022-03-01T06:48:45.762Z] --- PASS: TestAddDriver (0.00s) [2022-03-01T06:48:45.762Z] === RUN TestAddDuplicateDriver [2022-03-01T06:48:45.762Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-03-01T06:48:45.762Z] === RUN TestIPAMDefaultAddressSpaces [2022-03-01T06:48:45.762Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-03-01T06:48:45.762Z] === RUN TestDriver [2022-03-01T06:48:45.762Z] --- PASS: TestDriver (0.00s) [2022-03-01T06:48:45.762Z] === RUN TestIPAM [2022-03-01T06:48:45.762Z] --- PASS: TestIPAM (0.00s) [2022-03-01T06:48:45.762Z] === RUN TestWalkIPAMs [2022-03-01T06:48:45.762Z] --- PASS: TestWalkIPAMs (0.00s) [2022-03-01T06:48:45.762Z] === RUN TestWalkDrivers [2022-03-01T06:48:45.762Z] --- PASS: TestWalkDrivers (0.00s) [2022-03-01T06:48:45.762Z] PASS [2022-03-01T06:48:45.762Z] coverage: 82.4% of statements [2022-03-01T06:48:45.762Z] ok github.com/docker/docker/libnetwork/drvregistry 0.068s coverage: 82.4% of statements [2022-03-01T06:48:45.762Z] === RUN TestNAT [2022-03-01T06:48:45.762Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-01T06:48:45.762Z] --- SKIP: TestNAT (0.00s) [2022-03-01T06:48:45.762Z] === RUN TestTransparent [2022-03-01T06:48:45.762Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-01T06:48:45.762Z] --- SKIP: TestTransparent (0.00s) [2022-03-01T06:48:45.762Z] PASS [2022-03-01T06:48:45.762Z] coverage: 0.0% of statements [2022-03-01T06:48:45.762Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.047s coverage: 0.0% of statements [2022-03-01T06:48:45.964Z] --- PASS: TestRemoveContainerWithVolume (0.54s) [2022-03-01T06:48:45.964Z] === RUN TestRemoveContainerRunning [2022-03-01T06:48:46.217Z] === RUN TestBuildDefault [2022-03-01T06:48:46.217Z] --- PASS: TestBuildDefault (0.00s) [2022-03-01T06:48:46.217Z] === RUN TestBuildHostnameDomainname [2022-03-01T06:48:46.217Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-03-01T06:48:46.217Z] === RUN TestBuildHostname [2022-03-01T06:48:46.217Z] --- PASS: TestBuildHostname (0.00s) [2022-03-01T06:48:46.217Z] === RUN TestBuildHostnameFQDN [2022-03-01T06:48:46.217Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-03-01T06:48:46.217Z] === RUN TestBuildNoIP [2022-03-01T06:48:46.217Z] --- PASS: TestBuildNoIP (0.00s) [2022-03-01T06:48:46.217Z] === RUN TestUpdate [2022-03-01T06:48:46.217Z] --- PASS: TestUpdate (0.00s) [2022-03-01T06:48:46.217Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-03-01T06:48:46.217Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-03-01T06:48:46.217Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-03-01T06:48:46.217Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-03-01T06:48:46.217Z] === RUN TestAddEmpty [2022-03-01T06:48:46.217Z] --- PASS: TestAddEmpty (0.00s) [2022-03-01T06:48:46.217Z] === RUN TestAdd [2022-03-01T06:48:46.217Z] --- PASS: TestAdd (0.00s) [2022-03-01T06:48:46.217Z] === RUN TestDeleteEmpty [2022-03-01T06:48:46.217Z] --- PASS: TestDeleteEmpty (0.00s) [2022-03-01T06:48:46.217Z] === RUN TestDeleteNewline [2022-03-01T06:48:46.217Z] --- PASS: TestDeleteNewline (0.00s) [2022-03-01T06:48:46.217Z] === RUN TestDelete [2022-03-01T06:48:46.217Z] --- PASS: TestDelete (0.00s) [2022-03-01T06:48:46.217Z] === RUN TestConcurrentWrites [2022-03-01T06:48:46.217Z] --- PASS: TestConcurrentWrites (0.18s) [2022-03-01T06:48:46.217Z] PASS [2022-03-01T06:48:46.217Z] coverage: 81.2% of statements [2022-03-01T06:48:46.217Z] ok github.com/docker/docker/libnetwork/etchosts 0.234s coverage: 81.2% of statements [2022-03-01T06:48:46.538Z] === RUN TestDockerSuite/TestBuildBlankName [2022-03-01T06:48:46.538Z] --- PASS: TestRemoveContainerRunning (0.54s) [2022-03-01T06:48:46.538Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-01T06:48:46.672Z] --- PASS: TestAllocateRandomDeallocate (1.05s) [2022-03-01T06:48:46.672Z] === RUN TestAllocateRandomDeallocateSerialize [2022-03-01T06:48:46.672Z] === RUN TestNew [2022-03-01T06:48:46.672Z] --- PASS: TestNew (0.00s) [2022-03-01T06:48:46.672Z] === RUN TestAllocate [2022-03-01T06:48:46.672Z] --- PASS: TestAllocate (0.00s) [2022-03-01T06:48:46.672Z] === RUN TestUninitialized [2022-03-01T06:48:46.673Z] --- PASS: TestUninitialized (0.00s) [2022-03-01T06:48:46.673Z] === RUN TestAllocateInRange [2022-03-01T06:48:46.673Z] --- PASS: TestAllocateInRange (0.00s) [2022-03-01T06:48:46.673Z] === RUN TestAllocateSerial [2022-03-01T06:48:46.673Z] --- PASS: TestAllocateSerial (0.00s) [2022-03-01T06:48:46.673Z] PASS [2022-03-01T06:48:46.673Z] coverage: 87.5% of statements [2022-03-01T06:48:46.673Z] === RUN TestCaller [2022-03-01T06:48:46.673Z] --- PASS: TestCaller (0.00s) [2022-03-01T06:48:46.673Z] PASS [2022-03-01T06:48:46.673Z] coverage: 100.0% of statements [2022-03-01T06:48:46.673Z] ok github.com/docker/docker/libnetwork/idm 0.039s coverage: 87.5% of statements [2022-03-01T06:48:46.673Z] ok github.com/docker/docker/libnetwork/internal/caller 0.034s coverage: 100.0% of statements [2022-03-01T06:48:46.800Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-03-01T06:48:46.867Z] --- PASS: TestNetworkLoopbackNat (2.49s) [2022-03-01T06:48:46.867Z] === RUN TestPause [2022-03-01T06:48:47.128Z] === RUN TestSetSerialInsertDelete [2022-03-01T06:48:47.128Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-03-01T06:48:47.128Z] === RUN TestSetParallelInsertDelete [2022-03-01T06:48:47.324Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.62s) [2022-03-01T06:48:47.324Z] === RUN TestRemoveInvalidContainer [2022-03-01T06:48:47.324Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2022-03-01T06:48:47.324Z] === RUN TestRenameLinkedContainer [2022-03-01T06:48:47.324Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2022-03-01T06:48:47.431Z] --- PASS: TestPause (0.40s) [2022-03-01T06:48:47.431Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-01T06:48:47.431Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-01T06:48:47.431Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-01T06:48:47.431Z] === RUN TestPauseStopPausedContainer [2022-03-01T06:48:47.584Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.06s) [2022-03-01T06:48:47.584Z] === RUN TestRetrieveFromStore [2022-03-01T06:48:47.688Z] --- PASS: TestPauseStopPausedContainer (0.43s) [2022-03-01T06:48:47.688Z] === RUN TestPidHost [2022-03-01T06:48:47.980Z] --- PASS: TestTemplatedSecret (2.54s) [2022-03-01T06:48:47.980Z] === RUN TestSecretCreateResolve [2022-03-01T06:48:48.039Z] === RUN TestInt2IP2IntConversion [2022-03-01T06:48:48.039Z] --- PASS: TestRetrieveFromStore (0.45s) [2022-03-01T06:48:48.039Z] === RUN TestIsCorrupted [2022-03-01T06:48:48.039Z] --- PASS: TestIsCorrupted (0.01s) [2022-03-01T06:48:48.039Z] === RUN TestSetRollover [2022-03-01T06:48:48.495Z] === RUN TestPoolRequest [2022-03-01T06:48:48.495Z] --- PASS: TestPoolRequest (0.00s) [2022-03-01T06:48:48.495Z] === RUN TestOtherRequests [2022-03-01T06:48:48.495Z] --- PASS: TestOtherRequests (0.00s) [2022-03-01T06:48:48.495Z] PASS [2022-03-01T06:48:48.495Z] coverage: 57.1% of statements [2022-03-01T06:48:48.495Z] ok github.com/docker/docker/libnetwork/ipams/null 0.040s coverage: 57.1% of statements [2022-03-01T06:48:48.495Z] --- PASS: TestInt2IP2IntConversion (0.48s) [2022-03-01T06:48:48.495Z] === RUN TestGetAddressVersion [2022-03-01T06:48:48.495Z] --- PASS: TestGetAddressVersion (0.00s) [2022-03-01T06:48:48.495Z] === RUN TestKeyString [2022-03-01T06:48:48.495Z] --- PASS: TestKeyString (0.00s) [2022-03-01T06:48:48.495Z] === RUN TestPoolDataMarshal [2022-03-01T06:48:48.495Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-03-01T06:48:48.495Z] === RUN TestSubnetsMarshal [2022-03-01T06:48:48.495Z] --- PASS: TestSubnetsMarshal (0.04s) [2022-03-01T06:48:48.495Z] === RUN TestAddSubnets [2022-03-01T06:48:48.495Z] --- PASS: TestAddSubnets (0.04s) [2022-03-01T06:48:48.495Z] === RUN TestDoublePoolRelease [2022-03-01T06:48:48.495Z] --- PASS: TestDoublePoolRelease (0.02s) [2022-03-01T06:48:48.495Z] === RUN TestAddReleasePoolID [2022-03-01T06:48:48.495Z] --- PASS: TestAddReleasePoolID (0.08s) [2022-03-01T06:48:48.495Z] === RUN TestPredefinedPool [2022-03-01T06:48:48.495Z] --- PASS: TestPredefinedPool (0.02s) [2022-03-01T06:48:48.495Z] === RUN TestRemoveSubnet [2022-03-01T06:48:48.618Z] --- PASS: TestPidHost (0.95s) [2022-03-01T06:48:48.618Z] === RUN TestPsFilter [2022-03-01T06:48:48.711Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-03-01T06:48:48.875Z] --- PASS: TestPsFilter (0.11s) [2022-03-01T06:48:48.875Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-01T06:48:48.950Z] --- PASS: TestRemoveSubnet (0.15s) [2022-03-01T06:48:48.950Z] === RUN TestGetSameAddress [2022-03-01T06:48:48.950Z] --- PASS: TestGetSameAddress (0.02s) [2022-03-01T06:48:48.950Z] === RUN TestPoolAllocationReuse [2022-03-01T06:48:49.132Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.37s) [2022-03-01T06:48:49.132Z] === RUN TestRemoveContainerWithVolume [2022-03-01T06:48:49.406Z] --- PASS: TestSetRollover (1.16s) [2022-03-01T06:48:49.406Z] === RUN TestSetRolloverSerial [2022-03-01T06:48:49.406Z] === RUN TestGetCapabilities [2022-03-01T06:48:49.406Z] --- PASS: TestGetCapabilities (0.01s) [2022-03-01T06:48:49.406Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-03-01T06:48:49.406Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2022-03-01T06:48:49.406Z] === RUN TestGetDefaultAddressSpaces [2022-03-01T06:48:49.406Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2022-03-01T06:48:49.406Z] === RUN TestRemoteDriver [2022-03-01T06:48:49.406Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-01T06:48:49.406Z] PASS [2022-03-01T06:48:49.406Z] coverage: 47.4% of statements [2022-03-01T06:48:49.406Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.064s coverage: 47.4% of statements [2022-03-01T06:48:49.668Z] --- PASS: TestRenameLinkedContainer (2.44s) [2022-03-01T06:48:49.668Z] === RUN TestRenameStoppedContainer [2022-03-01T06:48:49.696Z] --- PASS: TestRemoveContainerWithVolume (0.40s) [2022-03-01T06:48:49.696Z] === RUN TestRemoveContainerRunning [2022-03-01T06:48:49.863Z] --- PASS: TestPoolAllocationReuse (1.19s) [2022-03-01T06:48:49.863Z] === RUN TestGetAddressSubPoolEqualPool [2022-03-01T06:48:49.863Z] --- PASS: TestGetAddressSubPoolEqualPool (0.02s) [2022-03-01T06:48:49.863Z] === RUN TestRequestReleaseAddressFromSubPool [2022-03-01T06:48:49.871Z] --- PASS: TestSecretCreateResolve (2.15s) [2022-03-01T06:48:49.871Z] PASS [2022-03-01T06:48:49.871Z] [2022-03-01T06:48:49.871Z] DONE 6 tests in 13.271s [2022-03-01T06:48:49.871Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-03-01T06:48:49.871Z] INFO: Testing against a local daemon [2022-03-01T06:48:49.871Z] === RUN TestServiceCreateInit [2022-03-01T06:48:49.871Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-01T06:48:49.953Z] --- PASS: TestRemoveContainerRunning (0.38s) [2022-03-01T06:48:49.953Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-01T06:48:50.240Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-03-01T06:48:50.240Z] --- PASS: TestRenameStoppedContainer (0.54s) [2022-03-01T06:48:50.240Z] === RUN TestRenameRunningContainerAndReuse [2022-03-01T06:48:50.320Z] === RUN TestWindowsIPAM [2022-03-01T06:48:50.320Z] --- PASS: TestWindowsIPAM (0.00s) [2022-03-01T06:48:50.320Z] PASS [2022-03-01T06:48:50.320Z] coverage: 71.4% of statements [2022-03-01T06:48:50.320Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.039s coverage: 71.4% of statements [2022-03-01T06:48:50.320Z] --- PASS: TestSetRolloverSerial (1.15s) [2022-03-01T06:48:50.320Z] === RUN TestGetFirstAvailableFromCurrent [2022-03-01T06:48:50.320Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-03-01T06:48:50.320Z] PASS [2022-03-01T06:48:50.320Z] coverage: 84.4% of statements [2022-03-01T06:48:50.320Z] ok github.com/docker/docker/libnetwork/bitseq 9.851s coverage: 84.4% of statements [2022-03-01T06:48:50.517Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.39s) [2022-03-01T06:48:50.517Z] === RUN TestRemoveInvalidContainer [2022-03-01T06:48:50.517Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-03-01T06:48:50.517Z] === RUN TestRenameLinkedContainer [2022-03-01T06:48:50.775Z] === RUN TestDefaultNetwork [2022-03-01T06:48:51.186Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-03-01T06:48:51.186Z] --- PASS: TestRenameRunningContainerAndReuse (1.12s) [2022-03-01T06:48:51.186Z] === RUN TestRenameInvalidName [2022-03-01T06:48:51.231Z] --- PASS: TestDefaultNetwork (0.27s) [2022-03-01T06:48:51.232Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-03-01T06:48:51.687Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.26s) [2022-03-01T06:48:51.687Z] === RUN TestInitAddressPools [2022-03-01T06:48:51.687Z] --- PASS: TestInitAddressPools (0.00s) [2022-03-01T06:48:51.687Z] PASS [2022-03-01T06:48:51.687Z] coverage: 74.0% of statements [2022-03-01T06:48:51.687Z] ok github.com/docker/docker/libnetwork/ipamutils 0.600s coverage: 74.0% of statements [2022-03-01T06:48:51.687Z] --- PASS: TestRequestReleaseAddressFromSubPool (1.51s) [2022-03-01T06:48:51.687Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-03-01T06:48:51.761Z] --- PASS: TestRenameInvalidName (0.57s) [2022-03-01T06:48:51.761Z] === RUN TestRenameAnonymousContainer [2022-03-01T06:48:51.886Z] --- PASS: TestRenameLinkedContainer (1.56s) [2022-03-01T06:48:51.886Z] === RUN TestRenameStoppedContainer [2022-03-01T06:48:52.145Z] === RUN TestKeyValue [2022-03-01T06:48:52.145Z] --- PASS: TestKeyValue (0.00s) [2022-03-01T06:48:52.145Z] PASS [2022-03-01T06:48:52.145Z] coverage: 60.0% of statements [2022-03-01T06:48:52.145Z] ok github.com/docker/docker/libnetwork/netlabel 0.043s coverage: 60.0% of statements [2022-03-01T06:48:52.457Z] --- PASS: TestRenameStoppedContainer (0.40s) [2022-03-01T06:48:52.457Z] === RUN TestRenameRunningContainerAndReuse [2022-03-01T06:48:52.708Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-03-01T06:48:53.428Z] --- PASS: TestRenameRunningContainerAndReuse (0.88s) [2022-03-01T06:48:53.428Z] === RUN TestRenameInvalidName [2022-03-01T06:48:53.670Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-01T06:48:53.670Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-01T06:48:53.670Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-01T06:48:53.670Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-01T06:48:53.670Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-01T06:48:53.670Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-01T06:48:53.670Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-01T06:48:53.670Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-01T06:48:53.670Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-01T06:48:53.670Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-03-01T06:48:53.670Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-01T06:48:53.670Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-01T06:48:53.670Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-01T06:48:53.670Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-03-01T06:48:53.670Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-01T06:48:53.670Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-01T06:48:53.670Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-01T06:48:53.690Z] --- PASS: TestRenameInvalidName (0.40s) [2022-03-01T06:48:53.690Z] === RUN TestRenameAnonymousContainer [2022-03-01T06:48:54.043Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-01T06:48:54.096Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2022-03-01T06:48:54.096Z] --- PASS: TestRenameAnonymousContainer (2.12s) [2022-03-01T06:48:54.096Z] === RUN TestRenameContainerWithSameName [2022-03-01T06:48:54.125Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.35s) [2022-03-01T06:48:54.126Z] === RUN TestGetAddress [2022-03-01T06:48:54.359Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-03-01T06:48:54.581Z] === RUN TestNetworkDBSimple [2022-03-01T06:48:54.581Z] === RUN TestGenerate [2022-03-01T06:48:54.581Z] --- PASS: TestGenerate (0.00s) [2022-03-01T06:48:54.581Z] === RUN TestGeneratePtr [2022-03-01T06:48:54.581Z] --- PASS: TestGeneratePtr (0.00s) [2022-03-01T06:48:54.581Z] === RUN TestGenerateMissingField [2022-03-01T06:48:54.581Z] --- PASS: TestGenerateMissingField (0.00s) [2022-03-01T06:48:54.581Z] === RUN TestFieldCannotBeSet [2022-03-01T06:48:54.581Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-03-01T06:48:54.581Z] === RUN TestTypeMismatchError [2022-03-01T06:48:54.581Z] --- PASS: TestTypeMismatchError (0.00s) [2022-03-01T06:48:54.581Z] PASS [2022-03-01T06:48:54.581Z] coverage: 100.0% of statements [2022-03-01T06:48:54.581Z] ok github.com/docker/docker/libnetwork/options 0.039s coverage: 100.0% of statements [2022-03-01T06:48:54.620Z] --- PASS: TestRenameContainerWithSameName (0.74s) [2022-03-01T06:48:54.620Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-01T06:48:55.070Z] --- PASS: TestRenameAnonymousContainer (1.46s) [2022-03-01T06:48:55.070Z] === RUN TestRenameContainerWithSameName [2022-03-01T06:48:55.327Z] --- PASS: TestRenameContainerWithSameName (0.37s) [2022-03-01T06:48:55.327Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-01T06:48:55.348Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-01T06:48:55.348Z] === RUN TestBoolValue [2022-03-01T06:48:55.348Z] --- PASS: TestBoolValue (0.00s) [2022-03-01T06:48:55.348Z] === RUN TestBoolValueOrDefault [2022-03-01T06:48:55.348Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-03-01T06:48:55.348Z] === RUN TestInt64ValueOrZero [2022-03-01T06:48:55.348Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-03-01T06:48:55.348Z] === RUN TestInt64ValueOrDefault [2022-03-01T06:48:55.348Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-03-01T06:48:55.348Z] === RUN TestInt64ValueOrDefaultWithError [2022-03-01T06:48:55.348Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-03-01T06:48:55.348Z] === RUN TestJsonContentType [2022-03-01T06:48:55.348Z] --- PASS: TestJsonContentType (0.00s) [2022-03-01T06:48:55.348Z] PASS [2022-03-01T06:48:55.348Z] coverage: 14.7% of statements [2022-03-01T06:48:55.348Z] ok github.com/docker/docker/api/server/httputils 0.135s coverage: 14.7% of statements [2022-03-01T06:48:55.348Z] === RUN TestMaskSecretKeys [2022-03-01T06:48:55.348Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-03-01T06:48:55.348Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-03-01T06:48:55.348Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-03-01T06:48:55.348Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-03-01T06:48:55.348Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-03-01T06:48:55.348Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-03-01T06:48:55.348Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-03-01T06:48:55.348Z] === RUN TestVersionMiddlewareVersion [2022-03-01T06:48:55.348Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-03-01T06:48:55.348Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-03-01T06:48:55.348Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-03-01T06:48:55.348Z] PASS [2022-03-01T06:48:55.348Z] coverage: 37.7% of statements [2022-03-01T06:48:55.348Z] ok github.com/docker/docker/api/server/middleware 0.068s coverage: 37.7% of statements [2022-03-01T06:48:55.348Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-01T06:48:55.348Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-01T06:48:55.348Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-01T06:48:55.348Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-01T06:48:55.348Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-01T06:48:55.348Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-01T06:48:55.348Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-01T06:48:55.348Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-01T06:48:55.348Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-01T06:48:55.348Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-01T06:48:55.348Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-01T06:48:55.348Z] === RUN TestAdjustForAPIVersion [2022-03-01T06:48:55.348Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-03-01T06:48:55.348Z] PASS [2022-03-01T06:48:55.348Z] coverage: 5.7% of statements [2022-03-01T06:48:55.348Z] ok github.com/docker/docker/api/server/router/swarm 0.060s coverage: 5.7% of statements [2022-03-01T06:48:55.348Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-01T06:48:55.348Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-01T06:48:55.348Z] ? github.com/docker/docker/api/types [no test files] [2022-03-01T06:48:55.348Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-01T06:48:55.348Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-01T06:48:55.348Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-01T06:48:55.348Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-01T06:48:55.348Z] === RUN TestStrSliceMarshalJSON [2022-03-01T06:48:55.348Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-03-01T06:48:55.348Z] === RUN TestStrSliceUnmarshalJSON [2022-03-01T06:48:55.348Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-03-01T06:48:55.348Z] === RUN TestStrSliceUnmarshalString [2022-03-01T06:48:55.348Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-03-01T06:48:55.348Z] === RUN TestStrSliceUnmarshalSlice [2022-03-01T06:48:55.348Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-03-01T06:48:55.348Z] PASS [2022-03-01T06:48:55.348Z] coverage: 90.0% of statements [2022-03-01T06:48:55.348Z] ok github.com/docker/docker/api/types/strslice 0.034s coverage: 90.0% of statements [2022-03-01T06:48:55.348Z] === RUN TestToJSON [2022-03-01T06:48:55.348Z] --- PASS: TestToJSON (0.00s) [2022-03-01T06:48:55.348Z] === RUN TestToParamWithVersion [2022-03-01T06:48:55.348Z] --- PASS: TestToParamWithVersion (0.00s) [2022-03-01T06:48:55.348Z] === RUN TestFromJSON [2022-03-01T06:48:55.348Z] --- PASS: TestFromJSON (0.00s) [2022-03-01T06:48:55.348Z] === RUN TestEmpty [2022-03-01T06:48:55.348Z] --- PASS: TestEmpty (0.00s) [2022-03-01T06:48:55.348Z] === RUN TestArgsMatchKVListEmptySources [2022-03-01T06:48:55.348Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-03-01T06:48:55.348Z] === RUN TestArgsMatchKVList [2022-03-01T06:48:55.348Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-03-01T06:48:55.348Z] === RUN TestArgsMatch [2022-03-01T06:48:55.348Z] --- PASS: TestArgsMatch (0.00s) [2022-03-01T06:48:55.348Z] === RUN TestAdd [2022-03-01T06:48:55.348Z] --- PASS: TestAdd (0.00s) [2022-03-01T06:48:55.348Z] === RUN TestDel [2022-03-01T06:48:55.348Z] --- PASS: TestDel (0.00s) [2022-03-01T06:48:55.348Z] === RUN TestLen [2022-03-01T06:48:55.348Z] --- PASS: TestLen (0.00s) [2022-03-01T06:48:55.348Z] === RUN TestExactMatch [2022-03-01T06:48:55.348Z] --- PASS: TestExactMatch (0.00s) [2022-03-01T06:48:55.348Z] === RUN TestOnlyOneExactMatch [2022-03-01T06:48:55.348Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-03-01T06:48:55.348Z] === RUN TestContains [2022-03-01T06:48:55.348Z] --- PASS: TestContains (0.00s) [2022-03-01T06:48:55.348Z] === RUN TestValidate [2022-03-01T06:48:55.348Z] --- PASS: TestValidate (0.00s) [2022-03-01T06:48:55.348Z] === RUN TestWalkValues [2022-03-01T06:48:55.348Z] --- PASS: TestWalkValues (0.00s) [2022-03-01T06:48:55.348Z] === RUN TestFuzzyMatch [2022-03-01T06:48:55.348Z] --- PASS: TestFuzzyMatch (0.00s) [2022-03-01T06:48:55.348Z] === RUN TestClone [2022-03-01T06:48:55.348Z] --- PASS: TestClone (0.00s) [2022-03-01T06:48:55.348Z] PASS [2022-03-01T06:48:55.348Z] coverage: 92.2% of statements [2022-03-01T06:48:55.348Z] ok github.com/docker/docker/api/types/filters 0.038s coverage: 92.2% of statements [2022-03-01T06:48:55.348Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-01T06:48:55.348Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-01T06:48:55.348Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-01T06:48:55.348Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-01T06:48:55.348Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-01T06:48:55.348Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-01T06:48:55.348Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-01T06:48:55.348Z] === RUN TestDurationToSecondsString [2022-03-01T06:48:55.348Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-03-01T06:48:55.348Z] === RUN TestGetTimestamp [2022-03-01T06:48:55.348Z] --- PASS: TestGetTimestamp (0.14s) [2022-03-01T06:48:55.348Z] === RUN TestParseTimestamps [2022-03-01T06:48:55.348Z] --- PASS: TestParseTimestamps (0.00s) [2022-03-01T06:48:55.348Z] PASS [2022-03-01T06:48:55.348Z] coverage: 100.0% of statements [2022-03-01T06:48:55.348Z] ok github.com/docker/docker/api/types/time 0.188s coverage: 100.0% of statements [2022-03-01T06:48:55.348Z] === RUN TestCompareVersion [2022-03-01T06:48:55.348Z] --- PASS: TestCompareVersion (0.00s) [2022-03-01T06:48:55.348Z] PASS [2022-03-01T06:48:55.348Z] coverage: 77.3% of statements [2022-03-01T06:48:55.348Z] ok github.com/docker/docker/api/types/versions 0.033s coverage: 77.3% of statements [2022-03-01T06:48:55.348Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-01T06:48:55.348Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-01T06:48:55.348Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-01T06:48:55.348Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-03-01T06:48:55.348Z] ? github.com/docker/docker/builder [no test files] [2022-03-01T06:48:55.348Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-01T06:48:55.348Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-01T06:48:55.348Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-01T06:48:55.348Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-01T06:48:55.348Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-01T06:48:55.348Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-01T06:48:55.348Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-01T06:48:55.543Z] testing: warning: no tests to run [2022-03-01T06:48:55.543Z] PASS [2022-03-01T06:48:55.543Z] coverage: 0.0% of statements [2022-03-01T06:48:55.543Z] ok github.com/docker/docker/libnetwork/osl 0.067s coverage: 0.0% of statements [no tests to run] [2022-03-01T06:48:55.543Z] 2022/03/01 06:48:55 Closing DB instances... [2022-03-01T06:48:56.008Z] --- PASS: TestRenameContainerWithLinkedContainer (1.37s) [2022-03-01T06:48:56.008Z] === RUN TestResize [2022-03-01T06:48:56.257Z] --- PASS: TestRenameContainerWithLinkedContainer (0.89s) [2022-03-01T06:48:56.257Z] === RUN TestResize [2022-03-01T06:48:56.319Z] === RUN TestParseRemoteURL [2022-03-01T06:48:56.319Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-03-01T06:48:56.319Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-03-01T06:48:56.319Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-03-01T06:48:56.319Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-03-01T06:48:56.319Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-03-01T06:48:56.319Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-03-01T06:48:56.319Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-03-01T06:48:56.319Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-03-01T06:48:56.319Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-03-01T06:48:56.319Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-03-01T06:48:56.319Z] --- PASS: TestParseRemoteURL (0.00s) [2022-03-01T06:48:56.319Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-03-01T06:48:56.319Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-03-01T06:48:56.319Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-03-01T06:48:56.319Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-03-01T06:48:56.319Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-03-01T06:48:56.319Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-03-01T06:48:56.319Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-03-01T06:48:56.319Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-03-01T06:48:56.319Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-03-01T06:48:56.319Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-03-01T06:48:56.319Z] === RUN TestCloneArgsSmartHttp [2022-03-01T06:48:56.319Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-03-01T06:48:56.319Z] === RUN TestCloneArgsDumbHttp [2022-03-01T06:48:56.319Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-03-01T06:48:56.319Z] === RUN TestCloneArgsGit [2022-03-01T06:48:56.319Z] --- PASS: TestCloneArgsGit (0.00s) [2022-03-01T06:48:56.319Z] === RUN TestCheckoutGit [2022-03-01T06:48:56.504Z] === RUN TestRequestNewPort [2022-03-01T06:48:56.504Z] --- PASS: TestRequestNewPort (0.00s) [2022-03-01T06:48:56.504Z] === RUN TestRequestSpecificPort [2022-03-01T06:48:56.504Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-03-01T06:48:56.504Z] === RUN TestReleasePort [2022-03-01T06:48:56.504Z] --- PASS: TestReleasePort (0.00s) [2022-03-01T06:48:56.504Z] === RUN TestReuseReleasedPort [2022-03-01T06:48:56.504Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-03-01T06:48:56.504Z] === RUN TestReleaseUnreadledPort [2022-03-01T06:48:56.504Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-03-01T06:48:56.504Z] === RUN TestUnknowProtocol [2022-03-01T06:48:56.504Z] --- PASS: TestUnknowProtocol (0.00s) [2022-03-01T06:48:56.504Z] === RUN TestAllocateAllPorts [2022-03-01T06:48:56.504Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-03-01T06:48:56.504Z] === RUN TestPortAllocation [2022-03-01T06:48:56.504Z] --- PASS: TestPortAllocation (0.00s) [2022-03-01T06:48:56.504Z] === RUN TestPortAllocationWithCustomRange [2022-03-01T06:48:56.504Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-03-01T06:48:56.504Z] === RUN TestNoDuplicateBPR [2022-03-01T06:48:56.504Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-03-01T06:48:56.504Z] === RUN TestChangePortRange [2022-03-01T06:48:56.504Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-03-01T06:48:56.504Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-03-01T06:48:56.504Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-03-01T06:48:56.504Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-03-01T06:48:56.504Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-03-01T06:48:56.504Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-03-01T06:48:56.504Z] --- PASS: TestChangePortRange (0.00s) [2022-03-01T06:48:56.504Z] PASS [2022-03-01T06:48:56.504Z] coverage: 88.6% of statements [2022-03-01T06:48:56.504Z] ok github.com/docker/docker/libnetwork/portallocator 0.048s coverage: 88.6% of statements [2022-03-01T06:48:56.582Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-03-01T06:48:56.582Z] --- PASS: TestResize (0.59s) [2022-03-01T06:48:56.582Z] === RUN TestResizeWithInvalidSize [2022-03-01T06:48:56.820Z] --- PASS: TestResize (0.39s) [2022-03-01T06:48:56.820Z] === RUN TestResizeWithInvalidSize [2022-03-01T06:48:56.959Z] --- PASS: TestNetworkDBSimple (2.24s) [2022-03-01T06:48:56.959Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-03-01T06:48:56.959Z] testing: warning: no tests to run [2022-03-01T06:48:56.959Z] PASS [2022-03-01T06:48:56.959Z] coverage: 0.0% of statements [2022-03-01T06:48:56.959Z] ok github.com/docker/docker/libnetwork/portmapper 0.037s coverage: 0.0% of statements [no tests to run] [2022-03-01T06:48:57.077Z] --- PASS: TestResizeWithInvalidSize (0.40s) [2022-03-01T06:48:57.078Z] === RUN TestResizeWhenContainerNotStarted [2022-03-01T06:48:57.312Z] --- PASS: TestServiceCreateInit (7.31s) [2022-03-01T06:48:57.313Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.63s) [2022-03-01T06:48:57.313Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.66s) [2022-03-01T06:48:57.313Z] === RUN TestCreateServiceMultipleTimes [2022-03-01T06:48:57.415Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-03-01T06:48:57.415Z] PASS [2022-03-01T06:48:57.415Z] coverage: 100.0% of statements [2022-03-01T06:48:57.415Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.041s coverage: 100.0% of statements [2022-03-01T06:48:57.527Z] --- PASS: TestResizeWithInvalidSize (0.79s) [2022-03-01T06:48:57.527Z] === RUN TestResizeWhenContainerNotStarted [2022-03-01T06:48:57.641Z] --- PASS: TestResizeWhenContainerNotStarted (0.38s) [2022-03-01T06:48:57.641Z] === RUN TestDaemonRestartKillContainers [2022-03-01T06:48:57.641Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-01T06:48:57.641Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-01T06:48:57.641Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-01T06:48:57.641Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-01T06:48:57.641Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-01T06:48:57.641Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-01T06:48:57.641Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-01T06:48:57.641Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-01T06:48:57.641Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-01T06:48:57.641Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-01T06:48:57.641Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-01T06:48:57.641Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-01T06:48:57.641Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-01T06:48:57.641Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-01T06:48:57.641Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-01T06:48:57.641Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-01T06:48:57.641Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-01T06:48:57.641Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-01T06:48:57.641Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-01T06:48:57.641Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-01T06:48:57.641Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-01T06:48:57.641Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-01T06:48:57.641Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-01T06:48:57.641Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-01T06:48:57.641Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-01T06:48:57.641Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-01T06:48:57.641Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-01T06:48:57.641Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-01T06:48:57.641Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-01T06:48:57.641Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-01T06:48:57.641Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-01T06:48:57.641Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-01T06:48:57.641Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-01T06:48:57.641Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-01T06:48:57.790Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-03-01T06:48:57.865Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-03-01T06:48:57.865Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2022-03-01T06:48:57.865Z] === RUN TestProcessNoDockerignore [2022-03-01T06:48:57.865Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-03-01T06:48:57.865Z] === RUN TestProcessShouldLeaveAllFiles [2022-03-01T06:48:57.865Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2022-03-01T06:48:57.865Z] === RUN TestDetectContentType [2022-03-01T06:48:57.865Z] --- PASS: TestDetectContentType (0.00s) [2022-03-01T06:48:57.865Z] === RUN TestSelectAcceptableMIME [2022-03-01T06:48:57.865Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-03-01T06:48:57.865Z] === RUN TestInspectEmptyResponse [2022-03-01T06:48:57.865Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-03-01T06:48:57.865Z] === RUN TestInspectResponseBinary [2022-03-01T06:48:57.865Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-03-01T06:48:57.865Z] === RUN TestResponseUnsupportedContentType [2022-03-01T06:48:57.865Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-03-01T06:48:57.865Z] === RUN TestInspectResponseTextSimple [2022-03-01T06:48:57.865Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-03-01T06:48:57.865Z] === RUN TestInspectResponseEmptyContentType [2022-03-01T06:48:57.865Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-03-01T06:48:57.865Z] === RUN TestUnknownContentLength [2022-03-01T06:48:57.865Z] --- PASS: TestUnknownContentLength (0.00s) [2022-03-01T06:48:57.865Z] === RUN TestDownloadRemote [2022-03-01T06:48:57.865Z] === RUN TestEnable [2022-03-01T06:48:57.865Z] --- PASS: TestEnable (0.00s) [2022-03-01T06:48:57.865Z] === RUN TestDisable [2022-03-01T06:48:57.865Z] --- PASS: TestDisable (0.00s) [2022-03-01T06:48:57.865Z] === RUN TestEnabled [2022-03-01T06:48:57.865Z] --- PASS: TestEnabled (0.00s) [2022-03-01T06:48:57.865Z] PASS [2022-03-01T06:48:57.865Z] coverage: 100.0% of statements [2022-03-01T06:48:57.865Z] ok github.com/docker/docker/cli/debug 0.041s coverage: 100.0% of statements [2022-03-01T06:48:57.865Z] --- PASS: TestDownloadRemote (0.09s) [2022-03-01T06:48:57.865Z] === RUN TestGetWithStatusError [2022-03-01T06:48:57.870Z] === RUN TestHashData [2022-03-01T06:48:57.870Z] --- PASS: TestHashData (0.00s) [2022-03-01T06:48:57.870Z] PASS [2022-03-01T06:48:57.870Z] coverage: 2.8% of statements [2022-03-01T06:48:57.870Z] ok github.com/docker/docker/libnetwork/resolvconf 0.044s coverage: 2.8% of statements [2022-03-01T06:48:57.870Z] === RUN TestErrorConstructors [2022-03-01T06:48:57.870Z] --- PASS: TestErrorConstructors (0.00s) [2022-03-01T06:48:57.870Z] === RUN TestCompareIPMask [2022-03-01T06:48:57.870Z] --- PASS: TestCompareIPMask (0.00s) [2022-03-01T06:48:57.870Z] === RUN TestUtilGetHostPartIP [2022-03-01T06:48:57.870Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-03-01T06:48:57.870Z] === RUN TestUtilGetBroadcastIP [2022-03-01T06:48:57.870Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-03-01T06:48:57.870Z] === RUN TestParseCIDR [2022-03-01T06:48:57.870Z] --- PASS: TestParseCIDR (0.00s) [2022-03-01T06:48:57.870Z] PASS [2022-03-01T06:48:57.870Z] coverage: 37.3% of statements [2022-03-01T06:48:57.870Z] ok github.com/docker/docker/libnetwork/types 0.049s coverage: 37.3% of statements [2022-03-01T06:48:58.053Z] --- PASS: TestResizeWhenContainerNotStarted (0.67s) [2022-03-01T06:48:58.053Z] === RUN TestDaemonRestartKillContainers [2022-03-01T06:48:58.053Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-01T06:48:58.053Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-01T06:48:58.053Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-01T06:48:58.053Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-01T06:48:58.053Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-01T06:48:58.053Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-01T06:48:58.053Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-01T06:48:58.053Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-01T06:48:58.053Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-01T06:48:58.053Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-01T06:48:58.053Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-01T06:48:58.053Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-01T06:48:58.053Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-01T06:48:58.053Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-01T06:48:58.053Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-01T06:48:58.053Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-01T06:48:58.053Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-01T06:48:58.053Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-01T06:48:58.053Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-01T06:48:58.053Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-01T06:48:58.053Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-01T06:48:58.053Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-01T06:48:58.053Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-01T06:48:58.053Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-01T06:48:58.053Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-01T06:48:58.053Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-01T06:48:58.053Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-01T06:48:58.053Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-01T06:48:58.053Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-01T06:48:58.053Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-01T06:48:58.053Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-01T06:48:58.053Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-01T06:48:58.053Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-01T06:48:58.053Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-01T06:48:58.325Z] --- PASS: TestGetWithStatusError (0.00s) [2022-03-01T06:48:58.325Z] === RUN TestCloseRootDirectory [2022-03-01T06:48:58.325Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:48:58.325Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-03-01T06:48:58.325Z] === RUN TestHashFile [2022-03-01T06:48:58.325Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:48:58.325Z] --- SKIP: TestHashFile (0.00s) [2022-03-01T06:48:58.325Z] === RUN TestHashSubdir [2022-03-01T06:48:58.325Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:48:58.325Z] --- SKIP: TestHashSubdir (0.00s) [2022-03-01T06:48:58.325Z] === RUN TestRemoveDirectory [2022-03-01T06:48:58.325Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:48:58.325Z] --- SKIP: TestRemoveDirectory (0.00s) [2022-03-01T06:48:58.325Z] PASS [2022-03-01T06:48:58.325Z] coverage: 9.3% of statements [2022-03-01T06:48:58.325Z] ok github.com/docker/docker/builder/remotecontext 0.271s coverage: 9.3% of statements [2022-03-01T06:48:58.328Z] 2022/03/01 06:48:57 Closing DB instances... [2022-03-01T06:48:58.783Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-03-01T06:48:58.783Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-03-01T06:48:58.783Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-03-01T06:48:58.783Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-03-01T06:48:58.783Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-03-01T06:48:58.783Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-03-01T06:48:58.783Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-03-01T06:48:58.783Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-03-01T06:48:58.783Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-03-01T06:48:58.783Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-03-01T06:48:58.783Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-03-01T06:48:58.783Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-03-01T06:48:58.783Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-03-01T06:48:58.783Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-03-01T06:48:58.783Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-03-01T06:48:58.783Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-03-01T06:48:58.783Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-03-01T06:48:58.783Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-03-01T06:48:58.783Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-03-01T06:48:58.783Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-03-01T06:48:58.783Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-03-01T06:48:58.783Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-03-01T06:48:58.783Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-03-01T06:48:58.783Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-03-01T06:48:58.783Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-03-01T06:48:58.783Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-03-01T06:48:58.783Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-03-01T06:48:58.783Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-03-01T06:48:58.783Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-03-01T06:48:58.783Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-03-01T06:48:58.783Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-03-01T06:48:58.783Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-03-01T06:48:58.783Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-03-01T06:48:58.783Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-03-01T06:48:58.783Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-03-01T06:48:58.783Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-03-01T06:48:58.783Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-03-01T06:48:58.783Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-03-01T06:48:58.783Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-03-01T06:48:58.783Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-03-01T06:48:58.783Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-03-01T06:48:58.783Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-03-01T06:48:58.783Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-03-01T06:48:58.783Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-03-01T06:48:58.783Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-03-01T06:48:58.783Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-03-01T06:48:58.783Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-03-01T06:48:58.783Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-03-01T06:48:58.783Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-03-01T06:48:58.783Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-03-01T06:48:58.783Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-03-01T06:48:58.783Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-03-01T06:48:58.783Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-03-01T06:48:58.783Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-03-01T06:48:58.783Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-03-01T06:48:58.783Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-03-01T06:48:58.783Z] PASS [2022-03-01T06:48:58.783Z] coverage: 50.0% of statements [2022-03-01T06:48:58.783Z] ok github.com/docker/docker/oci 0.052s coverage: 50.0% of statements [2022-03-01T06:48:58.786Z] === RUN TestGetAllAllowed [2022-03-01T06:48:58.786Z] --- PASS: TestGetAllAllowed (0.00s) [2022-03-01T06:48:58.786Z] === RUN TestGetAllMeta [2022-03-01T06:48:58.786Z] --- PASS: TestGetAllMeta (0.00s) [2022-03-01T06:48:58.786Z] === RUN TestWarnOnUnusedBuildArgs [2022-03-01T06:48:58.786Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-03-01T06:48:58.786Z] === RUN TestIsUnreferencedBuiltin [2022-03-01T06:48:58.786Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-03-01T06:48:58.786Z] === RUN TestIsExistingDirectory [2022-03-01T06:48:58.786Z] --- PASS: TestIsExistingDirectory (0.00s) [2022-03-01T06:48:58.786Z] === RUN TestGetFilenameForDownload [2022-03-01T06:48:58.786Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-03-01T06:48:58.786Z] === RUN TestEnv2Variables [2022-03-01T06:48:58.786Z] --- PASS: TestEnv2Variables (0.00s) [2022-03-01T06:48:58.786Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-03-01T06:48:58.786Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-03-01T06:48:58.786Z] === RUN TestMaintainer [2022-03-01T06:48:58.786Z] --- PASS: TestMaintainer (0.00s) [2022-03-01T06:48:58.786Z] === RUN TestLabel [2022-03-01T06:48:58.786Z] --- PASS: TestLabel (0.00s) [2022-03-01T06:48:58.786Z] === RUN TestFromScratch [2022-03-01T06:48:58.786Z] --- PASS: TestFromScratch (0.00s) [2022-03-01T06:48:58.786Z] === RUN TestFromWithArg [2022-03-01T06:48:58.786Z] --- PASS: TestFromWithArg (0.00s) [2022-03-01T06:48:58.786Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-03-01T06:48:58.786Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-03-01T06:48:58.786Z] === RUN TestFromWithUndefinedArg [2022-03-01T06:48:58.786Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-03-01T06:48:58.786Z] === RUN TestFromMultiStageWithNamedStage [2022-03-01T06:48:58.786Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-03-01T06:48:58.786Z] === RUN TestOnbuild [2022-03-01T06:48:58.786Z] --- PASS: TestOnbuild (0.00s) [2022-03-01T06:48:58.786Z] === RUN TestWorkdir [2022-03-01T06:48:58.786Z] --- PASS: TestWorkdir (0.00s) [2022-03-01T06:48:58.786Z] === RUN TestCmd [2022-03-01T06:48:58.786Z] --- PASS: TestCmd (0.00s) [2022-03-01T06:48:58.786Z] === RUN TestHealthcheckNone [2022-03-01T06:48:58.786Z] --- PASS: TestHealthcheckNone (0.00s) [2022-03-01T06:48:58.786Z] === RUN TestHealthcheckCmd [2022-03-01T06:48:58.786Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-03-01T06:48:58.786Z] === RUN TestEntrypoint [2022-03-01T06:48:58.786Z] --- PASS: TestEntrypoint (0.00s) [2022-03-01T06:48:58.786Z] === RUN TestExpose [2022-03-01T06:48:58.786Z] --- PASS: TestExpose (0.00s) [2022-03-01T06:48:58.786Z] === RUN TestUser [2022-03-01T06:48:58.786Z] --- PASS: TestUser (0.01s) [2022-03-01T06:48:58.786Z] === RUN TestVolume [2022-03-01T06:48:58.786Z] --- PASS: TestVolume (0.00s) [2022-03-01T06:48:58.786Z] === RUN TestStopSignal [2022-03-01T06:48:58.786Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-01T06:48:58.786Z] --- SKIP: TestStopSignal (0.00s) [2022-03-01T06:48:58.786Z] === RUN TestArg [2022-03-01T06:48:58.786Z] --- PASS: TestArg (0.00s) [2022-03-01T06:48:58.786Z] === RUN TestShell [2022-03-01T06:48:58.786Z] --- PASS: TestShell (0.00s) [2022-03-01T06:48:58.786Z] === RUN TestPrependEnvOnCmd [2022-03-01T06:48:58.786Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-03-01T06:48:58.786Z] === RUN TestRunWithBuildArgs [2022-03-01T06:48:58.786Z] --- PASS: TestRunWithBuildArgs (0.01s) [2022-03-01T06:48:58.786Z] === RUN TestRunIgnoresHealthcheck [2022-03-01T06:48:58.786Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-03-01T06:48:58.786Z] === RUN TestDispatchUnsupportedOptions [2022-03-01T06:48:58.786Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-03-01T06:48:58.786Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-03-01T06:48:58.786Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-03-01T06:48:58.786Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-03-01T06:48:58.786Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-03-01T06:48:58.786Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-03-01T06:48:58.786Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-03-01T06:48:58.786Z] === RUN TestNormalizeWorkdir [2022-03-01T06:48:58.786Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-03-01T06:48:58.786Z] === RUN TestDispatch [2022-03-01T06:48:58.786Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-03-01T06:48:58.786Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-03-01T06:48:58.786Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-03-01T06:48:58.786Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-03-01T06:48:58.786Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-03-01T06:48:58.786Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-03-01T06:48:58.786Z] === RUN TestDispatch/COPY_url [2022-03-01T06:48:58.786Z] --- PASS: TestDispatch (0.05s) [2022-03-01T06:48:58.786Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2022-03-01T06:48:58.786Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-03-01T06:48:58.786Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-03-01T06:48:58.786Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-03-01T06:48:58.786Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-03-01T06:48:58.786Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-03-01T06:48:58.786Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-03-01T06:48:58.786Z] === RUN TestAddScratchImageAddsToMounts [2022-03-01T06:48:58.786Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-03-01T06:48:58.786Z] === RUN TestAddFromScratchPopulatesPlatform [2022-03-01T06:48:58.786Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-03-01T06:48:58.786Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-03-01T06:48:58.786Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-03-01T06:48:58.786Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-03-01T06:48:58.786Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-03-01T06:48:58.786Z] === RUN TestImageSourceGetAddsToMounts [2022-03-01T06:48:58.786Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-03-01T06:48:58.786Z] === RUN TestEmptyDockerfile [2022-03-01T06:48:58.786Z] --- PASS: TestEmptyDockerfile (0.00s) [2022-03-01T06:48:58.786Z] === RUN TestSymlinkDockerfile [2022-03-01T06:48:58.786Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-03-01T06:48:58.786Z] === RUN TestDockerfileOutsideTheBuildContext [2022-03-01T06:48:58.786Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-03-01T06:48:58.786Z] === RUN TestNonExistingDockerfile [2022-03-01T06:48:58.786Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-03-01T06:48:58.786Z] === RUN TestCopyRunConfig [2022-03-01T06:48:58.786Z] --- PASS: TestCopyRunConfig (0.00s) [2022-03-01T06:48:58.786Z] === RUN TestDeepCopyRunConfig [2022-03-01T06:48:58.786Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-03-01T06:48:58.786Z] === RUN TestExportImage [2022-03-01T06:48:58.786Z] --- PASS: TestExportImage (0.00s) [2022-03-01T06:48:58.786Z] === RUN TestNormalizeDest [2022-03-01T06:48:58.786Z] --- PASS: TestNormalizeDest (0.00s) [2022-03-01T06:48:58.786Z] PASS [2022-03-01T06:48:58.786Z] coverage: 46.7% of statements [2022-03-01T06:48:58.786Z] ok github.com/docker/docker/builder/dockerfile 0.182s coverage: 46.7% of statements [2022-03-01T06:48:58.786Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-03-01T06:48:59.012Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-01T06:48:59.125Z] tests/integration/api_volume_test.py ......... [ 74%] [2022-03-01T06:48:59.239Z] === RUN TestAddressPoolOpt [2022-03-01T06:48:59.239Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-03-01T06:48:59.239Z] === RUN TestValidateEnv [2022-03-01T06:48:59.239Z] === RUN TestValidateEnv/a [2022-03-01T06:48:59.239Z] === RUN TestValidateEnv/something [2022-03-01T06:48:59.239Z] === RUN TestValidateEnv/_=a [2022-03-01T06:48:59.239Z] === RUN TestValidateEnv/env1=value1 [2022-03-01T06:48:59.239Z] === RUN TestValidateEnv/_env1=value1 [2022-03-01T06:48:59.239Z] === RUN TestValidateEnv/env2=value2=value3 [2022-03-01T06:48:59.239Z] === RUN TestValidateEnv/env3=abc!qwe [2022-03-01T06:48:59.239Z] === RUN TestValidateEnv/env_4=value_4 [2022-03-01T06:48:59.239Z] === RUN TestValidateEnv/PATH [2022-03-01T06:48:59.239Z] === RUN TestValidateEnv/=a [2022-03-01T06:48:59.239Z] === RUN TestValidateEnv/PATH= [2022-03-01T06:48:59.239Z] === RUN TestValidateEnv/PATH=something [2022-03-01T06:48:59.239Z] === RUN TestValidateEnv/asd!qwe [2022-03-01T06:48:59.239Z] === RUN TestValidateEnv/1asd [2022-03-01T06:48:59.239Z] === RUN TestValidateEnv/123 [2022-03-01T06:48:59.239Z] === RUN TestValidateEnv/some_space [2022-03-01T06:48:59.239Z] === RUN TestValidateEnv/__some_space_before [2022-03-01T06:48:59.239Z] === RUN TestValidateEnv/some_space_after__ [2022-03-01T06:48:59.239Z] === RUN TestValidateEnv/= [2022-03-01T06:48:59.239Z] === RUN TestValidateEnv/PaTh [2022-03-01T06:48:59.239Z] --- PASS: TestValidateEnv (0.00s) [2022-03-01T06:48:59.239Z] --- PASS: TestValidateEnv/a (0.00s) [2022-03-01T06:48:59.246Z] === RUN TestTCP4Proxy [2022-03-01T06:48:59.246Z] --- PASS: TestTCP4Proxy (0.01s) [2022-03-01T06:48:59.246Z] === RUN TestTCP4ProxyHalfClose [2022-03-01T06:48:59.246Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-03-01T06:48:59.246Z] === RUN TestTCP6Proxy [2022-03-01T06:48:59.246Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-01T06:48:59.246Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-03-01T06:48:59.246Z] === RUN TestTCPDualStackProxy [2022-03-01T06:48:59.246Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-01T06:48:59.246Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-03-01T06:48:59.246Z] === RUN TestUDP4Proxy [2022-03-01T06:48:59.246Z] --- PASS: TestUDP4Proxy (0.00s) [2022-03-01T06:48:59.246Z] === RUN TestUDP6Proxy [2022-03-01T06:48:59.246Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-01T06:48:59.246Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-03-01T06:48:59.246Z] === RUN TestUDPWriteError [2022-03-01T06:48:59.246Z] --- PASS: TestUDPWriteError (0.00s) [2022-03-01T06:48:59.246Z] === RUN TestSCTP4Proxy [2022-03-01T06:48:59.246Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-01T06:48:59.246Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-03-01T06:48:59.246Z] === RUN TestSCTP6Proxy [2022-03-01T06:48:59.246Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-01T06:48:59.246Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-03-01T06:48:59.246Z] PASS [2022-03-01T06:48:59.246Z] coverage: 49.4% of statements [2022-03-01T06:48:59.246Z] ok github.com/docker/docker/cmd/docker-proxy 0.064s coverage: 49.4% of statements [2022-03-01T06:48:59.441Z] check_test.go:308: [d507e12241eb6] daemon is not started [2022-03-01T06:48:59.441Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2022-03-01T06:48:59.694Z] --- PASS: TestValidateEnv/something (0.00s) [2022-03-01T06:48:59.694Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-03-01T06:48:59.694Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-03-01T06:48:59.694Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-03-01T06:48:59.694Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-03-01T06:48:59.694Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-03-01T06:48:59.694Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-03-01T06:48:59.694Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-03-01T06:48:59.694Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-03-01T06:48:59.694Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-03-01T06:48:59.694Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-03-01T06:48:59.694Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-03-01T06:48:59.694Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-03-01T06:48:59.694Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-03-01T06:48:59.694Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-03-01T06:48:59.694Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-03-01T06:48:59.694Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-03-01T06:48:59.694Z] --- PASS: TestValidateEnv/= (0.00s) [2022-03-01T06:48:59.694Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-03-01T06:48:59.694Z] === RUN TestParseHost [2022-03-01T06:48:59.694Z] --- PASS: TestParseHost (0.00s) [2022-03-01T06:48:59.694Z] === RUN TestParseDockerDaemonHost [2022-03-01T06:48:59.694Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-03-01T06:48:59.694Z] === RUN TestParseTCP [2022-03-01T06:48:59.694Z] --- PASS: TestParseTCP (0.00s) [2022-03-01T06:48:59.694Z] === RUN TestParseInvalidUnixAddrInvalid [2022-03-01T06:48:59.694Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-03-01T06:48:59.694Z] === RUN TestValidateExtraHosts [2022-03-01T06:48:59.694Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-03-01T06:48:59.694Z] === RUN TestIpOptString [2022-03-01T06:48:59.694Z] --- PASS: TestIpOptString (0.00s) [2022-03-01T06:48:59.694Z] === RUN TestNewIpOptInvalidDefaultVal [2022-03-01T06:48:59.694Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-03-01T06:48:59.694Z] === RUN TestNewIpOptValidDefaultVal [2022-03-01T06:48:59.694Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-03-01T06:48:59.694Z] === RUN TestIpOptSetInvalidVal [2022-03-01T06:48:59.694Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-03-01T06:48:59.694Z] === RUN TestValidateIPAddress [2022-03-01T06:48:59.694Z] --- PASS: TestValidateIPAddress (0.00s) [2022-03-01T06:48:59.694Z] === RUN TestMapOpts [2022-03-01T06:48:59.694Z] --- PASS: TestMapOpts (0.00s) [2022-03-01T06:48:59.694Z] === RUN TestListOptsWithoutValidator [2022-03-01T06:48:59.694Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-03-01T06:48:59.694Z] === RUN TestListOptsWithValidator [2022-03-01T06:48:59.694Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-03-01T06:48:59.694Z] === RUN TestValidateDNSSearch [2022-03-01T06:48:59.694Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-03-01T06:48:59.694Z] === RUN TestValidateLabel [2022-03-01T06:48:59.694Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-03-01T06:48:59.694Z] === RUN TestValidateLabel/label_with_general_format [2022-03-01T06:48:59.694Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-03-01T06:48:59.694Z] === RUN TestValidateLabel/label_with_one_more [2022-03-01T06:48:59.694Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-03-01T06:48:59.694Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-03-01T06:48:59.694Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-03-01T06:48:59.694Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-03-01T06:48:59.694Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-03-01T06:48:59.694Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-03-01T06:48:59.694Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-03-01T06:48:59.694Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-03-01T06:48:59.694Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-03-01T06:48:59.694Z] --- PASS: TestValidateLabel (0.00s) [2022-03-01T06:48:59.694Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-03-01T06:48:59.694Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-03-01T06:48:59.694Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-03-01T06:48:59.694Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-03-01T06:48:59.694Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-03-01T06:48:59.694Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-03-01T06:48:59.694Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-03-01T06:48:59.694Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-03-01T06:48:59.694Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-03-01T06:48:59.694Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-03-01T06:48:59.694Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-03-01T06:48:59.694Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-03-01T06:48:59.694Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-03-01T06:48:59.694Z] === RUN TestNamedListOpts [2022-03-01T06:48:59.694Z] --- PASS: TestNamedListOpts (0.00s) [2022-03-01T06:48:59.694Z] === RUN TestNamedMapOpts [2022-03-01T06:48:59.694Z] --- PASS: TestNamedMapOpts (0.00s) [2022-03-01T06:48:59.694Z] === RUN TestParseLink [2022-03-01T06:48:59.694Z] --- PASS: TestParseLink (0.00s) [2022-03-01T06:48:59.694Z] === RUN TestQuotedStringSetWithQuotes [2022-03-01T06:48:59.694Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2022-03-01T06:48:59.694Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2022-03-01T06:48:59.694Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2022-03-01T06:48:59.694Z] === RUN TestQuotedStringSetWithNoQuotes [2022-03-01T06:48:59.694Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2022-03-01T06:48:59.694Z] === RUN TestQuotedStringEmptyOrSingleCharString [2022-03-01T06:48:59.694Z] --- PASS: TestQuotedStringEmptyOrSingleCharString (0.00s) [2022-03-01T06:48:59.694Z] === RUN TestUlimitOpt [2022-03-01T06:48:59.694Z] --- PASS: TestUlimitOpt (0.00s) [2022-03-01T06:48:59.694Z] PASS [2022-03-01T06:48:59.694Z] coverage: 67.4% of statements [2022-03-01T06:48:59.694Z] ok github.com/docker/docker/opts 0.091s coverage: 67.4% of statements [2022-03-01T06:48:59.694Z] === RUN TestParseVersion [2022-03-01T06:48:59.694Z] --- PASS: TestParseVersion (0.00s) [2022-03-01T06:48:59.694Z] PASS [2022-03-01T06:48:59.694Z] coverage: 52.9% of statements [2022-03-01T06:48:59.694Z] ok github.com/docker/docker/pkg/aaparser 0.036s coverage: 52.9% of statements [2022-03-01T06:48:59.694Z] time="2022-03-01T06:48:59Z" level=error msg="node1(be47427d75e4) Could not close DB: timeout waiting for leave broadcast" [2022-03-01T06:48:59.694Z] --- PASS: TestNetworkDBJoinLeaveNetwork (3.04s) [2022-03-01T06:48:59.694Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-03-01T06:49:00.380Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-01T06:49:01.028Z] tests/integration/client_test.py ..... [ 75%] [2022-03-01T06:49:01.219Z] === RUN TestPeerCertificateMarshalJSON [2022-03-01T06:49:01.219Z] 2022/03/01 06:49:01 Closing DB instances... [2022-03-01T06:49:01.287Z] tests/integration/context_api_test.py ... [ 76%] [2022-03-01T06:49:01.310Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-01T06:49:01.357Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-03-01T06:49:01.358Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-01T06:49:01.567Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-01T06:49:01.619Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2022-03-01T06:49:01.674Z] === RUN TestIsArchivePathDir [2022-03-01T06:49:01.674Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-03-01T06:49:01.674Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-03-01T06:49:01.674Z] --- PASS: TestPeerCertificateMarshalJSON (0.26s) [2022-03-01T06:49:01.674Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-03-01T06:49:01.674Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-03-01T06:49:01.674Z] === RUN TestMiddleware [2022-03-01T06:49:01.674Z] --- PASS: TestMiddleware (0.00s) [2022-03-01T06:49:01.674Z] === RUN TestNewResponseModifier [2022-03-01T06:49:01.674Z] --- PASS: TestNewResponseModifier (0.00s) [2022-03-01T06:49:01.674Z] PASS [2022-03-01T06:49:01.674Z] coverage: 26.8% of statements [2022-03-01T06:49:01.674Z] ok github.com/docker/docker/pkg/authorization 0.312s coverage: 26.8% of statements [2022-03-01T06:49:01.674Z] --- PASS: TestIsArchivePathDir (0.06s) [2022-03-01T06:49:01.674Z] === RUN TestIsArchivePathInvalidFile [2022-03-01T06:49:01.674Z] --- PASS: TestIsArchivePathInvalidFile (0.13s) [2022-03-01T06:49:01.674Z] === RUN TestIsArchivePathTar [2022-03-01T06:49:01.855Z] tests/integration/errors_test.py . [ 76%] [2022-03-01T06:49:02.129Z] --- PASS: TestIsArchivePathTar (0.27s) [2022-03-01T06:49:02.129Z] === RUN TestDecompressStreamGzip [2022-03-01T06:49:02.129Z] --- PASS: TestDecompressStreamGzip (0.13s) [2022-03-01T06:49:02.129Z] === RUN TestDecompressStreamBzip2 [2022-03-01T06:49:02.129Z] === RUN TestUnbuffered [2022-03-01T06:49:02.129Z] --- PASS: TestUnbuffered (0.00s) [2022-03-01T06:49:02.129Z] === RUN TestRaceUnbuffered [2022-03-01T06:49:02.129Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-03-01T06:49:02.129Z] PASS [2022-03-01T06:49:02.129Z] coverage: 100.0% of statements [2022-03-01T06:49:02.129Z] ok github.com/docker/docker/pkg/broadcaster 0.054s coverage: 100.0% of statements [2022-03-01T06:49:02.129Z] --- PASS: TestDecompressStreamBzip2 (0.20s) [2022-03-01T06:49:02.129Z] === RUN TestDecompressStreamXz [2022-03-01T06:49:02.129Z] archive_test.go:133: Xz not present in msys2 [2022-03-01T06:49:02.129Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-03-01T06:49:02.498Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-01T06:49:02.584Z] === RUN TestDecompressStreamZstd [2022-03-01T06:49:02.584Z] archive_test.go:140: zstd not installed [2022-03-01T06:49:02.584Z] --- SKIP: TestDecompressStreamZstd (0.03s) [2022-03-01T06:49:02.584Z] === RUN TestCompressStreamXzUnsupported [2022-03-01T06:49:02.584Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-03-01T06:49:02.584Z] === RUN TestCompressStreamBzip2Unsupported [2022-03-01T06:49:02.584Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-03-01T06:49:02.584Z] === RUN TestCompressStreamInvalid [2022-03-01T06:49:02.584Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-03-01T06:49:02.584Z] === RUN TestExtensionInvalid [2022-03-01T06:49:02.584Z] --- PASS: TestExtensionInvalid (0.00s) [2022-03-01T06:49:02.584Z] === RUN TestExtensionUncompressed [2022-03-01T06:49:02.584Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-03-01T06:49:02.584Z] === RUN TestExtensionBzip2 [2022-03-01T06:49:02.584Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-03-01T06:49:02.584Z] === RUN TestExtensionGzip [2022-03-01T06:49:02.584Z] --- PASS: TestExtensionGzip (0.00s) [2022-03-01T06:49:02.584Z] === RUN TestExtensionXz [2022-03-01T06:49:02.584Z] --- PASS: TestExtensionXz (0.00s) [2022-03-01T06:49:02.584Z] === RUN TestExtensionZstd [2022-03-01T06:49:02.584Z] --- PASS: TestExtensionZstd (0.00s) [2022-03-01T06:49:02.584Z] === RUN TestCmdStreamLargeStderr [2022-03-01T06:49:02.584Z] --- PASS: TestCmdStreamLargeStderr (0.08s) [2022-03-01T06:49:02.584Z] === RUN TestCmdStreamBad [2022-03-01T06:49:02.584Z] archive_test.go:252: Failing on Windows CI machines [2022-03-01T06:49:02.585Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-03-01T06:49:02.585Z] === RUN TestCmdStreamGood [2022-03-01T06:49:02.585Z] --- PASS: TestCmdStreamGood (0.04s) [2022-03-01T06:49:02.585Z] === RUN TestUntarPathWithInvalidDest [2022-03-01T06:49:02.585Z] --- PASS: TestUntarPathWithInvalidDest (0.09s) [2022-03-01T06:49:02.585Z] === RUN TestUntarPathWithInvalidSrc [2022-03-01T06:49:02.585Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-03-01T06:49:02.585Z] === RUN TestUntarPath [2022-03-01T06:49:02.585Z] --- PASS: TestUntarPath (0.06s) [2022-03-01T06:49:02.585Z] === RUN TestUntarPathWithDestinationFile [2022-03-01T06:49:02.585Z] --- PASS: TestUntarPathWithDestinationFile (0.05s) [2022-03-01T06:49:02.585Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-03-01T06:49:02.585Z] === RUN TestMatch [2022-03-01T06:49:02.585Z] === RUN TestMatch/[[]] [2022-03-01T06:49:02.585Z] === RUN TestMatch/[[foo]] [2022-03-01T06:49:02.585Z] === RUN TestMatch/[[bar]_[foo]] [2022-03-01T06:49:02.585Z] === RUN TestMatch/[[foo_bar]] [2022-03-01T06:49:02.585Z] === RUN TestMatch/[[qux]_[foo]] [2022-03-01T06:49:02.585Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-03-01T06:49:02.585Z] === RUN TestMatch/[] [2022-03-01T06:49:02.585Z] === RUN TestMatch/[]#01 [2022-03-01T06:49:02.585Z] === RUN TestMatch/[[qux]] [2022-03-01T06:49:02.585Z] === RUN TestMatch/[[foo_bar_qux]] [2022-03-01T06:49:02.585Z] === RUN TestMatch/[[qux]_[baz]] [2022-03-01T06:49:02.585Z] === RUN TestMatch/[[foo_baz]] [2022-03-01T06:49:02.585Z] --- PASS: TestMatch (0.00s) [2022-03-01T06:49:02.585Z] --- PASS: TestMatch/[[]] (0.00s) [2022-03-01T06:49:02.585Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-03-01T06:49:02.585Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-03-01T06:49:02.585Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-03-01T06:49:02.585Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-03-01T06:49:02.585Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-03-01T06:49:02.585Z] --- PASS: TestMatch/[] (0.00s) [2022-03-01T06:49:02.585Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-03-01T06:49:02.585Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-03-01T06:49:02.585Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-03-01T06:49:02.585Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-03-01T06:49:02.585Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-03-01T06:49:02.585Z] PASS [2022-03-01T06:49:02.585Z] coverage: 87.5% of statements [2022-03-01T06:49:02.585Z] ok github.com/docker/docker/pkg/capabilities 0.035s coverage: 87.5% of statements [2022-03-01T06:49:02.585Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.06s) [2022-03-01T06:49:02.585Z] === RUN TestCopyWithTarInvalidSrc [2022-03-01T06:49:02.585Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-03-01T06:49:02.585Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-03-01T06:49:02.585Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-03-01T06:49:02.585Z] === RUN TestCopyWithTarSrcFile [2022-03-01T06:49:02.585Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-03-01T06:49:02.585Z] === RUN TestCopyWithTarSrcFolder [2022-03-01T06:49:02.585Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-03-01T06:49:02.585Z] === RUN TestCopyFileWithTarInvalidSrc [2022-03-01T06:49:02.585Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-03-01T06:49:02.585Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-03-01T06:49:02.585Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-03-01T06:49:02.585Z] === RUN TestCopyFileWithTarSrcFolder [2022-03-01T06:49:02.585Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-03-01T06:49:02.585Z] === RUN TestCopyFileWithTarSrcFile [2022-03-01T06:49:02.585Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-03-01T06:49:02.585Z] === RUN TestTarFiles [2022-03-01T06:49:02.755Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-01T06:49:03.006Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-01T06:49:03.041Z] --- PASS: TestNetworkDBJoinLeaveNetworks (3.04s) [2022-03-01T06:49:03.041Z] === RUN TestNetworkDBCRUDTableEntry [2022-03-01T06:49:04.002Z] === RUN TestChrootTarUntar [2022-03-01T06:49:04.002Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:49:04.002Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-03-01T06:49:04.002Z] === RUN TestChrootUntarWithHugeExcludesList [2022-03-01T06:49:04.002Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:49:04.002Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-01T06:49:04.002Z] === RUN TestChrootUntarEmptyArchive [2022-03-01T06:49:04.002Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-03-01T06:49:04.002Z] === RUN TestChrootTarUntarWithSymlink [2022-03-01T06:49:04.002Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-01T06:49:04.002Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-03-01T06:49:04.002Z] === RUN TestChrootCopyWithTar [2022-03-01T06:49:04.002Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-01T06:49:04.002Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-03-01T06:49:04.002Z] === RUN TestChrootCopyFileWithTar [2022-03-01T06:49:04.002Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:49:04.002Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-03-01T06:49:04.002Z] === RUN TestChrootUntarPath [2022-03-01T06:49:04.002Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-01T06:49:04.002Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-03-01T06:49:04.002Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-03-01T06:49:04.002Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:49:04.002Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-01T06:49:04.002Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-03-01T06:49:04.002Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:49:04.002Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-01T06:49:04.002Z] === RUN TestChrootApplyDotDotFile [2022-03-01T06:49:04.002Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:49:04.002Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-03-01T06:49:04.002Z] PASS [2022-03-01T06:49:04.002Z] coverage: 15.1% of statements [2022-03-01T06:49:04.002Z] ok github.com/docker/docker/pkg/chrootarchive 0.087s coverage: 15.1% of statements [2022-03-01T06:49:04.396Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-01T06:49:04.396Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-01T06:49:04.457Z] === RUN TestSizeEmpty [2022-03-01T06:49:04.457Z] --- PASS: TestSizeEmpty (0.00s) [2022-03-01T06:49:04.457Z] === RUN TestSizeEmptyFile [2022-03-01T06:49:04.457Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-03-01T06:49:04.457Z] === RUN TestSizeNonemptyFile [2022-03-01T06:49:04.457Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-03-01T06:49:04.457Z] === RUN TestSizeNestedDirectoryEmpty [2022-03-01T06:49:04.457Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-03-01T06:49:04.457Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-03-01T06:49:04.457Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-03-01T06:49:04.457Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-03-01T06:49:04.457Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-03-01T06:49:04.457Z] === RUN TestMoveToSubdir [2022-03-01T06:49:04.457Z] --- PASS: TestMoveToSubdir (0.00s) [2022-03-01T06:49:04.457Z] === RUN TestSizeNonExistingDirectory [2022-03-01T06:49:04.457Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-03-01T06:49:04.457Z] PASS [2022-03-01T06:49:04.457Z] coverage: 80.0% of statements [2022-03-01T06:49:04.457Z] ok github.com/docker/docker/pkg/directory 0.052s coverage: 80.0% of statements [2022-03-01T06:49:05.416Z] 2022/03/01 06:49:04 Closing DB instances... [2022-03-01T06:49:05.416Z] === RUN TestPollerAddRemove [2022-03-01T06:49:05.416Z] --- PASS: TestPollerAddRemove (0.00s) [2022-03-01T06:49:05.416Z] === RUN TestPollerEvent [2022-03-01T06:49:05.416Z] poller_test.go:40: No chmod on Windows [2022-03-01T06:49:05.416Z] --- SKIP: TestPollerEvent (0.00s) [2022-03-01T06:49:05.416Z] === RUN TestPollerClose [2022-03-01T06:49:05.416Z] --- PASS: TestPollerClose (0.00s) [2022-03-01T06:49:05.416Z] PASS [2022-03-01T06:49:05.416Z] coverage: 45.7% of statements [2022-03-01T06:49:05.416Z] ok github.com/docker/docker/pkg/filenotify 0.038s coverage: 45.7% of statements [2022-03-01T06:49:06.027Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-01T06:49:06.283Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-01T06:49:06.312Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-01T06:49:06.312Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-01T06:49:06.376Z] === RUN TestCopyFileWithInvalidSrc [2022-03-01T06:49:06.376Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-03-01T06:49:06.376Z] === RUN TestCopyFileWithInvalidDest [2022-03-01T06:49:06.376Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-03-01T06:49:06.376Z] === RUN TestCopyFileWithSameSrcAndDest [2022-03-01T06:49:06.376Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-03-01T06:49:06.376Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-03-01T06:49:06.376Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-03-01T06:49:06.376Z] === RUN TestCopyFile [2022-03-01T06:49:06.376Z] --- PASS: TestCopyFile (0.00s) [2022-03-01T06:49:06.376Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-03-01T06:49:06.376Z] fileutils_test.go:133: Needs porting to Windows [2022-03-01T06:49:06.376Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-01T06:49:06.376Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-03-01T06:49:06.376Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-03-01T06:49:06.376Z] === RUN TestReadSymlinkedDirectoryToFile [2022-03-01T06:49:06.376Z] fileutils_test.go:179: Needs porting to Windows [2022-03-01T06:49:06.376Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-01T06:49:06.376Z] === RUN TestWildcardMatches [2022-03-01T06:49:06.376Z] --- PASS: TestWildcardMatches (0.00s) [2022-03-01T06:49:06.376Z] === RUN TestPatternMatches [2022-03-01T06:49:06.376Z] --- PASS: TestPatternMatches (0.00s) [2022-03-01T06:49:06.376Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-03-01T06:49:06.376Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-03-01T06:49:06.376Z] === RUN TestPatternMatchesFolderExclusions [2022-03-01T06:49:06.376Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-03-01T06:49:06.376Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-03-01T06:49:06.376Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-03-01T06:49:06.376Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-03-01T06:49:06.376Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-03-01T06:49:06.376Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-03-01T06:49:06.376Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-03-01T06:49:06.376Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-03-01T06:49:06.376Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-03-01T06:49:06.376Z] === RUN TestSingleExclamationError [2022-03-01T06:49:06.376Z] --- PASS: TestSingleExclamationError (0.00s) [2022-03-01T06:49:06.376Z] === RUN TestMatchesWithNoPatterns [2022-03-01T06:49:06.376Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-03-01T06:49:06.376Z] === RUN TestMatchesWithMalformedPatterns [2022-03-01T06:49:06.376Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-03-01T06:49:06.376Z] === RUN TestMatches [2022-03-01T06:49:06.376Z] === RUN TestMatches/MatchesOrParentMatches [2022-03-01T06:49:06.376Z] === RUN TestMatches/MatchesUsingParentResult [2022-03-01T06:49:06.376Z] === RUN TestMatches/MatchesUsingParentResults [2022-03-01T06:49:06.376Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-03-01T06:49:06.376Z] --- PASS: TestMatches (0.01s) [2022-03-01T06:49:06.376Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-03-01T06:49:06.376Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-03-01T06:49:06.376Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-03-01T06:49:06.376Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-03-01T06:49:06.376Z] === RUN TestCleanPatterns [2022-03-01T06:49:06.376Z] --- PASS: TestCleanPatterns (0.00s) [2022-03-01T06:49:06.376Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-03-01T06:49:06.376Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-03-01T06:49:06.376Z] === RUN TestCleanPatternsExceptionFlag [2022-03-01T06:49:06.376Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-03-01T06:49:06.376Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-03-01T06:49:06.376Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-03-01T06:49:06.376Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-03-01T06:49:06.376Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-03-01T06:49:06.376Z] === RUN TestCleanPatternsErrorSingleException [2022-03-01T06:49:06.376Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-03-01T06:49:06.376Z] === RUN TestCreateIfNotExistsDir [2022-03-01T06:49:06.376Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-03-01T06:49:06.376Z] === RUN TestCreateIfNotExistsFile [2022-03-01T06:49:06.376Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2022-03-01T06:49:06.376Z] === RUN TestMatch [2022-03-01T06:49:06.376Z] --- PASS: TestMatch (0.00s) [2022-03-01T06:49:06.376Z] === RUN TestCompile [2022-03-01T06:49:06.376Z] === RUN TestCompile/slash [2022-03-01T06:49:06.376Z] === RUN TestCompile/backslash [2022-03-01T06:49:06.376Z] --- PASS: TestCompile (0.00s) [2022-03-01T06:49:06.376Z] --- PASS: TestCompile/slash (0.00s) [2022-03-01T06:49:06.376Z] --- PASS: TestCompile/backslash (0.00s) [2022-03-01T06:49:06.376Z] PASS [2022-03-01T06:49:06.376Z] coverage: 84.7% of statements [2022-03-01T06:49:06.376Z] ok github.com/docker/docker/pkg/fileutils 0.078s coverage: 84.7% of statements [2022-03-01T06:49:06.831Z] --- PASS: TestTarFiles (4.03s) [2022-03-01T06:49:06.831Z] === RUN TestDetectCompressionZstd [2022-03-01T06:49:06.831Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-03-01T06:49:06.831Z] === RUN TestTarUntar [2022-03-01T06:49:06.831Z] --- PASS: TestTarUntar (0.03s) [2022-03-01T06:49:06.831Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-03-01T06:49:06.831Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2022-03-01T06:49:06.831Z] === RUN TestTarWithOptions [2022-03-01T06:49:06.831Z] --- PASS: TestTarWithOptions (0.03s) [2022-03-01T06:49:06.831Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-03-01T06:49:06.831Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-03-01T06:49:06.831Z] === RUN TestUntarUstarGnuConflict [2022-03-01T06:49:06.831Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-03-01T06:49:06.831Z] === RUN TestUntarInvalidFilenames [2022-03-01T06:49:06.831Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames2643941259\\dest" [2022-03-01T06:49:06.831Z] --- PASS: TestUntarInvalidFilenames (0.15s) [2022-03-01T06:49:06.831Z] === RUN TestUntarHardlinkToSymlink [2022-03-01T06:49:06.831Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-03-01T06:49:06.831Z] === RUN TestUntarInvalidHardlink [2022-03-01T06:49:06.831Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1404748634\\victim\\hello" -> "../victim/hello" [2022-03-01T06:49:06.831Z] === RUN TestGet [2022-03-01T06:49:07.286Z] --- PASS: TestGet (0.00s) [2022-03-01T06:49:07.286Z] === RUN TestGetShortcutString [2022-03-01T06:49:07.286Z] --- PASS: TestGetShortcutString (0.00s) [2022-03-01T06:49:07.286Z] PASS [2022-03-01T06:49:07.286Z] coverage: 42.9% of statements [2022-03-01T06:49:07.286Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3637901104\\victim\\hello" -> "/../victim/hello" [2022-03-01T06:49:07.286Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1072925542\\victim" -> "../victim" [2022-03-01T06:49:07.286Z] ok github.com/docker/docker/pkg/homedir 0.042s coverage: 42.9% of statements [2022-03-01T06:49:07.286Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3098786907\\victim" -> "../victim" [2022-03-01T06:49:07.286Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2487563415\\victim" -> "../victim" [2022-03-01T06:49:07.286Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink903361343\\victim" -> "../victim" [2022-03-01T06:49:07.286Z] --- PASS: TestUntarInvalidHardlink (0.04s) [2022-03-01T06:49:07.286Z] === RUN TestUntarInvalidSymlink [2022-03-01T06:49:07.286Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink4150857004\\dest\\dotdot" -> "../victim/hello" [2022-03-01T06:49:07.286Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1056410607\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-01T06:49:07.286Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3264773670\\dest\\loophole-victim" -> "../victim" [2022-03-01T06:49:07.286Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink590806858\\dest\\loophole-victim" -> "../victim" [2022-03-01T06:49:07.286Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3733065249\\dest\\loophole-victim" -> "../victim" [2022-03-01T06:49:07.286Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2186763094\\dest\\loophole-victim" -> "../victim" [2022-03-01T06:49:07.286Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2735848943\\dest\\dir\\loophole" -> "../../victim" [2022-03-01T06:49:07.286Z] --- PASS: TestUntarInvalidSymlink (0.03s) [2022-03-01T06:49:07.286Z] === RUN TestTempArchiveCloseMultipleTimes [2022-03-01T06:49:07.286Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-03-01T06:49:07.286Z] === RUN TestXGlobalNoParent [2022-03-01T06:49:07.286Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-03-01T06:49:07.286Z] === RUN TestReplaceFileTarWrapper [2022-03-01T06:49:07.286Z] --- PASS: TestNetworkDBCRUDTableEntry (4.28s) [2022-03-01T06:49:07.286Z] === RUN TestNetworkDBCRUDTableEntries [2022-03-01T06:49:07.286Z] --- PASS: TestReplaceFileTarWrapper (0.14s) [2022-03-01T06:49:07.286Z] === RUN TestPrefixHeaderReadable [2022-03-01T06:49:07.286Z] --- PASS: TestPrefixHeaderReadable (0.03s) [2022-03-01T06:49:07.286Z] === RUN TestDisablePigz [2022-03-01T06:49:07.286Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-03-01T06:49:07.286Z] --- PASS: TestDisablePigz (0.23s) [2022-03-01T06:49:07.286Z] === RUN TestPigz [2022-03-01T06:49:07.741Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-03-01T06:49:07.741Z] --- PASS: TestPigz (0.14s) [2022-03-01T06:49:07.741Z] === RUN TestNosysFileInfo [2022-03-01T06:49:07.741Z] --- PASS: TestNosysFileInfo (0.00s) [2022-03-01T06:49:07.741Z] === RUN TestCopyFileWithInvalidDest [2022-03-01T06:49:07.741Z] archive_windows_test.go:16: Currently fails [2022-03-01T06:49:07.741Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-03-01T06:49:07.741Z] === RUN TestCanonicalTarNameForPath [2022-03-01T06:49:07.741Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-03-01T06:49:07.741Z] === RUN TestCanonicalTarName [2022-03-01T06:49:07.741Z] --- PASS: TestCanonicalTarName (0.00s) [2022-03-01T06:49:07.741Z] === RUN TestChmodTarEntry [2022-03-01T06:49:07.741Z] --- PASS: TestChmodTarEntry (0.00s) [2022-03-01T06:49:07.741Z] === RUN TestHardLinkOrder [2022-03-01T06:49:07.741Z] --- PASS: TestHardLinkOrder (0.08s) [2022-03-01T06:49:07.741Z] === RUN TestChangeString [2022-03-01T06:49:07.741Z] --- PASS: TestChangeString (0.00s) [2022-03-01T06:49:07.741Z] === RUN TestChangesWithNoChanges [2022-03-01T06:49:07.741Z] --- PASS: TestChangesWithNoChanges (0.02s) [2022-03-01T06:49:07.741Z] === RUN TestChangesWithChanges [2022-03-01T06:49:07.741Z] --- PASS: TestChangesWithChanges (0.02s) [2022-03-01T06:49:07.741Z] === RUN TestChangesWithChangesGH13590 [2022-03-01T06:49:07.741Z] changes_test.go:195: needs more investigation [2022-03-01T06:49:07.741Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-03-01T06:49:07.741Z] === RUN TestChangesDirsEmpty [2022-03-01T06:49:07.741Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-01T06:49:07.741Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2022-03-01T06:49:07.741Z] === RUN TestChangesDirsMutated [2022-03-01T06:49:07.741Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-01T06:49:07.741Z] --- SKIP: TestChangesDirsMutated (0.00s) [2022-03-01T06:49:07.741Z] === RUN TestApplyLayer [2022-03-01T06:49:07.741Z] changes_test.go:432: needs further investigation [2022-03-01T06:49:07.741Z] --- SKIP: TestApplyLayer (0.00s) [2022-03-01T06:49:07.741Z] === RUN TestChangesSizeWithHardlinks [2022-03-01T06:49:07.741Z] changes_test.go:468: needs further investigation [2022-03-01T06:49:07.741Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-03-01T06:49:07.741Z] === RUN TestChangesSizeWithNoChanges [2022-03-01T06:49:07.741Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-03-01T06:49:07.741Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-03-01T06:49:07.741Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-03-01T06:49:07.741Z] === RUN TestChangesSize [2022-03-01T06:49:07.741Z] --- PASS: TestChangesSize (0.00s) [2022-03-01T06:49:07.741Z] === RUN TestApplyLayerInvalidFilenames [2022-03-01T06:49:07.741Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames62766419\\dest" [2022-03-01T06:49:07.741Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2022-03-01T06:49:07.741Z] === RUN TestApplyLayerInvalidHardlink [2022-03-01T06:49:07.741Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2221091142\\victim\\hello" -> "../victim/hello" [2022-03-01T06:49:07.741Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3774636254\\victim\\hello" -> "/../victim/hello" [2022-03-01T06:49:07.741Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2236854105\\victim" -> "../victim" [2022-03-01T06:49:07.741Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3807049282\\victim" -> "../victim" [2022-03-01T06:49:07.741Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2896516618\\victim" -> "../victim" [2022-03-01T06:49:07.741Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3302111618\\victim" -> "../victim" [2022-03-01T06:49:07.741Z] --- PASS: TestApplyLayerInvalidHardlink (0.05s) [2022-03-01T06:49:07.741Z] === RUN TestApplyLayerInvalidSymlink [2022-03-01T06:49:07.741Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3162698008\\dest\\dotdot" -> "../victim/hello" [2022-03-01T06:49:07.741Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink4117850233\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-01T06:49:07.741Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3857384276\\dest\\loophole-victim" -> "../victim" [2022-03-01T06:49:07.741Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2438279111\\dest\\loophole-victim" -> "../victim" [2022-03-01T06:49:07.741Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1553193413\\dest\\loophole-victim" -> "../victim" [2022-03-01T06:49:07.741Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3407182216\\dest\\loophole-victim" -> "../victim" [2022-03-01T06:49:07.741Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s) [2022-03-01T06:49:07.741Z] === RUN TestApplyLayerWhiteouts [2022-03-01T06:49:07.741Z] === RUN TestCreateIDMapOrder [2022-03-01T06:49:07.741Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-03-01T06:49:07.741Z] PASS [2022-03-01T06:49:07.741Z] coverage: 7.2% of statements [2022-03-01T06:49:07.741Z] --- PASS: TestApplyLayerWhiteouts (0.06s) [2022-03-01T06:49:07.741Z] === RUN TestGenerateEmptyFile [2022-03-01T06:49:07.741Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-03-01T06:49:07.741Z] === RUN TestGenerateWithContent [2022-03-01T06:49:07.741Z] --- PASS: TestGenerateWithContent (0.00s) [2022-03-01T06:49:07.741Z] PASS [2022-03-01T06:49:07.741Z] coverage: 62.0% of statements [2022-03-01T06:49:07.741Z] ok github.com/docker/docker/pkg/idtools 0.039s coverage: 7.2% of statements [2022-03-01T06:49:07.741Z] ok github.com/docker/docker/pkg/archive 6.404s coverage: 62.0% of statements [2022-03-01T06:49:08.176Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-01T06:49:09.267Z] === RUN TestFixedBufferCap [2022-03-01T06:49:09.267Z] --- PASS: TestFixedBufferCap (0.00s) [2022-03-01T06:49:09.267Z] === RUN TestFixedBufferLen [2022-03-01T06:49:09.267Z] --- PASS: TestFixedBufferLen (0.00s) [2022-03-01T06:49:09.267Z] === RUN TestFixedBufferString [2022-03-01T06:49:09.267Z] --- PASS: TestFixedBufferString (0.00s) [2022-03-01T06:49:09.267Z] === RUN TestFixedBufferWrite [2022-03-01T06:49:09.267Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-03-01T06:49:09.267Z] === RUN TestFixedBufferRead [2022-03-01T06:49:09.267Z] --- PASS: TestFixedBufferRead (0.00s) [2022-03-01T06:49:09.267Z] === RUN TestBytesPipeRead [2022-03-01T06:49:09.267Z] --- PASS: TestBytesPipeRead (0.00s) [2022-03-01T06:49:09.267Z] === RUN TestBytesPipeWrite [2022-03-01T06:49:09.267Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-03-01T06:49:09.267Z] === RUN TestBytesPipeWriteRandomChunks [2022-03-01T06:49:09.267Z] 2022/03/01 06:49:08 Closing DB instances... [2022-03-01T06:49:09.543Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-01T06:49:09.543Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-01T06:49:09.589Z] === RUN TestCheckpointCreateError [2022-03-01T06:49:09.589Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestCheckpointCreate [2022-03-01T06:49:09.589Z] --- PASS: TestCheckpointCreate (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestCheckpointDeleteError [2022-03-01T06:49:09.589Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestCheckpointDelete [2022-03-01T06:49:09.589Z] --- PASS: TestCheckpointDelete (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestCheckpointListError [2022-03-01T06:49:09.589Z] --- PASS: TestCheckpointListError (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestCheckpointList [2022-03-01T06:49:09.589Z] --- PASS: TestCheckpointList (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestCheckpointListContainerNotFound [2022-03-01T06:49:09.589Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestNewClientWithOpsFromEnv [2022-03-01T06:49:09.589Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-01T06:49:09.589Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestGetAPIPath [2022-03-01T06:49:09.589Z] --- PASS: TestGetAPIPath (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestParseHostURL [2022-03-01T06:49:09.589Z] --- PASS: TestParseHostURL (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-03-01T06:49:09.589Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestNegotiateAPIVersionEmpty [2022-03-01T06:49:09.589Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestNegotiateAPIVersion [2022-03-01T06:49:09.589Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestNegotiateAPVersionOverride [2022-03-01T06:49:09.589Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestNegotiateAPIVersionAutomatic [2022-03-01T06:49:09.589Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-03-01T06:49:09.589Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-03-01T06:49:09.589Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestClientRedirect [2022-03-01T06:49:09.589Z] --- PASS: TestClientRedirect (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestConfigCreateUnsupported [2022-03-01T06:49:09.589Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestConfigCreateError [2022-03-01T06:49:09.589Z] --- PASS: TestConfigCreateError (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestConfigCreate [2022-03-01T06:49:09.589Z] --- PASS: TestConfigCreate (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestConfigInspectNotFound [2022-03-01T06:49:09.589Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestConfigInspectWithEmptyID [2022-03-01T06:49:09.589Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestConfigInspectUnsupported [2022-03-01T06:49:09.589Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestConfigInspectError [2022-03-01T06:49:09.589Z] --- PASS: TestConfigInspectError (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestConfigInspectConfigNotFound [2022-03-01T06:49:09.589Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestConfigInspect [2022-03-01T06:49:09.589Z] --- PASS: TestConfigInspect (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestConfigListUnsupported [2022-03-01T06:49:09.589Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestConfigListError [2022-03-01T06:49:09.589Z] --- PASS: TestConfigListError (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestConfigList [2022-03-01T06:49:09.589Z] --- PASS: TestConfigList (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestConfigRemoveUnsupported [2022-03-01T06:49:09.589Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestConfigRemoveError [2022-03-01T06:49:09.589Z] --- PASS: TestConfigRemoveError (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestConfigRemove [2022-03-01T06:49:09.589Z] --- PASS: TestConfigRemove (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestConfigUpdateUnsupported [2022-03-01T06:49:09.589Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestConfigUpdateError [2022-03-01T06:49:09.589Z] --- PASS: TestConfigUpdateError (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestConfigUpdate [2022-03-01T06:49:09.589Z] --- PASS: TestConfigUpdate (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerCommitError [2022-03-01T06:49:09.589Z] --- PASS: TestContainerCommitError (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerCommit [2022-03-01T06:49:09.589Z] --- PASS: TestContainerCommit (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerStatPathError [2022-03-01T06:49:09.589Z] --- PASS: TestContainerStatPathError (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerStatPathNotFoundError [2022-03-01T06:49:09.589Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerStatPathNoHeaderError [2022-03-01T06:49:09.589Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerStatPath [2022-03-01T06:49:09.589Z] --- PASS: TestContainerStatPath (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestCopyToContainerError [2022-03-01T06:49:09.589Z] --- PASS: TestCopyToContainerError (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestCopyToContainerNotFoundError [2022-03-01T06:49:09.589Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestCopyToContainerNotStatusOKError [2022-03-01T06:49:09.589Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestCopyToContainer [2022-03-01T06:49:09.589Z] --- PASS: TestCopyToContainer (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestCopyFromContainerError [2022-03-01T06:49:09.589Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestCopyFromContainerNotFoundError [2022-03-01T06:49:09.589Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestCopyFromContainerNotStatusOKError [2022-03-01T06:49:09.589Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestCopyFromContainerNoHeaderError [2022-03-01T06:49:09.589Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestCopyFromContainer [2022-03-01T06:49:09.589Z] --- PASS: TestCopyFromContainer (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerCreateError [2022-03-01T06:49:09.589Z] --- PASS: TestContainerCreateError (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerCreateImageNotFound [2022-03-01T06:49:09.589Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerCreateWithName [2022-03-01T06:49:09.589Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerCreateAutoRemove [2022-03-01T06:49:09.589Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerDiffError [2022-03-01T06:49:09.589Z] --- PASS: TestContainerDiffError (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerDiff [2022-03-01T06:49:09.589Z] --- PASS: TestContainerDiff (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerExecCreateError [2022-03-01T06:49:09.589Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerExecCreate [2022-03-01T06:49:09.589Z] --- PASS: TestContainerExecCreate (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerExecStartError [2022-03-01T06:49:09.589Z] --- PASS: TestContainerExecStartError (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerExecStart [2022-03-01T06:49:09.589Z] --- PASS: TestContainerExecStart (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerExecInspectError [2022-03-01T06:49:09.589Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerExecInspect [2022-03-01T06:49:09.589Z] --- PASS: TestContainerExecInspect (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerExportError [2022-03-01T06:49:09.589Z] --- PASS: TestContainerExportError (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerExport [2022-03-01T06:49:09.589Z] --- PASS: TestContainerExport (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerInspectError [2022-03-01T06:49:09.589Z] --- PASS: TestContainerInspectError (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerInspectContainerNotFound [2022-03-01T06:49:09.589Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerInspectWithEmptyID [2022-03-01T06:49:09.589Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerInspect [2022-03-01T06:49:09.589Z] --- PASS: TestContainerInspect (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerInspectNode [2022-03-01T06:49:09.589Z] --- PASS: TestContainerInspectNode (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerKillError [2022-03-01T06:49:09.589Z] --- PASS: TestContainerKillError (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerKill [2022-03-01T06:49:09.589Z] --- PASS: TestContainerKill (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerListError [2022-03-01T06:49:09.589Z] --- PASS: TestContainerListError (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerList [2022-03-01T06:49:09.589Z] --- PASS: TestContainerList (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerLogsNotFoundError [2022-03-01T06:49:09.589Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerLogsError [2022-03-01T06:49:09.589Z] --- PASS: TestContainerLogsError (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerLogs [2022-03-01T06:49:09.589Z] --- PASS: TestContainerLogs (0.16s) [2022-03-01T06:49:09.589Z] === RUN TestContainerPauseError [2022-03-01T06:49:09.589Z] --- PASS: TestContainerPauseError (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerPause [2022-03-01T06:49:09.589Z] --- PASS: TestContainerPause (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainersPruneError [2022-03-01T06:49:09.589Z] --- PASS: TestContainersPruneError (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainersPrune [2022-03-01T06:49:09.589Z] --- PASS: TestContainersPrune (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerRemoveError [2022-03-01T06:49:09.589Z] --- PASS: TestContainerRemoveError (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerRemoveNotFoundError [2022-03-01T06:49:09.589Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerRemove [2022-03-01T06:49:09.589Z] --- PASS: TestContainerRemove (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerRenameError [2022-03-01T06:49:09.589Z] --- PASS: TestContainerRenameError (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerRename [2022-03-01T06:49:09.589Z] --- PASS: TestContainerRename (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerResizeError [2022-03-01T06:49:09.589Z] --- PASS: TestContainerResizeError (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerExecResizeError [2022-03-01T06:49:09.589Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerResize [2022-03-01T06:49:09.589Z] --- PASS: TestContainerResize (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerExecResize [2022-03-01T06:49:09.589Z] --- PASS: TestContainerExecResize (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerRestartError [2022-03-01T06:49:09.589Z] --- PASS: TestContainerRestartError (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerRestart [2022-03-01T06:49:09.589Z] --- PASS: TestContainerRestart (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerStartError [2022-03-01T06:49:09.589Z] --- PASS: TestContainerStartError (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerStart [2022-03-01T06:49:09.589Z] --- PASS: TestContainerStart (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerStatsError [2022-03-01T06:49:09.589Z] --- PASS: TestContainerStatsError (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerStats [2022-03-01T06:49:09.589Z] --- PASS: TestContainerStats (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerStopError [2022-03-01T06:49:09.589Z] --- PASS: TestContainerStopError (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerStop [2022-03-01T06:49:09.589Z] --- PASS: TestContainerStop (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerTopError [2022-03-01T06:49:09.589Z] --- PASS: TestContainerTopError (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerTop [2022-03-01T06:49:09.589Z] --- PASS: TestContainerTop (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerUnpauseError [2022-03-01T06:49:09.589Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerUnpause [2022-03-01T06:49:09.589Z] --- PASS: TestContainerUnpause (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerUpdateError [2022-03-01T06:49:09.589Z] --- PASS: TestContainerUpdateError (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerUpdate [2022-03-01T06:49:09.589Z] --- PASS: TestContainerUpdate (0.01s) [2022-03-01T06:49:09.589Z] === RUN TestContainerWaitError [2022-03-01T06:49:09.589Z] --- PASS: TestContainerWaitError (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestContainerWait [2022-03-01T06:49:09.589Z] --- PASS: TestContainerWait (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestDiskUsageError [2022-03-01T06:49:09.589Z] --- PASS: TestDiskUsageError (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestDiskUsage [2022-03-01T06:49:09.589Z] --- PASS: TestDiskUsage (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestDistributionInspectUnsupported [2022-03-01T06:49:09.589Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestDistributionInspectWithEmptyID [2022-03-01T06:49:09.589Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestEventsErrorInOptions [2022-03-01T06:49:09.589Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestEventsErrorFromServer [2022-03-01T06:49:09.589Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestEvents [2022-03-01T06:49:09.589Z] --- PASS: TestEvents (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestTLSCloseWriter [2022-03-01T06:49:09.589Z] === PAUSE TestTLSCloseWriter [2022-03-01T06:49:09.589Z] === RUN TestImageBuildError [2022-03-01T06:49:09.589Z] --- PASS: TestImageBuildError (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestImageBuild [2022-03-01T06:49:09.589Z] --- PASS: TestImageBuild (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestGetDockerOS [2022-03-01T06:49:09.589Z] --- PASS: TestGetDockerOS (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestImageCreateError [2022-03-01T06:49:09.589Z] --- PASS: TestImageCreateError (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestImageCreate [2022-03-01T06:49:09.589Z] --- PASS: TestImageCreate (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestImageHistoryError [2022-03-01T06:49:09.589Z] --- PASS: TestImageHistoryError (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestImageHistory [2022-03-01T06:49:09.589Z] --- PASS: TestImageHistory (0.00s) [2022-03-01T06:49:09.589Z] === RUN TestImageImportError [2022-03-01T06:49:09.590Z] --- PASS: TestImageImportError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestImageImport [2022-03-01T06:49:09.590Z] --- PASS: TestImageImport (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestImageInspectError [2022-03-01T06:49:09.590Z] --- PASS: TestImageInspectError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestImageInspectImageNotFound [2022-03-01T06:49:09.590Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestImageInspectWithEmptyID [2022-03-01T06:49:09.590Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestImageInspect [2022-03-01T06:49:09.590Z] --- PASS: TestImageInspect (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestImageListError [2022-03-01T06:49:09.590Z] --- PASS: TestImageListError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestImageList [2022-03-01T06:49:09.590Z] --- PASS: TestImageList (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestImageListApiBefore125 [2022-03-01T06:49:09.590Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestImageLoadError [2022-03-01T06:49:09.590Z] --- PASS: TestImageLoadError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestImageLoad [2022-03-01T06:49:09.590Z] --- PASS: TestImageLoad (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestImagesPruneError [2022-03-01T06:49:09.590Z] --- PASS: TestImagesPruneError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestImagesPrune [2022-03-01T06:49:09.590Z] --- PASS: TestImagesPrune (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestImagePullReferenceParseError [2022-03-01T06:49:09.590Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestImagePullAnyError [2022-03-01T06:49:09.590Z] --- PASS: TestImagePullAnyError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestImagePullStatusUnauthorizedError [2022-03-01T06:49:09.590Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-01T06:49:09.590Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-01T06:49:09.590Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-03-01T06:49:09.590Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestImagePullWithoutErrors [2022-03-01T06:49:09.590Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestImagePushReferenceError [2022-03-01T06:49:09.590Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestImagePushAnyError [2022-03-01T06:49:09.590Z] --- PASS: TestImagePushAnyError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestImagePushStatusUnauthorizedError [2022-03-01T06:49:09.590Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-01T06:49:09.590Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-01T06:49:09.590Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-03-01T06:49:09.590Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestImagePushWithoutErrors [2022-03-01T06:49:09.590Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-03-01T06:49:09.590Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-03-01T06:49:09.590Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-03-01T06:49:09.590Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-03-01T06:49:09.590Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-03-01T06:49:09.590Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-03-01T06:49:09.590Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-03-01T06:49:09.590Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-03-01T06:49:09.590Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestImageRemoveError [2022-03-01T06:49:09.590Z] --- PASS: TestImageRemoveError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestImageRemoveImageNotFound [2022-03-01T06:49:09.590Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestImageRemove [2022-03-01T06:49:09.590Z] --- PASS: TestImageRemove (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestImageSaveError [2022-03-01T06:49:09.590Z] --- PASS: TestImageSaveError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestImageSave [2022-03-01T06:49:09.590Z] --- PASS: TestImageSave (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestImageSearchAnyError [2022-03-01T06:49:09.590Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestImageSearchStatusUnauthorizedError [2022-03-01T06:49:09.590Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-01T06:49:09.590Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-01T06:49:09.590Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-03-01T06:49:09.590Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestImageSearchWithoutErrors [2022-03-01T06:49:09.590Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestImageTagError [2022-03-01T06:49:09.590Z] --- PASS: TestImageTagError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestImageTagInvalidReference [2022-03-01T06:49:09.590Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestImageTagInvalidSourceImageName [2022-03-01T06:49:09.590Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestImageTagHexSource [2022-03-01T06:49:09.590Z] --- PASS: TestImageTagHexSource (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestImageTag [2022-03-01T06:49:09.590Z] --- PASS: TestImageTag (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestInfoServerError [2022-03-01T06:49:09.590Z] --- PASS: TestInfoServerError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestInfoInvalidResponseJSONError [2022-03-01T06:49:09.590Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestInfo [2022-03-01T06:49:09.590Z] --- PASS: TestInfo (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestNetworkConnectError [2022-03-01T06:49:09.590Z] --- PASS: TestNetworkConnectError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-03-01T06:49:09.590Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestNetworkConnect [2022-03-01T06:49:09.590Z] --- PASS: TestNetworkConnect (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestNetworkCreateError [2022-03-01T06:49:09.590Z] --- PASS: TestNetworkCreateError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestNetworkCreate [2022-03-01T06:49:09.590Z] --- PASS: TestNetworkCreate (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestNetworkDisconnectError [2022-03-01T06:49:09.590Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestNetworkDisconnect [2022-03-01T06:49:09.590Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestNetworkInspect [2022-03-01T06:49:09.590Z] === RUN TestNetworkInspect/empty_ID [2022-03-01T06:49:09.590Z] === RUN TestNetworkInspect/no_options [2022-03-01T06:49:09.590Z] === RUN TestNetworkInspect/verbose [2022-03-01T06:49:09.590Z] === RUN TestNetworkInspect/global_scope [2022-03-01T06:49:09.590Z] === RUN TestNetworkInspect/unknown_network [2022-03-01T06:49:09.590Z] === RUN TestNetworkInspect/server_error [2022-03-01T06:49:09.590Z] --- PASS: TestNetworkInspect (0.00s) [2022-03-01T06:49:09.590Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-03-01T06:49:09.590Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-03-01T06:49:09.590Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-03-01T06:49:09.590Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-03-01T06:49:09.590Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-03-01T06:49:09.590Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestNetworkListError [2022-03-01T06:49:09.590Z] --- PASS: TestNetworkListError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestNetworkList [2022-03-01T06:49:09.590Z] --- PASS: TestNetworkList (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestNetworksPruneError [2022-03-01T06:49:09.590Z] --- PASS: TestNetworksPruneError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestNetworksPrune [2022-03-01T06:49:09.590Z] --- PASS: TestNetworksPrune (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestNetworkRemoveError [2022-03-01T06:49:09.590Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestNetworkRemove [2022-03-01T06:49:09.590Z] --- PASS: TestNetworkRemove (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestNodeInspectError [2022-03-01T06:49:09.590Z] --- PASS: TestNodeInspectError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestNodeInspectNodeNotFound [2022-03-01T06:49:09.590Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestNodeInspectWithEmptyID [2022-03-01T06:49:09.590Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestNodeInspect [2022-03-01T06:49:09.590Z] --- PASS: TestNodeInspect (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestNodeListError [2022-03-01T06:49:09.590Z] --- PASS: TestNodeListError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestNodeList [2022-03-01T06:49:09.590Z] --- PASS: TestNodeList (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestNodeRemoveError [2022-03-01T06:49:09.590Z] --- PASS: TestNodeRemoveError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestNodeRemove [2022-03-01T06:49:09.590Z] --- PASS: TestNodeRemove (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestNodeUpdateError [2022-03-01T06:49:09.590Z] --- PASS: TestNodeUpdateError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestNodeUpdate [2022-03-01T06:49:09.590Z] --- PASS: TestNodeUpdate (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestOptionWithHostFromEnv [2022-03-01T06:49:09.590Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestOptionWithTimeout [2022-03-01T06:49:09.590Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestOptionWithVersionFromEnv [2022-03-01T06:49:09.590Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestPingFail [2022-03-01T06:49:09.590Z] --- PASS: TestPingFail (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestPingWithError [2022-03-01T06:49:09.590Z] 2022/03/01 06:49:08 RoundTripper returned a response & error; ignoring response [2022-03-01T06:49:09.590Z] 2022/03/01 06:49:08 RoundTripper returned a response & error; ignoring response [2022-03-01T06:49:09.590Z] --- PASS: TestPingWithError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestPingSuccess [2022-03-01T06:49:09.590Z] --- PASS: TestPingSuccess (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestPingHeadFallback [2022-03-01T06:49:09.590Z] === RUN TestPingHeadFallback/OK [2022-03-01T06:49:09.590Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-03-01T06:49:09.590Z] === RUN TestPingHeadFallback/Not_Found [2022-03-01T06:49:09.590Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-03-01T06:49:09.590Z] --- PASS: TestPingHeadFallback (0.00s) [2022-03-01T06:49:09.590Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-03-01T06:49:09.590Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-03-01T06:49:09.590Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-03-01T06:49:09.590Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestPluginDisableError [2022-03-01T06:49:09.590Z] --- PASS: TestPluginDisableError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestPluginDisable [2022-03-01T06:49:09.590Z] --- PASS: TestPluginDisable (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestPluginEnableError [2022-03-01T06:49:09.590Z] --- PASS: TestPluginEnableError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestPluginEnable [2022-03-01T06:49:09.590Z] --- PASS: TestPluginEnable (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestPluginInspectError [2022-03-01T06:49:09.590Z] --- PASS: TestPluginInspectError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestPluginInspectWithEmptyID [2022-03-01T06:49:09.590Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestPluginInspect [2022-03-01T06:49:09.590Z] --- PASS: TestPluginInspect (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestPluginListError [2022-03-01T06:49:09.590Z] --- PASS: TestPluginListError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestPluginList [2022-03-01T06:49:09.590Z] --- PASS: TestPluginList (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestPluginPushError [2022-03-01T06:49:09.590Z] --- PASS: TestPluginPushError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestPluginPush [2022-03-01T06:49:09.590Z] --- PASS: TestPluginPush (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestPluginRemoveError [2022-03-01T06:49:09.590Z] --- PASS: TestPluginRemoveError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestPluginRemove [2022-03-01T06:49:09.590Z] --- PASS: TestPluginRemove (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestPluginSetError [2022-03-01T06:49:09.590Z] --- PASS: TestPluginSetError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestPluginSet [2022-03-01T06:49:09.590Z] --- PASS: TestPluginSet (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestSetHostHeader [2022-03-01T06:49:09.590Z] --- PASS: TestSetHostHeader (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestPlainTextError [2022-03-01T06:49:09.590Z] --- PASS: TestPlainTextError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestInfiniteError [2022-03-01T06:49:09.590Z] --- PASS: TestInfiniteError (0.02s) [2022-03-01T06:49:09.590Z] === RUN TestCanceledContext [2022-03-01T06:49:09.590Z] 2022/03/01 06:49:08 RoundTripper returned a response & error; ignoring response [2022-03-01T06:49:09.590Z] --- PASS: TestCanceledContext (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestDeadlineExceededContext [2022-03-01T06:49:09.590Z] 2022/03/01 06:49:08 RoundTripper returned a response & error; ignoring response [2022-03-01T06:49:09.590Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestSecretCreateUnsupported [2022-03-01T06:49:09.590Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestSecretCreateError [2022-03-01T06:49:09.590Z] --- PASS: TestSecretCreateError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestSecretCreate [2022-03-01T06:49:09.590Z] --- PASS: TestSecretCreate (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestSecretInspectUnsupported [2022-03-01T06:49:09.590Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestSecretInspectError [2022-03-01T06:49:09.590Z] --- PASS: TestSecretInspectError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestSecretInspectSecretNotFound [2022-03-01T06:49:09.590Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestSecretInspectWithEmptyID [2022-03-01T06:49:09.590Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestSecretInspect [2022-03-01T06:49:09.590Z] --- PASS: TestSecretInspect (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestSecretListUnsupported [2022-03-01T06:49:09.590Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestSecretListError [2022-03-01T06:49:09.590Z] --- PASS: TestSecretListError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestSecretList [2022-03-01T06:49:09.590Z] --- PASS: TestSecretList (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestSecretRemoveUnsupported [2022-03-01T06:49:09.590Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestSecretRemoveError [2022-03-01T06:49:09.590Z] --- PASS: TestSecretRemoveError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestSecretRemove [2022-03-01T06:49:09.590Z] --- PASS: TestSecretRemove (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestSecretUpdateUnsupported [2022-03-01T06:49:09.590Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestSecretUpdateError [2022-03-01T06:49:09.590Z] --- PASS: TestSecretUpdateError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestSecretUpdate [2022-03-01T06:49:09.590Z] --- PASS: TestSecretUpdate (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestServiceCreateError [2022-03-01T06:49:09.590Z] --- PASS: TestServiceCreateError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestServiceCreate [2022-03-01T06:49:09.590Z] --- PASS: TestServiceCreate (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestServiceCreateCompatiblePlatforms [2022-03-01T06:49:09.590Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestServiceCreateDigestPinning [2022-03-01T06:49:09.590Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestServiceInspectError [2022-03-01T06:49:09.590Z] --- PASS: TestServiceInspectError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestServiceInspectServiceNotFound [2022-03-01T06:49:09.590Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestServiceInspectWithEmptyID [2022-03-01T06:49:09.590Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestServiceInspect [2022-03-01T06:49:09.590Z] --- PASS: TestServiceInspect (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestServiceListError [2022-03-01T06:49:09.590Z] --- PASS: TestServiceListError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestServiceList [2022-03-01T06:49:09.590Z] --- PASS: TestServiceList (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestServiceLogsError [2022-03-01T06:49:09.590Z] --- PASS: TestServiceLogsError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestServiceLogs [2022-03-01T06:49:09.590Z] --- PASS: TestServiceLogs (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestServiceRemoveError [2022-03-01T06:49:09.590Z] --- PASS: TestServiceRemoveError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestServiceRemoveNotFoundError [2022-03-01T06:49:09.590Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestServiceRemove [2022-03-01T06:49:09.590Z] --- PASS: TestServiceRemove (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestServiceUpdateError [2022-03-01T06:49:09.590Z] --- PASS: TestServiceUpdateError (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestServiceUpdate [2022-03-01T06:49:09.590Z] --- PASS: TestServiceUpdate (0.00s) [2022-03-01T06:49:09.590Z] === RUN TestSwarmGetUnlockKeyError [2022-03-01T06:49:09.591Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-03-01T06:49:09.591Z] === RUN TestSwarmGetUnlockKey [2022-03-01T06:49:09.591Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-03-01T06:49:09.591Z] === RUN TestSwarmInitError [2022-03-01T06:49:09.591Z] --- PASS: TestSwarmInitError (0.00s) [2022-03-01T06:49:09.591Z] === RUN TestSwarmInit [2022-03-01T06:49:09.591Z] --- PASS: TestSwarmInit (0.00s) [2022-03-01T06:49:09.591Z] === RUN TestSwarmInspectError [2022-03-01T06:49:09.591Z] --- PASS: TestSwarmInspectError (0.00s) [2022-03-01T06:49:09.591Z] === RUN TestSwarmInspect [2022-03-01T06:49:09.591Z] --- PASS: TestSwarmInspect (0.00s) [2022-03-01T06:49:09.591Z] === RUN TestSwarmJoinError [2022-03-01T06:49:09.591Z] --- PASS: TestSwarmJoinError (0.00s) [2022-03-01T06:49:09.591Z] === RUN TestSwarmJoin [2022-03-01T06:49:09.591Z] --- PASS: TestSwarmJoin (0.00s) [2022-03-01T06:49:09.591Z] === RUN TestSwarmLeaveError [2022-03-01T06:49:09.591Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-03-01T06:49:09.591Z] === RUN TestSwarmLeave [2022-03-01T06:49:09.591Z] --- PASS: TestSwarmLeave (0.00s) [2022-03-01T06:49:09.591Z] === RUN TestSwarmUnlockError [2022-03-01T06:49:09.591Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-03-01T06:49:09.591Z] === RUN TestSwarmUnlock [2022-03-01T06:49:09.591Z] --- PASS: TestSwarmUnlock (0.00s) [2022-03-01T06:49:09.591Z] === RUN TestSwarmUpdateError [2022-03-01T06:49:09.591Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-03-01T06:49:09.591Z] === RUN TestSwarmUpdate [2022-03-01T06:49:09.591Z] --- PASS: TestSwarmUpdate (0.00s) [2022-03-01T06:49:09.591Z] === RUN TestTaskInspectError [2022-03-01T06:49:09.591Z] --- PASS: TestTaskInspectError (0.00s) [2022-03-01T06:49:09.591Z] === RUN TestTaskInspectWithEmptyID [2022-03-01T06:49:09.591Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-03-01T06:49:09.591Z] === RUN TestTaskInspect [2022-03-01T06:49:09.591Z] --- PASS: TestTaskInspect (0.00s) [2022-03-01T06:49:09.591Z] === RUN TestTaskListError [2022-03-01T06:49:09.591Z] --- PASS: TestTaskListError (0.00s) [2022-03-01T06:49:09.591Z] === RUN TestTaskList [2022-03-01T06:49:09.591Z] --- PASS: TestTaskList (0.00s) [2022-03-01T06:49:09.591Z] === RUN TestVolumeCreateError [2022-03-01T06:49:09.591Z] --- PASS: TestVolumeCreateError (0.00s) [2022-03-01T06:49:09.591Z] === RUN TestVolumeCreate [2022-03-01T06:49:09.591Z] --- PASS: TestVolumeCreate (0.00s) [2022-03-01T06:49:09.591Z] === RUN TestVolumeInspectError [2022-03-01T06:49:09.591Z] --- PASS: TestVolumeInspectError (0.00s) [2022-03-01T06:49:09.591Z] === RUN TestVolumeInspectNotFound [2022-03-01T06:49:09.591Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-03-01T06:49:09.591Z] === RUN TestVolumeInspectWithEmptyID [2022-03-01T06:49:09.591Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-03-01T06:49:09.591Z] === RUN TestVolumeInspect [2022-03-01T06:49:09.591Z] --- PASS: TestVolumeInspect (0.00s) [2022-03-01T06:49:09.591Z] === RUN TestVolumeListError [2022-03-01T06:49:09.591Z] --- PASS: TestVolumeListError (0.00s) [2022-03-01T06:49:09.591Z] === RUN TestVolumeList [2022-03-01T06:49:09.591Z] --- PASS: TestVolumeList (0.00s) [2022-03-01T06:49:09.591Z] === RUN TestVolumeRemoveError [2022-03-01T06:49:09.591Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-03-01T06:49:09.591Z] === RUN TestVolumeRemove [2022-03-01T06:49:09.591Z] --- PASS: TestVolumeRemove (0.00s) [2022-03-01T06:49:09.591Z] === CONT TestTLSCloseWriter [2022-03-01T06:49:09.591Z] --- PASS: TestTLSCloseWriter (0.01s) [2022-03-01T06:49:09.591Z] PASS [2022-03-01T06:49:09.591Z] coverage: 75.2% of statements [2022-03-01T06:49:09.591Z] ok github.com/docker/docker/client 0.409s coverage: 75.2% of statements [2022-03-01T06:49:09.725Z] --- PASS: TestBytesPipeWriteRandomChunks (0.43s) [2022-03-01T06:49:09.725Z] === RUN TestAtomicWriteToFile [2022-03-01T06:49:09.725Z] --- PASS: TestAtomicWriteToFile (0.00s) [2022-03-01T06:49:09.725Z] === RUN TestAtomicWriteSetCommit [2022-03-01T06:49:09.725Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-03-01T06:49:09.725Z] === RUN TestAtomicWriteSetCancel [2022-03-01T06:49:09.725Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-03-01T06:49:09.725Z] === RUN TestReadCloserWrapperClose [2022-03-01T06:49:09.725Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-03-01T06:49:09.725Z] === RUN TestReaderErrWrapperReadOnError [2022-03-01T06:49:09.725Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-03-01T06:49:09.725Z] === RUN TestReaderErrWrapperRead [2022-03-01T06:49:09.725Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-03-01T06:49:09.725Z] === RUN TestCancelReadCloser [2022-03-01T06:49:09.725Z] --- PASS: TestCancelReadCloser (0.12s) [2022-03-01T06:49:09.725Z] === RUN TestWriteCloserWrapperClose [2022-03-01T06:49:09.725Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-03-01T06:49:09.725Z] === RUN TestNopWriteCloser [2022-03-01T06:49:09.725Z] --- PASS: TestNopWriteCloser (0.00s) [2022-03-01T06:49:09.725Z] === RUN TestNopWriter [2022-03-01T06:49:09.725Z] --- PASS: TestNopWriter (0.00s) [2022-03-01T06:49:09.725Z] === RUN TestWriteCounter [2022-03-01T06:49:09.725Z] --- PASS: TestWriteCounter (0.00s) [2022-03-01T06:49:09.725Z] PASS [2022-03-01T06:49:09.725Z] coverage: 70.1% of statements [2022-03-01T06:49:09.725Z] ok github.com/docker/docker/pkg/ioutils 0.615s coverage: 70.1% of statements [2022-03-01T06:49:10.526Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-01T06:49:10.685Z] --- PASS: TestNetworkDBCRUDTableEntries (3.23s) [2022-03-01T06:49:10.685Z] === RUN TestNetworkDBNodeLeave [2022-03-01T06:49:10.685Z] === RUN TestError [2022-03-01T06:49:10.685Z] --- PASS: TestError (0.00s) [2022-03-01T06:49:10.685Z] === RUN TestProgressString [2022-03-01T06:49:10.685Z] === RUN TestProgressString/no_progress [2022-03-01T06:49:10.685Z] === RUN TestProgressString/progress_1 [2022-03-01T06:49:10.685Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-03-01T06:49:10.685Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-03-01T06:49:10.685Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-03-01T06:49:10.685Z] === RUN TestProgressString/with_units [2022-03-01T06:49:10.685Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-03-01T06:49:10.685Z] === RUN TestProgressString/hide_counts [2022-03-01T06:49:10.685Z] --- PASS: TestProgressString (0.00s) [2022-03-01T06:49:10.685Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-03-01T06:49:10.685Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-03-01T06:49:10.685Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-03-01T06:49:10.685Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-03-01T06:49:10.685Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-03-01T06:49:10.685Z] --- PASS: TestProgressString/with_units (0.00s) [2022-03-01T06:49:10.685Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-03-01T06:49:10.685Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-03-01T06:49:10.685Z] === RUN TestJSONMessageDisplay [2022-03-01T06:49:10.685Z] --- PASS: TestJSONMessageDisplay (0.16s) [2022-03-01T06:49:10.685Z] === RUN TestJSONMessageDisplayWithJSONError [2022-03-01T06:49:10.685Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-03-01T06:49:10.685Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-03-01T06:49:10.685Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-03-01T06:49:10.685Z] === RUN TestDisplayJSONMessagesStream [2022-03-01T06:49:10.685Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-03-01T06:49:10.685Z] PASS [2022-03-01T06:49:10.685Z] coverage: 91.7% of statements [2022-03-01T06:49:10.685Z] ok github.com/docker/docker/pkg/jsonmessage 0.198s coverage: 91.7% of statements [2022-03-01T06:49:11.099Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-01T06:49:11.140Z] === RUN TestStandardLongPath [2022-03-01T06:49:11.140Z] --- PASS: TestStandardLongPath (0.00s) [2022-03-01T06:49:11.140Z] === RUN TestUNCLongPath [2022-03-01T06:49:11.140Z] --- PASS: TestUNCLongPath (0.00s) [2022-03-01T06:49:11.140Z] PASS [2022-03-01T06:49:11.140Z] coverage: 100.0% of statements [2022-03-01T06:49:11.140Z] ok github.com/docker/docker/pkg/longpath 0.039s coverage: 100.0% of statements [2022-03-01T06:49:11.436Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-01T06:49:11.436Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-01T06:49:12.101Z] === RUN TestNameFormat [2022-03-01T06:49:12.101Z] --- PASS: TestNameFormat (0.00s) [2022-03-01T06:49:12.101Z] === RUN TestNameRetries [2022-03-01T06:49:12.101Z] --- PASS: TestNameRetries (0.00s) [2022-03-01T06:49:12.101Z] PASS [2022-03-01T06:49:12.101Z] coverage: 85.7% of statements [2022-03-01T06:49:12.101Z] ok github.com/docker/docker/pkg/namesgenerator 0.047s coverage: 85.7% of statements [2022-03-01T06:49:12.555Z] === RUN TestParseKeyValueOpt [2022-03-01T06:49:12.555Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-03-01T06:49:12.555Z] === RUN TestParseUintList [2022-03-01T06:49:12.555Z] --- PASS: TestParseUintList (0.00s) [2022-03-01T06:49:12.555Z] === RUN TestParseUintListMaximumLimits [2022-03-01T06:49:12.555Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-03-01T06:49:12.555Z] PASS [2022-03-01T06:49:12.555Z] coverage: 97.0% of statements [2022-03-01T06:49:12.555Z] ok github.com/docker/docker/pkg/parsers 0.037s coverage: 97.0% of statements [2022-03-01T06:49:12.803Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-01T06:49:13.011Z] === RUN TestNewAndRemove [2022-03-01T06:49:13.011Z] --- PASS: TestNewAndRemove (0.00s) [2022-03-01T06:49:13.011Z] === RUN TestRemoveInvalidPath [2022-03-01T06:49:13.011Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-03-01T06:49:13.011Z] PASS [2022-03-01T06:49:13.011Z] coverage: 82.6% of statements [2022-03-01T06:49:13.011Z] ok github.com/docker/docker/pkg/pidfile 0.044s coverage: 82.6% of statements [2022-03-01T06:49:13.466Z] --- PASS: TestNetworkDBNodeLeave (2.84s) [2022-03-01T06:49:13.466Z] === RUN TestNetworkDBWatch [2022-03-01T06:49:13.649Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-03-01T06:49:14.694Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-03-01T06:49:14.694Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.63s) [2022-03-01T06:49:14.694Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.24s) [2022-03-01T06:49:14.694Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.84s) [2022-03-01T06:49:14.694Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.22s) [2022-03-01T06:49:14.694Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.23s) [2022-03-01T06:49:14.694Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.22s) [2022-03-01T06:49:14.694Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.32s) [2022-03-01T06:49:14.694Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.38s) [2022-03-01T06:49:14.694Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.72s) [2022-03-01T06:49:14.694Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.56s) [2022-03-01T06:49:14.694Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.71s) [2022-03-01T06:49:14.694Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.74s) [2022-03-01T06:49:14.694Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.81s) [2022-03-01T06:49:14.694Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.62s) [2022-03-01T06:49:14.694Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.69s) [2022-03-01T06:49:14.694Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.61s) [2022-03-01T06:49:14.694Z] === RUN TestCgroupNamespacesRun [2022-03-01T06:49:14.991Z] 2022/03/01 06:49:14 Closing DB instances... [2022-03-01T06:49:14.991Z] === RUN TestFailedConnection [2022-03-01T06:49:14.991Z] --- PASS: TestGetAddress (21.23s) [2022-03-01T06:49:14.991Z] === RUN TestRequestSyntaxCheck [2022-03-01T06:49:14.991Z] --- PASS: TestRequestSyntaxCheck (0.02s) [2022-03-01T06:49:14.991Z] === RUN TestRequest [2022-03-01T06:49:15.035Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-01T06:49:15.362Z] --- PASS: TestCreateServiceMultipleTimes (15.71s) [2022-03-01T06:49:15.362Z] === RUN TestCreateServiceConflict [2022-03-01T06:49:15.362Z] --- PASS: TestCreateServiceConflict (2.13s) [2022-03-01T06:49:15.362Z] === RUN TestCreateServiceMaxReplicas [2022-03-01T06:49:15.624Z] --- PASS: TestCgroupNamespacesRun (1.10s) [2022-03-01T06:49:15.624Z] === RUN TestCgroupNamespacesRunPrivileged [2022-03-01T06:49:16.424Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2022-03-01T06:49:16.521Z] --- PASS: TestNetworkDBWatch (3.03s) [2022-03-01T06:49:16.521Z] === RUN TestNetworkDBBulkSync [2022-03-01T06:49:16.685Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-03-01T06:49:16.685Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-01T06:49:16.976Z] --- PASS: TestFailedConnection (2.10s) [2022-03-01T06:49:16.976Z] === RUN TestFailOnce [2022-03-01T06:49:16.976Z] 2022/03/01 06:49:16 http: panic serving 127.0.0.1:49282: Plugin not ready [2022-03-01T06:49:16.976Z] goroutine 13 [running]: [2022-03-01T06:49:16.976Z] net/http.(*conn).serve.func1() [2022-03-01T06:49:16.976Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-03-01T06:49:16.976Z] panic({0xd2b9a0, 0xe3f6d0}) [2022-03-01T06:49:16.976Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-03-01T06:49:16.976Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0xcd5a57be084a2e31}, 0xc000099a98) [2022-03-01T06:49:16.976Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-03-01T06:49:16.976Z] net/http.HandlerFunc.ServeHTTP(0x0, {0xe4c5c0, 0xc0000bc000}, 0xc61206) [2022-03-01T06:49:16.976Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-03-01T06:49:16.976Z] net/http.(*ServeMux).ServeHTTP(0x0, {0xe4c5c0, 0xc0000bc000}, 0xc0000b4000) [2022-03-01T06:49:16.976Z] c:/go/src/net/http/server.go:2425 +0x149 [2022-03-01T06:49:16.976Z] net/http.serverHandler.ServeHTTP({0xe4acb0}, {0xe4c5c0, 0xc0000bc000}, 0xc0000b4000) [2022-03-01T06:49:16.976Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-03-01T06:49:16.976Z] net/http.(*conn).serve(0xc000062d20, {0xe4e5c0, 0xc0002020c0}) [2022-03-01T06:49:16.976Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-03-01T06:49:16.976Z] created by net/http.(*Server).Serve [2022-03-01T06:49:16.976Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-03-01T06:49:16.976Z] time="2022-03-01T06:49:16Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49281/Test.FailOnce: Post \"http://127.0.0.1:49281/Test.FailOnce\": EOF, retrying in 1s" [2022-03-01T06:49:16.991Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.18s) [2022-03-01T06:49:16.991Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-03-01T06:49:17.257Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-01T06:49:17.431Z] 2022/03/01 06:49:17 Closing DB instances... [2022-03-01T06:49:17.878Z] --- PASS: TestCreateServiceMaxReplicas (2.77s) [2022-03-01T06:49:17.878Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-01T06:49:17.920Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.08s) [2022-03-01T06:49:17.920Z] === RUN TestCgroupNamespacesRunHostMode [2022-03-01T06:49:18.396Z] --- PASS: TestFailOnce (1.15s) [2022-03-01T06:49:18.396Z] === RUN TestEchoInputOutput [2022-03-01T06:49:18.396Z] --- PASS: TestEchoInputOutput (0.00s) [2022-03-01T06:49:18.396Z] === RUN TestBackoff [2022-03-01T06:49:18.396Z] --- PASS: TestBackoff (0.00s) [2022-03-01T06:49:18.396Z] === RUN TestAbortRetry [2022-03-01T06:49:18.396Z] --- PASS: TestAbortRetry (0.00s) [2022-03-01T06:49:18.396Z] === RUN TestClientScheme [2022-03-01T06:49:18.396Z] --- PASS: TestClientScheme (0.00s) [2022-03-01T06:49:18.396Z] === RUN TestNewClientWithTimeout [2022-03-01T06:49:18.850Z] --- PASS: TestCgroupNamespacesRunHostMode (1.10s) [2022-03-01T06:49:18.850Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-03-01T06:49:18.852Z] time="2022-03-01T06:49:18Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.Echo: Post \"http://127.0.0.1:49288/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-03-01T06:49:19.173Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2022-03-01T06:49:19.173Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-03-01T06:49:19.307Z] --- PASS: TestNetworkDBBulkSync (2.83s) [2022-03-01T06:49:19.307Z] === RUN TestNetworkDBCRUDMediumCluster [2022-03-01T06:49:19.434Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-01T06:49:19.695Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-03-01T06:49:19.957Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2022-03-01T06:49:20.217Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.09s) [2022-03-01T06:49:20.217Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-03-01T06:49:20.267Z] time="2022-03-01T06:49:19Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.Echo: Post \"http://127.0.0.1:49288/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-03-01T06:49:20.343Z] tests/integration/models_containers_test.py ............................ [ 83%] [2022-03-01T06:49:20.530Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-01T06:49:21.146Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.08s) [2022-03-01T06:49:21.146Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-03-01T06:49:21.288Z] 1bd78008c728: Pull complete [2022-03-01T06:49:21.288Z] Digest: sha256:d8c2b69511a49e9eb6fd2a17f2727ae011b0382cd11562fa5cb4c70bb460cf12 [2022-03-01T06:49:21.288Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-01T06:49:21.288Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2022-03-01T06:49:21.288Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2022-03-01T06:49:21.288Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.2565' [2022-03-01T06:49:21.288Z] WARN: Skipping validation tests [2022-03-01T06:49:21.288Z] INFO: Running unit tests at 03/01/2022 06:49:12... [2022-03-01T06:49:21.288Z] INFO: make.ps1 starting at 03/01/2022 06:49:18 [2022-03-01T06:49:21.288Z] INFO: Git commit (9efa8b3500) assumed from DOCKER_GITCOMMIT environment variable [2022-03-01T06:49:21.288Z] INFO: Invoking autogen... [2022-03-01T06:49:21.288Z] INFO: Running unit tests... [2022-03-01T06:49:21.709Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.66s) [2022-03-01T06:49:21.709Z] === RUN TestCgroupNamespacesRunOlderClient [2022-03-01T06:49:21.791Z] --- PASS: TestRequest (6.62s) [2022-03-01T06:49:21.791Z] === RUN TestOverlappingRequests [2022-03-01T06:49:21.917Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-03-01T06:49:21.917Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-01T06:49:22.245Z] --- PASS: TestOverlappingRequests (0.32s) [2022-03-01T06:49:22.246Z] === RUN TestRelease [2022-03-01T06:49:22.246Z] 2022/03/01 06:49:21 Closing DB instances... [2022-03-01T06:49:22.701Z] time="2022-03-01T06:49:22Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.Echo: Post \"http://127.0.0.1:49288/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-03-01T06:49:23.080Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.10s) [2022-03-01T06:49:23.080Z] === RUN TestNISDomainname [2022-03-01T06:49:23.155Z] --- PASS: TestRelease (1.22s) [2022-03-01T06:49:23.156Z] === RUN TestAllocateRandomDeallocate [2022-03-01T06:49:23.336Z] --- PASS: TestNISDomainname (0.56s) [2022-03-01T06:49:23.336Z] === RUN TestHostnameDnsResolution [2022-03-01T06:49:23.899Z] --- PASS: TestHostnameDnsResolution (0.65s) [2022-03-01T06:49:23.899Z] === RUN TestUnprivilegedPortsAndPing [2022-03-01T06:49:24.461Z] --- PASS: TestUnprivilegedPortsAndPing (0.48s) [2022-03-01T06:49:24.461Z] === RUN TestStats [2022-03-01T06:49:24.522Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-03-01T06:49:24.522Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-03-01T06:49:24.522Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.14s) [2022-03-01T06:49:24.522Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.45s) [2022-03-01T06:49:24.522Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (6.14s) [2022-03-01T06:49:24.522Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.74s) [2022-03-01T06:49:24.522Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.80s) [2022-03-01T06:49:24.522Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.92s) [2022-03-01T06:49:24.522Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (4.56s) [2022-03-01T06:49:24.522Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.75s) [2022-03-01T06:49:24.522Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.95s) [2022-03-01T06:49:24.522Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (6.09s) [2022-03-01T06:49:24.522Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.10s) [2022-03-01T06:49:24.522Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.62s) [2022-03-01T06:49:24.522Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.25s) [2022-03-01T06:49:24.522Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.46s) [2022-03-01T06:49:24.522Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.62s) [2022-03-01T06:49:24.522Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.30s) [2022-03-01T06:49:24.522Z] === RUN TestCgroupNamespacesRun [2022-03-01T06:49:24.683Z] === RUN TestParseEmptyInterface [2022-03-01T06:49:24.683Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-03-01T06:49:24.683Z] === RUN TestParseNonInterfaceType [2022-03-01T06:49:24.683Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-03-01T06:49:24.683Z] === RUN TestParseWithOneFunction [2022-03-01T06:49:24.683Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-03-01T06:49:24.683Z] === RUN TestParseWithMultipleFuncs [2022-03-01T06:49:24.683Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-03-01T06:49:24.683Z] === RUN TestParseWithUnnamedReturn [2022-03-01T06:49:24.683Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-03-01T06:49:24.683Z] === RUN TestEmbeddedInterface [2022-03-01T06:49:24.683Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-03-01T06:49:24.683Z] === RUN TestParsedImports [2022-03-01T06:49:24.683Z] --- PASS: TestParsedImports (0.00s) [2022-03-01T06:49:24.683Z] === RUN TestAliasedImports [2022-03-01T06:49:24.683Z] --- PASS: TestAliasedImports (0.00s) [2022-03-01T06:49:24.683Z] PASS [2022-03-01T06:49:24.683Z] coverage: 56.8% of statements [2022-03-01T06:49:24.683Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.046s coverage: 56.8% of statements [2022-03-01T06:49:24.783Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2022-03-01T06:49:25.137Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.88s) [2022-03-01T06:49:25.138Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-03-01T06:49:25.593Z] === RUN TestHTTPTransport [2022-03-01T06:49:25.593Z] --- PASS: TestHTTPTransport (0.00s) [2022-03-01T06:49:25.593Z] PASS [2022-03-01T06:49:25.593Z] coverage: 85.7% of statements [2022-03-01T06:49:25.593Z] ok github.com/docker/docker/pkg/plugins/transport 0.038s coverage: 85.7% of statements [2022-03-01T06:49:25.726Z] --- PASS: TestCgroupNamespacesRun (1.66s) [2022-03-01T06:49:25.726Z] === RUN TestCgroupNamespacesRunPrivileged [2022-03-01T06:49:26.048Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-03-01T06:49:26.048Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-01T06:49:26.048Z] === RUN TestBufioReaderPoolPutAndGet [2022-03-01T06:49:26.048Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-03-01T06:49:26.048Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-03-01T06:49:26.048Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-03-01T06:49:26.048Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-03-01T06:49:26.048Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-01T06:49:26.048Z] === RUN TestBufioWriterPoolPutAndGet [2022-03-01T06:49:26.048Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-03-01T06:49:26.048Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-03-01T06:49:26.048Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-03-01T06:49:26.048Z] === RUN TestBufferPoolPutAndGet [2022-03-01T06:49:26.048Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-03-01T06:49:26.048Z] PASS [2022-03-01T06:49:26.048Z] coverage: 88.2% of statements [2022-03-01T06:49:26.048Z] ok github.com/docker/docker/pkg/pools 0.034s coverage: 88.2% of statements [2022-03-01T06:49:26.048Z] 2022/03/01 06:49:25 Closing DB instances... [2022-03-01T06:49:26.503Z] === RUN TestOutputOnPrematureClose [2022-03-01T06:49:26.503Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-03-01T06:49:26.503Z] === RUN TestCompleteSilently [2022-03-01T06:49:26.503Z] --- PASS: TestCompleteSilently (0.00s) [2022-03-01T06:49:26.503Z] PASS [2022-03-01T06:49:26.503Z] coverage: 75.9% of statements [2022-03-01T06:49:26.503Z] ok github.com/docker/docker/pkg/progress 0.031s coverage: 75.9% of statements [2022-03-01T06:49:26.958Z] --- PASS: TestAllocateRandomDeallocate (3.63s) [2022-03-01T06:49:26.958Z] === RUN TestRetrieveFromStore [2022-03-01T06:49:26.958Z] === RUN TestSendToOneSub [2022-03-01T06:49:26.958Z] --- PASS: TestSendToOneSub (0.00s) [2022-03-01T06:49:26.958Z] === RUN TestSendToMultipleSubs [2022-03-01T06:49:26.958Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-03-01T06:49:26.958Z] === RUN TestEvictOneSub [2022-03-01T06:49:26.958Z] --- PASS: TestEvictOneSub (0.00s) [2022-03-01T06:49:26.958Z] === RUN TestClosePublisher [2022-03-01T06:49:26.958Z] --- PASS: TestClosePublisher (0.00s) [2022-03-01T06:49:26.958Z] === RUN TestPubSubRace [2022-03-01T06:49:26.958Z] time="2022-03-01T06:49:26Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.Echo: Post \"http://127.0.0.1:49288/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-03-01T06:49:26.979Z] --- PASS: TestStats (2.39s) [2022-03-01T06:49:26.979Z] === RUN TestStopContainerWithTimeout [2022-03-01T06:49:26.979Z] === RUN TestStopContainerWithTimeout/0 [2022-03-01T06:49:26.979Z] === PAUSE TestStopContainerWithTimeout/0 [2022-03-01T06:49:26.979Z] === RUN TestStopContainerWithTimeout/1 [2022-03-01T06:49:26.979Z] === PAUSE TestStopContainerWithTimeout/1 [2022-03-01T06:49:26.979Z] === RUN TestStopContainerWithTimeout/3 [2022-03-01T06:49:26.979Z] === PAUSE TestStopContainerWithTimeout/3 [2022-03-01T06:49:26.979Z] === RUN TestStopContainerWithTimeout/-1 [2022-03-01T06:49:26.979Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-03-01T06:49:26.979Z] === CONT TestStopContainerWithTimeout/0 [2022-03-01T06:49:26.979Z] === CONT TestStopContainerWithTimeout/3 [2022-03-01T06:49:27.158Z] 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/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles 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/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/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/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/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/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/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/stack 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 [2022-03-01T06:49:27.309Z] --- PASS: TestCheckoutGit (28.91s) [2022-03-01T06:49:27.309Z] === RUN TestValidGitTransport [2022-03-01T06:49:27.309Z] --- PASS: TestValidGitTransport (0.00s) [2022-03-01T06:49:27.309Z] === RUN TestGitInvalidRef [2022-03-01T06:49:27.309Z] --- PASS: TestGitInvalidRef (0.17s) [2022-03-01T06:49:27.309Z] PASS [2022-03-01T06:49:27.309Z] coverage: 86.3% of statements [2022-03-01T06:49:27.309Z] ok github.com/docker/docker/builder/remotecontext/git 29.138s coverage: 86.3% of statements [2022-03-01T06:49:27.309Z] ? github.com/docker/docker/cli [no test files] [2022-03-01T06:49:27.309Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-01T06:49:27.413Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.62s) [2022-03-01T06:49:27.413Z] === RUN TestNetworkDBGarbageCollection [2022-03-01T06:49:27.543Z] === CONT TestStopContainerWithTimeout/-1 [2022-03-01T06:49:27.639Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.60s) [2022-03-01T06:49:27.639Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-03-01T06:49:27.639Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2022-03-01T06:49:27.868Z] --- PASS: TestRetrieveFromStore (1.04s) [2022-03-01T06:49:27.868Z] === RUN TestRequestReleaseAddressDuplicate [2022-03-01T06:49:27.868Z] --- PASS: TestRequestReleaseAddressDuplicate (0.02s) [2022-03-01T06:49:27.868Z] === RUN TestParallelPredefinedRequest1 [2022-03-01T06:49:27.868Z] === PAUSE TestParallelPredefinedRequest1 [2022-03-01T06:49:27.868Z] === RUN TestParallelPredefinedRequest2 [2022-03-01T06:49:27.868Z] === PAUSE TestParallelPredefinedRequest2 [2022-03-01T06:49:27.868Z] === RUN TestParallelPredefinedRequest3 [2022-03-01T06:49:27.868Z] === PAUSE TestParallelPredefinedRequest3 [2022-03-01T06:49:27.868Z] === RUN TestParallelPredefinedRequest4 [2022-03-01T06:49:27.868Z] === PAUSE TestParallelPredefinedRequest4 [2022-03-01T06:49:27.868Z] === RUN TestParallelPredefinedRequest5 [2022-03-01T06:49:27.868Z] === PAUSE TestParallelPredefinedRequest5 [2022-03-01T06:49:27.868Z] === RUN TestDebug [2022-03-01T06:49:27.868Z] --- PASS: TestDebug (0.00s) [2022-03-01T06:49:27.868Z] === RUN TestRequestPoolParallel [2022-03-01T06:49:27.868Z] --- PASS: TestPubSubRace (1.05s) [2022-03-01T06:49:27.868Z] PASS [2022-03-01T06:49:27.868Z] coverage: 75.0% of statements [2022-03-01T06:49:27.868Z] ok github.com/docker/docker/pkg/pubsub 1.085s coverage: 75.0% of statements [2022-03-01T06:49:28.323Z] --- PASS: TestRequestPoolParallel (0.37s) [2022-03-01T06:49:28.323Z] === RUN TestFullAllocateRelease [2022-03-01T06:49:28.778Z] === RUN TestRegister [2022-03-01T06:49:28.778Z] --- PASS: TestRegister (0.00s) [2022-03-01T06:49:28.778Z] === RUN TestCommand [2022-03-01T06:49:28.778Z] --- PASS: TestCommand (0.03s) [2022-03-01T06:49:28.778Z] === RUN TestNaiveSelf [2022-03-01T06:49:28.778Z] --- PASS: TestFullAllocateRelease (0.33s) [2022-03-01T06:49:28.778Z] === RUN TestOddAllocateRelease [2022-03-01T06:49:28.778Z] --- PASS: TestNaiveSelf (0.03s) [2022-03-01T06:49:28.778Z] PASS [2022-03-01T06:49:28.778Z] coverage: 82.4% of statements [2022-03-01T06:49:28.778Z] ok github.com/docker/docker/pkg/reexec 0.095s coverage: 82.4% of statements [2022-03-01T06:49:28.778Z] --- PASS: TestOddAllocateRelease (0.21s) [2022-03-01T06:49:28.778Z] === RUN TestFullAllocateSerialReleaseParallel [2022-03-01T06:49:28.778Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.08s) [2022-03-01T06:49:28.778Z] === RUN TestOddAllocateSerialReleaseParallel [2022-03-01T06:49:29.025Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-03-01T06:49:29.025Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.60s) [2022-03-01T06:49:29.025Z] === RUN TestCgroupNamespacesRunHostMode [2022-03-01T06:49:29.234Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.05s) [2022-03-01T06:49:29.234Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-03-01T06:49:29.234Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.04s) [2022-03-01T06:49:29.234Z] === CONT TestParallelPredefinedRequest1 [2022-03-01T06:49:29.234Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-01T06:49:29.234Z] === CONT TestParallelPredefinedRequest4 [2022-03-01T06:49:29.234Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-01T06:49:29.234Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-03-01T06:49:29.234Z] === CONT TestParallelPredefinedRequest5 [2022-03-01T06:49:29.234Z] === CONT TestParallelPredefinedRequest3 [2022-03-01T06:49:29.234Z] === CONT TestParallelPredefinedRequest5 [2022-03-01T06:49:29.234Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-01T06:49:29.234Z] === CONT TestParallelPredefinedRequest3 [2022-03-01T06:49:29.234Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-01T06:49:29.234Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-03-01T06:49:29.234Z] === CONT TestParallelPredefinedRequest2 [2022-03-01T06:49:29.234Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-03-01T06:49:29.234Z] === CONT TestParallelPredefinedRequest2 [2022-03-01T06:49:29.234Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-01T06:49:29.234Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-03-01T06:49:29.234Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-03-01T06:49:29.234Z] PASS [2022-03-01T06:49:29.234Z] coverage: 85.3% of statements [2022-03-01T06:49:29.234Z] ok github.com/docker/docker/libnetwork/ipam 41.173s coverage: 85.3% of statements [2022-03-01T06:49:29.234Z] === RUN TestDump [2022-03-01T06:49:29.234Z] goroutine 6 [running]: [2022-03-01T06:49:29.234Z] github.com/docker/docker/pkg/stack.dump(0x63b6b7) [2022-03-01T06:49:29.234Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-01T06:49:29.234Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-03-01T06:49:29.234Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-03-01T06:49:29.234Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2022-03-01T06:49:29.234Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-03-01T06:49:29.234Z] testing.tRunner(0xc00015a1a0, 0x7a8ef8) [2022-03-01T06:49:29.234Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-01T06:49:29.234Z] created by testing.(*T).Run [2022-03-01T06:49:29.234Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-01T06:49:29.234Z] [2022-03-01T06:49:29.234Z] goroutine 1 [chan receive]: [2022-03-01T06:49:29.234Z] testing.(*T).Run(0xc00015a000, {0x79a531, 0x61a413}, 0x7a8ef8) [2022-03-01T06:49:29.234Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-01T06:49:29.234Z] testing.runTests.func1(0xc000068840) [2022-03-01T06:49:29.234Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-01T06:49:29.234Z] testing.tRunner(0xc00015a000, 0xc000071ce0) [2022-03-01T06:49:29.234Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-01T06:49:29.234Z] testing.runTests(0xc000076080, {0x90cc00, 0x3, 0x3}, {0x63a90d, 0x79c22b, 0x9116a0}) [2022-03-01T06:49:29.234Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-01T06:49:29.234Z] testing.(*M).Run(0xc000076080) [2022-03-01T06:49:29.234Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-01T06:49:29.234Z] main.main() [2022-03-01T06:49:29.234Z] _testmain.go:95 +0x1f5 [2022-03-01T06:49:29.234Z] --- PASS: TestDump (0.00s) [2022-03-01T06:49:29.234Z] === RUN TestDumpToFile [2022-03-01T06:49:29.234Z] --- PASS: TestDumpToFile (0.13s) [2022-03-01T06:49:29.234Z] === RUN TestDumpToFileWithEmptyInput [2022-03-01T06:49:29.234Z] goroutine 8 [running]: [2022-03-01T06:49:29.234Z] github.com/docker/docker/pkg/stack.dump(0x6a8894) [2022-03-01T06:49:29.234Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-01T06:49:29.234Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0x6a8c40}) [2022-03-01T06:49:29.234Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2022-03-01T06:49:29.234Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc00015a1a0) [2022-03-01T06:49:29.234Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-03-01T06:49:29.234Z] testing.tRunner(0xc00015a680, 0x7a8ee8) [2022-03-01T06:49:29.234Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-01T06:49:29.234Z] created by testing.(*T).Run [2022-03-01T06:49:29.234Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-01T06:49:29.234Z] [2022-03-01T06:49:29.234Z] goroutine 1 [chan receive]: [2022-03-01T06:49:29.234Z] testing.(*T).Run(0xc00015a000, {0x7a1316, 0x61a413}, 0x7a8ee8) [2022-03-01T06:49:29.234Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-01T06:49:29.234Z] testing.runTests.func1(0xc000068840) [2022-03-01T06:49:29.234Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-01T06:49:29.234Z] testing.tRunner(0xc00015a000, 0xc000071ce0) [2022-03-01T06:49:29.234Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-01T06:49:29.234Z] testing.runTests(0xc000076080, {0x90cc00, 0x3, 0x3}, {0x63a90d, 0x79c22b, 0x9116a0}) [2022-03-01T06:49:29.234Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-01T06:49:29.234Z] testing.(*M).Run(0xc000076080) [2022-03-01T06:49:29.234Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-01T06:49:29.234Z] main.main() [2022-03-01T06:49:29.234Z] _testmain.go:95 +0x1f5 [2022-03-01T06:49:29.234Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-03-01T06:49:29.234Z] PASS [2022-03-01T06:49:29.234Z] coverage: 90.9% of statements [2022-03-01T06:49:29.234Z] ok github.com/docker/docker/pkg/stack 0.161s coverage: 90.9% of statements [2022-03-01T06:49:29.433Z] === CONT TestStopContainerWithTimeout/1 [2022-03-01T06:49:29.966Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-03-01T06:49:30.196Z] === RUN TestNewStdWriter [2022-03-01T06:49:30.196Z] --- PASS: TestNewStdWriter (0.00s) [2022-03-01T06:49:30.196Z] === RUN TestWriteWithUninitializedStdWriter [2022-03-01T06:49:30.196Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-03-01T06:49:30.196Z] === RUN TestWriteWithNilBytes [2022-03-01T06:49:30.196Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-03-01T06:49:30.196Z] === RUN TestWrite [2022-03-01T06:49:30.196Z] --- PASS: TestWrite (0.00s) [2022-03-01T06:49:30.196Z] === RUN TestWriteWithWriterError [2022-03-01T06:49:30.196Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-03-01T06:49:30.196Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-03-01T06:49:30.196Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-03-01T06:49:30.196Z] === RUN TestStdCopyWriteAndRead [2022-03-01T06:49:30.196Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-03-01T06:49:30.196Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-03-01T06:49:30.196Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-03-01T06:49:30.196Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-03-01T06:49:30.196Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-03-01T06:49:30.196Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-03-01T06:49:30.196Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-03-01T06:49:30.196Z] === RUN TestStdCopyWithInvalidInputHeader [2022-03-01T06:49:30.196Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-03-01T06:49:30.196Z] === RUN TestStdCopyWithCorruptedPrefix [2022-03-01T06:49:30.196Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-03-01T06:49:30.196Z] === RUN TestStdCopyReturnsWriteErrors [2022-03-01T06:49:30.196Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-03-01T06:49:30.196Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-03-01T06:49:30.196Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-03-01T06:49:30.196Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-03-01T06:49:30.196Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-03-01T06:49:30.196Z] PASS [2022-03-01T06:49:30.196Z] coverage: 100.0% of statements [2022-03-01T06:49:30.196Z] ok github.com/docker/docker/pkg/stdcopy 0.042s coverage: 100.0% of statements [2022-03-01T06:49:30.537Z] --- PASS: TestCgroupNamespacesRunHostMode (1.61s) [2022-03-01T06:49:30.537Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-03-01T06:49:30.652Z] === RUN TestRawProgressFormatterFormatStatus [2022-03-01T06:49:30.652Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-03-01T06:49:30.652Z] === RUN TestRawProgressFormatterFormatProgress [2022-03-01T06:49:30.652Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-03-01T06:49:30.652Z] === RUN TestFormatStatus [2022-03-01T06:49:30.652Z] --- PASS: TestFormatStatus (0.00s) [2022-03-01T06:49:30.652Z] === RUN TestFormatError [2022-03-01T06:49:30.652Z] --- PASS: TestFormatError (0.00s) [2022-03-01T06:49:30.652Z] === RUN TestFormatJSONError [2022-03-01T06:49:30.652Z] --- PASS: TestFormatJSONError (0.00s) [2022-03-01T06:49:30.652Z] === RUN TestJsonProgressFormatterFormatProgress [2022-03-01T06:49:30.652Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-03-01T06:49:30.652Z] === RUN TestJsonProgressFormatterFormatStatus [2022-03-01T06:49:30.652Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-03-01T06:49:30.652Z] === RUN TestNewJSONProgressOutput [2022-03-01T06:49:30.652Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-03-01T06:49:30.652Z] === RUN TestAuxFormatterEmit [2022-03-01T06:49:30.652Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-03-01T06:49:30.652Z] === RUN TestStreamWriterStdout [2022-03-01T06:49:30.652Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-03-01T06:49:30.652Z] === RUN TestStreamWriterStderr [2022-03-01T06:49:30.652Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-03-01T06:49:30.652Z] PASS [2022-03-01T06:49:30.652Z] coverage: 66.2% of statements [2022-03-01T06:49:30.652Z] ok github.com/docker/docker/pkg/streamformatter 0.048s coverage: 66.2% of statements [2022-03-01T06:49:30.800Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-03-01T06:49:30.800Z] --- PASS: TestStopContainerWithTimeout/0 (0.70s) [2022-03-01T06:49:30.800Z] --- PASS: TestStopContainerWithTimeout/3 (2.64s) [2022-03-01T06:49:30.800Z] --- PASS: TestStopContainerWithTimeout/-1 (2.36s) [2022-03-01T06:49:30.800Z] --- PASS: TestStopContainerWithTimeout/1 (1.37s) [2022-03-01T06:49:30.800Z] === RUN TestDeleteDevicemapper [2022-03-01T06:49:30.800Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-01T06:49:30.800Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-03-01T06:49:30.800Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-01T06:49:31.107Z] === RUN TestGenerateRandomID [2022-03-01T06:49:31.107Z] --- PASS: TestGenerateRandomID (0.00s) [2022-03-01T06:49:31.107Z] === RUN TestShortenId [2022-03-01T06:49:31.107Z] --- PASS: TestShortenId (0.00s) [2022-03-01T06:49:31.107Z] === RUN TestShortenSha256Id [2022-03-01T06:49:31.107Z] --- PASS: TestShortenSha256Id (0.00s) [2022-03-01T06:49:31.107Z] === RUN TestShortenIdEmpty [2022-03-01T06:49:31.107Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-03-01T06:49:31.107Z] === RUN TestShortenIdInvalid [2022-03-01T06:49:31.107Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-03-01T06:49:31.107Z] === RUN TestIsShortIDNonHex [2022-03-01T06:49:31.107Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-03-01T06:49:31.107Z] === RUN TestIsShortIDNotCorrectSize [2022-03-01T06:49:31.107Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-03-01T06:49:31.107Z] PASS [2022-03-01T06:49:31.107Z] coverage: 70.6% of statements [2022-03-01T06:49:31.107Z] ok github.com/docker/docker/pkg/stringid 0.040s coverage: 70.6% of statements [2022-03-01T06:49:31.110Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-03-01T06:49:31.682Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-03-01T06:49:32.010Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-03-01T06:49:32.010Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-03-01T06:49:32.010Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-03-01T06:49:32.010Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-03-01T06:49:32.010Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-03-01T06:49:32.010Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-03-01T06:49:32.010Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-03-01T06:49:32.010Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-03-01T06:49:32.010Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-03-01T06:49:32.010Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-03-01T06:49:32.010Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-03-01T06:49:32.010Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-03-01T06:49:32.010Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-03-01T06:49:32.010Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-03-01T06:49:32.010Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-03-01T06:49:32.010Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-03-01T06:49:32.010Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-03-01T06:49:32.010Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-03-01T06:49:32.010Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-03-01T06:49:32.010Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-03-01T06:49:32.010Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-03-01T06:49:32.010Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-03-01T06:49:32.010Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-03-01T06:49:32.010Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-03-01T06:49:32.010Z] === RUN TestConfigureDaemonLogs [2022-03-01T06:49:32.010Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-03-01T06:49:32.010Z] === RUN TestCommonOptionsInstallFlags [2022-03-01T06:49:32.010Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-03-01T06:49:32.010Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-03-01T06:49:32.010Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-03-01T06:49:32.010Z] PASS [2022-03-01T06:49:32.010Z] coverage: 18.7% of statements [2022-03-01T06:49:32.010Z] ok github.com/docker/docker/cmd/dockerd 0.181s coverage: 18.7% of statements [2022-03-01T06:49:32.010Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-03-01T06:49:32.010Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-01T06:49:32.074Z] === RUN TestIsCpusetListAvailable [2022-03-01T06:49:32.074Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-03-01T06:49:32.074Z] PASS [2022-03-01T06:49:32.074Z] coverage: 39.4% of statements [2022-03-01T06:49:32.074Z] ok github.com/docker/docker/pkg/sysinfo 0.033s coverage: 39.4% of statements [2022-03-01T06:49:32.170Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.33s) [2022-03-01T06:49:32.170Z] === RUN TestUpdateMemory [2022-03-01T06:49:32.254Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.75s) [2022-03-01T06:49:32.254Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-03-01T06:49:32.515Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-03-01T06:49:32.515Z] check_test.go:308: [d3752b6dc1242] daemon is not started [2022-03-01T06:49:32.515Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2022-03-01T06:49:32.717Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.08s) [2022-03-01T06:49:32.717Z] === RUN TestCreateServiceSecretFileMode [2022-03-01T06:49:32.733Z] --- PASS: TestUpdateMemory (0.49s) [2022-03-01T06:49:32.733Z] === RUN TestUpdateCPUQuota [2022-03-01T06:49:32.981Z] === RUN TestContainerStopSignal [2022-03-01T06:49:32.981Z] --- PASS: TestContainerStopSignal (0.00s) [2022-03-01T06:49:32.981Z] === RUN TestContainerStopTimeout [2022-03-01T06:49:32.981Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-03-01T06:49:32.981Z] === RUN TestContainerSecretReferenceDestTarget [2022-03-01T06:49:32.981Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-03-01T06:49:32.981Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-03-01T06:49:32.981Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-03-01T06:49:32.981Z] === RUN TestContainerLogPathSetForRingLogger [2022-03-01T06:49:32.981Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-03-01T06:49:32.981Z] === RUN TestReplaceAndAppendEnvVars [2022-03-01T06:49:32.981Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-03-01T06:49:32.981Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-03-01T06:49:32.981Z] === RUN TestNewMemoryStore [2022-03-01T06:49:32.981Z] --- PASS: TestNewMemoryStore (0.00s) [2022-03-01T06:49:32.981Z] === RUN TestAddContainers [2022-03-01T06:49:32.981Z] --- PASS: TestAddContainers (0.00s) [2022-03-01T06:49:32.981Z] === RUN TestGetContainer [2022-03-01T06:49:32.981Z] --- PASS: TestGetContainer (0.00s) [2022-03-01T06:49:32.981Z] === RUN TestDeleteContainer [2022-03-01T06:49:32.981Z] --- PASS: TestDeleteContainer (0.00s) [2022-03-01T06:49:32.981Z] === RUN TestListContainers [2022-03-01T06:49:32.981Z] --- PASS: TestListContainers (0.00s) [2022-03-01T06:49:32.981Z] === RUN TestFirstContainer [2022-03-01T06:49:32.981Z] --- PASS: TestFirstContainer (0.00s) [2022-03-01T06:49:32.981Z] === RUN TestApplyAllContainer [2022-03-01T06:49:32.981Z] --- PASS: TestApplyAllContainer (0.00s) [2022-03-01T06:49:32.981Z] === RUN TestIsValidHealthString [2022-03-01T06:49:32.981Z] --- PASS: TestIsValidHealthString (0.00s) [2022-03-01T06:49:32.981Z] === RUN TestStateRunStop [2022-03-01T06:49:32.981Z] --- PASS: TestStateRunStop (0.00s) [2022-03-01T06:49:32.981Z] === RUN TestStateTimeoutWait [2022-03-01T06:49:32.981Z] state_test.go:141: Stop callback fired [2022-03-01T06:49:32.981Z] state_test.go:165: Stop callback fired [2022-03-01T06:49:32.981Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-03-01T06:49:32.981Z] === RUN TestIsValidStateString [2022-03-01T06:49:32.981Z] --- PASS: TestIsValidStateString (0.00s) [2022-03-01T06:49:32.981Z] === RUN TestViewSaveDelete [2022-03-01T06:49:32.981Z] --- PASS: TestViewSaveDelete (0.03s) [2022-03-01T06:49:32.981Z] === RUN TestViewAll [2022-03-01T06:49:32.981Z] --- PASS: TestViewAll (0.01s) [2022-03-01T06:49:32.981Z] === RUN TestViewGet [2022-03-01T06:49:32.981Z] --- PASS: TestViewGet (0.01s) [2022-03-01T06:49:32.981Z] === RUN TestNames [2022-03-01T06:49:32.981Z] --- PASS: TestNames (0.00s) [2022-03-01T06:49:32.981Z] === RUN TestViewWithHealthCheck [2022-03-01T06:49:32.981Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-03-01T06:49:32.981Z] PASS [2022-03-01T06:49:32.981Z] coverage: 41.7% of statements [2022-03-01T06:49:32.981Z] ok github.com/docker/docker/container 0.285s coverage: 41.7% of statements [2022-03-01T06:49:32.981Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-01T06:49:32.981Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-01T06:49:32.981Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-01T06:49:32.981Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-01T06:49:33.035Z] === RUN TestChtimes [2022-03-01T06:49:33.035Z] --- PASS: TestChtimes (0.00s) [2022-03-01T06:49:33.035Z] === RUN TestChtimesWindows [2022-03-01T06:49:33.035Z] --- PASS: TestChtimesWindows (0.00s) [2022-03-01T06:49:33.035Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-03-01T06:49:33.035Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-03-01T06:49:33.035Z] === RUN TestEnsureRemoveAllNotExist [2022-03-01T06:49:33.035Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-03-01T06:49:33.035Z] === RUN TestEnsureRemoveAllWithDir [2022-03-01T06:49:33.035Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-03-01T06:49:33.035Z] === RUN TestEnsureRemoveAllWithFile [2022-03-01T06:49:33.035Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-03-01T06:49:33.035Z] PASS [2022-03-01T06:49:33.035Z] coverage: 12.9% of statements [2022-03-01T06:49:33.035Z] ok github.com/docker/docker/pkg/system 0.041s coverage: 12.9% of statements [2022-03-01T06:49:33.297Z] --- PASS: TestUpdateCPUQuota (0.68s) [2022-03-01T06:49:33.297Z] === RUN TestUpdatePidsLimit [2022-03-01T06:49:33.297Z] === RUN TestUpdatePidsLimit/update_from_none [2022-03-01T06:49:33.554Z] === RUN TestUpdatePidsLimit/no_change [2022-03-01T06:49:33.811Z] === RUN TestUpdatePidsLimit/update_lower [2022-03-01T06:49:33.901Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.56s) [2022-03-01T06:49:33.901Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-03-01T06:49:33.952Z] === RUN TestPrepare [2022-03-01T06:49:33.952Z] --- PASS: TestPrepare (0.00s) [2022-03-01T06:49:33.952Z] === RUN TestStart [2022-03-01T06:49:33.952Z] --- PASS: TestStart (0.00s) [2022-03-01T06:49:33.952Z] === RUN TestWaitCancel [2022-03-01T06:49:33.952Z] --- PASS: TestWaitCancel (0.00s) [2022-03-01T06:49:33.952Z] === RUN TestWaitDisabled [2022-03-01T06:49:33.952Z] --- PASS: TestWaitDisabled (0.00s) [2022-03-01T06:49:33.952Z] === RUN TestWaitEnabled [2022-03-01T06:49:33.952Z] --- PASS: TestWaitEnabled (0.00s) [2022-03-01T06:49:33.952Z] === RUN TestRemove [2022-03-01T06:49:33.952Z] --- PASS: TestRemove (0.00s) [2022-03-01T06:49:33.952Z] PASS [2022-03-01T06:49:33.952Z] coverage: 65.3% of statements [2022-03-01T06:49:33.952Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.063s coverage: 65.3% of statements [2022-03-01T06:49:33.996Z] === RUN TestTailFile [2022-03-01T06:49:33.996Z] --- PASS: TestTailFile (0.00s) [2022-03-01T06:49:33.996Z] === RUN TestTailFileManyLines [2022-03-01T06:49:33.996Z] --- PASS: TestTailFileManyLines (0.00s) [2022-03-01T06:49:33.996Z] === RUN TestTailEmptyFile [2022-03-01T06:49:33.996Z] --- PASS: TestTailEmptyFile (0.00s) [2022-03-01T06:49:33.996Z] === RUN TestTailNegativeN [2022-03-01T06:49:33.996Z] --- PASS: TestTailNegativeN (0.00s) [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader [2022-03-01T06:49:33.996Z] === CONT TestNewTailReader [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/2_byte_delimiter [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/4_byte_delimiter [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/8_byte_delimiter [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/12_byte_delimiter [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/no_delimiter [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/no_delimiter [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/single_byte_delimiter [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/truncated_last_line [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-03-01T06:49:33.996Z] === CONT TestNewTailReader/2_byte_delimiter [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-01T06:49:33.996Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:49:33.996Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-01T06:49:33.996Z] === CONT TestNewTailReader/single_byte_delimiter [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:49:33.996Z] === CONT TestNewTailReader/no_delimiter [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:49:33.996Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-01T06:49:33.996Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-01T06:49:33.996Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-01T06:49:33.996Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:49:33.996Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-01T06:49:33.996Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-01T06:49:33.996Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:49:33.997Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:49:33.997Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:49:33.997Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:49:33.997Z] === CONT TestNewTailReader/4_byte_delimiter [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:49:33.997Z] === CONT TestNewTailReader/12_byte_delimiter [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-01T06:49:33.997Z] === CONT TestNewTailReader/8_byte_delimiter [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-01T06:49:33.997Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:49:33.997Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:49:33.997Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-01T06:49:33.997Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:49:33.997Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-01T06:49:33.997Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:49:33.997Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:49:33.997Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:49:33.997Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:49:33.997Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:49:33.997Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:49:33.997Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-01T06:49:33.997Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:49:33.997Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:49:33.997Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:49:33.997Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-01T06:49:33.998Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-01T06:49:33.998Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:49:33.998Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:49:33.999Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:49:33.999Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-01T06:49:33.999Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:49:33.999Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-01T06:49:33.999Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:49:33.999Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:49:33.999Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:49:33.999Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:49:33.999Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:49:33.999Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:49:33.999Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:49:33.999Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-01T06:49:33.999Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-01T06:49:33.999Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:49:33.999Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:49:33.999Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:49:33.999Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-01T06:49:33.999Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:49:33.999Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:49:33.999Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:49:33.999Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:49:33.999Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:49:33.999Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-01T06:49:34.000Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:49:34.000Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:49:34.000Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:49:34.001Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:49:34.002Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-01T06:49:34.002Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:49:34.002Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:49:34.002Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:49:34.002Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:49:34.002Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:49:34.002Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:49:34.002Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:49:34.002Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:49:34.002Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:49:34.002Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:49:34.002Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:49:34.002Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:49:34.002Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:49:34.002Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-01T06:49:34.002Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-01T06:49:34.002Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-01T06:49:34.002Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:49:34.002Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-01T06:49:34.002Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-01T06:49:34.002Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-01T06:49:34.002Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-01T06:49:34.002Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-01T06:49:34.002Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:49:34.002Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-01T06:49:34.002Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-01T06:49:34.002Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-01T06:49:34.002Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:49:34.002Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-01T06:49:34.002Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-01T06:49:34.002Z] --- PASS: TestNewTailReader (0.00s) [2022-03-01T06:49:34.002Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-03-01T06:49:34.002Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-03-01T06:49:34.002Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-03-01T06:49:34.002Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-03-01T06:49:34.002Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-03-01T06:49:34.002Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-03-01T06:49:34.002Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-03-01T06:49:34.002Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-03-01T06:49:34.002Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-01T06:49:34.002Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.002Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-03-01T06:49:34.002Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-01T06:49:34.002Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.002Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-01T06:49:34.068Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-03-01T06:49:34.068Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-03-01T06:49:34.162Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2022-03-01T06:49:34.325Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-03-01T06:49:34.482Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-01T06:49:34.482Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.482Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-01T06:49:34.482Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-01T06:49:34.482Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.482Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-01T06:49:34.482Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-01T06:49:34.482Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-01T06:49:34.482Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-01T06:49:34.482Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-01T06:49:34.482Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-01T06:49:34.482Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.482Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-01T06:49:34.482Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-01T06:49:34.482Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-01T06:49:34.482Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-01T06:49:34.482Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-03-01T06:49:34.482Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-01T06:49:34.482Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.482Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-01T06:49:34.482Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-01T06:49:34.482Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-01T06:49:34.482Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-01T06:49:34.482Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-01T06:49:34.482Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-01T06:49:34.482Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-01T06:49:34.482Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-01T06:49:34.482Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-01T06:49:34.482Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-03-01T06:49:34.482Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-01T06:49:34.482Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.482Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.01s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.01s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.01s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.01s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-01T06:49:34.483Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-01T06:49:34.484Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-01T06:49:34.485Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-01T06:49:34.485Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-01T06:49:34.485Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.485Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-01T06:49:34.485Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-01T06:49:34.485Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-01T06:49:34.485Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-01T06:49:34.485Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-03-01T06:49:34.485Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-01T06:49:34.485Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.485Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-01T06:49:34.485Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-01T06:49:34.485Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-01T06:49:34.485Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-01T06:49:34.485Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2022-03-01T06:49:34.485Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.485Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-01T06:49:34.485Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-01T06:49:34.485Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-01T06:49:34.485Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-01T06:49:34.485Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-01T06:49:34.485Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-01T06:49:34.485Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-01T06:49:34.485Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-01T06:49:34.485Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-01T06:49:34.485Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-01T06:49:34.485Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-03-01T06:49:34.485Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-01T06:49:34.485Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-01T06:49:34.485Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-01T06:49:34.485Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-01T06:49:34.485Z] PASS [2022-03-01T06:49:34.485Z] coverage: 88.6% of statements [2022-03-01T06:49:34.485Z] ok github.com/docker/docker/pkg/tailfile 0.157s coverage: 88.6% of statements [2022-03-01T06:49:34.581Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-03-01T06:49:34.734Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.78s) [2022-03-01T06:49:34.734Z] === RUN TestCgroupNamespacesRunOlderClient [2022-03-01T06:49:34.940Z] === RUN TestTarSumRemoveNonExistent [2022-03-01T06:49:34.940Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2022-03-01T06:49:34.940Z] === RUN TestTarSumRemove [2022-03-01T06:49:34.940Z] --- PASS: TestTarSumRemove (0.00s) [2022-03-01T06:49:34.940Z] === RUN TestSortFileInfoSums [2022-03-01T06:49:34.940Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-03-01T06:49:34.940Z] === RUN TestNewTarSumForLabelInvalid [2022-03-01T06:49:34.940Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-03-01T06:49:34.940Z] === RUN TestNewTarSumForLabel [2022-03-01T06:49:34.940Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-03-01T06:49:34.940Z] === RUN TestEmptyTar [2022-03-01T06:49:34.940Z] --- PASS: TestEmptyTar (0.00s) [2022-03-01T06:49:34.940Z] === RUN TestTarSumsReadSize [2022-03-01T06:49:34.940Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-03-01T06:49:34.940Z] === RUN TestTarSums [2022-03-01T06:49:34.940Z] --- PASS: TestTarSums (0.06s) [2022-03-01T06:49:34.940Z] === RUN TestIteration [2022-03-01T06:49:34.940Z] --- PASS: TestIteration (0.00s) [2022-03-01T06:49:34.940Z] === RUN TestVersionLabelForChecksum [2022-03-01T06:49:34.940Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-03-01T06:49:34.940Z] === RUN TestVersion [2022-03-01T06:49:34.940Z] --- PASS: TestVersion (0.00s) [2022-03-01T06:49:34.940Z] === RUN TestGetVersion [2022-03-01T06:49:34.940Z] --- PASS: TestGetVersion (0.00s) [2022-03-01T06:49:34.940Z] === RUN TestGetVersions [2022-03-01T06:49:34.940Z] --- PASS: TestGetVersions (0.00s) [2022-03-01T06:49:34.940Z] PASS [2022-03-01T06:49:34.940Z] coverage: 89.3% of statements [2022-03-01T06:49:34.940Z] ok github.com/docker/docker/pkg/tarsum 0.109s coverage: 89.3% of statements [2022-03-01T06:49:35.145Z] --- PASS: TestUpdatePidsLimit (1.82s) [2022-03-01T06:49:35.145Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.18s) [2022-03-01T06:49:35.145Z] --- PASS: TestUpdatePidsLimit/no_change (0.19s) [2022-03-01T06:49:35.145Z] --- PASS: TestUpdatePidsLimit/update_lower (0.20s) [2022-03-01T06:49:35.145Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.16s) [2022-03-01T06:49:35.145Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.23s) [2022-03-01T06:49:35.145Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.26s) [2022-03-01T06:49:35.145Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.19s) [2022-03-01T06:49:35.145Z] === RUN TestUpdateRestartPolicy [2022-03-01T06:49:35.395Z] testing: warning: no tests to run [2022-03-01T06:49:35.395Z] PASS [2022-03-01T06:49:35.395Z] coverage: [no statements] [2022-03-01T06:49:35.395Z] ok github.com/docker/docker/pkg/term/windows 0.029s coverage: [no statements] [no tests to run] [2022-03-01T06:49:35.851Z] --- PASS: TestNewClientWithTimeout (17.60s) [2022-03-01T06:49:35.851Z] === RUN TestClientStream [2022-03-01T06:49:35.851Z] --- PASS: TestClientStream (0.00s) [2022-03-01T06:49:35.851Z] === RUN TestClientSendFile [2022-03-01T06:49:35.851Z] --- PASS: TestClientSendFile (0.00s) [2022-03-01T06:49:35.851Z] === RUN TestClientWithRequestTimeout [2022-03-01T06:49:35.851Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2022-03-01T06:49:35.851Z] === RUN TestFileSpecPlugin [2022-03-01T06:49:35.851Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-03-01T06:49:35.851Z] === RUN TestFileJSONSpecPlugin [2022-03-01T06:49:35.851Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-03-01T06:49:35.851Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-03-01T06:49:35.851Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-03-01T06:49:35.851Z] === RUN TestPluginAddHandler [2022-03-01T06:49:35.851Z] --- PASS: TestPluginAddHandler (0.00s) [2022-03-01T06:49:35.851Z] === RUN TestPluginWaitBadPlugin [2022-03-01T06:49:35.851Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-03-01T06:49:35.851Z] === RUN TestGet [2022-03-01T06:49:35.851Z] time="2022-03-01T06:49:35Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-03-01T06:49:35.851Z] === RUN TestTruncIndex [2022-03-01T06:49:36.136Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-03-01T06:49:36.136Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.14s) [2022-03-01T06:49:36.136Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-03-01T06:49:36.136Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-03-01T06:49:36.136Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-03-01T06:49:36.136Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-03-01T06:49:36.136Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-03-01T06:49:36.136Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-03-01T06:49:36.136Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-03-01T06:49:36.136Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-03-01T06:49:36.136Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-03-01T06:49:36.136Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-03-01T06:49:36.136Z] === RUN TestServiceConvertToGRPCIsolation [2022-03-01T06:49:36.136Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-03-01T06:49:36.136Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-03-01T06:49:36.136Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-03-01T06:49:36.136Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-03-01T06:49:36.136Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-03-01T06:49:36.136Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-03-01T06:49:36.136Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-03-01T06:49:36.136Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-03-01T06:49:36.136Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-03-01T06:49:36.136Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-03-01T06:49:36.136Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-03-01T06:49:36.136Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-03-01T06:49:36.136Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-03-01T06:49:36.136Z] === RUN TestServiceConvertFromGRPCIsolation [2022-03-01T06:49:36.136Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-03-01T06:49:36.136Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-03-01T06:49:36.136Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-03-01T06:49:36.136Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-03-01T06:49:36.136Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-03-01T06:49:36.136Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-03-01T06:49:36.136Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-03-01T06:49:36.136Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-03-01T06:49:36.137Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-03-01T06:49:36.137Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-03-01T06:49:36.137Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-03-01T06:49:36.137Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-03-01T06:49:36.137Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-03-01T06:49:36.137Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-03-01T06:49:36.137Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-03-01T06:49:36.137Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-03-01T06:49:36.137Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-03-01T06:49:36.137Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-01T06:49:36.137Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-03-01T06:49:36.137Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-03-01T06:49:36.137Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-03-01T06:49:36.137Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-03-01T06:49:36.137Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-01T06:49:36.137Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-01T06:49:36.137Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-01T06:49:36.137Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-03-01T06:49:36.137Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-03-01T06:49:36.137Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-03-01T06:49:36.137Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-03-01T06:49:36.137Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-03-01T06:49:36.137Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-03-01T06:49:36.137Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-01T06:49:36.137Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-01T06:49:36.137Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-01T06:49:36.137Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-01T06:49:36.137Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-03-01T06:49:36.137Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-03-01T06:49:36.137Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-03-01T06:49:36.137Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-03-01T06:49:36.137Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-03-01T06:49:36.137Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-03-01T06:49:36.137Z] === RUN TestServiceConvertFromGRPCConfigs [2022-03-01T06:49:36.137Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-03-01T06:49:36.137Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-03-01T06:49:36.137Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-03-01T06:49:36.137Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-03-01T06:49:36.137Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-03-01T06:49:36.137Z] === RUN TestServiceConvertToGRPCConfigs [2022-03-01T06:49:36.137Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-03-01T06:49:36.137Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-03-01T06:49:36.137Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-03-01T06:49:36.137Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-03-01T06:49:36.137Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-03-01T06:49:36.137Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-03-01T06:49:36.137Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-03-01T06:49:36.137Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-03-01T06:49:36.137Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-03-01T06:49:36.137Z] PASS [2022-03-01T06:49:36.137Z] coverage: 35.9% of statements [2022-03-01T06:49:36.137Z] ok github.com/docker/docker/daemon/cluster/convert 0.750s coverage: 35.9% of statements [2022-03-01T06:49:36.137Z] === RUN TestNewListSecretsFilters [2022-03-01T06:49:36.137Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-03-01T06:49:36.137Z] === RUN TestNewListConfigsFilters [2022-03-01T06:49:36.137Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-03-01T06:49:36.137Z] PASS [2022-03-01T06:49:36.137Z] coverage: 0.5% of statements [2022-03-01T06:49:36.137Z] ok github.com/docker/docker/daemon/cluster 0.839s coverage: 0.5% of statements [2022-03-01T06:49:36.306Z] --- PASS: TestTruncIndex (0.10s) [2022-03-01T06:49:36.306Z] PASS [2022-03-01T06:49:36.306Z] coverage: 91.5% of statements [2022-03-01T06:49:36.306Z] ok github.com/docker/docker/pkg/truncindex 0.132s coverage: 91.5% of statements [2022-03-01T06:49:36.643Z] ......... [ 85%] [2022-03-01T06:49:36.650Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2022-03-01T06:49:36.650Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.68s) [2022-03-01T06:49:36.650Z] === RUN TestNISDomainname [2022-03-01T06:49:36.764Z] === RUN TestIsGIT [2022-03-01T06:49:36.764Z] --- PASS: TestIsGIT (0.00s) [2022-03-01T06:49:36.764Z] === RUN TestIsTransport [2022-03-01T06:49:36.764Z] --- PASS: TestIsTransport (0.00s) [2022-03-01T06:49:36.764Z] PASS [2022-03-01T06:49:36.764Z] coverage: 100.0% of statements [2022-03-01T06:49:36.764Z] ok github.com/docker/docker/pkg/urlutil 0.034s coverage: 100.0% of statements [2022-03-01T06:49:36.764Z] time="2022-03-01T06:49:36Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-03-01T06:49:37.219Z] === RUN TestVersionInfo [2022-03-01T06:49:37.219Z] --- PASS: TestVersionInfo (0.00s) [2022-03-01T06:49:37.219Z] === RUN TestAppendVersions [2022-03-01T06:49:37.219Z] --- PASS: TestAppendVersions (0.00s) [2022-03-01T06:49:37.219Z] PASS [2022-03-01T06:49:37.219Z] coverage: 88.9% of statements [2022-03-01T06:49:37.219Z] ok github.com/docker/docker/pkg/useragent 0.031s coverage: 88.9% of statements [2022-03-01T06:49:37.219Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-01T06:49:37.219Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-01T06:49:37.219Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-01T06:49:37.219Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-03-01T06:49:37.221Z] --- PASS: TestNISDomainname (0.94s) [2022-03-01T06:49:37.221Z] === RUN TestHostnameDnsResolution [2022-03-01T06:49:37.583Z] ? github.com/docker/docker/api [no test files] [2022-03-01T06:49:37.793Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-03-01T06:49:38.178Z] === RUN TestNewSettable [2022-03-01T06:49:38.178Z] --- PASS: TestNewSettable (0.00s) [2022-03-01T06:49:38.178Z] === RUN TestIsSettable [2022-03-01T06:49:38.178Z] --- PASS: TestIsSettable (0.00s) [2022-03-01T06:49:38.178Z] === RUN TestUpdateSettingsEnv [2022-03-01T06:49:38.178Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-03-01T06:49:38.178Z] PASS [2022-03-01T06:49:38.178Z] coverage: 20.0% of statements [2022-03-01T06:49:38.178Z] ok github.com/docker/docker/plugin/v2 0.041s coverage: 20.0% of statements [2022-03-01T06:49:38.365Z] --- PASS: TestHostnameDnsResolution (1.19s) [2022-03-01T06:49:38.365Z] === RUN TestUnprivilegedPortsAndPing [2022-03-01T06:49:38.634Z] === RUN TestValidatePrivileges [2022-03-01T06:49:38.634Z] --- PASS: TestValidatePrivileges (0.00s) [2022-03-01T06:49:38.634Z] === RUN TestFilterByCapNeg [2022-03-01T06:49:38.634Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-03-01T06:49:38.634Z] === RUN TestFilterByCapPos [2022-03-01T06:49:38.634Z] --- PASS: TestFilterByCapPos (0.00s) [2022-03-01T06:49:38.634Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-03-01T06:49:38.634Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-03-01T06:49:38.634Z] PASS [2022-03-01T06:49:38.634Z] coverage: 12.0% of statements [2022-03-01T06:49:38.634Z] ok github.com/docker/docker/plugin 0.051s coverage: 12.0% of statements [2022-03-01T06:49:38.634Z] time="2022-03-01T06:49:38Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-03-01T06:49:39.055Z] === RUN TestBuilderGC [2022-03-01T06:49:39.056Z] --- PASS: TestBuilderGC (0.00s) [2022-03-01T06:49:39.056Z] === RUN TestDaemonConfigurationNotFound [2022-03-01T06:49:39.056Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-03-01T06:49:39.056Z] === RUN TestDaemonBrokenConfiguration [2022-03-01T06:49:39.056Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-03-01T06:49:39.056Z] === RUN TestFindConfigurationConflicts [2022-03-01T06:49:39.056Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-03-01T06:49:39.056Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-03-01T06:49:39.056Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-03-01T06:49:39.056Z] === RUN TestDaemonConfigurationMergeConflicts [2022-03-01T06:49:39.056Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-03-01T06:49:39.056Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-03-01T06:49:39.056Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-03-01T06:49:39.056Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-03-01T06:49:39.056Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-03-01T06:49:39.056Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-03-01T06:49:39.056Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-03-01T06:49:39.056Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-03-01T06:49:39.056Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-03-01T06:49:39.056Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-03-01T06:49:39.056Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-03-01T06:49:39.056Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2022-03-01T06:49:39.056Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-03-01T06:49:39.056Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-03-01T06:49:39.056Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-03-01T06:49:39.056Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-03-01T06:49:39.056Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-03-01T06:49:39.056Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-03-01T06:49:39.056Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-03-01T06:49:39.056Z] === RUN TestValidateConfigurationErrors [2022-03-01T06:49:39.056Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-03-01T06:49:39.056Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-03-01T06:49:39.056Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-03-01T06:49:39.056Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-03-01T06:49:39.056Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-03-01T06:49:39.056Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-03-01T06:49:39.056Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-03-01T06:49:39.056Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-03-01T06:49:39.056Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-03-01T06:49:39.056Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-03-01T06:49:39.056Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-03-01T06:49:39.056Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-03-01T06:49:39.056Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-03-01T06:49:39.056Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-03-01T06:49:39.056Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-03-01T06:49:39.056Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-03-01T06:49:39.056Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-03-01T06:49:39.056Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-03-01T06:49:39.056Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-03-01T06:49:39.056Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-03-01T06:49:39.056Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-03-01T06:49:39.056Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-03-01T06:49:39.056Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-03-01T06:49:39.056Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-03-01T06:49:39.056Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-03-01T06:49:39.056Z] === RUN TestValidateConfiguration [2022-03-01T06:49:39.056Z] === RUN TestValidateConfiguration/with_label [2022-03-01T06:49:39.056Z] === RUN TestValidateConfiguration/with_dns [2022-03-01T06:49:39.056Z] === RUN TestValidateConfiguration/with_dns-search [2022-03-01T06:49:39.056Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-03-01T06:49:39.056Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-03-01T06:49:39.056Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-03-01T06:49:39.056Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-03-01T06:49:39.056Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-03-01T06:49:39.056Z] --- PASS: TestValidateConfiguration (0.00s) [2022-03-01T06:49:39.056Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-03-01T06:49:39.056Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-03-01T06:49:39.056Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-03-01T06:49:39.056Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-03-01T06:49:39.056Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-03-01T06:49:39.056Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-03-01T06:49:39.056Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-03-01T06:49:39.056Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-03-01T06:49:39.056Z] === RUN TestReloadSetConfigFileNotExist [2022-03-01T06:49:39.056Z] time="2022-03-01T06:49:38Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-03-01T06:49:39.056Z] --- PASS: TestReloadSetConfigFileNotExist (0.14s) [2022-03-01T06:49:39.056Z] === RUN TestReloadDefaultConfigNotExist [2022-03-01T06:49:39.056Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:49:39.056Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-03-01T06:49:39.056Z] === RUN TestReloadBadDefaultConfig [2022-03-01T06:49:39.056Z] time="2022-03-01T06:49:38Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-3586163927" [2022-03-01T06:49:39.056Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-03-01T06:49:39.056Z] === RUN TestReloadWithConflictingLabels [2022-03-01T06:49:39.056Z] time="2022-03-01T06:49:38Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-2469078791" [2022-03-01T06:49:39.056Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-03-01T06:49:39.056Z] === RUN TestReloadWithDuplicateLabels [2022-03-01T06:49:39.056Z] time="2022-03-01T06:49:38Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-2568780212" [2022-03-01T06:49:39.056Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-03-01T06:49:39.056Z] === RUN TestMaskURLCredentials [2022-03-01T06:49:39.056Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-03-01T06:49:39.056Z] === RUN TestDaemonConfigurationMerge [2022-03-01T06:49:39.056Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-03-01T06:49:39.056Z] PASS [2022-03-01T06:49:39.056Z] coverage: 79.2% of statements [2022-03-01T06:49:39.056Z] ok github.com/docker/docker/daemon/config 0.281s coverage: 79.2% of statements [2022-03-01T06:49:39.089Z] === RUN TestLoad [2022-03-01T06:49:39.089Z] --- PASS: TestLoad (0.00s) [2022-03-01T06:49:39.089Z] === RUN TestSave [2022-03-01T06:49:39.089Z] --- PASS: TestSave (0.02s) [2022-03-01T06:49:39.089Z] === RUN TestAddDeleteGet [2022-03-01T06:49:39.089Z] --- PASS: TestAddDeleteGet (0.03s) [2022-03-01T06:49:39.089Z] === RUN TestInvalidTags [2022-03-01T06:49:39.089Z] --- PASS: TestInvalidTags (0.00s) [2022-03-01T06:49:39.089Z] PASS [2022-03-01T06:49:39.089Z] coverage: 84.4% of statements [2022-03-01T06:49:39.089Z] ok github.com/docker/docker/reference 0.105s coverage: 84.4% of statements [2022-03-01T06:49:39.309Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-03-01T06:49:39.309Z] --- PASS: TestUnprivilegedPortsAndPing (0.94s) [2022-03-01T06:49:39.309Z] === RUN TestStats [2022-03-01T06:49:39.517Z] === RUN TestEventsLog [2022-03-01T06:49:39.517Z] --- PASS: TestEventsLog (0.00s) [2022-03-01T06:49:39.517Z] === RUN TestEventsLogTimeout [2022-03-01T06:49:39.517Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-03-01T06:49:39.517Z] === RUN TestLogEvents [2022-03-01T06:49:39.517Z] --- PASS: TestLogEvents (0.05s) [2022-03-01T06:49:39.517Z] === RUN TestLoadBufferedEvents [2022-03-01T06:49:39.881Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2022-03-01T06:49:39.987Z] --- PASS: TestLoadBufferedEvents (0.14s) [2022-03-01T06:49:39.987Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-03-01T06:49:39.987Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-03-01T06:49:39.987Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-03-01T06:49:39.987Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-03-01T06:49:39.987Z] PASS [2022-03-01T06:49:39.987Z] coverage: 50.0% of statements [2022-03-01T06:49:39.987Z] ok github.com/docker/docker/daemon/events 0.298s coverage: 50.0% of statements [2022-03-01T06:49:39.987Z] === RUN TestWaitNodeAttachment [2022-03-01T06:49:40.049Z] === RUN TestResolveAuthConfigIndexServer [2022-03-01T06:49:40.049Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-03-01T06:49:40.049Z] === RUN TestResolveAuthConfigFullURL [2022-03-01T06:49:40.049Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-03-01T06:49:40.049Z] === RUN TestLoadAllowNondistributableArtifacts [2022-03-01T06:49:40.049Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-03-01T06:49:40.049Z] === RUN TestValidateMirror [2022-03-01T06:49:40.049Z] --- PASS: TestValidateMirror (0.00s) [2022-03-01T06:49:40.049Z] === RUN TestLoadInsecureRegistries [2022-03-01T06:49:40.049Z] time="2022-03-01T06:49:39Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-03-01T06:49:40.049Z] time="2022-03-01T06:49:39Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-03-01T06:49:40.049Z] time="2022-03-01T06:49:39Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-03-01T06:49:40.049Z] --- PASS: TestLoadInsecureRegistries (0.12s) [2022-03-01T06:49:40.049Z] === RUN TestNewServiceConfig [2022-03-01T06:49:40.049Z] --- PASS: TestNewServiceConfig (0.00s) [2022-03-01T06:49:40.049Z] === RUN TestValidateIndexName [2022-03-01T06:49:40.049Z] --- PASS: TestValidateIndexName (0.00s) [2022-03-01T06:49:40.049Z] === RUN TestValidateIndexNameWithError [2022-03-01T06:49:40.049Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-03-01T06:49:40.049Z] === RUN TestEndpointParse [2022-03-01T06:49:40.049Z] --- PASS: TestEndpointParse (0.00s) [2022-03-01T06:49:40.049Z] === RUN TestEndpointParseInvalid [2022-03-01T06:49:40.049Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-03-01T06:49:40.049Z] === RUN TestValidateEndpoint [2022-03-01T06:49:40.049Z] --- PASS: TestValidateEndpoint (0.00s) [2022-03-01T06:49:40.049Z] === RUN TestPing [2022-03-01T06:49:40.049Z] --- PASS: TestPing (0.00s) [2022-03-01T06:49:40.049Z] === RUN TestPingRegistryEndpoint [2022-03-01T06:49:40.049Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:49:40.049Z] --- SKIP: TestPingRegistryEndpoint (0.01s) [2022-03-01T06:49:40.049Z] === RUN TestEndpoint [2022-03-01T06:49:40.049Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:49:40.049Z] --- SKIP: TestEndpoint (0.00s) [2022-03-01T06:49:40.049Z] === RUN TestParseRepositoryInfo [2022-03-01T06:49:40.049Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-03-01T06:49:40.049Z] === RUN TestNewIndexInfo [2022-03-01T06:49:40.049Z] --- PASS: TestNewIndexInfo (0.00s) [2022-03-01T06:49:40.049Z] === RUN TestMirrorEndpointLookup [2022-03-01T06:49:40.049Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:49:40.049Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-03-01T06:49:40.049Z] === RUN TestSearchRepositories [2022-03-01T06:49:40.049Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-03-01T06:49:40.049Z] Host: 127.0.0.1:49332 [2022-03-01T06:49:40.049Z] User-Agent: docker test client [2022-03-01T06:49:40.049Z] Authorization: Token fake-token [2022-03-01T06:49:40.049Z] X-Docker-Token: true [2022-03-01T06:49:40.049Z] Accept-Encoding: gzip [2022-03-01T06:49:40.049Z] [2022-03-01T06:49:40.049Z] [2022-03-01T06:49:40.049Z] registry_test.go:730: HTTP/1.1 200 OK [2022-03-01T06:49:40.049Z] Connection: close [2022-03-01T06:49:40.049Z] Content-Length: 144 [2022-03-01T06:49:40.049Z] Cache-Control: no-cache [2022-03-01T06:49:40.049Z] Content-Type: application/json [2022-03-01T06:49:40.049Z] Date: Tue, 01 Mar 2022 06:49:39 GMT [2022-03-01T06:49:40.049Z] Expires: -1 [2022-03-01T06:49:40.049Z] Pragma: no-cache [2022-03-01T06:49:40.049Z] Server: docker-tests/mock [2022-03-01T06:49:40.049Z] X-Docker-Registry-Config: mock [2022-03-01T06:49:40.049Z] X-Docker-Registry-Version: 0.0.0 [2022-03-01T06:49:40.049Z] [2022-03-01T06:49:40.049Z] [2022-03-01T06:49:40.049Z] --- PASS: TestSearchRepositories (0.00s) [2022-03-01T06:49:40.049Z] === RUN TestTrustedLocation [2022-03-01T06:49:40.049Z] --- PASS: TestTrustedLocation (0.00s) [2022-03-01T06:49:40.049Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-03-01T06:49:40.049Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-03-01T06:49:40.049Z] === RUN TestAllowNondistributableArtifacts [2022-03-01T06:49:40.049Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-03-01T06:49:40.049Z] === RUN TestIsSecureIndex [2022-03-01T06:49:40.049Z] --- PASS: TestIsSecureIndex (0.00s) [2022-03-01T06:49:40.049Z] PASS [2022-03-01T06:49:40.049Z] coverage: 51.2% of statements [2022-03-01T06:49:40.049Z] ok github.com/docker/docker/registry 0.202s coverage: 51.2% of statements [2022-03-01T06:49:40.447Z] --- PASS: TestWaitNodeAttachment (0.41s) [2022-03-01T06:49:40.447Z] === RUN TestIsolationConversion [2022-03-01T06:49:40.447Z] === RUN TestIsolationConversion/default [2022-03-01T06:49:40.447Z] === RUN TestIsolationConversion/process [2022-03-01T06:49:40.447Z] === RUN TestIsolationConversion/hyperv [2022-03-01T06:49:40.447Z] --- PASS: TestIsolationConversion (0.00s) [2022-03-01T06:49:40.447Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-03-01T06:49:40.447Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-03-01T06:49:40.447Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-03-01T06:49:40.447Z] === RUN TestContainerLabels [2022-03-01T06:49:40.447Z] --- PASS: TestContainerLabels (0.00s) [2022-03-01T06:49:40.447Z] === RUN TestCredentialSpecConversion [2022-03-01T06:49:40.447Z] === RUN TestCredentialSpecConversion/none [2022-03-01T06:49:40.447Z] === RUN TestCredentialSpecConversion/config [2022-03-01T06:49:40.447Z] === RUN TestCredentialSpecConversion/file [2022-03-01T06:49:40.447Z] === RUN TestCredentialSpecConversion/registry [2022-03-01T06:49:40.447Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-03-01T06:49:40.447Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-03-01T06:49:40.447Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-03-01T06:49:40.447Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-03-01T06:49:40.447Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-03-01T06:49:40.447Z] === RUN TestControllerValidateMountBind [2022-03-01T06:49:40.447Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-03-01T06:49:40.447Z] === RUN TestControllerValidateMountVolume [2022-03-01T06:49:40.447Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-03-01T06:49:40.447Z] === RUN TestControllerValidateMountTarget [2022-03-01T06:49:40.447Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-03-01T06:49:40.447Z] === RUN TestControllerValidateMountTmpfs [2022-03-01T06:49:40.447Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-03-01T06:49:40.447Z] === RUN TestControllerValidateMountInvalidType [2022-03-01T06:49:40.447Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-03-01T06:49:40.447Z] === RUN TestControllerValidateMountNamedPipe [2022-03-01T06:49:40.447Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-03-01T06:49:40.447Z] PASS [2022-03-01T06:49:40.447Z] coverage: 11.0% of statements [2022-03-01T06:49:40.447Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.633s coverage: 11.0% of statements [2022-03-01T06:49:40.504Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-03-01T06:49:40.504Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2022-03-01T06:49:40.504Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-03-01T06:49:40.504Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-03-01T06:49:40.504Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-03-01T06:49:40.504Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-03-01T06:49:40.504Z] === RUN TestResumableRequestReaderWithReadError [2022-03-01T06:49:40.504Z] time="2022-03-01T06:49:40Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-03-01T06:49:40.504Z] --- PASS: TestResumableRequestReaderWithReadError (0.13s) [2022-03-01T06:49:40.504Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-03-01T06:49:40.504Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-03-01T06:49:40.504Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-03-01T06:49:40.504Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-03-01T06:49:40.504Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-03-01T06:49:40.504Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-03-01T06:49:40.504Z] === RUN TestResumableRequestReader [2022-03-01T06:49:40.504Z] --- PASS: TestResumableRequestReader (0.00s) [2022-03-01T06:49:40.504Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-03-01T06:49:40.504Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-03-01T06:49:40.504Z] PASS [2022-03-01T06:49:40.504Z] coverage: 100.0% of statements [2022-03-01T06:49:40.504Z] ok github.com/docker/docker/registry/resumable 0.189s coverage: 100.0% of statements [2022-03-01T06:49:40.504Z] === RUN TestRestartManagerTimeout [2022-03-01T06:49:40.504Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-03-01T06:49:40.504Z] === RUN TestRestartManagerTimeoutReset [2022-03-01T06:49:40.504Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-03-01T06:49:40.504Z] PASS [2022-03-01T06:49:40.504Z] coverage: 50.9% of statements [2022-03-01T06:49:40.504Z] ok github.com/docker/docker/restartmanager 0.035s coverage: 50.9% of statements [2022-03-01T06:49:40.825Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-03-01T06:49:40.908Z] === RUN TestIsEmptyDir [2022-03-01T06:49:40.908Z] --- PASS: TestIsEmptyDir (0.01s) [2022-03-01T06:49:40.908Z] PASS [2022-03-01T06:49:40.908Z] coverage: 2.3% of statements [2022-03-01T06:49:40.908Z] ok github.com/docker/docker/daemon/graphdriver 0.062s coverage: 2.3% of statements [2022-03-01T06:49:40.959Z] === RUN TestDecodeContainerConfig [2022-03-01T06:49:40.959Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-03-01T06:49:40.959Z] === RUN TestDecodeContainerConfigIsolation [2022-03-01T06:49:40.959Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-03-01T06:49:40.959Z] === RUN TestValidatePrivileged [2022-03-01T06:49:40.959Z] --- PASS: TestValidatePrivileged (0.00s) [2022-03-01T06:49:40.959Z] PASS [2022-03-01T06:49:40.959Z] coverage: 52.6% of statements [2022-03-01T06:49:40.959Z] ok github.com/docker/docker/runconfig 0.040s coverage: 52.6% of statements [2022-03-01T06:49:41.368Z] === RUN TestVerifyNetworkingConfig [2022-03-01T06:49:41.368Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-03-01T06:49:41.368Z] === RUN TestGetContainer [2022-03-01T06:49:41.368Z] --- PASS: TestGetContainer (0.00s) [2022-03-01T06:49:41.368Z] === RUN TestValidContainerNames [2022-03-01T06:49:41.368Z] --- PASS: TestValidContainerNames (0.00s) [2022-03-01T06:49:41.368Z] === RUN TestContainerInitDNS [2022-03-01T06:49:41.368Z] daemon_test.go:145: root required [2022-03-01T06:49:41.368Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-03-01T06:49:41.368Z] === RUN TestMerge [2022-03-01T06:49:41.368Z] --- PASS: TestMerge (0.00s) [2022-03-01T06:49:41.368Z] === RUN TestValidateContainerIsolation [2022-03-01T06:49:41.368Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-03-01T06:49:41.368Z] === RUN TestFindNetworkErrorType [2022-03-01T06:49:41.368Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-03-01T06:49:41.368Z] === RUN TestEnsureServicesExist [2022-03-01T06:49:41.368Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-03-01T06:49:41.368Z] === RUN TestEnsureServicesExistErrors [2022-03-01T06:49:41.368Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-03-01T06:49:41.368Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-03-01T06:49:41.368Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-03-01T06:49:41.368Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-03-01T06:49:41.368Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-03-01T06:49:41.368Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-03-01T06:49:41.368Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-03-01T06:49:41.368Z] === RUN TestContainerDelete [2022-03-01T06:49:41.368Z] --- PASS: TestContainerDelete (0.00s) [2022-03-01T06:49:41.368Z] === RUN TestContainerDoubleDelete [2022-03-01T06:49:41.368Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-03-01T06:49:41.368Z] === RUN TestLogContainerEventCopyLabels [2022-03-01T06:49:41.368Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-03-01T06:49:41.368Z] === RUN TestLogContainerEventWithAttributes [2022-03-01T06:49:41.368Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-03-01T06:49:41.368Z] === RUN TestNoneHealthcheck [2022-03-01T06:49:41.368Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-03-01T06:49:41.368Z] === RUN TestHealthStates [2022-03-01T06:49:41.368Z] time="2022-03-01T06:49:40Z" 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" [2022-03-01T06:49:41.368Z] time="2022-03-01T06:49:41Z" 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" [2022-03-01T06:49:41.368Z] time="2022-03-01T06:49:41Z" 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" [2022-03-01T06:49:41.368Z] time="2022-03-01T06:49:41Z" 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" [2022-03-01T06:49:41.368Z] time="2022-03-01T06:49:41Z" 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" [2022-03-01T06:49:41.368Z] time="2022-03-01T06:49:41Z" 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" [2022-03-01T06:49:41.368Z] time="2022-03-01T06:49:41Z" 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" [2022-03-01T06:49:41.368Z] time="2022-03-01T06:49:41Z" 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" [2022-03-01T06:49:41.368Z] time="2022-03-01T06:49:41Z" 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" [2022-03-01T06:49:41.368Z] time="2022-03-01T06:49:41Z" 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" [2022-03-01T06:49:41.368Z] --- PASS: TestHealthStates (0.15s) [2022-03-01T06:49:41.368Z] === RUN TestGetInspectData [2022-03-01T06:49:41.368Z] --- PASS: TestGetInspectData (0.00s) [2022-03-01T06:49:41.368Z] === RUN TestFillLicense [2022-03-01T06:49:41.368Z] --- PASS: TestFillLicense (0.00s) [2022-03-01T06:49:41.368Z] === RUN TestListInvalidFilter [2022-03-01T06:49:41.368Z] --- PASS: TestListInvalidFilter (0.00s) [2022-03-01T06:49:41.368Z] === RUN TestNameFilter [2022-03-01T06:49:41.368Z] --- PASS: TestNameFilter (0.00s) [2022-03-01T06:49:41.368Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-03-01T06:49:41.368Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-03-01T06:49:41.368Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-03-01T06:49:41.368Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-03-01T06:49:41.368Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-03-01T06:49:41.368Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-03-01T06:49:41.368Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-03-01T06:49:41.368Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-03-01T06:49:41.368Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-03-01T06:49:41.368Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-03-01T06:49:41.368Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-03-01T06:49:41.369Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-03-01T06:49:41.369Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-03-01T06:49:41.369Z] === 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 [2022-03-01T06:49:41.369Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-03-01T06:49:41.369Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-03-01T06:49:41.369Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-03-01T06:49:41.369Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-03-01T06:49:41.369Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-03-01T06:49:41.369Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-03-01T06:49:41.369Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-03-01T06:49:41.369Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-03-01T06:49:41.369Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-03-01T06:49:41.369Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-03-01T06:49:41.369Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-03-01T06:49:41.369Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-03-01T06:49:41.369Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-03-01T06:49:41.369Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-01T06:49:41.369Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-03-01T06:49:41.369Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-03-01T06:49:41.369Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-01T06:49:41.369Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-03-01T06:49:41.369Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-03-01T06:49:41.369Z] --- 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) [2022-03-01T06:49:41.369Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-03-01T06:49:41.369Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-03-01T06:49:41.369Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-03-01T06:49:41.369Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-03-01T06:49:41.369Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-03-01T06:49:41.369Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-03-01T06:49:41.369Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-03-01T06:49:41.369Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-03-01T06:49:41.369Z] === RUN TestDaemonReloadLabels [2022-03-01T06:49:41.369Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-03-01T06:49:41.369Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-03-01T06:49:41.369Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-03-01T06:49:41.369Z] === RUN TestDaemonReloadMirrors [2022-03-01T06:49:41.369Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-03-01T06:49:41.369Z] === RUN TestDaemonReloadInsecureRegistries [2022-03-01T06:49:41.369Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-03-01T06:49:41.369Z] === RUN TestDaemonReloadNotAffectOthers [2022-03-01T06:49:41.369Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-03-01T06:49:41.369Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-03-01T06:49:41.369Z] reload_test.go:342: root required [2022-03-01T06:49:41.369Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-01T06:49:41.369Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-03-01T06:49:41.369Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2022-03-01T06:49:41.369Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-03-01T06:49:41.369Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.01s) [2022-03-01T06:49:41.369Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-03-01T06:49:41.369Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2022-03-01T06:49:41.369Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-03-01T06:49:41.369Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2022-03-01T06:49:41.369Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-03-01T06:49:41.369Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-03-01T06:49:41.369Z] === RUN TestParseVolumesFrom [2022-03-01T06:49:41.369Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-03-01T06:49:41.369Z] PASS [2022-03-01T06:49:41.369Z] coverage: 8.6% of statements [2022-03-01T06:49:41.369Z] === RUN TestLinkNaming [2022-03-01T06:49:41.369Z] --- PASS: TestLinkNaming (0.00s) [2022-03-01T06:49:41.369Z] === RUN TestLinkNew [2022-03-01T06:49:41.369Z] --- PASS: TestLinkNew (0.00s) [2022-03-01T06:49:41.369Z] === RUN TestLinkEnv [2022-03-01T06:49:41.369Z] --- PASS: TestLinkEnv (0.00s) [2022-03-01T06:49:41.369Z] === RUN TestLinkMultipleEnv [2022-03-01T06:49:41.369Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-03-01T06:49:41.369Z] === RUN TestLinkPortRangeEnv [2022-03-01T06:49:41.369Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-03-01T06:49:41.369Z] PASS [2022-03-01T06:49:41.369Z] coverage: 93.0% of statements [2022-03-01T06:49:41.369Z] ok github.com/docker/docker/daemon 0.350s coverage: 8.6% of statements [2022-03-01T06:49:41.369Z] ok github.com/docker/docker/daemon/links 0.036s coverage: 93.0% of statements [2022-03-01T06:49:41.369Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-01T06:49:41.369Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-01T06:49:41.369Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-01T06:49:41.369Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-01T06:49:41.369Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-03-01T06:49:41.369Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-03-01T06:49:41.369Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-03-01T06:49:41.369Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-01T06:49:41.369Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-03-01T06:49:41.369Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-03-01T06:49:41.369Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-01T06:49:41.369Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-03-01T06:49:41.369Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-03-01T06:49:41.369Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-03-01T06:49:41.414Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-03-01T06:49:41.414Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-03-01T06:49:41.414Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-03-01T06:49:41.414Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-03-01T06:49:41.414Z] PASS [2022-03-01T06:49:41.414Z] coverage: 62.5% of statements [2022-03-01T06:49:41.414Z] ok github.com/docker/docker/testutil 0.037s coverage: 62.5% of statements [2022-03-01T06:49:42.212Z] --- PASS: TestStats (2.71s) [2022-03-01T06:49:42.212Z] === RUN TestStopContainerWithTimeout [2022-03-01T06:49:42.212Z] === RUN TestStopContainerWithTimeout/0 [2022-03-01T06:49:42.212Z] === PAUSE TestStopContainerWithTimeout/0 [2022-03-01T06:49:42.212Z] === RUN TestStopContainerWithTimeout/1 [2022-03-01T06:49:42.212Z] === PAUSE TestStopContainerWithTimeout/1 [2022-03-01T06:49:42.212Z] === RUN TestStopContainerWithTimeout/3 [2022-03-01T06:49:42.212Z] === PAUSE TestStopContainerWithTimeout/3 [2022-03-01T06:49:42.212Z] === RUN TestStopContainerWithTimeout/-1 [2022-03-01T06:49:42.212Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-03-01T06:49:42.212Z] === CONT TestStopContainerWithTimeout/0 [2022-03-01T06:49:42.212Z] === CONT TestStopContainerWithTimeout/3 [2022-03-01T06:49:42.370Z] tests/integration/models_images_test.py ............... [ 89%] [2022-03-01T06:49:42.911Z] === RUN TestAdapterReadLogs [2022-03-01T06:49:42.911Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-03-01T06:49:42.911Z] === RUN TestCopier [2022-03-01T06:49:42.911Z] --- PASS: TestCopier (0.00s) [2022-03-01T06:49:42.911Z] === RUN TestCopierLongLines [2022-03-01T06:49:42.911Z] --- PASS: TestCopierLongLines (0.00s) [2022-03-01T06:49:42.911Z] === RUN TestCopierSlow [2022-03-01T06:49:42.942Z] time="2022-03-01T06:49:42Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-03-01T06:49:43.372Z] --- PASS: TestCopierSlow (0.20s) [2022-03-01T06:49:43.372Z] === RUN TestCopierWithSized [2022-03-01T06:49:43.372Z] === RUN TestCopierWithSized/as_is [2022-03-01T06:49:43.372Z] === RUN TestCopierWithSized/With_RingLogger [2022-03-01T06:49:43.372Z] --- PASS: TestCopierWithSized (0.01s) [2022-03-01T06:49:43.372Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2022-03-01T06:49:43.372Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-03-01T06:49:43.372Z] === RUN TestCopierWithPartial [2022-03-01T06:49:43.372Z] --- PASS: TestCopierWithPartial (0.00s) [2022-03-01T06:49:43.372Z] === RUN TestRingLogger [2022-03-01T06:49:43.372Z] --- PASS: TestRingLogger (0.00s) [2022-03-01T06:49:43.372Z] === RUN TestRingCap [2022-03-01T06:49:43.372Z] --- PASS: TestRingCap (0.00s) [2022-03-01T06:49:43.372Z] === RUN TestRingClose [2022-03-01T06:49:43.372Z] --- PASS: TestRingClose (0.00s) [2022-03-01T06:49:43.372Z] === RUN TestRingDrain [2022-03-01T06:49:43.372Z] --- PASS: TestRingDrain (0.00s) [2022-03-01T06:49:43.372Z] PASS [2022-03-01T06:49:43.372Z] coverage: 43.8% of statements [2022-03-01T06:49:43.372Z] ok github.com/docker/docker/daemon/logger 0.295s coverage: 43.8% of statements [2022-03-01T06:49:43.372Z] === RUN TestValidateLogOptReconnectInterval [2022-03-01T06:49:43.372Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-03-01T06:49:43.372Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-03-01T06:49:43.372Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-03-01T06:49:43.372Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-03-01T06:49:43.372Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-03-01T06:49:43.372Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-03-01T06:49:43.372Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-03-01T06:49:43.372Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-03-01T06:49:43.372Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-03-01T06:49:43.372Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-03-01T06:49:43.372Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-03-01T06:49:43.372Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-03-01T06:49:43.372Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-03-01T06:49:43.372Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-03-01T06:49:43.372Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-03-01T06:49:43.372Z] PASS [2022-03-01T06:49:43.566Z] tests/integration/models_networks_test.py .... [ 90%] [2022-03-01T06:49:43.599Z] === CONT TestStopContainerWithTimeout/-1 [2022-03-01T06:49:43.833Z] coverage: 33.6% of statements [2022-03-01T06:49:43.833Z] === RUN TestNewStreamConfig [2022-03-01T06:49:43.833Z] === RUN TestNewStreamConfig/defaults [2022-03-01T06:49:43.833Z] === RUN TestNewStreamConfig/invalid_create_group [2022-03-01T06:49:43.833Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-03-01T06:49:43.833Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-03-01T06:49:43.833Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-03-01T06:49:43.833Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-03-01T06:49:43.833Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-03-01T06:49:43.833Z] --- PASS: TestNewStreamConfig (0.00s) [2022-03-01T06:49:43.833Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-03-01T06:49:43.833Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-03-01T06:49:43.833Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-03-01T06:49:43.833Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-03-01T06:49:43.833Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-03-01T06:49:43.833Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-03-01T06:49:43.833Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-03-01T06:49:43.833Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-03-01T06:49:43.833Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-03-01T06:49:43.833Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-03-01T06:49:43.833Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-03-01T06:49:43.833Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-03-01T06:49:43.833Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-03-01T06:49:43.833Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-03-01T06:49:43.833Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-03-01T06:49:43.833Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-03-01T06:49:43.833Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-03-01T06:49:43.833Z] === RUN TestNewAWSLogsClientRegionDetect [2022-03-01T06:49:43.833Z] ok github.com/docker/docker/daemon/logger/fluentd 0.059s coverage: 33.6% of statements [2022-03-01T06:49:43.833Z] time="2022-03-01T06:49:43Z" level=info msg="Trying to get region from EC2 Metadata" [2022-03-01T06:49:43.833Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.14s) [2022-03-01T06:49:43.833Z] === RUN TestCreateSuccess [2022-03-01T06:49:43.833Z] --- PASS: TestCreateSuccess (0.00s) [2022-03-01T06:49:43.833Z] === RUN TestCreateStreamSkipped [2022-03-01T06:49:43.833Z] time="2022-03-01T06:49:43Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-03-01T06:49:43.833Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-03-01T06:49:43.833Z] === RUN TestCreateLogGroupSuccess [2022-03-01T06:49:43.833Z] time="2022-03-01T06:49:43Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-03-01T06:49:43.833Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-03-01T06:49:43.833Z] === RUN TestCreateError [2022-03-01T06:49:43.833Z] --- PASS: TestCreateError (0.00s) [2022-03-01T06:49:43.833Z] === RUN TestCreateAlreadyExists [2022-03-01T06:49:43.833Z] time="2022-03-01T06:49:43Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-03-01T06:49:43.833Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-03-01T06:49:43.833Z] === RUN TestLogClosed [2022-03-01T06:49:43.833Z] --- PASS: TestLogClosed (0.00s) [2022-03-01T06:49:43.833Z] === RUN TestLogBlocking [2022-03-01T06:49:43.833Z] --- PASS: TestLogBlocking (0.00s) [2022-03-01T06:49:43.833Z] === RUN TestLogNonBlockingBufferEmpty [2022-03-01T06:49:43.833Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-03-01T06:49:43.833Z] === RUN TestLogNonBlockingBufferFull [2022-03-01T06:49:43.833Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-03-01T06:49:43.833Z] === RUN TestPublishBatchSuccess [2022-03-01T06:49:43.833Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-03-01T06:49:43.833Z] === RUN TestPublishBatchError [2022-03-01T06:49:43.833Z] time="2022-03-01T06:49:43Z" level=error msg=error [2022-03-01T06:49:43.833Z] --- PASS: TestPublishBatchError (0.00s) [2022-03-01T06:49:43.833Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-03-01T06:49:43.833Z] time="2022-03-01T06:49:43Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-01T06:49:43.833Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-03-01T06:49:43.833Z] === RUN TestPublishBatchAlreadyAccepted [2022-03-01T06:49:43.833Z] time="2022-03-01T06:49:43Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-01T06:49:43.833Z] time="2022-03-01T06:49:43Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-03-01T06:49:43.833Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-03-01T06:49:43.833Z] === RUN TestCollectBatchSimple [2022-03-01T06:49:43.833Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-03-01T06:49:43.833Z] === RUN TestCollectBatchTicker [2022-03-01T06:49:43.833Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-03-01T06:49:43.833Z] === RUN TestCollectBatchMultilinePattern [2022-03-01T06:49:43.833Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-03-01T06:49:43.833Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-03-01T06:49:43.833Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-03-01T06:49:43.833Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-03-01T06:49:43.833Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-03-01T06:49:43.833Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-03-01T06:49:43.833Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.06s) [2022-03-01T06:49:43.833Z] === RUN TestCollectBatchClose [2022-03-01T06:49:43.833Z] --- PASS: TestCollectBatchClose (0.00s) [2022-03-01T06:49:43.833Z] === RUN TestEffectiveLen [2022-03-01T06:49:43.833Z] === RUN TestEffectiveLen/0/Hello [2022-03-01T06:49:43.833Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-03-01T06:49:43.833Z] === RUN TestEffectiveLen/2/🙃 [2022-03-01T06:49:43.833Z] === RUN TestEffectiveLen/3/���� [2022-03-01T06:49:43.833Z] === RUN TestEffectiveLen/4/He��o [2022-03-01T06:49:43.833Z] === RUN TestEffectiveLen/5/ [2022-03-01T06:49:43.833Z] --- PASS: TestEffectiveLen (0.00s) [2022-03-01T06:49:43.833Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-03-01T06:49:43.833Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-03-01T06:49:43.833Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-03-01T06:49:43.833Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-03-01T06:49:43.833Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-03-01T06:49:43.833Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-03-01T06:49:43.833Z] === RUN TestFindValidSplit [2022-03-01T06:49:43.833Z] === RUN TestFindValidSplit/0/ [2022-03-01T06:49:43.833Z] cloudwatchlogs_test.go:1076: [2022-03-01T06:49:43.833Z] cloudwatchlogs_test.go:1077: [2022-03-01T06:49:43.833Z] === RUN TestFindValidSplit/1/Hello [2022-03-01T06:49:43.833Z] cloudwatchlogs_test.go:1076: Hello [2022-03-01T06:49:43.833Z] cloudwatchlogs_test.go:1077: [2022-03-01T06:49:43.833Z] === RUN TestFindValidSplit/2/Hello [2022-03-01T06:49:43.833Z] cloudwatchlogs_test.go:1076: He [2022-03-01T06:49:43.833Z] cloudwatchlogs_test.go:1077: llo [2022-03-01T06:49:43.833Z] === RUN TestFindValidSplit/3/Hello [2022-03-01T06:49:43.833Z] cloudwatchlogs_test.go:1076: [2022-03-01T06:49:43.833Z] cloudwatchlogs_test.go:1077: Hello [2022-03-01T06:49:43.833Z] === RUN TestFindValidSplit/4/🙃 [2022-03-01T06:49:43.833Z] cloudwatchlogs_test.go:1076: [2022-03-01T06:49:43.833Z] cloudwatchlogs_test.go:1077: 🙃 [2022-03-01T06:49:43.833Z] === RUN TestFindValidSplit/5/🙃 [2022-03-01T06:49:43.833Z] cloudwatchlogs_test.go:1076: 🙃 [2022-03-01T06:49:43.833Z] cloudwatchlogs_test.go:1077: [2022-03-01T06:49:43.833Z] === RUN TestFindValidSplit/6/a� [2022-03-01T06:49:43.833Z] cloudwatchlogs_test.go:1076: a [2022-03-01T06:49:43.833Z] cloudwatchlogs_test.go:1077: � [2022-03-01T06:49:43.833Z] === RUN TestFindValidSplit/7/a� [2022-03-01T06:49:43.833Z] cloudwatchlogs_test.go:1076: a� [2022-03-01T06:49:43.833Z] cloudwatchlogs_test.go:1077: [2022-03-01T06:49:43.833Z] --- PASS: TestFindValidSplit (0.00s) [2022-03-01T06:49:43.833Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-03-01T06:49:43.833Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-03-01T06:49:43.833Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-03-01T06:49:43.833Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-03-01T06:49:43.833Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-03-01T06:49:43.833Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-03-01T06:49:43.833Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-03-01T06:49:43.833Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-03-01T06:49:43.833Z] === RUN TestProcessEventEmoji [2022-03-01T06:49:43.833Z] --- PASS: TestProcessEventEmoji (0.02s) [2022-03-01T06:49:43.833Z] === RUN TestCollectBatchLineSplit [2022-03-01T06:49:43.833Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2022-03-01T06:49:43.833Z] === RUN TestCollectBatchLineSplitWithBinary [2022-03-01T06:49:43.833Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2022-03-01T06:49:43.833Z] === RUN TestCollectBatchMaxEvents [2022-03-01T06:49:43.833Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2022-03-01T06:49:43.833Z] === RUN TestCollectBatchMaxTotalBytes [2022-03-01T06:49:43.833Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2022-03-01T06:49:43.833Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-03-01T06:49:43.833Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2022-03-01T06:49:43.833Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-03-01T06:49:43.833Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.04s) [2022-03-01T06:49:43.833Z] === RUN TestParseLogOptionsMultilinePattern [2022-03-01T06:49:43.833Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-03-01T06:49:43.833Z] === RUN TestParseLogOptionsDatetimeFormat [2022-03-01T06:49:43.833Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-03-01T06:49:43.833Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-03-01T06:49:43.833Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-03-01T06:49:43.833Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-03-01T06:49:43.833Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-03-01T06:49:43.833Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-03-01T06:49:43.833Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-03-01T06:49:43.833Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-03-01T06:49:43.833Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-03-01T06:49:43.833Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-03-01T06:49:43.833Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-03-01T06:49:43.833Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-03-01T06:49:43.833Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-03-01T06:49:43.833Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-03-01T06:49:43.833Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-03-01T06:49:43.833Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-03-01T06:49:43.833Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-03-01T06:49:43.833Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-03-01T06:49:43.833Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-03-01T06:49:43.833Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-03-01T06:49:43.833Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-03-01T06:49:43.833Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-03-01T06:49:43.833Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-03-01T06:49:43.833Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-03-01T06:49:43.833Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-03-01T06:49:43.833Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-03-01T06:49:43.833Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-03-01T06:49:43.833Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-03-01T06:49:43.833Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-03-01T06:49:43.833Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-03-01T06:49:43.833Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-03-01T06:49:43.833Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-03-01T06:49:43.833Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-03-01T06:49:43.833Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-03-01T06:49:43.833Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-03-01T06:49:43.833Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-03-01T06:49:43.833Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-03-01T06:49:43.833Z] === RUN TestValidateLogOptionsFormat [2022-03-01T06:49:43.833Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-03-01T06:49:43.833Z] === RUN TestValidateLogOptionsFormat/1/random [2022-03-01T06:49:43.833Z] === RUN TestValidateLogOptionsFormat/2/ [2022-03-01T06:49:43.833Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-03-01T06:49:43.833Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-03-01T06:49:43.833Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-03-01T06:49:43.833Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-03-01T06:49:43.833Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-03-01T06:49:43.833Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-03-01T06:49:43.833Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-03-01T06:49:43.833Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-03-01T06:49:43.833Z] === RUN TestCreateTagSuccess [2022-03-01T06:49:43.833Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-03-01T06:49:43.833Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-03-01T06:49:43.833Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-03-01T06:49:43.833Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-03-01T06:49:43.833Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-03-01T06:49:43.833Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-03-01T06:49:43.833Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-03-01T06:49:43.833Z] PASS [2022-03-01T06:49:43.833Z] coverage: 79.9% of statements [2022-03-01T06:49:43.834Z] ok github.com/docker/docker/daemon/logger/awslogs 0.396s coverage: 79.9% of statements [2022-03-01T06:49:43.902Z] === RUN TestGetDriver [2022-03-01T06:49:43.902Z] --- PASS: TestGetDriver (0.00s) [2022-03-01T06:49:43.902Z] === RUN TestVolumeRequestError [2022-03-01T06:49:43.902Z] --- PASS: TestVolumeRequestError (0.01s) [2022-03-01T06:49:43.902Z] PASS [2022-03-01T06:49:43.902Z] coverage: 36.1% of statements [2022-03-01T06:49:43.902Z] ok github.com/docker/docker/volume/drivers 0.044s coverage: 36.1% of statements [2022-03-01T06:49:43.902Z] === RUN TestGetAddress [2022-03-01T06:49:43.902Z] --- PASS: TestGetAddress (0.00s) [2022-03-01T06:49:43.902Z] === RUN TestRemove [2022-03-01T06:49:43.902Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-01T06:49:43.902Z] --- SKIP: TestRemove (0.00s) [2022-03-01T06:49:43.902Z] === RUN TestInitializeWithVolumes [2022-03-01T06:49:43.902Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-03-01T06:49:43.902Z] === RUN TestCreate [2022-03-01T06:49:43.902Z] --- PASS: TestCreate (0.01s) [2022-03-01T06:49:43.902Z] === RUN TestValidateName [2022-03-01T06:49:43.902Z] --- PASS: TestValidateName (0.00s) [2022-03-01T06:49:43.902Z] === RUN TestCreateWithOpts [2022-03-01T06:49:43.902Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-01T06:49:43.902Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-03-01T06:49:43.902Z] === RUN TestRelaodNoOpts [2022-03-01T06:49:43.902Z] --- PASS: TestRelaodNoOpts (0.01s) [2022-03-01T06:49:43.902Z] PASS [2022-03-01T06:49:43.902Z] coverage: 41.5% of statements [2022-03-01T06:49:43.902Z] ok github.com/docker/docker/volume/local 0.064s coverage: 41.5% of statements [2022-03-01T06:49:44.294Z] === RUN TestSearchRegistryForImagesErrors [2022-03-01T06:49:44.294Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-03-01T06:49:44.294Z] === RUN TestSearchRegistryForImages [2022-03-01T06:49:44.294Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-03-01T06:49:44.294Z] === RUN TestOnlyPlatformWithFallback [2022-03-01T06:49:44.294Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-03-01T06:49:44.294Z] === RUN TestImageDelete [2022-03-01T06:49:44.294Z] === RUN TestImageDelete/no_lease [2022-03-01T06:49:44.294Z] === RUN TestImageDelete/lease_exists [2022-03-01T06:49:44.294Z] --- PASS: TestImageDelete (0.03s) [2022-03-01T06:49:44.294Z] --- PASS: TestImageDelete/no_lease (0.00s) [2022-03-01T06:49:44.294Z] --- PASS: TestImageDelete/lease_exists (0.01s) [2022-03-01T06:49:44.294Z] === RUN TestContentStoreForPull [2022-03-01T06:49:44.294Z] --- PASS: TestContentStoreForPull (0.15s) [2022-03-01T06:49:44.294Z] PASS [2022-03-01T06:49:44.294Z] coverage: 6.8% of statements [2022-03-01T06:49:44.294Z] ok github.com/docker/docker/daemon/images 0.279s coverage: 6.8% of statements [2022-03-01T06:49:44.294Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-01T06:49:44.294Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-01T06:49:44.294Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-03-01T06:49:44.294Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-01T06:49:44.294Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-03-01T06:49:44.294Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-03-01T06:49:44.543Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2022-03-01T06:49:44.754Z] === RUN TestJSONLogsMarshalJSONBuf [2022-03-01T06:49:44.754Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-03-01T06:49:44.754Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-03-01T06:49:44.754Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.13s) [2022-03-01T06:49:44.754Z] === RUN TestFastTimeMarshalJSON [2022-03-01T06:49:44.754Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2022-03-01T06:49:44.754Z] PASS [2022-03-01T06:49:44.754Z] coverage: 87.2% of statements [2022-03-01T06:49:44.754Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.178s coverage: 87.2% of statements [2022-03-01T06:49:44.754Z] === RUN TestJSONFileLogger [2022-03-01T06:49:44.754Z] --- PASS: TestJSONFileLogger (0.00s) [2022-03-01T06:49:44.754Z] === RUN TestJSONFileLoggerWithTags [2022-03-01T06:49:44.754Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-03-01T06:49:44.754Z] === RUN TestJSONFileLoggerWithOpts [2022-03-01T06:49:44.754Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2022-03-01T06:49:44.754Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-03-01T06:49:44.754Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-03-01T06:49:44.754Z] === RUN TestEncodeDecode [2022-03-01T06:49:44.754Z] === PAUSE TestEncodeDecode [2022-03-01T06:49:44.754Z] === RUN TestUnexpectedEOF [2022-03-01T06:49:44.864Z] === RUN TestLCOWParseMountRaw [2022-03-01T06:49:44.864Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-03-01T06:49:44.864Z] === RUN TestLCOWParseMountRawSplit [2022-03-01T06:49:44.864Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-03-01T06:49:44.864Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-03-01T06:49:44.864Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-03-01T06:49:44.864Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-03-01T06:49:44.864Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-03-01T06:49:44.864Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-03-01T06:49:44.864Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-03-01T06:49:44.864Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-03-01T06:49:44.864Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-03-01T06:49:44.864Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-03-01T06:49:44.864Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-03-01T06:49:44.864Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-03-01T06:49:44.864Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-03-01T06:49:44.864Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-03-01T06:49:44.864Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-03-01T06:49:44.864Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-03-01T06:49:44.864Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-03-01T06:49:44.864Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-03-01T06:49:44.864Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-03-01T06:49:44.864Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-03-01T06:49:44.864Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-03-01T06:49:44.864Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-03-01T06:49:44.864Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-01T06:49:44.864Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-03-01T06:49:44.864Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-01T06:49:44.864Z] === RUN TestLinuxParseMountRaw [2022-03-01T06:49:44.864Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-03-01T06:49:44.864Z] === RUN TestLinuxParseMountRawSplit [2022-03-01T06:49:44.864Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-03-01T06:49:44.864Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-03-01T06:49:44.864Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-03-01T06:49:44.864Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-03-01T06:49:44.864Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-03-01T06:49:44.864Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-03-01T06:49:44.864Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-03-01T06:49:44.864Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-03-01T06:49:44.864Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-03-01T06:49:44.864Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-03-01T06:49:44.864Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-03-01T06:49:44.864Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-03-01T06:49:44.864Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-03-01T06:49:44.864Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-03-01T06:49:44.864Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-03-01T06:49:44.864Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-03-01T06:49:44.864Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-03-01T06:49:44.864Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-03-01T06:49:44.864Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-03-01T06:49:44.864Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-03-01T06:49:44.864Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-03-01T06:49:44.864Z] === RUN TestConvertTmpfsOptions [2022-03-01T06:49:44.864Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-03-01T06:49:44.864Z] linux_parser_test.go:209: data="ro" [2022-03-01T06:49:44.864Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-03-01T06:49:44.864Z] === RUN TestParseMountSpec [2022-03-01T06:49:44.864Z] parser_test.go:62: case 0 [2022-03-01T06:49:44.864Z] parser_test.go:62: case 1 [2022-03-01T06:49:44.864Z] parser_test.go:62: case 2 [2022-03-01T06:49:44.864Z] parser_test.go:62: case 3 [2022-03-01T06:49:44.864Z] parser_test.go:62: case 4 [2022-03-01T06:49:44.864Z] parser_test.go:62: case 5 [2022-03-01T06:49:44.864Z] --- PASS: TestParseMountSpec (0.00s) [2022-03-01T06:49:44.864Z] === RUN TestValidateMount [2022-03-01T06:49:44.864Z] --- PASS: TestValidateMount (0.00s) [2022-03-01T06:49:44.864Z] === RUN TestWindowsParseMountRaw [2022-03-01T06:49:44.864Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-03-01T06:49:44.864Z] === RUN TestWindowsParseMountRawSplit [2022-03-01T06:49:44.864Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-03-01T06:49:44.864Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-03-01T06:49:44.864Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-03-01T06:49:44.864Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-03-01T06:49:44.864Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-03-01T06:49:44.864Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-03-01T06:49:44.864Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-03-01T06:49:44.864Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-03-01T06:49:44.864Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-03-01T06:49:44.864Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-03-01T06:49:44.864Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-03-01T06:49:44.864Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-03-01T06:49:44.864Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-03-01T06:49:44.864Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-03-01T06:49:44.864Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-03-01T06:49:44.864Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-03-01T06:49:44.864Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-03-01T06:49:44.864Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-03-01T06:49:44.864Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-03-01T06:49:44.864Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-03-01T06:49:44.864Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-03-01T06:49:44.864Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-03-01T06:49:44.864Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-03-01T06:49:44.864Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-03-01T06:49:44.864Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-01T06:49:44.864Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-03-01T06:49:44.864Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-01T06:49:44.864Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-03-01T06:49:44.864Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-03-01T06:49:44.864Z] PASS [2022-03-01T06:49:44.864Z] coverage: 67.6% of statements [2022-03-01T06:49:44.864Z] ok github.com/docker/docker/volume/mounts 0.045s coverage: 67.6% of statements [2022-03-01T06:49:44.885Z] --- PASS: TestCreateServiceSecretFileMode (12.39s) [2022-03-01T06:49:44.885Z] === RUN TestCreateServiceConfigFileMode [2022-03-01T06:49:45.118Z] === CONT TestStopContainerWithTimeout/1 [2022-03-01T06:49:45.215Z] time="2022-03-01T06:49:44Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-01T06:49:45.215Z] time="2022-03-01T06:49:44Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-01T06:49:45.215Z] --- PASS: TestUnexpectedEOF (0.14s) [2022-03-01T06:49:45.215Z] === CONT TestEncodeDecode [2022-03-01T06:49:45.215Z] --- PASS: TestEncodeDecode (0.00s) [2022-03-01T06:49:45.215Z] PASS [2022-03-01T06:49:45.215Z] coverage: 69.9% of statements [2022-03-01T06:49:45.215Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.216s coverage: 69.9% of statements [2022-03-01T06:49:45.379Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-03-01T06:49:45.676Z] === RUN TestWriteLog [2022-03-01T06:49:45.676Z] === PAUSE TestWriteLog [2022-03-01T06:49:45.676Z] === RUN TestReadLog [2022-03-01T06:49:45.676Z] === PAUSE TestReadLog [2022-03-01T06:49:45.676Z] === RUN TestDecode [2022-03-01T06:49:45.676Z] --- PASS: TestDecode (0.03s) [2022-03-01T06:49:45.676Z] === CONT TestWriteLog [2022-03-01T06:49:45.676Z] === CONT TestReadLog [2022-03-01T06:49:45.676Z] === RUN TestReadLog/tail_exact [2022-03-01T06:49:45.676Z] --- PASS: TestWriteLog (0.21s) [2022-03-01T06:49:45.676Z] === RUN TestReadLog/tail_less_than_available [2022-03-01T06:49:45.676Z] === RUN TestReadLog/tail_more_than_available [2022-03-01T06:49:45.676Z] --- PASS: TestReadLog (0.30s) [2022-03-01T06:49:45.676Z] --- PASS: TestReadLog/tail_exact (0.15s) [2022-03-01T06:49:45.676Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2022-03-01T06:49:45.676Z] --- PASS: TestReadLog/tail_more_than_available (0.02s) [2022-03-01T06:49:45.676Z] PASS [2022-03-01T06:49:45.676Z] coverage: 78.7% of statements [2022-03-01T06:49:45.676Z] ok github.com/docker/docker/daemon/logger/local 0.397s coverage: 78.7% of statements [2022-03-01T06:49:45.825Z] === RUN TestSetGetMeta [2022-03-01T06:49:45.825Z] === PAUSE TestSetGetMeta [2022-03-01T06:49:45.825Z] === RUN TestRestore [2022-03-01T06:49:45.825Z] === PAUSE TestRestore [2022-03-01T06:49:45.825Z] === RUN TestServiceCreate [2022-03-01T06:49:45.825Z] === PAUSE TestServiceCreate [2022-03-01T06:49:45.825Z] === RUN TestServiceList [2022-03-01T06:49:45.825Z] === PAUSE TestServiceList [2022-03-01T06:49:45.825Z] === RUN TestServiceRemove [2022-03-01T06:49:45.825Z] === PAUSE TestServiceRemove [2022-03-01T06:49:45.825Z] === RUN TestServiceGet [2022-03-01T06:49:45.825Z] === PAUSE TestServiceGet [2022-03-01T06:49:45.825Z] === RUN TestServicePrune [2022-03-01T06:49:45.825Z] === PAUSE TestServicePrune [2022-03-01T06:49:45.825Z] === RUN TestCreate [2022-03-01T06:49:45.825Z] === PAUSE TestCreate [2022-03-01T06:49:45.825Z] === RUN TestRemove [2022-03-01T06:49:45.825Z] === PAUSE TestRemove [2022-03-01T06:49:45.825Z] === RUN TestList [2022-03-01T06:49:45.825Z] === PAUSE TestList [2022-03-01T06:49:45.825Z] === RUN TestFindByDriver [2022-03-01T06:49:45.825Z] === PAUSE TestFindByDriver [2022-03-01T06:49:45.825Z] === RUN TestFindByReferenced [2022-03-01T06:49:45.825Z] === PAUSE TestFindByReferenced [2022-03-01T06:49:45.825Z] === RUN TestDerefMultipleOfSameRef [2022-03-01T06:49:45.825Z] === PAUSE TestDerefMultipleOfSameRef [2022-03-01T06:49:45.825Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-01T06:49:45.825Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-01T06:49:45.825Z] === RUN TestDefererencePluginOnCreateError [2022-03-01T06:49:45.825Z] === PAUSE TestDefererencePluginOnCreateError [2022-03-01T06:49:45.825Z] === RUN TestRefDerefRemove [2022-03-01T06:49:45.825Z] === PAUSE TestRefDerefRemove [2022-03-01T06:49:45.825Z] === RUN TestGet [2022-03-01T06:49:45.825Z] === PAUSE TestGet [2022-03-01T06:49:45.825Z] === RUN TestGetWithReference [2022-03-01T06:49:45.825Z] === PAUSE TestGetWithReference [2022-03-01T06:49:45.825Z] === RUN TestFilterFunc [2022-03-01T06:49:45.825Z] === RUN TestFilterFunc/test_nil_list [2022-03-01T06:49:45.825Z] === PAUSE TestFilterFunc/test_nil_list [2022-03-01T06:49:45.825Z] === RUN TestFilterFunc/test_empty_list [2022-03-01T06:49:45.825Z] === PAUSE TestFilterFunc/test_empty_list [2022-03-01T06:49:45.825Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-03-01T06:49:45.825Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-03-01T06:49:45.825Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-01T06:49:45.825Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-01T06:49:45.825Z] === RUN TestFilterFunc/test_filter_some [2022-03-01T06:49:45.825Z] === PAUSE TestFilterFunc/test_filter_some [2022-03-01T06:49:45.825Z] === RUN TestFilterFunc/test_filter_middle [2022-03-01T06:49:45.825Z] === PAUSE TestFilterFunc/test_filter_middle [2022-03-01T06:49:45.825Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-03-01T06:49:45.825Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-03-01T06:49:45.825Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-03-01T06:49:45.825Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-03-01T06:49:45.825Z] === CONT TestFilterFunc/test_nil_list [2022-03-01T06:49:45.825Z] === CONT TestFilterFunc/test_filter_some [2022-03-01T06:49:45.825Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-01T06:49:45.825Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-03-01T06:49:45.825Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-03-01T06:49:45.825Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-03-01T06:49:45.825Z] === CONT TestFilterFunc/test_filter_middle [2022-03-01T06:49:45.825Z] === CONT TestFilterFunc/test_empty_list [2022-03-01T06:49:45.825Z] --- PASS: TestFilterFunc (0.00s) [2022-03-01T06:49:45.825Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-03-01T06:49:45.825Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-03-01T06:49:45.825Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-03-01T06:49:45.825Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-03-01T06:49:45.825Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-03-01T06:49:45.825Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-03-01T06:49:45.825Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-03-01T06:49:45.825Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-03-01T06:49:45.825Z] === CONT TestSetGetMeta [2022-03-01T06:49:45.825Z] === CONT TestList [2022-03-01T06:49:45.825Z] === CONT TestCreate [2022-03-01T06:49:45.825Z] === CONT TestServiceGet [2022-03-01T06:49:45.825Z] --- PASS: TestSetGetMeta (0.02s) [2022-03-01T06:49:45.825Z] === CONT TestServicePrune [2022-03-01T06:49:45.825Z] --- PASS: TestCreate (0.02s) [2022-03-01T06:49:45.825Z] === CONT TestRemove [2022-03-01T06:49:45.825Z] --- PASS: TestList (0.03s) [2022-03-01T06:49:45.825Z] === CONT TestServiceRemove [2022-03-01T06:49:45.825Z] --- PASS: TestRemove (0.02s) [2022-03-01T06:49:45.825Z] === CONT TestServiceList [2022-03-01T06:49:45.825Z] --- PASS: TestServiceGet (0.13s) [2022-03-01T06:49:45.825Z] === CONT TestServiceCreate [2022-03-01T06:49:45.825Z] time="2022-03-01T06:49:45Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-01T06:49:45.825Z] --- PASS: TestServiceRemove (0.11s) [2022-03-01T06:49:45.825Z] === CONT TestRestore [2022-03-01T06:49:45.825Z] --- PASS: TestServiceList (0.10s) [2022-03-01T06:49:45.825Z] === CONT TestDefererencePluginOnCreateError [2022-03-01T06:49:45.825Z] time="2022-03-01T06:49:45Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-01T06:49:45.825Z] time="2022-03-01T06:49:45Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-01T06:49:45.825Z] time="2022-03-01T06:49:45Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-03-01T06:49:45.825Z] --- PASS: TestServiceCreate (0.03s) [2022-03-01T06:49:45.825Z] === CONT TestGetWithReference [2022-03-01T06:49:45.825Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2022-03-01T06:49:45.825Z] === CONT TestGet [2022-03-01T06:49:45.825Z] time="2022-03-01T06:49:45Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-01T06:49:45.825Z] --- PASS: TestRestore (0.04s) [2022-03-01T06:49:45.825Z] === CONT TestRefDerefRemove [2022-03-01T06:49:45.825Z] --- PASS: TestServicePrune (0.16s) [2022-03-01T06:49:45.825Z] === CONT TestDerefMultipleOfSameRef [2022-03-01T06:49:45.825Z] --- PASS: TestGetWithReference (0.02s) [2022-03-01T06:49:45.825Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-01T06:49:45.825Z] --- PASS: TestGet (0.02s) [2022-03-01T06:49:45.825Z] === CONT TestFindByReferenced [2022-03-01T06:49:45.825Z] --- PASS: TestRefDerefRemove (0.01s) [2022-03-01T06:49:45.825Z] === CONT TestFindByDriver [2022-03-01T06:49:45.825Z] --- PASS: TestDerefMultipleOfSameRef (0.01s) [2022-03-01T06:49:45.825Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.01s) [2022-03-01T06:49:45.825Z] --- PASS: TestFindByReferenced (0.01s) [2022-03-01T06:49:45.825Z] --- PASS: TestFindByDriver (0.01s) [2022-03-01T06:49:45.825Z] PASS [2022-03-01T06:49:45.825Z] coverage: 69.0% of statements [2022-03-01T06:49:45.825Z] ok github.com/docker/docker/volume/service 0.247s coverage: 69.0% of statements [2022-03-01T06:49:46.137Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-01T06:49:46.137Z] === RUN TestLog [2022-03-01T06:49:46.137Z] --- PASS: TestLog (0.02s) [2022-03-01T06:49:46.137Z] PASS [2022-03-01T06:49:46.137Z] coverage: 31.5% of statements [2022-03-01T06:49:46.137Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.080s coverage: 31.5% of statements [2022-03-01T06:49:46.137Z] === RUN TestOpenFileDelete [2022-03-01T06:49:46.137Z] --- PASS: TestOpenFileDelete (0.00s) [2022-03-01T06:49:46.137Z] === RUN TestOpenFileRename [2022-03-01T06:49:46.137Z] --- PASS: TestOpenFileRename (0.00s) [2022-03-01T06:49:46.137Z] === RUN TestHandleDecoderErr [2022-03-01T06:49:46.137Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-03-01T06:49:46.137Z] === RUN TestParseLogTagDefaultTag [2022-03-01T06:49:46.137Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-03-01T06:49:46.137Z] === RUN TestParseLogTag [2022-03-01T06:49:46.137Z] --- PASS: TestParseLogTag (0.00s) [2022-03-01T06:49:46.137Z] === RUN TestParseLogTagEmptyTag [2022-03-01T06:49:46.137Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-03-01T06:49:46.137Z] === RUN TestTailFiles [2022-03-01T06:49:46.137Z] --- PASS: TestTailFiles (0.00s) [2022-03-01T06:49:46.137Z] === RUN TestFollowLogsConsumerGone [2022-03-01T06:49:46.137Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-03-01T06:49:46.137Z] === RUN TestFollowLogsProducerGone [2022-03-01T06:49:46.137Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-03-01T06:49:46.137Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-03-01T06:49:46.137Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2022-03-01T06:49:46.137Z] === RUN TestCheckCapacityAndRotate [2022-03-01T06:49:46.137Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-03-01T06:49:46.137Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-03-01T06:49:46.137Z] --- PASS: TestCheckCapacityAndRotate (0.04s) [2022-03-01T06:49:46.137Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-03-01T06:49:46.137Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.02s) [2022-03-01T06:49:46.137Z] PASS [2022-03-01T06:49:46.137Z] coverage: 53.4% of statements [2022-03-01T06:49:46.137Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.094s coverage: 53.4% of statements [2022-03-01T06:49:46.766Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2022-03-01T06:49:46.766Z] --- PASS: TestStopContainerWithTimeout/0 (1.18s) [2022-03-01T06:49:46.766Z] --- PASS: TestStopContainerWithTimeout/3 (3.00s) [2022-03-01T06:49:46.766Z] --- PASS: TestStopContainerWithTimeout/-1 (2.73s) [2022-03-01T06:49:46.766Z] --- PASS: TestStopContainerWithTimeout/1 (1.72s) [2022-03-01T06:49:46.766Z] === RUN TestDeleteDevicemapper [2022-03-01T06:49:46.766Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-01T06:49:46.766Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-03-01T06:49:46.766Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-01T06:49:47.027Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-03-01T06:49:47.109Z] === RUN TestValidateLogOpt [2022-03-01T06:49:47.109Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-01T06:49:47.109Z] === RUN TestNewMissedConfig [2022-03-01T06:49:47.109Z] --- PASS: TestNewMissedConfig (0.00s) [2022-03-01T06:49:47.109Z] === RUN TestNewMissedUrl [2022-03-01T06:49:47.109Z] --- PASS: TestNewMissedUrl (0.00s) [2022-03-01T06:49:47.109Z] === RUN TestNewMissedToken [2022-03-01T06:49:47.109Z] --- PASS: TestNewMissedToken (0.00s) [2022-03-01T06:49:47.109Z] === RUN TestNewWithProxy [2022-03-01T06:49:47.109Z] --- PASS: TestNewWithProxy (0.00s) [2022-03-01T06:49:47.109Z] === RUN TestDefault [2022-03-01T06:49:47.109Z] --- PASS: TestDefault (0.00s) [2022-03-01T06:49:47.109Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-03-01T06:49:47.109Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-03-01T06:49:47.109Z] === RUN TestJsonFormat [2022-03-01T06:49:47.109Z] --- PASS: TestJsonFormat (0.01s) [2022-03-01T06:49:47.109Z] === RUN TestRawFormat [2022-03-01T06:49:47.109Z] --- PASS: TestRawFormat (0.00s) [2022-03-01T06:49:47.109Z] === RUN TestRawFormatWithLabels [2022-03-01T06:49:47.109Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-03-01T06:49:47.109Z] === RUN TestRawFormatWithoutTag [2022-03-01T06:49:47.109Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-03-01T06:49:47.109Z] === RUN TestBatching [2022-03-01T06:49:47.109Z] === RUN TestNewParse [2022-03-01T06:49:47.109Z] --- PASS: TestNewParse (0.00s) [2022-03-01T06:49:47.109Z] PASS [2022-03-01T06:49:47.109Z] coverage: 8.3% of statements [2022-03-01T06:49:47.109Z] ok github.com/docker/docker/daemon/logger/templates 0.038s coverage: 8.3% of statements [2022-03-01T06:49:47.109Z] --- PASS: TestBatching (0.25s) [2022-03-01T06:49:47.109Z] === RUN TestFrequency [2022-03-01T06:49:47.289Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2022-03-01T06:49:47.358Z] --- PASS: TestUpdateRestartPolicy (10.73s) [2022-03-01T06:49:47.358Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-01T06:49:47.358Z] --- PASS: TestUpdateRestartWithAutoRemove (0.39s) [2022-03-01T06:49:47.358Z] === RUN TestWaitNonBlocked [2022-03-01T06:49:47.358Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-01T06:49:47.358Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-01T06:49:47.358Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-01T06:49:47.358Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-01T06:49:47.358Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-01T06:49:47.358Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-01T06:49:47.358Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-03-01T06:49:47.358Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.67s) [2022-03-01T06:49:47.358Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.71s) [2022-03-01T06:49:47.358Z] === RUN TestWaitBlocked [2022-03-01T06:49:47.359Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-01T06:49:47.359Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-01T06:49:47.359Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-03-01T06:49:47.359Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-03-01T06:49:47.359Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-01T06:49:47.359Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-03-01T06:49:47.569Z] === RUN TestParseLogFormat [2022-03-01T06:49:47.569Z] --- PASS: TestParseLogFormat (0.00s) [2022-03-01T06:49:47.569Z] === RUN TestValidateLogOptEmpty [2022-03-01T06:49:47.569Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-03-01T06:49:47.569Z] === RUN TestValidateSyslogAddress [2022-03-01T06:49:47.569Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-03-01T06:49:47.569Z] === RUN TestParseAddressDefaultPort [2022-03-01T06:49:47.569Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-03-01T06:49:47.569Z] === RUN TestValidateSyslogFacility [2022-03-01T06:49:47.569Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-03-01T06:49:47.569Z] === RUN TestValidateLogOptSyslogFormat [2022-03-01T06:49:47.569Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-03-01T06:49:47.569Z] === RUN TestValidateLogOpt [2022-03-01T06:49:47.569Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-01T06:49:47.569Z] PASS [2022-03-01T06:49:47.569Z] coverage: 46.8% of statements [2022-03-01T06:49:47.569Z] ok github.com/docker/docker/daemon/logger/syslog 0.064s coverage: 46.8% of statements [2022-03-01T06:49:47.569Z] --- PASS: TestFrequency (0.17s) [2022-03-01T06:49:47.569Z] === RUN TestOneMessagePerRequest [2022-03-01T06:49:47.569Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-03-01T06:49:47.569Z] === RUN TestVerify [2022-03-01T06:49:47.569Z] --- PASS: TestVerify (0.00s) [2022-03-01T06:49:47.569Z] === RUN TestSkipVerify [2022-03-01T06:49:47.569Z] time="2022-03-01T06:49:47Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-01T06:49:47.569Z] time="2022-03-01T06:49:47Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-01T06:49:47.569Z] time="2022-03-01T06:49:47Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-01T06:49:47.569Z] time="2022-03-01T06:49:47Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-01T06:49:47.863Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-03-01T06:49:47.924Z] --- PASS: TestWaitBlocked (0.01s) [2022-03-01T06:49:47.924Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.56s) [2022-03-01T06:49:47.924Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.66s) [2022-03-01T06:49:47.924Z] === CONT TestContainerStartOnDaemonRestart [2022-03-01T06:49:47.924Z] === CONT TestRestartDaemonWithRestartingContainer [2022-03-01T06:49:48.031Z] --- PASS: TestSkipVerify (0.45s) [2022-03-01T06:49:48.031Z] === RUN TestBufferMaximum [2022-03-01T06:49:48.031Z] time="2022-03-01T06:49:47Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-01T06:49:48.031Z] time="2022-03-01T06:49:47Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-01T06:49:48.031Z] time="2022-03-01T06:49:47Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-01T06:49:48.031Z] time="2022-03-01T06:49:47Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-01T06:49:48.031Z] time="2022-03-01T06:49:47Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-01T06:49:48.031Z] time="2022-03-01T06:49:47Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646117387.575926\",\"host\":\"eb78a534a569\"}'" [2022-03-01T06:49:48.031Z] time="2022-03-01T06:49:47Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646117387.575926\",\"host\":\"eb78a534a569\"}'" [2022-03-01T06:49:48.031Z] --- PASS: TestBufferMaximum (0.00s) [2022-03-01T06:49:48.031Z] === RUN TestServerAlwaysDown [2022-03-01T06:49:48.031Z] time="2022-03-01T06:49:47Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-01T06:49:48.031Z] time="2022-03-01T06:49:47Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-01T06:49:48.031Z] time="2022-03-01T06:49:47Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646117387.579455\",\"host\":\"eb78a534a569\"}'" [2022-03-01T06:49:48.031Z] time="2022-03-01T06:49:47Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646117387.579455\",\"host\":\"eb78a534a569\"}'" [2022-03-01T06:49:48.031Z] time="2022-03-01T06:49:47Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-01T06:49:48.031Z] time="2022-03-01T06:49:47Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646117387.579455\",\"host\":\"eb78a534a569\"}'" [2022-03-01T06:49:48.031Z] time="2022-03-01T06:49:47Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646117387.580472\",\"host\":\"eb78a534a569\"}'" [2022-03-01T06:49:48.031Z] time="2022-03-01T06:49:47Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646117387.580472\",\"host\":\"eb78a534a569\"}'" [2022-03-01T06:49:48.031Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-03-01T06:49:48.031Z] === RUN TestCannotSendAfterClose [2022-03-01T06:49:48.031Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-03-01T06:49:48.031Z] === RUN TestDeadlockOnBlockedEndpoint [2022-03-01T06:49:48.436Z] === RUN TestDockerSuite/TestBuildCmd [2022-03-01T06:49:48.491Z] === RUN TestV1IDService [2022-03-01T06:49:48.491Z] --- PASS: TestV1IDService (0.02s) [2022-03-01T06:49:48.491Z] === RUN TestV2MetadataService [2022-03-01T06:49:48.957Z] time="2022-03-01T06:49:48Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49206/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-03-01T06:49:48.957Z] time="2022-03-01T06:49:48Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"eb78a534a569\"}'" [2022-03-01T06:49:48.957Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-03-01T06:49:48.957Z] PASS [2022-03-01T06:49:48.957Z] coverage: 82.5% of statements [2022-03-01T06:49:48.957Z] ok github.com/docker/docker/daemon/logger/splunk 2.014s coverage: 82.5% of statements [2022-03-01T06:49:48.957Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-01T06:49:48.957Z] ? github.com/docker/docker/daemon/network [no test files] [2022-03-01T06:49:48.957Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-01T06:49:49.008Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-03-01T06:49:49.008Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2022-03-01T06:49:49.270Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-03-01T06:49:49.417Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-03-01T06:49:49.417Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-03-01T06:49:49.417Z] === RUN TestContinueOnError_MirrorEndpoint [2022-03-01T06:49:49.417Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-03-01T06:49:49.417Z] === RUN TestContinueOnError_NeverContinue [2022-03-01T06:49:49.417Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-03-01T06:49:49.417Z] === RUN TestManifestStore [2022-03-01T06:49:49.417Z] === RUN TestManifestStore/no_remote_or_local [2022-03-01T06:49:49.417Z] === RUN TestSuccessfulDownload [2022-03-01T06:49:49.417Z] download_test.go:267: Needs fixing on Windows [2022-03-01T06:49:49.417Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-03-01T06:49:49.417Z] === RUN TestCancelledDownload [2022-03-01T06:49:49.417Z] --- PASS: TestCancelledDownload (0.00s) [2022-03-01T06:49:49.417Z] --- PASS: TestV2MetadataService (0.80s) [2022-03-01T06:49:49.417Z] PASS [2022-03-01T06:49:49.417Z] coverage: 48.2% of statements [2022-03-01T06:49:49.417Z] === RUN TestMaxDownloadAttempts [2022-03-01T06:49:49.417Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-01T06:49:49.417Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-01T06:49:49.417Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-01T06:49:49.417Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-01T06:49:49.417Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-01T06:49:49.417Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-01T06:49:49.417Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-01T06:49:49.417Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-01T06:49:49.417Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-01T06:49:49.417Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-01T06:49:49.417Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-01T06:49:49.417Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-01T06:49:49.417Z] ok github.com/docker/docker/distribution/metadata 0.880s coverage: 48.2% of statements [2022-03-01T06:49:49.418Z] time="2022-03-01T06:49:49Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local3798123904\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-03-01T06:49:49.418Z] === RUN TestManifestStore/no_local_cache [2022-03-01T06:49:49.418Z] === RUN TestManifestStore/with_local_cache [2022-03-01T06:49:49.418Z] === RUN TestManifestStore/unknown_media_type [2022-03-01T06:49:49.418Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-03-01T06:49:49.418Z] time="2022-03-01T06:49:49Z" level=warning msg="reference for unknown type: " [2022-03-01T06:49:49.418Z] time="2022-03-01T06:49:49Z" level=warning msg="reference for unknown type: " [2022-03-01T06:49:49.418Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-03-01T06:49:49.418Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-03-01T06:49:49.418Z] time="2022-03-01T06:49:49Z" level=warning msg="reference for unknown type: " [2022-03-01T06:49:49.418Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-03-01T06:49:49.418Z] time="2022-03-01T06:49:49Z" level=warning msg="reference for unknown type: " [2022-03-01T06:49:49.418Z] time="2022-03-01T06:49:49Z" level=warning msg="reference for unknown type: " [2022-03-01T06:49:49.418Z] === RUN TestManifestStore/error_persisting_manifest [2022-03-01T06:49:49.418Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-03-01T06:49:49.418Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-03-01T06:49:49.418Z] time="2022-03-01T06:49:49Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-03-01T06:49:49.418Z] --- PASS: TestManifestStore (0.31s) [2022-03-01T06:49:49.418Z] --- PASS: TestManifestStore/no_remote_or_local (0.19s) [2022-03-01T06:49:49.418Z] --- PASS: TestManifestStore/no_local_cache (0.04s) [2022-03-01T06:49:49.418Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2022-03-01T06:49:49.418Z] --- PASS: TestManifestStore/unknown_media_type (0.04s) [2022-03-01T06:49:49.418Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2022-03-01T06:49:49.418Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.03s) [2022-03-01T06:49:49.418Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.01s) [2022-03-01T06:49:49.418Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.01s) [2022-03-01T06:49:49.418Z] --- PASS: TestManifestStore/error_persisting_manifest (0.01s) [2022-03-01T06:49:49.418Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-03-01T06:49:49.418Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2022-03-01T06:49:49.418Z] === RUN TestDetectManifestBlobMediaType [2022-03-01T06:49:49.418Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-03-01T06:49:49.418Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-03-01T06:49:49.418Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-03-01T06:49:49.418Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-03-01T06:49:49.418Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-03-01T06:49:49.418Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-03-01T06:49:49.418Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-03-01T06:49:49.418Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-03-01T06:49:49.418Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-03-01T06:49:49.418Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-03-01T06:49:49.418Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-03-01T06:49:49.418Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-03-01T06:49:49.418Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-03-01T06:49:49.418Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-03-01T06:49:49.418Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-03-01T06:49:49.418Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-03-01T06:49:49.418Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-03-01T06:49:49.418Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-03-01T06:49:49.418Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-03-01T06:49:49.418Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-03-01T06:49:49.418Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-03-01T06:49:49.418Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-03-01T06:49:49.418Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-03-01T06:49:49.418Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-03-01T06:49:49.418Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-03-01T06:49:49.418Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-03-01T06:49:49.418Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-03-01T06:49:49.418Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-03-01T06:49:49.418Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-03-01T06:49:49.418Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-03-01T06:49:49.418Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-03-01T06:49:49.418Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-03-01T06:49:49.418Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-03-01T06:49:49.418Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-03-01T06:49:49.418Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-03-01T06:49:49.418Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-03-01T06:49:49.418Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-03-01T06:49:49.418Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-03-01T06:49:49.418Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-03-01T06:49:49.418Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-03-01T06:49:49.418Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-03-01T06:49:49.418Z] === RUN TestFixManifestLayers [2022-03-01T06:49:49.418Z] --- PASS: TestFixManifestLayers (0.00s) [2022-03-01T06:49:49.418Z] === RUN TestFixManifestLayersBaseLayerParent [2022-03-01T06:49:49.418Z] pull_v2_test.go:73: Needs fixing on Windows [2022-03-01T06:49:49.418Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-01T06:49:49.418Z] === RUN TestFixManifestLayersBadParent [2022-03-01T06:49:49.418Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-03-01T06:49:49.418Z] === RUN TestValidateManifest [2022-03-01T06:49:49.418Z] pull_v2_test.go:118: Needs fixing on Windows [2022-03-01T06:49:49.418Z] --- SKIP: TestValidateManifest (0.00s) [2022-03-01T06:49:49.418Z] === RUN TestFormatPlatform [2022-03-01T06:49:49.418Z] --- PASS: TestFormatPlatform (0.00s) [2022-03-01T06:49:49.418Z] === RUN TestGetRepositoryMountCandidates [2022-03-01T06:49:49.418Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-03-01T06:49:49.418Z] === RUN TestLayerAlreadyExists [2022-03-01T06:49:49.418Z] 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} [2022-03-01T06:49:49.418Z] 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} [2022-03-01T06:49:49.418Z] 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} [2022-03-01T06:49:49.418Z] 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} [2022-03-01T06:49:49.418Z] 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} [2022-03-01T06:49:49.418Z] 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} [2022-03-01T06:49:49.418Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-03-01T06:49:49.418Z] === RUN TestWhenEmptyAuthConfig [2022-03-01T06:49:49.820Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.82s) [2022-03-01T06:49:49.820Z] === CONT TestIpcModeOlderClient [2022-03-01T06:49:49.820Z] --- PASS: TestIpcModeOlderClient (0.07s) [2022-03-01T06:49:49.820Z] === CONT TestContainerKillOnDaemonStart [2022-03-01T06:49:49.820Z] --- PASS: TestContainerStartOnDaemonRestart (1.97s) [2022-03-01T06:49:49.820Z] === CONT TestDaemonHostGatewayIP [2022-03-01T06:49:49.844Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-03-01T06:49:49.844Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2022-03-01T06:49:49.844Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-03-01T06:49:49.879Z] time="2022-03-01T06:49:49Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-01T06:49:49.879Z] time="2022-03-01T06:49:49Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-01T06:49:49.879Z] time="2022-03-01T06:49:49Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-01T06:49:49.879Z] time="2022-03-01T06:49:49Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-01T06:49:49.879Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-03-01T06:49:49.879Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.40s) [2022-03-01T06:49:49.879Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.40s) [2022-03-01T06:49:49.879Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.40s) [2022-03-01T06:49:49.879Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.40s) [2022-03-01T06:49:49.879Z] === RUN TestTransfer [2022-03-01T06:49:49.879Z] --- PASS: TestTransfer (0.12s) [2022-03-01T06:49:49.879Z] === RUN TestConcurrencyLimit [2022-03-01T06:49:50.106Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.12s) [2022-03-01T06:49:50.106Z] === RUN TestUpdateMemory [2022-03-01T06:49:50.106Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-03-01T06:49:50.106Z] --- SKIP: TestUpdateMemory (0.00s) [2022-03-01T06:49:50.106Z] === RUN TestUpdateCPUQuota [2022-03-01T06:49:50.128Z] tests/integration/models_nodes_test.py . [ 90%] [2022-03-01T06:49:50.128Z] tests/integration/models_resources_test.py . [ 91%] [2022-03-01T06:49:50.340Z] === RUN TestNotFound [2022-03-01T06:49:50.340Z] --- PASS: TestNotFound (0.00s) [2022-03-01T06:49:50.340Z] === RUN TestConflict [2022-03-01T06:49:50.340Z] --- PASS: TestConflict (0.00s) [2022-03-01T06:49:50.340Z] === RUN TestForbidden [2022-03-01T06:49:50.340Z] --- PASS: TestForbidden (0.00s) [2022-03-01T06:49:50.340Z] === RUN TestInvalidParameter [2022-03-01T06:49:50.340Z] --- PASS: TestInvalidParameter (0.00s) [2022-03-01T06:49:50.340Z] === RUN TestNotImplemented [2022-03-01T06:49:50.340Z] --- PASS: TestNotImplemented (0.00s) [2022-03-01T06:49:50.340Z] === RUN TestNotModified [2022-03-01T06:49:50.340Z] --- PASS: TestNotModified (0.00s) [2022-03-01T06:49:50.340Z] === RUN TestUnauthorized [2022-03-01T06:49:50.340Z] --- PASS: TestUnauthorized (0.00s) [2022-03-01T06:49:50.340Z] === RUN TestUnknown [2022-03-01T06:49:50.340Z] --- PASS: TestUnknown (0.00s) [2022-03-01T06:49:50.340Z] === RUN TestCancelled [2022-03-01T06:49:50.340Z] --- PASS: TestCancelled (0.00s) [2022-03-01T06:49:50.340Z] === RUN TestDeadline [2022-03-01T06:49:50.340Z] --- PASS: TestDeadline (0.00s) [2022-03-01T06:49:50.340Z] === RUN TestDataLoss [2022-03-01T06:49:50.340Z] --- PASS: TestDataLoss (0.00s) [2022-03-01T06:49:50.340Z] === RUN TestUnavailable [2022-03-01T06:49:50.340Z] --- PASS: TestUnavailable (0.00s) [2022-03-01T06:49:50.340Z] === RUN TestSystem [2022-03-01T06:49:50.340Z] --- PASS: TestSystem (0.00s) [2022-03-01T06:49:50.340Z] === RUN TestFromStatusCode [2022-03-01T06:49:50.340Z] === RUN TestFromStatusCode/Not_Found [2022-03-01T06:49:50.340Z] === RUN TestFromStatusCode/Bad_Request [2022-03-01T06:49:50.340Z] === RUN TestFromStatusCode/Conflict [2022-03-01T06:49:50.340Z] === RUN TestFromStatusCode/Unauthorized [2022-03-01T06:49:50.340Z] === RUN TestFromStatusCode/Service_Unavailable [2022-03-01T06:49:50.340Z] === RUN TestFromStatusCode/Forbidden [2022-03-01T06:49:50.340Z] === RUN TestFromStatusCode/Not_Modified [2022-03-01T06:49:50.340Z] === RUN TestFromStatusCode/Not_Implemented [2022-03-01T06:49:50.340Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-03-01T06:49:50.340Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-03-01T06:49:50.340Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-03-01T06:49:50.340Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-03-01T06:49:50.340Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-03-01T06:49:50.340Z] --- PASS: TestFromStatusCode (0.00s) [2022-03-01T06:49:50.340Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-03-01T06:49:50.340Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-03-01T06:49:50.340Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-03-01T06:49:50.340Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-03-01T06:49:50.340Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-03-01T06:49:50.340Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-03-01T06:49:50.340Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-03-01T06:49:50.340Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-03-01T06:49:50.340Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-03-01T06:49:50.340Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-03-01T06:49:50.340Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-03-01T06:49:50.340Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-03-01T06:49:50.340Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-03-01T06:49:50.340Z] PASS [2022-03-01T06:49:50.340Z] coverage: 53.1% of statements [2022-03-01T06:49:50.340Z] ok github.com/docker/docker/errdefs 0.043s coverage: 53.1% of statements [2022-03-01T06:49:50.340Z] --- PASS: TestConcurrencyLimit (0.42s) [2022-03-01T06:49:50.340Z] === RUN TestInactiveJobs [2022-03-01T06:49:50.800Z] --- PASS: TestInactiveJobs (0.36s) [2022-03-01T06:49:50.800Z] === RUN TestWatchRelease [2022-03-01T06:49:50.800Z] --- PASS: TestWhenEmptyAuthConfig (1.14s) [2022-03-01T06:49:50.800Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-03-01T06:49:50.800Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-03-01T06:49:50.800Z] === RUN TestTokenPassThru [2022-03-01T06:49:50.800Z] --- PASS: TestTokenPassThru (0.01s) [2022-03-01T06:49:50.800Z] === RUN TestTokenPassThruDifferentHost [2022-03-01T06:49:50.800Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-03-01T06:49:50.800Z] PASS [2022-03-01T06:49:50.800Z] coverage: 24.6% of statements [2022-03-01T06:49:50.800Z] --- PASS: TestWatchRelease (0.04s) [2022-03-01T06:49:50.800Z] === RUN TestWatchFinishedTransfer [2022-03-01T06:49:50.800Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-03-01T06:49:50.800Z] === RUN TestDuplicateTransfer [2022-03-01T06:49:50.800Z] ok github.com/docker/docker/distribution 1.603s coverage: 24.6% of statements [2022-03-01T06:49:50.800Z] --- PASS: TestDuplicateTransfer (0.11s) [2022-03-01T06:49:50.800Z] === RUN TestSuccessfulUpload [2022-03-01T06:49:50.800Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-01T06:49:51.050Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-03-01T06:49:51.261Z] time="2022-03-01T06:49:50Z" level=error msg="Upload failed, retrying: simulating retry" [2022-03-01T06:49:51.261Z] === RUN TestFSGetInvalidData [2022-03-01T06:49:51.261Z] --- PASS: TestFSGetInvalidData (0.01s) [2022-03-01T06:49:51.261Z] === RUN TestFSInvalidSet [2022-03-01T06:49:51.261Z] --- PASS: TestFSInvalidSet (0.03s) [2022-03-01T06:49:51.261Z] === RUN TestFSInvalidRoot [2022-03-01T06:49:51.261Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-03-01T06:49:51.261Z] === RUN TestFSMetadataGetSet [2022-03-01T06:49:51.261Z] --- PASS: TestFSMetadataGetSet (0.07s) [2022-03-01T06:49:51.261Z] === RUN TestFSInvalidWalker [2022-03-01T06:49:51.261Z] --- PASS: TestFSInvalidWalker (0.01s) [2022-03-01T06:49:51.261Z] === RUN TestFSGetSet [2022-03-01T06:49:51.261Z] --- PASS: TestSuccessfulUpload (0.43s) [2022-03-01T06:49:51.261Z] === RUN TestCancelledUpload [2022-03-01T06:49:51.261Z] --- PASS: TestCancelledUpload (0.00s) [2022-03-01T06:49:51.261Z] PASS [2022-03-01T06:49:51.261Z] coverage: 77.2% of statements [2022-03-01T06:49:51.261Z] ok github.com/docker/docker/distribution/xfer 1.952s coverage: 77.2% of statements [2022-03-01T06:49:51.261Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-01T06:49:51.261Z] --- PASS: TestFSGetSet (0.03s) [2022-03-01T06:49:51.261Z] === RUN TestFSGetUnsetKey [2022-03-01T06:49:51.261Z] --- PASS: TestFSGetUnsetKey (0.00s) [2022-03-01T06:49:51.261Z] === RUN TestFSGetEmptyData [2022-03-01T06:49:51.261Z] --- PASS: TestFSGetEmptyData (0.00s) [2022-03-01T06:49:51.261Z] === RUN TestFSDelete [2022-03-01T06:49:51.261Z] --- PASS: TestFSDelete (0.01s) [2022-03-01T06:49:51.261Z] === RUN TestFSWalker [2022-03-01T06:49:51.261Z] --- PASS: TestFSWalker (0.01s) [2022-03-01T06:49:51.261Z] === RUN TestFSWalkerStopOnError [2022-03-01T06:49:51.261Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2022-03-01T06:49:51.261Z] === RUN TestNewFromJSON [2022-03-01T06:49:51.261Z] --- PASS: TestNewFromJSON (0.00s) [2022-03-01T06:49:51.261Z] === RUN TestNewFromJSONWithInvalidJSON [2022-03-01T06:49:51.261Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-03-01T06:49:51.261Z] === RUN TestMarshalKeyOrder [2022-03-01T06:49:51.261Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-03-01T06:49:51.261Z] === RUN TestHistoryEqual [2022-03-01T06:49:51.261Z] === RUN TestCompare [2022-03-01T06:49:51.261Z] --- PASS: TestCompare (0.00s) [2022-03-01T06:49:51.261Z] PASS [2022-03-01T06:49:51.261Z] coverage: 19.2% of statements [2022-03-01T06:49:51.261Z] ok github.com/docker/docker/image/cache 0.068s coverage: 19.2% of statements [2022-03-01T06:49:51.261Z] --- PASS: TestHistoryEqual (0.14s) [2022-03-01T06:49:51.261Z] === RUN TestImage [2022-03-01T06:49:51.261Z] --- PASS: TestImage (0.00s) [2022-03-01T06:49:51.261Z] === RUN TestImageOSNotEmpty [2022-03-01T06:49:51.261Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-03-01T06:49:51.261Z] === RUN TestNewChildImageFromImageWithRootFS [2022-03-01T06:49:51.261Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-03-01T06:49:51.261Z] === RUN TestCreate [2022-03-01T06:49:51.261Z] --- PASS: TestCreate (0.01s) [2022-03-01T06:49:51.261Z] === RUN TestRestore [2022-03-01T06:49:51.261Z] time="2022-03-01T06:49:51Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-03-01T06:49:51.261Z] --- PASS: TestRestore (0.03s) [2022-03-01T06:49:51.261Z] === RUN TestAddDelete [2022-03-01T06:49:51.311Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2022-03-01T06:49:51.312Z] --- PASS: TestUpdateCPUQuota (1.42s) [2022-03-01T06:49:51.312Z] === RUN TestUpdatePidsLimit [2022-03-01T06:49:51.312Z] === RUN TestUpdatePidsLimit/update_from_none [2022-03-01T06:49:51.596Z] --- PASS: TestGet (15.01s) [2022-03-01T06:49:51.596Z] === RUN TestPluginWithNoManifest [2022-03-01T06:49:51.596Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-03-01T06:49:51.596Z] === RUN TestGetAll [2022-03-01T06:49:51.596Z] --- PASS: TestGetAll (0.00s) [2022-03-01T06:49:51.596Z] PASS [2022-03-01T06:49:51.596Z] coverage: 73.2% of statements [2022-03-01T06:49:51.596Z] ok github.com/docker/docker/pkg/plugins 35.945s coverage: 73.2% of statements [2022-03-01T06:49:51.722Z] --- PASS: TestAddDelete (0.02s) [2022-03-01T06:49:51.722Z] === RUN TestSearchAfterDelete [2022-03-01T06:49:51.722Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-03-01T06:49:51.722Z] === RUN TestParentReset [2022-03-01T06:49:51.722Z] --- PASS: TestParentReset (0.02s) [2022-03-01T06:49:51.722Z] === RUN TestGetAndSetLastUpdated [2022-03-01T06:49:51.722Z] --- PASS: TestGetAndSetLastUpdated (0.01s) [2022-03-01T06:49:51.722Z] === RUN TestStoreLen [2022-03-01T06:49:51.722Z] --- PASS: TestStoreLen (0.04s) [2022-03-01T06:49:51.722Z] PASS [2022-03-01T06:49:51.722Z] coverage: 86.9% of statements [2022-03-01T06:49:51.722Z] ok github.com/docker/docker/image 0.555s coverage: 86.9% of statements [2022-03-01T06:49:51.884Z] === RUN TestUpdatePidsLimit/no_change [2022-03-01T06:49:51.890Z] tests/integration/models_services_test.py ................X. [ 95%] [2022-03-01T06:49:52.149Z] === RUN TestUpdatePidsLimit/update_lower [2022-03-01T06:49:52.183Z] === RUN TestValidateManifest [2022-03-01T06:49:52.183Z] === RUN TestValidateManifest/nil [2022-03-01T06:49:52.183Z] === RUN TestValidateManifest/non-nil [2022-03-01T06:49:52.183Z] --- PASS: TestValidateManifest (0.00s) [2022-03-01T06:49:52.183Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-03-01T06:49:52.183Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-03-01T06:49:52.183Z] PASS [2022-03-01T06:49:52.183Z] coverage: 0.7% of statements [2022-03-01T06:49:52.183Z] ok github.com/docker/docker/image/tarexport 0.078s coverage: 0.7% of statements [2022-03-01T06:49:52.183Z] === RUN TestMakeV1ConfigFromConfig [2022-03-01T06:49:52.183Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-03-01T06:49:52.183Z] PASS [2022-03-01T06:49:52.183Z] coverage: 25.0% of statements [2022-03-01T06:49:52.183Z] ok github.com/docker/docker/image/v1 0.170s coverage: 25.0% of statements [2022-03-01T06:49:52.341Z] --- PASS: TestDaemonHostGatewayIP (2.33s) [2022-03-01T06:49:52.341Z] === CONT TestDaemonRestartIpcMode [2022-03-01T06:49:52.411Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-03-01T06:49:52.530Z] === RUN TestMiddlewares [2022-03-01T06:49:52.530Z] --- PASS: TestMiddlewares (0.00s) [2022-03-01T06:49:52.530Z] PASS [2022-03-01T06:49:52.530Z] coverage: 9.0% of statements [2022-03-01T06:49:52.530Z] ok github.com/docker/docker/api/server 0.071s coverage: 9.0% of statements [2022-03-01T06:49:52.644Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-01T06:49:52.987Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-03-01T06:49:53.105Z] === RUN TestSerialization [2022-03-01T06:49:53.105Z] --- PASS: TestSerialization (0.02s) [2022-03-01T06:49:53.105Z] PASS [2022-03-01T06:49:53.105Z] coverage: 100.0% of statements [2022-03-01T06:49:53.105Z] ok github.com/docker/docker/libcontainerd/queue 0.054s coverage: 100.0% of statements [2022-03-01T06:49:53.248Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-03-01T06:49:53.510Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-03-01T06:49:53.565Z] === RUN TestEmptyLayer [2022-03-01T06:49:53.565Z] --- PASS: TestEmptyLayer (0.00s) [2022-03-01T06:49:53.565Z] === RUN TestCommitFailure [2022-03-01T06:49:53.565Z] --- PASS: TestCommitFailure (0.01s) [2022-03-01T06:49:53.565Z] === RUN TestStartTransactionFailure [2022-03-01T06:49:53.565Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-03-01T06:49:53.565Z] === RUN TestGetOrphan [2022-03-01T06:49:53.565Z] --- PASS: TestGetOrphan (0.01s) [2022-03-01T06:49:53.565Z] === RUN TestMountAndRegister [2022-03-01T06:49:53.565Z] layer_test.go:258: Layer size: 14 [2022-03-01T06:49:53.565Z] === RUN TestEnvironmentParsing [2022-03-01T06:49:53.565Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-03-01T06:49:54.026Z] PASS [2022-03-01T06:49:54.026Z] coverage: 1.2% of statements [2022-03-01T06:49:54.026Z] --- PASS: TestMountAndRegister (0.04s) [2022-03-01T06:49:54.026Z] === RUN TestLayerRelease [2022-03-01T06:49:54.026Z] layer_test.go:291: Failing on Windows [2022-03-01T06:49:54.026Z] --- SKIP: TestLayerRelease (0.00s) [2022-03-01T06:49:54.026Z] === RUN TestStoreRestore [2022-03-01T06:49:54.026Z] layer_test.go:340: Failing on Windows [2022-03-01T06:49:54.026Z] --- SKIP: TestStoreRestore (0.00s) [2022-03-01T06:49:54.026Z] === RUN TestTarStreamStability [2022-03-01T06:49:54.026Z] layer_test.go:455: Failing on Windows [2022-03-01T06:49:54.026Z] --- SKIP: TestTarStreamStability (0.00s) [2022-03-01T06:49:54.026Z] === RUN TestRegisterExistingLayer [2022-03-01T06:49:54.026Z] ok github.com/docker/docker/libcontainerd/local 0.057s coverage: 1.2% of statements [2022-03-01T06:49:54.026Z] --- PASS: TestRegisterExistingLayer (0.09s) [2022-03-01T06:49:54.026Z] === RUN TestTarStreamVerification [2022-03-01T06:49:54.026Z] layer_test.go:684: Failing on Windows [2022-03-01T06:49:54.026Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-03-01T06:49:54.026Z] === RUN TestLayerMigration [2022-03-01T06:49:54.026Z] migration_test.go:45: Failing on Windows [2022-03-01T06:49:54.026Z] --- SKIP: TestLayerMigration (0.00s) [2022-03-01T06:49:54.026Z] === RUN TestLayerMigrationNoTarsplit [2022-03-01T06:49:54.026Z] migration_test.go:181: Failing on Windows [2022-03-01T06:49:54.026Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-03-01T06:49:54.026Z] === RUN TestMountInit [2022-03-01T06:49:54.026Z] mount_test.go:17: Failing on Windows [2022-03-01T06:49:54.026Z] --- SKIP: TestMountInit (0.00s) [2022-03-01T06:49:54.026Z] === RUN TestMountSize [2022-03-01T06:49:54.026Z] mount_test.go:76: Failing on Windows [2022-03-01T06:49:54.026Z] --- SKIP: TestMountSize (0.00s) [2022-03-01T06:49:54.026Z] === RUN TestMountChanges [2022-03-01T06:49:54.026Z] mount_test.go:125: Failing on Windows [2022-03-01T06:49:54.026Z] --- SKIP: TestMountChanges (0.00s) [2022-03-01T06:49:54.026Z] === RUN TestMountApply [2022-03-01T06:49:54.026Z] mount_test.go:212: Failing on Windows [2022-03-01T06:49:54.026Z] --- SKIP: TestMountApply (0.00s) [2022-03-01T06:49:54.026Z] PASS [2022-03-01T06:49:54.026Z] coverage: 30.2% of statements [2022-03-01T06:49:54.026Z] ok github.com/docker/docker/layer 0.259s coverage: 30.2% of statements [2022-03-01T06:49:54.026Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-01T06:49:54.026Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-01T06:49:54.026Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-01T06:49:54.026Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-01T06:49:54.082Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2022-03-01T06:49:54.082Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-03-01T06:49:54.082Z] check_test.go:308: [dfaeb91044762] daemon is not started [2022-03-01T06:49:54.082Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2022-03-01T06:49:54.082Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-03-01T06:49:54.082Z] check_test.go:308: [d21b1106eefbe] daemon is not started [2022-03-01T06:49:54.082Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2022-03-01T06:49:54.233Z] --- PASS: TestDaemonRestartIpcMode (2.02s) [2022-03-01T06:49:54.487Z] === RUN TestSequenceGetAvailableBit [2022-03-01T06:49:54.487Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-03-01T06:49:54.487Z] === RUN TestSequenceEqual [2022-03-01T06:49:54.487Z] --- PASS: TestSequenceEqual (0.00s) [2022-03-01T06:49:54.487Z] === RUN TestSequenceCopy [2022-03-01T06:49:54.487Z] --- PASS: TestSequenceCopy (0.00s) [2022-03-01T06:49:54.487Z] === RUN TestGetFirstAvailable [2022-03-01T06:49:54.487Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-03-01T06:49:54.487Z] === RUN TestFindSequence [2022-03-01T06:49:54.487Z] --- PASS: TestFindSequence (0.00s) [2022-03-01T06:49:54.487Z] === RUN TestCheckIfAvailable [2022-03-01T06:49:54.487Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-03-01T06:49:54.487Z] === RUN TestMergeSequences [2022-03-01T06:49:54.487Z] --- PASS: TestMergeSequences (0.00s) [2022-03-01T06:49:54.487Z] === RUN TestPushReservation [2022-03-01T06:49:54.487Z] --- PASS: TestPushReservation (0.00s) [2022-03-01T06:49:54.487Z] === RUN TestSerializeDeserialize [2022-03-01T06:49:54.487Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-03-01T06:49:54.487Z] === RUN TestSet [2022-03-01T06:49:54.487Z] --- PASS: TestSet (0.00s) [2022-03-01T06:49:54.487Z] === RUN TestSetUnset [2022-03-01T06:49:54.487Z] --- PASS: TestSetUnset (0.00s) [2022-03-01T06:49:54.487Z] === RUN TestOffsetSetUnset [2022-03-01T06:49:54.487Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-03-01T06:49:54.487Z] === RUN TestSetInRange [2022-03-01T06:49:54.487Z] --- PASS: TestSetInRange (0.00s) [2022-03-01T06:49:54.487Z] === RUN TestSetAnyInRange [2022-03-01T06:49:54.487Z] --- PASS: TestSetAnyInRange (0.00s) [2022-03-01T06:49:54.487Z] === RUN TestMethods [2022-03-01T06:49:54.487Z] --- PASS: TestMethods (0.00s) [2022-03-01T06:49:54.487Z] === RUN TestRandomAllocateDeallocate [2022-03-01T06:49:54.643Z] tests/integration/models_swarm_test.py .. [ 96%] [2022-03-01T06:49:54.655Z] --- PASS: TestUpdatePidsLimit (3.32s) [2022-03-01T06:49:54.655Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.30s) [2022-03-01T06:49:54.655Z] --- PASS: TestUpdatePidsLimit/no_change (0.36s) [2022-03-01T06:49:54.655Z] --- PASS: TestUpdatePidsLimit/update_lower (0.37s) [2022-03-01T06:49:54.655Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.37s) [2022-03-01T06:49:54.655Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.36s) [2022-03-01T06:49:54.655Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.37s) [2022-03-01T06:49:54.655Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.38s) [2022-03-01T06:49:54.655Z] === RUN TestUpdateRestartPolicy [2022-03-01T06:49:54.902Z] tests/integration/models_volumes_test.py .. [ 96%] [2022-03-01T06:49:56.027Z] === RUN TestInvalidConfig [2022-03-01T06:49:56.028Z] --- PASS: TestInvalidConfig (0.00s) [2022-03-01T06:49:56.028Z] === RUN TestConfig [2022-03-01T06:49:56.028Z] --- PASS: TestConfig (0.00s) [2022-03-01T06:49:56.028Z] === RUN TestOptionsLabels [2022-03-01T06:49:56.028Z] --- PASS: TestOptionsLabels (0.00s) [2022-03-01T06:49:56.028Z] === RUN TestValidName [2022-03-01T06:49:56.028Z] --- PASS: TestValidName (0.00s) [2022-03-01T06:49:56.028Z] PASS [2022-03-01T06:49:56.028Z] coverage: 19.7% of statements [2022-03-01T06:49:56.028Z] ok github.com/docker/docker/libnetwork/config 0.173s coverage: 19.7% of statements [2022-03-01T06:49:56.043Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-03-01T06:49:56.304Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-03-01T06:49:56.488Z] === RUN TestKey [2022-03-01T06:49:56.488Z] --- PASS: TestKey (0.00s) [2022-03-01T06:49:56.488Z] === RUN TestParseKey [2022-03-01T06:49:56.488Z] --- PASS: TestParseKey (0.00s) [2022-03-01T06:49:56.488Z] === RUN TestInvalidDataStore [2022-03-01T06:49:56.488Z] --- PASS: TestInvalidDataStore (0.00s) [2022-03-01T06:49:56.488Z] === RUN TestKVObjectFlatKey [2022-03-01T06:49:56.488Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-03-01T06:49:56.488Z] === RUN TestAtomicKVObjectFlatKey [2022-03-01T06:49:56.488Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-03-01T06:49:56.488Z] PASS [2022-03-01T06:49:56.488Z] coverage: 21.9% of statements [2022-03-01T06:49:56.488Z] ok github.com/docker/docker/libnetwork/datastore 0.042s coverage: 21.9% of statements [2022-03-01T06:49:56.948Z] === RUN TestIPDataMarshalling [2022-03-01T06:49:56.948Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-03-01T06:49:56.948Z] === RUN TestValidateAndIsV6 [2022-03-01T06:49:56.948Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-03-01T06:49:56.948Z] PASS [2022-03-01T06:49:56.948Z] coverage: 68.9% of statements [2022-03-01T06:49:56.948Z] ok github.com/docker/docker/libnetwork/driverapi 0.043s coverage: 68.9% of statements [2022-03-01T06:49:57.054Z] --- PASS: TestCreateServiceConfigFileMode (12.42s) [2022-03-01T06:49:57.054Z] === RUN TestCreateServiceSysctls [2022-03-01T06:49:57.248Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-03-01T06:49:57.248Z] check_test.go:308: [d9fff640889a7] daemon is not started [2022-03-01T06:49:57.248Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2022-03-01T06:49:57.508Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-03-01T06:49:57.920Z] === RUN TestErrorInterfaces [2022-03-01T06:49:57.920Z] --- PASS: TestErrorInterfaces (0.00s) [2022-03-01T06:49:57.920Z] === RUN TestNetworkMarshalling [2022-03-01T06:49:57.920Z] === RUN TestDriver [2022-03-01T06:49:57.920Z] --- PASS: TestDriver (0.00s) [2022-03-01T06:49:57.920Z] PASS [2022-03-01T06:49:57.920Z] coverage: 34.8% of statements [2022-03-01T06:49:57.920Z] ok github.com/docker/docker/libnetwork/drivers/host 0.040s coverage: 34.8% of statements [2022-03-01T06:49:57.920Z] --- PASS: TestNetworkMarshalling (0.17s) [2022-03-01T06:49:57.920Z] === RUN TestEndpointMarshalling [2022-03-01T06:49:57.920Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-03-01T06:49:57.920Z] === RUN TestAuxAddresses [2022-03-01T06:49:57.920Z] time="2022-03-01T06:49:57Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-01T06:49:57.920Z] --- PASS: TestAuxAddresses (0.01s) [2022-03-01T06:49:57.920Z] === RUN TestSRVServiceQuery [2022-03-01T06:49:57.920Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:49:57.920Z] --- SKIP: TestSRVServiceQuery (0.00s) [2022-03-01T06:49:57.920Z] === RUN TestServiceVIPReuse [2022-03-01T06:49:57.920Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:49:57.920Z] --- SKIP: TestServiceVIPReuse (0.00s) [2022-03-01T06:49:57.920Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-03-01T06:49:57.920Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:49:57.920Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2022-03-01T06:49:57.920Z] === RUN TestDNSIPQuery [2022-03-01T06:49:57.920Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:49:57.920Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-03-01T06:49:57.920Z] === RUN TestDNSProxyServFail [2022-03-01T06:49:57.920Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:49:57.920Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-03-01T06:49:57.920Z] === RUN TestSandboxAddEmpty [2022-03-01T06:49:57.920Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:49:57.920Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-03-01T06:49:57.920Z] === RUN TestSandboxAddMultiPrio [2022-03-01T06:49:57.920Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:49:57.920Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-03-01T06:49:57.920Z] === RUN TestSandboxAddSamePrio [2022-03-01T06:49:57.920Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:49:57.920Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-03-01T06:49:57.920Z] === RUN TestCleanupServiceDiscovery [2022-03-01T06:49:57.920Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:49:57.920Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-03-01T06:49:57.920Z] === RUN TestDNSOptions [2022-03-01T06:49:57.920Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:49:57.920Z] --- SKIP: TestDNSOptions (0.00s) [2022-03-01T06:49:57.920Z] === RUN TestMultipleControllersWithSameStore [2022-03-01T06:49:57.920Z] time="2022-03-01T06:49:57Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-01T06:49:57.920Z] time="2022-03-01T06:49:57Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-01T06:49:57.920Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2022-03-01T06:49:57.920Z] PASS [2022-03-01T06:49:57.920Z] coverage: 8.5% of statements [2022-03-01T06:49:57.920Z] ok github.com/docker/docker/libnetwork 0.306s coverage: 8.5% of statements [2022-03-01T06:49:58.082Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-03-01T06:49:58.381Z] === RUN TestDriver [2022-03-01T06:49:58.381Z] --- PASS: TestDriver (0.00s) [2022-03-01T06:49:58.381Z] PASS [2022-03-01T06:49:58.381Z] coverage: 34.8% of statements [2022-03-01T06:49:58.381Z] ok github.com/docker/docker/libnetwork/drivers/null 0.073s coverage: 34.8% of statements [2022-03-01T06:49:58.381Z] --- PASS: TestRandomAllocateDeallocate (4.17s) [2022-03-01T06:49:58.381Z] === RUN TestAllocateRandomDeallocate [2022-03-01T06:49:58.424Z] --- PASS: TestCreateServiceSysctls (2.92s) [2022-03-01T06:49:58.424Z] === RUN TestCreateServiceCapabilities [2022-03-01T06:49:58.655Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-03-01T06:49:58.655Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-03-01T06:49:58.843Z] === RUN TestNetworkAllocateFree [2022-03-01T06:49:58.843Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-03-01T06:49:58.843Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-03-01T06:49:58.843Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-03-01T06:49:58.843Z] PASS [2022-03-01T06:49:58.843Z] coverage: 63.6% of statements [2022-03-01T06:49:58.843Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.049s coverage: 63.6% of statements [2022-03-01T06:49:58.874Z] tests/integration/regression_test.py ...... [ 98%] [2022-03-01T06:49:59.132Z] tests/integration/credentials/store_test.py ...... [ 99%] [2022-03-01T06:49:59.132Z] tests/integration/credentials/utils_test.py . [100%] [2022-03-01T06:49:59.132Z] [2022-03-01T06:49:59.132Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2022-03-01T06:49:59.132Z] =========================== short test summary info ============================ [2022-03-01T06:49:59.132Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2022-03-01T06:49:59.132Z] CONFIG_RT_GROUP_SCHED isn't enabled [2022-03-01T06:49:59.132Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2022-03-01T06:49:59.132Z] Not supported on most drivers [2022-03-01T06:49:59.132Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2022-03-01T06:49:59.132Z] Output of docker top depends on host distro, and is not formalized. [2022-03-01T06:49:59.132Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2022-03-01T06:49:59.132Z] Output of docker top depends on host distro, and is not formalized. [2022-03-01T06:49:59.132Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2022-03-01T06:49:59.132Z] Can fail if eth0 has multiple IP addresses [2022-03-01T06:49:59.132Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2022-03-01T06:49:59.132Z] This doesn't seem to be taken into account by the engine [2022-03-01T06:49:59.132Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2022-03-01T06:49:59.133Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2022-03-01T06:49:59.133Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 292.83 seconds == [2022-03-01T06:49:59.304Z] === RUN TestGetEmptyCapabilities [2022-03-01T06:49:59.304Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-03-01T06:49:59.304Z] === RUN TestGetExtraCapabilities [2022-03-01T06:49:59.304Z] --- PASS: TestGetExtraCapabilities (0.00s) [2022-03-01T06:49:59.304Z] === RUN TestGetInvalidCapabilities [2022-03-01T06:49:59.304Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2022-03-01T06:49:59.304Z] === RUN TestRemoteDriver [2022-03-01T06:49:59.304Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-01T06:49:59.304Z] === RUN TestDriverError [2022-03-01T06:49:59.304Z] --- PASS: TestDriverError (0.00s) [2022-03-01T06:49:59.304Z] === RUN TestMissingValues [2022-03-01T06:49:59.304Z] --- PASS: TestMissingValues (0.00s) [2022-03-01T06:49:59.304Z] === RUN TestRollback [2022-03-01T06:49:59.304Z] --- PASS: TestRollback (0.00s) [2022-03-01T06:49:59.304Z] PASS [2022-03-01T06:49:59.304Z] coverage: 57.4% of statements [2022-03-01T06:49:59.304Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.077s coverage: 57.4% of statements [2022-03-01T06:49:59.304Z] --- PASS: TestAllocateRandomDeallocate (0.99s) [2022-03-01T06:49:59.304Z] === RUN TestAllocateRandomDeallocateSerialize [2022-03-01T06:49:59.391Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2022-03-01T06:49:59.764Z] === RUN TestNAT [2022-03-01T06:49:59.764Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-01T06:49:59.764Z] --- SKIP: TestNAT (0.00s) [2022-03-01T06:49:59.764Z] === RUN TestTransparent [2022-03-01T06:49:59.764Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-01T06:49:59.764Z] --- SKIP: TestTransparent (0.00s) [2022-03-01T06:49:59.764Z] PASS [2022-03-01T06:49:59.764Z] coverage: 0.0% of statements [2022-03-01T06:49:59.764Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.045s coverage: 0.0% of statements [2022-03-01T06:49:59.764Z] === RUN TestBuildDefault [2022-03-01T06:49:59.764Z] --- PASS: TestBuildDefault (0.00s) [2022-03-01T06:49:59.764Z] === RUN TestBuildHostnameDomainname [2022-03-01T06:49:59.764Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-03-01T06:49:59.764Z] === RUN TestBuildHostname [2022-03-01T06:49:59.764Z] --- PASS: TestBuildHostname (0.00s) [2022-03-01T06:49:59.764Z] === RUN TestBuildHostnameFQDN [2022-03-01T06:49:59.764Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-03-01T06:49:59.764Z] === RUN TestBuildNoIP [2022-03-01T06:49:59.764Z] --- PASS: TestBuildNoIP (0.00s) [2022-03-01T06:49:59.764Z] === RUN TestUpdate [2022-03-01T06:49:59.764Z] --- PASS: TestUpdate (0.00s) [2022-03-01T06:49:59.764Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-03-01T06:49:59.764Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-03-01T06:49:59.764Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-03-01T06:49:59.764Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-03-01T06:49:59.764Z] === RUN TestAddEmpty [2022-03-01T06:49:59.764Z] --- PASS: TestAddEmpty (0.00s) [2022-03-01T06:49:59.764Z] === RUN TestAdd [2022-03-01T06:49:59.764Z] --- PASS: TestAdd (0.00s) [2022-03-01T06:49:59.764Z] === RUN TestDeleteEmpty [2022-03-01T06:49:59.764Z] --- PASS: TestDeleteEmpty (0.00s) [2022-03-01T06:49:59.764Z] === RUN TestDeleteNewline [2022-03-01T06:49:59.764Z] --- PASS: TestDeleteNewline (0.00s) [2022-03-01T06:49:59.764Z] === RUN TestDelete [2022-03-01T06:49:59.764Z] --- PASS: TestDelete (0.00s) [2022-03-01T06:49:59.764Z] === RUN TestConcurrentWrites [2022-03-01T06:50:00.225Z] === RUN TestNew [2022-03-01T06:50:00.225Z] --- PASS: TestNew (0.00s) [2022-03-01T06:50:00.225Z] === RUN TestAddDriver [2022-03-01T06:50:00.225Z] --- PASS: TestAddDriver (0.00s) [2022-03-01T06:50:00.225Z] === RUN TestAddDuplicateDriver [2022-03-01T06:50:00.225Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-03-01T06:50:00.225Z] === RUN TestIPAMDefaultAddressSpaces [2022-03-01T06:50:00.225Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-03-01T06:50:00.225Z] === RUN TestDriver [2022-03-01T06:50:00.225Z] --- PASS: TestDriver (0.00s) [2022-03-01T06:50:00.225Z] === RUN TestIPAM [2022-03-01T06:50:00.225Z] --- PASS: TestIPAM (0.00s) [2022-03-01T06:50:00.225Z] === RUN TestWalkIPAMs [2022-03-01T06:50:00.225Z] --- PASS: TestWalkIPAMs (0.00s) [2022-03-01T06:50:00.225Z] === RUN TestWalkDrivers [2022-03-01T06:50:00.225Z] --- PASS: TestWalkDrivers (0.00s) [2022-03-01T06:50:00.225Z] PASS [2022-03-01T06:50:00.225Z] coverage: 82.4% of statements [2022-03-01T06:50:00.225Z] ok github.com/docker/docker/libnetwork/drvregistry 0.071s coverage: 82.4% of statements [2022-03-01T06:50:00.225Z] --- PASS: TestConcurrentWrites (0.17s) [2022-03-01T06:50:00.225Z] PASS [2022-03-01T06:50:00.225Z] coverage: 81.2% of statements [2022-03-01T06:50:00.225Z] ok github.com/docker/docker/libnetwork/etchosts 0.224s coverage: 81.2% of statements [2022-03-01T06:50:00.225Z] --- PASS: TestAllocateRandomDeallocateSerialize (0.99s) [2022-03-01T06:50:00.225Z] === RUN TestRetrieveFromStore [2022-03-01T06:50:00.686Z] === RUN TestNew [2022-03-01T06:50:00.686Z] --- PASS: TestNew (0.00s) [2022-03-01T06:50:00.686Z] === RUN TestAllocate [2022-03-01T06:50:00.686Z] --- PASS: TestAllocate (0.00s) [2022-03-01T06:50:00.686Z] === RUN TestUninitialized [2022-03-01T06:50:00.686Z] --- PASS: TestUninitialized (0.00s) [2022-03-01T06:50:00.686Z] === RUN TestAllocateInRange [2022-03-01T06:50:00.686Z] --- PASS: TestAllocateInRange (0.00s) [2022-03-01T06:50:00.686Z] === RUN TestAllocateSerial [2022-03-01T06:50:00.686Z] --- PASS: TestAllocateSerial (0.00s) [2022-03-01T06:50:00.686Z] PASS [2022-03-01T06:50:00.686Z] coverage: 87.5% of statements [2022-03-01T06:50:00.686Z] ok github.com/docker/docker/libnetwork/idm 0.039s coverage: 87.5% of statements [2022-03-01T06:50:00.686Z] === RUN TestCaller [2022-03-01T06:50:00.686Z] --- PASS: TestCaller (0.00s) [2022-03-01T06:50:00.686Z] PASS [2022-03-01T06:50:00.686Z] coverage: 100.0% of statements [2022-03-01T06:50:00.686Z] ok github.com/docker/docker/libnetwork/internal/caller 0.037s coverage: 100.0% of statements [2022-03-01T06:50:00.686Z] --- PASS: TestRetrieveFromStore (0.36s) [2022-03-01T06:50:00.686Z] === RUN TestIsCorrupted [2022-03-01T06:50:00.686Z] --- PASS: TestIsCorrupted (0.02s) [2022-03-01T06:50:00.686Z] === RUN TestSetRollover [2022-03-01T06:50:00.943Z] --- PASS: TestCreateServiceCapabilities (2.41s) [2022-03-01T06:50:00.943Z] === RUN TestInspect [2022-03-01T06:50:01.146Z] === RUN TestSetSerialInsertDelete [2022-03-01T06:50:01.146Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-03-01T06:50:01.146Z] === RUN TestSetParallelInsertDelete [2022-03-01T06:50:01.202Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2022-03-01T06:50:02.118Z] === RUN TestInt2IP2IntConversion [2022-03-01T06:50:02.119Z] === RUN TestPoolRequest [2022-03-01T06:50:02.119Z] --- PASS: TestPoolRequest (0.00s) [2022-03-01T06:50:02.119Z] === RUN TestOtherRequests [2022-03-01T06:50:02.119Z] --- PASS: TestOtherRequests (0.00s) [2022-03-01T06:50:02.119Z] PASS [2022-03-01T06:50:02.119Z] coverage: 57.1% of statements [2022-03-01T06:50:02.119Z] ok github.com/docker/docker/libnetwork/ipams/null 0.040s coverage: 57.1% of statements [2022-03-01T06:50:02.119Z] --- PASS: TestSetRollover (1.35s) [2022-03-01T06:50:02.119Z] === RUN TestSetRolloverSerial [2022-03-01T06:50:02.323Z] --- PASS: TestContainerKillOnDaemonStart (11.49s) [2022-03-01T06:50:02.323Z] PASS [2022-03-01T06:50:02.323Z] [2022-03-01T06:50:02.323Z] === Skipped [2022-03-01T06:50:02.323Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2022-03-01T06:50:02.323Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-01T06:50:02.323Z] [2022-03-01T06:50:02.323Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-01T06:50:02.323Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-01T06:50:02.323Z] [2022-03-01T06:50:02.323Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2022-03-01T06:50:02.323Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-01T06:50:02.323Z] [2022-03-01T06:50:02.323Z] DONE 200 tests, 3 skipped in 110.167s [2022-03-01T06:50:02.323Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2022-03-01T06:50:02.323Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2022-03-01T06:50:02.323Z] ++ set -e [2022-03-01T06:50:02.323Z] ++ '[' -n 0 ']' [2022-03-01T06:50:02.323Z] ++ set -x [2022-03-01T06:50:02.323Z] ++ 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-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2022-03-01T06:50:02.323Z] === RUN TestConfigDaemonLibtrustID [2022-03-01T06:50:02.323Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-03-01T06:50:02.323Z] === RUN TestDaemonConfigValidation [2022-03-01T06:50:02.323Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-03-01T06:50:02.323Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-03-01T06:50:02.323Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-03-01T06:50:02.323Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-03-01T06:50:02.323Z] === RUN TestDaemonConfigValidation/invalid_config [2022-03-01T06:50:02.323Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-03-01T06:50:02.323Z] === RUN TestDaemonConfigValidation/malformed_config [2022-03-01T06:50:02.323Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-03-01T06:50:02.323Z] === RUN TestDaemonConfigValidation/valid_config [2022-03-01T06:50:02.323Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-03-01T06:50:02.323Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-03-01T06:50:02.323Z] === CONT TestDaemonConfigValidation/malformed_config [2022-03-01T06:50:02.323Z] === CONT TestDaemonConfigValidation/valid_config [2022-03-01T06:50:02.323Z] === CONT TestDaemonConfigValidation/invalid_config [2022-03-01T06:50:02.323Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-03-01T06:50:02.323Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-03-01T06:50:02.323Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.05s) [2022-03-01T06:50:02.323Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s) [2022-03-01T06:50:02.323Z] --- PASS: TestDaemonConfigValidation/valid_config (0.06s) [2022-03-01T06:50:02.323Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.05s) [2022-03-01T06:50:02.323Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-03-01T06:50:02.323Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-01T06:50:02.323Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-03-01T06:50:02.579Z] --- PASS: TestInt2IP2IntConversion (0.47s) [2022-03-01T06:50:02.579Z] === RUN TestGetAddressVersion [2022-03-01T06:50:02.579Z] --- PASS: TestGetAddressVersion (0.00s) [2022-03-01T06:50:02.579Z] === RUN TestKeyString [2022-03-01T06:50:02.579Z] --- PASS: TestKeyString (0.00s) [2022-03-01T06:50:02.579Z] === RUN TestPoolDataMarshal [2022-03-01T06:50:02.579Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-03-01T06:50:02.579Z] === RUN TestSubnetsMarshal [2022-03-01T06:50:02.579Z] --- PASS: TestSubnetsMarshal (0.04s) [2022-03-01T06:50:02.579Z] === RUN TestAddSubnets [2022-03-01T06:50:02.579Z] --- PASS: TestAddSubnets (0.04s) [2022-03-01T06:50:02.579Z] === RUN TestDoublePoolRelease [2022-03-01T06:50:02.579Z] --- PASS: TestDoublePoolRelease (0.02s) [2022-03-01T06:50:02.579Z] === RUN TestAddReleasePoolID [2022-03-01T06:50:02.579Z] --- PASS: TestAddReleasePoolID (0.05s) [2022-03-01T06:50:02.579Z] === RUN TestPredefinedPool [2022-03-01T06:50:02.579Z] --- PASS: TestPredefinedPool (0.02s) [2022-03-01T06:50:02.579Z] === RUN TestRemoveSubnet [2022-03-01T06:50:02.579Z] --- PASS: TestRemoveSubnet (0.14s) [2022-03-01T06:50:02.579Z] === RUN TestGetSameAddress [2022-03-01T06:50:02.579Z] --- PASS: TestGetSameAddress (0.02s) [2022-03-01T06:50:02.579Z] === RUN TestPoolAllocationReuse [2022-03-01T06:50:02.887Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-03-01T06:50:03.040Z] === RUN TestGetCapabilities [2022-03-01T06:50:03.040Z] --- PASS: TestGetCapabilities (0.01s) [2022-03-01T06:50:03.040Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-03-01T06:50:03.040Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2022-03-01T06:50:03.040Z] === RUN TestGetDefaultAddressSpaces [2022-03-01T06:50:03.041Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2022-03-01T06:50:03.041Z] === RUN TestRemoteDriver [2022-03-01T06:50:03.041Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-01T06:50:03.041Z] PASS [2022-03-01T06:50:03.041Z] coverage: 47.4% of statements [2022-03-01T06:50:03.041Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.065s coverage: 47.4% of statements [2022-03-01T06:50:03.041Z] --- PASS: TestSetRolloverSerial (1.08s) [2022-03-01T06:50:03.041Z] === RUN TestGetFirstAvailableFromCurrent [2022-03-01T06:50:03.041Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-03-01T06:50:03.041Z] PASS [2022-03-01T06:50:03.041Z] coverage: 84.4% of statements [2022-03-01T06:50:03.041Z] ok github.com/docker/docker/libnetwork/bitseq 9.008s coverage: 84.4% of statements [2022-03-01T06:50:03.463Z] --- PASS: TestInspect (2.71s) [2022-03-01T06:50:03.463Z] === RUN TestCreateJob [2022-03-01T06:50:04.012Z] --- PASS: TestPoolAllocationReuse (1.08s) [2022-03-01T06:50:04.012Z] === RUN TestGetAddressSubPoolEqualPool [2022-03-01T06:50:04.012Z] --- PASS: TestGetAddressSubPoolEqualPool (0.01s) [2022-03-01T06:50:04.012Z] === RUN TestRequestReleaseAddressFromSubPool [2022-03-01T06:50:04.012Z] === RUN TestWindowsIPAM [2022-03-01T06:50:04.012Z] --- PASS: TestWindowsIPAM (0.00s) [2022-03-01T06:50:04.012Z] PASS [2022-03-01T06:50:04.012Z] coverage: 71.4% of statements [2022-03-01T06:50:04.012Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.041s coverage: 71.4% of statements [2022-03-01T06:50:04.255Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-03-01T06:50:04.473Z] === RUN TestDefaultNetwork [2022-03-01T06:50:04.506Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2022-03-01T06:50:04.933Z] --- PASS: TestDefaultNetwork (0.25s) [2022-03-01T06:50:04.933Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-03-01T06:50:05.185Z] === CONT TestConfigDaemonSeccompProfiles [2022-03-01T06:50:05.185Z] daemon_test.go:156: [d016bcef4c5a8] daemon is not started [2022-03-01T06:50:05.185Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s) [2022-03-01T06:50:05.185Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-03-01T06:50:05.185Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-03-01T06:50:05.185Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-03-01T06:50:05.185Z] === RUN TestDaemonProxy [2022-03-01T06:50:05.185Z] === RUN TestDaemonProxy/environment_variables [2022-03-01T06:50:05.394Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.25s) [2022-03-01T06:50:05.394Z] === RUN TestInitAddressPools [2022-03-01T06:50:05.394Z] --- PASS: TestInitAddressPools (0.00s) [2022-03-01T06:50:05.394Z] PASS [2022-03-01T06:50:05.394Z] coverage: 74.0% of statements [2022-03-01T06:50:05.394Z] ok github.com/docker/docker/libnetwork/ipamutils 0.568s coverage: 74.0% of statements [2022-03-01T06:50:05.394Z] --- PASS: TestRequestReleaseAddressFromSubPool (1.64s) [2022-03-01T06:50:05.394Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-03-01T06:50:05.854Z] === RUN TestKeyValue [2022-03-01T06:50:05.854Z] --- PASS: TestKeyValue (0.00s) [2022-03-01T06:50:05.854Z] PASS [2022-03-01T06:50:05.854Z] coverage: 60.0% of statements [2022-03-01T06:50:05.854Z] ok github.com/docker/docker/libnetwork/netlabel 0.038s coverage: 60.0% of statements [2022-03-01T06:50:06.316Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-01T06:50:06.316Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-01T06:50:06.316Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-01T06:50:06.316Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-01T06:50:06.316Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-01T06:50:06.316Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-01T06:50:06.316Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-01T06:50:06.316Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-01T06:50:06.316Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-01T06:50:06.316Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-03-01T06:50:06.316Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-01T06:50:06.316Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-01T06:50:06.316Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-01T06:50:06.316Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-03-01T06:50:06.316Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-01T06:50:06.316Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-01T06:50:06.316Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-01T06:50:06.428Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2022-03-01T06:50:06.735Z] --- PASS: TestCreateJob (3.08s) [2022-03-01T06:50:06.735Z] === RUN TestReplicatedJob [2022-03-01T06:50:07.023Z] --- PASS: TestUpdateRestartPolicy (12.24s) [2022-03-01T06:50:07.023Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-01T06:50:07.079Z] === RUN TestDaemonProxy/command-line_options [2022-03-01T06:50:07.287Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (1.97s) [2022-03-01T06:50:07.287Z] === RUN TestGetAddress [2022-03-01T06:50:07.287Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-03-01T06:50:07.550Z] --- PASS: TestUpdateRestartWithAutoRemove (0.64s) [2022-03-01T06:50:07.550Z] === RUN TestWaitNonBlocked [2022-03-01T06:50:07.550Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-01T06:50:07.550Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-01T06:50:07.550Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-01T06:50:07.550Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-01T06:50:07.550Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-01T06:50:07.550Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-01T06:50:07.748Z] === RUN TestGenerate [2022-03-01T06:50:07.748Z] --- PASS: TestGenerate (0.00s) [2022-03-01T06:50:07.748Z] === RUN TestGeneratePtr [2022-03-01T06:50:07.748Z] --- PASS: TestGeneratePtr (0.00s) [2022-03-01T06:50:07.748Z] === RUN TestGenerateMissingField [2022-03-01T06:50:07.748Z] --- PASS: TestGenerateMissingField (0.00s) [2022-03-01T06:50:07.748Z] === RUN TestFieldCannotBeSet [2022-03-01T06:50:07.748Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-03-01T06:50:07.748Z] === RUN TestTypeMismatchError [2022-03-01T06:50:07.748Z] --- PASS: TestTypeMismatchError (0.00s) [2022-03-01T06:50:07.748Z] PASS [2022-03-01T06:50:07.748Z] coverage: 100.0% of statements [2022-03-01T06:50:07.748Z] ok github.com/docker/docker/libnetwork/options 0.045s coverage: 100.0% of statements [2022-03-01T06:50:07.748Z] === RUN TestNetworkDBSimple [2022-03-01T06:50:08.133Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-03-01T06:50:08.208Z] testing: warning: no tests to run [2022-03-01T06:50:08.208Z] PASS [2022-03-01T06:50:08.208Z] coverage: 0.0% of statements [2022-03-01T06:50:08.208Z] ok github.com/docker/docker/libnetwork/osl 0.034s coverage: 0.0% of statements [no tests to run] [2022-03-01T06:50:08.447Z] === RUN TestDaemonProxy/configuration_file [2022-03-01T06:50:08.706Z] --- PASS: TestWaitNonBlocked (0.02s) [2022-03-01T06:50:08.706Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.93s) [2022-03-01T06:50:08.706Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.00s) [2022-03-01T06:50:08.706Z] === RUN TestWaitBlocked [2022-03-01T06:50:08.706Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-01T06:50:08.706Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-01T06:50:08.706Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-03-01T06:50:08.706Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-03-01T06:50:08.706Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-01T06:50:08.706Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-03-01T06:50:08.706Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-03-01T06:50:09.180Z] 2022/03/01 06:50:08 Closing DB instances... [2022-03-01T06:50:09.180Z] === RUN TestRequestNewPort [2022-03-01T06:50:09.180Z] --- PASS: TestRequestNewPort (0.00s) [2022-03-01T06:50:09.180Z] === RUN TestRequestSpecificPort [2022-03-01T06:50:09.180Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-03-01T06:50:09.180Z] === RUN TestReleasePort [2022-03-01T06:50:09.180Z] --- PASS: TestReleasePort (0.00s) [2022-03-01T06:50:09.180Z] === RUN TestReuseReleasedPort [2022-03-01T06:50:09.180Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-03-01T06:50:09.180Z] === RUN TestReleaseUnreadledPort [2022-03-01T06:50:09.180Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-03-01T06:50:09.180Z] === RUN TestUnknowProtocol [2022-03-01T06:50:09.180Z] --- PASS: TestUnknowProtocol (0.00s) [2022-03-01T06:50:09.180Z] === RUN TestAllocateAllPorts [2022-03-01T06:50:09.180Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-03-01T06:50:09.180Z] === RUN TestPortAllocation [2022-03-01T06:50:09.180Z] --- PASS: TestPortAllocation (0.00s) [2022-03-01T06:50:09.180Z] === RUN TestPortAllocationWithCustomRange [2022-03-01T06:50:09.180Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-03-01T06:50:09.180Z] === RUN TestNoDuplicateBPR [2022-03-01T06:50:09.180Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-03-01T06:50:09.180Z] === RUN TestChangePortRange [2022-03-01T06:50:09.180Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-03-01T06:50:09.180Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-03-01T06:50:09.180Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-03-01T06:50:09.180Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-03-01T06:50:09.180Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-03-01T06:50:09.180Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-03-01T06:50:09.180Z] --- PASS: TestChangePortRange (0.00s) [2022-03-01T06:50:09.180Z] PASS [2022-03-01T06:50:09.180Z] coverage: 88.6% of statements [2022-03-01T06:50:09.180Z] ok github.com/docker/docker/libnetwork/portallocator 0.041s coverage: 88.6% of statements [2022-03-01T06:50:09.277Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2022-03-01T06:50:09.640Z] testing: warning: no tests to run [2022-03-01T06:50:09.640Z] PASS [2022-03-01T06:50:09.640Z] coverage: 0.0% of statements [2022-03-01T06:50:09.640Z] ok github.com/docker/docker/libnetwork/portmapper 0.038s coverage: 0.0% of statements [no tests to run] [2022-03-01T06:50:09.850Z] --- PASS: TestWaitBlocked (0.02s) [2022-03-01T06:50:09.850Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.06s) [2022-03-01T06:50:09.850Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.12s) [2022-03-01T06:50:09.850Z] === CONT TestContainerStartOnDaemonRestart [2022-03-01T06:50:09.850Z] === CONT TestContainerKillOnDaemonStart [2022-03-01T06:50:10.101Z] --- PASS: TestNetworkDBSimple (2.05s) [2022-03-01T06:50:10.101Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-03-01T06:50:10.339Z] === RUN TestDaemonProxy/conflicting_options [2022-03-01T06:50:10.561Z] === RUN TestHashData [2022-03-01T06:50:10.561Z] --- PASS: TestHashData (0.00s) [2022-03-01T06:50:10.561Z] PASS [2022-03-01T06:50:10.561Z] coverage: 2.8% of statements [2022-03-01T06:50:10.561Z] ok github.com/docker/docker/libnetwork/resolvconf 0.036s coverage: 2.8% of statements [2022-03-01T06:50:10.901Z] === RUN TestDaemonProxy/reload_sanitized [2022-03-01T06:50:11.022Z] === RUN TestErrorConstructors [2022-03-01T06:50:11.022Z] --- PASS: TestErrorConstructors (0.00s) [2022-03-01T06:50:11.022Z] === RUN TestCompareIPMask [2022-03-01T06:50:11.022Z] --- PASS: TestCompareIPMask (0.00s) [2022-03-01T06:50:11.022Z] === RUN TestUtilGetHostPartIP [2022-03-01T06:50:11.022Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-03-01T06:50:11.022Z] === RUN TestUtilGetBroadcastIP [2022-03-01T06:50:11.022Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-03-01T06:50:11.022Z] === RUN TestParseCIDR [2022-03-01T06:50:11.022Z] --- PASS: TestParseCIDR (0.00s) [2022-03-01T06:50:11.022Z] PASS [2022-03-01T06:50:11.022Z] coverage: 37.3% of statements [2022-03-01T06:50:11.022Z] ok github.com/docker/docker/libnetwork/types 0.034s coverage: 37.3% of statements [2022-03-01T06:50:11.022Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-03-01T06:50:11.022Z] PASS [2022-03-01T06:50:11.022Z] coverage: 100.0% of statements [2022-03-01T06:50:11.022Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.045s coverage: 100.0% of statements [2022-03-01T06:50:11.466Z] --- PASS: TestDaemonProxy (6.25s) [2022-03-01T06:50:11.466Z] --- PASS: TestDaemonProxy/environment_variables (1.79s) [2022-03-01T06:50:11.466Z] --- PASS: TestDaemonProxy/command-line_options (1.72s) [2022-03-01T06:50:11.466Z] --- PASS: TestDaemonProxy/configuration_file (1.71s) [2022-03-01T06:50:11.466Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-03-01T06:50:11.466Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-03-01T06:50:11.466Z] PASS [2022-03-01T06:50:11.466Z] [2022-03-01T06:50:11.466Z] DONE 17 tests in 10.163s [2022-03-01T06:50:11.466Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2022-03-01T06:50:11.466Z] ++ 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 [2022-03-01T06:50:11.466Z] ++ set -e [2022-03-01T06:50:11.466Z] ++ '[' -n 0 ']' [2022-03-01T06:50:11.466Z] ++ set -x [2022-03-01T06:50:11.466Z] ++ 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 [2022-03-01T06:50:11.466Z] INFO: Testing against a local daemon [2022-03-01T06:50:11.466Z] === RUN TestCommitInheritsEnv [2022-03-01T06:50:11.483Z] 2022/03/01 06:50:10 Closing DB instances... [2022-03-01T06:50:11.591Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-01T06:50:11.591Z] [2022-03-01T06:50:11.591Z] Unloading profiles will leave already running processes permanently [2022-03-01T06:50:11.591Z] unconfined, which can lead to unexpected situations. [2022-03-01T06:50:11.591Z] [2022-03-01T06:50:11.591Z] To set a process to complain mode, use the command line tool [2022-03-01T06:50:11.591Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-01T06:50:11.591Z] Post stage [Pipeline] junit [2022-03-01T06:50:11.605Z] Recording test results [2022-03-01T06:50:11.723Z] --- PASS: TestCommitInheritsEnv (0.22s) [2022-03-01T06:50:11.723Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-01T06:50:11.723Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-03-01T06:50:11.723Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-03-01T06:50:11.723Z] === RUN TestImportWithCustomPlatform [2022-03-01T06:50:11.723Z] === RUN TestImportWithCustomPlatform/#00 [2022-03-01T06:50:11.723Z] === RUN TestImportWithCustomPlatform/_______ [2022-03-01T06:50:11.723Z] === RUN TestImportWithCustomPlatform// [2022-03-01T06:50:11.723Z] === RUN TestImportWithCustomPlatform/linux [2022-03-01T06:50:11.723Z] === RUN TestImportWithCustomPlatform/LINUX [2022-03-01T06:50:11.767Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-03-01T06:50:11.943Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-03-01T06:50:11.943Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-03-01T06:50:11.943Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-03-01T06:50:11.943Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-03-01T06:50:11.943Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-03-01T06:50:11.943Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-03-01T06:50:11.943Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-03-01T06:50:11.943Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-03-01T06:50:11.943Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-03-01T06:50:11.943Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-03-01T06:50:11.943Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-03-01T06:50:11.943Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-03-01T06:50:11.943Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-03-01T06:50:11.943Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-03-01T06:50:11.943Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-03-01T06:50:11.943Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-03-01T06:50:11.943Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-03-01T06:50:11.943Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-03-01T06:50:11.943Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-03-01T06:50:11.944Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-03-01T06:50:11.944Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-03-01T06:50:11.944Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-03-01T06:50:11.944Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-03-01T06:50:11.944Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-03-01T06:50:11.944Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-03-01T06:50:11.944Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-03-01T06:50:11.944Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-03-01T06:50:11.944Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-03-01T06:50:11.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-03-01T06:50:11.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-03-01T06:50:11.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-03-01T06:50:11.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-03-01T06:50:11.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-03-01T06:50:11.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-03-01T06:50:11.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-03-01T06:50:11.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-03-01T06:50:11.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-03-01T06:50:11.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-03-01T06:50:11.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-03-01T06:50:11.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-03-01T06:50:11.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-03-01T06:50:11.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-03-01T06:50:11.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-03-01T06:50:11.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-03-01T06:50:11.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-03-01T06:50:11.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-03-01T06:50:11.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-03-01T06:50:11.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-03-01T06:50:11.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-03-01T06:50:11.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-03-01T06:50:11.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-03-01T06:50:11.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-03-01T06:50:11.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-03-01T06:50:11.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-03-01T06:50:11.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-03-01T06:50:11.944Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-03-01T06:50:11.944Z] PASS [2022-03-01T06:50:11.944Z] coverage: 50.0% of statements [2022-03-01T06:50:11.944Z] ok github.com/docker/docker/oci 0.043s coverage: 50.0% of statements [2022-03-01T06:50:11.980Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-03-01T06:50:11.980Z] === RUN TestImportWithCustomPlatform/macos [2022-03-01T06:50:11.980Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-03-01T06:50:11.980Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-03-01T06:50:11.980Z] --- PASS: TestImportWithCustomPlatform (0.29s) [2022-03-01T06:50:11.980Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-03-01T06:50:11.980Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-03-01T06:50:11.980Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-03-01T06:50:11.980Z] --- PASS: TestImportWithCustomPlatform/linux (0.06s) [2022-03-01T06:50:11.980Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.06s) [2022-03-01T06:50:11.980Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.06s) [2022-03-01T06:50:11.980Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-03-01T06:50:11.981Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-03-01T06:50:11.981Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-03-01T06:50:11.981Z] === RUN TestImagesFilterMultiReference [2022-03-01T06:50:11.981Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-03-01T06:50:11.981Z] === RUN TestImagePullPlatformInvalid [2022-03-01T06:50:11.981Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-03-01T06:50:11.981Z] === RUN TestRemoveImageOrphaning [2022-03-01T06:50:11.983Z] --- PASS: TestReplicatedJob (5.22s) [2022-03-01T06:50:11.983Z] === RUN TestUpdateReplicatedJob [2022-03-01T06:50:12.238Z] --- PASS: TestRemoveImageOrphaning (0.22s) [2022-03-01T06:50:12.238Z] === RUN TestRemoveImageGarbageCollector [2022-03-01T06:50:12.238Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-01T06:50:12.238Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-03-01T06:50:12.238Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-01T06:50:12.238Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-03-01T06:50:12.238Z] === RUN TestTagInvalidReference [2022-03-01T06:50:12.238Z] --- PASS: TestTagInvalidReference (0.02s) [2022-03-01T06:50:12.238Z] === RUN TestTagValidPrefixedRepo [2022-03-01T06:50:12.238Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-03-01T06:50:12.238Z] === RUN TestTagExistedNameWithoutForce [2022-03-01T06:50:12.404Z] === RUN TestAddressPoolOpt [2022-03-01T06:50:12.404Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-03-01T06:50:12.404Z] === RUN TestValidateEnv [2022-03-01T06:50:12.404Z] === RUN TestValidateEnv/a [2022-03-01T06:50:12.404Z] === RUN TestValidateEnv/something [2022-03-01T06:50:12.404Z] === RUN TestValidateEnv/_=a [2022-03-01T06:50:12.404Z] === RUN TestValidateEnv/env1=value1 [2022-03-01T06:50:12.404Z] === RUN TestValidateEnv/_env1=value1 [2022-03-01T06:50:12.404Z] === RUN TestValidateEnv/env2=value2=value3 [2022-03-01T06:50:12.404Z] === RUN TestValidateEnv/env3=abc!qwe [2022-03-01T06:50:12.404Z] === RUN TestValidateEnv/env_4=value_4 [2022-03-01T06:50:12.404Z] === RUN TestValidateEnv/PATH [2022-03-01T06:50:12.404Z] === RUN TestValidateEnv/=a [2022-03-01T06:50:12.404Z] === RUN TestValidateEnv/PATH= [2022-03-01T06:50:12.404Z] === RUN TestValidateEnv/PATH=something [2022-03-01T06:50:12.404Z] === RUN TestValidateEnv/asd!qwe [2022-03-01T06:50:12.404Z] === RUN TestValidateEnv/1asd [2022-03-01T06:50:12.404Z] === RUN TestValidateEnv/123 [2022-03-01T06:50:12.404Z] === RUN TestValidateEnv/some_space [2022-03-01T06:50:12.404Z] === RUN TestValidateEnv/__some_space_before [2022-03-01T06:50:12.404Z] === RUN TestValidateEnv/some_space_after__ [2022-03-01T06:50:12.404Z] === RUN TestValidateEnv/= [2022-03-01T06:50:12.404Z] === RUN TestValidateEnv/PaTh [2022-03-01T06:50:12.404Z] --- PASS: TestValidateEnv (0.00s) [2022-03-01T06:50:12.404Z] --- PASS: TestValidateEnv/a (0.00s) [2022-03-01T06:50:12.404Z] --- PASS: TestValidateEnv/something (0.00s) [2022-03-01T06:50:12.404Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-03-01T06:50:12.404Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-03-01T06:50:12.404Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-03-01T06:50:12.404Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-03-01T06:50:12.404Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-03-01T06:50:12.404Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-03-01T06:50:12.404Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-03-01T06:50:12.404Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-03-01T06:50:12.404Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-03-01T06:50:12.404Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-03-01T06:50:12.404Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-03-01T06:50:12.404Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-03-01T06:50:12.404Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-03-01T06:50:12.404Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-03-01T06:50:12.404Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-03-01T06:50:12.404Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-03-01T06:50:12.404Z] --- PASS: TestValidateEnv/= (0.00s) [2022-03-01T06:50:12.404Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-03-01T06:50:12.404Z] === RUN TestParseHost [2022-03-01T06:50:12.404Z] --- PASS: TestParseHost (0.00s) [2022-03-01T06:50:12.404Z] === RUN TestParseDockerDaemonHost [2022-03-01T06:50:12.404Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-03-01T06:50:12.404Z] === RUN TestParseTCP [2022-03-01T06:50:12.404Z] --- PASS: TestParseTCP (0.00s) [2022-03-01T06:50:12.404Z] === RUN TestParseInvalidUnixAddrInvalid [2022-03-01T06:50:12.404Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-03-01T06:50:12.404Z] === RUN TestValidateExtraHosts [2022-03-01T06:50:12.404Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-03-01T06:50:12.404Z] === RUN TestIpOptString [2022-03-01T06:50:12.404Z] --- PASS: TestIpOptString (0.00s) [2022-03-01T06:50:12.404Z] === RUN TestNewIpOptInvalidDefaultVal [2022-03-01T06:50:12.404Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-03-01T06:50:12.404Z] === RUN TestNewIpOptValidDefaultVal [2022-03-01T06:50:12.404Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-03-01T06:50:12.404Z] === RUN TestIpOptSetInvalidVal [2022-03-01T06:50:12.404Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-03-01T06:50:12.404Z] === RUN TestValidateIPAddress [2022-03-01T06:50:12.404Z] --- PASS: TestValidateIPAddress (0.00s) [2022-03-01T06:50:12.404Z] === RUN TestMapOpts [2022-03-01T06:50:12.404Z] --- PASS: TestMapOpts (0.00s) [2022-03-01T06:50:12.404Z] === RUN TestListOptsWithoutValidator [2022-03-01T06:50:12.404Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-03-01T06:50:12.404Z] === RUN TestListOptsWithValidator [2022-03-01T06:50:12.404Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-03-01T06:50:12.404Z] === RUN TestValidateDNSSearch [2022-03-01T06:50:12.404Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-03-01T06:50:12.404Z] === RUN TestValidateLabel [2022-03-01T06:50:12.404Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-03-01T06:50:12.404Z] === RUN TestValidateLabel/label_with_general_format [2022-03-01T06:50:12.404Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-03-01T06:50:12.404Z] === RUN TestValidateLabel/label_with_one_more [2022-03-01T06:50:12.404Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-03-01T06:50:12.404Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-03-01T06:50:12.404Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-03-01T06:50:12.404Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-03-01T06:50:12.404Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-03-01T06:50:12.404Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-03-01T06:50:12.404Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-03-01T06:50:12.404Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-03-01T06:50:12.404Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-03-01T06:50:12.404Z] --- PASS: TestValidateLabel (0.00s) [2022-03-01T06:50:12.404Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-03-01T06:50:12.404Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-03-01T06:50:12.404Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-03-01T06:50:12.404Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-03-01T06:50:12.404Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-03-01T06:50:12.404Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-03-01T06:50:12.404Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-03-01T06:50:12.404Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-03-01T06:50:12.404Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-03-01T06:50:12.404Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-03-01T06:50:12.404Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-03-01T06:50:12.404Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-03-01T06:50:12.404Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-03-01T06:50:12.404Z] === RUN TestNamedListOpts [2022-03-01T06:50:12.404Z] --- PASS: TestNamedListOpts (0.00s) [2022-03-01T06:50:12.404Z] === RUN TestNamedMapOpts [2022-03-01T06:50:12.404Z] --- PASS: TestNamedMapOpts (0.00s) [2022-03-01T06:50:12.404Z] === RUN TestParseLink [2022-03-01T06:50:12.404Z] --- PASS: TestParseLink (0.00s) [2022-03-01T06:50:12.404Z] === RUN TestQuotedStringSetWithQuotes [2022-03-01T06:50:12.404Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2022-03-01T06:50:12.404Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2022-03-01T06:50:12.404Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2022-03-01T06:50:12.404Z] === RUN TestQuotedStringSetWithNoQuotes [2022-03-01T06:50:12.404Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2022-03-01T06:50:12.404Z] === RUN TestQuotedStringEmptyOrSingleCharString [2022-03-01T06:50:12.404Z] --- PASS: TestQuotedStringEmptyOrSingleCharString (0.00s) [2022-03-01T06:50:12.404Z] === RUN TestUlimitOpt [2022-03-01T06:50:12.404Z] --- PASS: TestUlimitOpt (0.00s) [2022-03-01T06:50:12.404Z] PASS [2022-03-01T06:50:12.404Z] coverage: 67.4% of statements [2022-03-01T06:50:12.404Z] ok github.com/docker/docker/opts 0.070s coverage: 67.4% of statements [2022-03-01T06:50:12.495Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-03-01T06:50:12.495Z] === RUN TestTagOfficialNames [2022-03-01T06:50:12.495Z] --- PASS: TestTagOfficialNames (0.05s) [2022-03-01T06:50:12.495Z] === RUN TestTagMatchesDigest [2022-03-01T06:50:12.495Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-03-01T06:50:12.495Z] PASS [2022-03-01T06:50:12.495Z] [2022-03-01T06:50:12.495Z] === Skipped [2022-03-01T06:50:12.495Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2022-03-01T06:50:12.495Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-03-01T06:50:12.495Z] [2022-03-01T06:50:12.495Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-03-01T06:50:12.495Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-01T06:50:12.495Z] [2022-03-01T06:50:12.495Z] DONE 22 tests, 2 skipped in 1.114s [2022-03-01T06:50:12.495Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2022-03-01T06:50:12.495Z] ++ 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 [2022-03-01T06:50:12.495Z] ++ set -e [2022-03-01T06:50:12.495Z] ++ '[' -n 0 ']' [2022-03-01T06:50:12.495Z] ++ set -x [2022-03-01T06:50:12.495Z] ++ 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 [2022-03-01T06:50:12.495Z] INFO: Testing against a local daemon [2022-03-01T06:50:12.495Z] === RUN TestNetworkCreateDelete [2022-03-01T06:50:12.712Z] --- PASS: TestContainerStartOnDaemonRestart (2.92s) [2022-03-01T06:50:12.712Z] === CONT TestRestartDaemonWithRestartingContainer [2022-03-01T06:50:12.752Z] --- PASS: TestNetworkCreateDelete (0.12s) [2022-03-01T06:50:12.752Z] === RUN TestDockerNetworkDeletePreferID [2022-03-01T06:50:12.865Z] === RUN TestParseVersion [2022-03-01T06:50:12.865Z] --- PASS: TestParseVersion (0.00s) [2022-03-01T06:50:12.865Z] PASS [2022-03-01T06:50:12.865Z] coverage: 52.9% of statements [2022-03-01T06:50:12.865Z] ok github.com/docker/docker/pkg/aaparser 0.033s coverage: 52.9% of statements [2022-03-01T06:50:12.865Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.83s) [2022-03-01T06:50:12.865Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-03-01T06:50:13.009Z] --- PASS: TestDockerNetworkDeletePreferID (0.33s) [2022-03-01T06:50:13.009Z] === RUN TestDaemonDNSFallback [2022-03-01T06:50:13.039Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2022-03-01T06:50:13.322Z] + echo Ensuring container killed. [2022-03-01T06:50:13.322Z] Ensuring container killed. [2022-03-01T06:50:13.322Z] + docker rm -vf docker-pr1 [2022-03-01T06:50:13.322Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-03-01T06:50:13.617Z] + echo Chowning /workspace to jenkins user [2022-03-01T06:50:13.617Z] Chowning /workspace to jenkins user [2022-03-01T06:50:13.617Z] + id -u [2022-03-01T06:50:13.617Z] + id -g [2022-03-01T06:50:13.617Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43303:/workspace busybox chown -R 1000:1000 /workspace [2022-03-01T06:50:13.617Z] Unable to find image 'busybox:latest' locally [2022-03-01T06:50:13.617Z] latest: Pulling from library/busybox [2022-03-01T06:50:13.657Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2022-03-01T06:50:13.836Z] 2022/03/01 06:50:13 Closing DB instances... [2022-03-01T06:50:13.877Z] 009932687766: Pulling fs layer [2022-03-01T06:50:13.877Z] 009932687766: Verifying Checksum [2022-03-01T06:50:13.877Z] 009932687766: Download complete [2022-03-01T06:50:13.877Z] 009932687766: Pull complete [2022-03-01T06:50:13.877Z] Digest: sha256:afcc7f1ac1b49db317a7196c902e61c6c3c4607d63599ee1a82d702d249a0ccb [2022-03-01T06:50:13.877Z] Status: Downloaded newer image for busybox:latest [2022-03-01T06:50:14.297Z] === RUN TestPeerCertificateMarshalJSON [2022-03-01T06:50:14.297Z] === RUN TestIsArchivePathDir [2022-03-01T06:50:14.757Z] --- PASS: TestIsArchivePathDir (0.16s) [2022-03-01T06:50:14.757Z] === RUN TestIsArchivePathInvalidFile [2022-03-01T06:50:14.757Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-03-01T06:50:14.757Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-03-01T06:50:14.757Z] --- PASS: TestPeerCertificateMarshalJSON (0.47s) [2022-03-01T06:50:14.757Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-03-01T06:50:14.757Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-03-01T06:50:14.757Z] === RUN TestMiddleware [2022-03-01T06:50:14.757Z] --- PASS: TestMiddleware (0.00s) [2022-03-01T06:50:14.757Z] === RUN TestNewResponseModifier [2022-03-01T06:50:14.757Z] --- PASS: TestNewResponseModifier (0.00s) [2022-03-01T06:50:14.757Z] PASS [2022-03-01T06:50:14.757Z] coverage: 26.8% of statements [2022-03-01T06:50:14.757Z] ok github.com/docker/docker/pkg/authorization 0.508s coverage: 26.8% of statements [2022-03-01T06:50:14.757Z] --- PASS: TestIsArchivePathInvalidFile (0.12s) [2022-03-01T06:50:14.757Z] === RUN TestIsArchivePathTar [2022-03-01T06:50:14.757Z] --- PASS: TestIsArchivePathTar (0.15s) [2022-03-01T06:50:14.757Z] === RUN TestDecompressStreamGzip [2022-03-01T06:50:15.045Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-03-01T06:50:15.218Z] --- PASS: TestDecompressStreamGzip (0.11s) [2022-03-01T06:50:15.218Z] === RUN TestDecompressStreamBzip2 [2022-03-01T06:50:15.218Z] --- PASS: TestDecompressStreamBzip2 (0.10s) [2022-03-01T06:50:15.218Z] === RUN TestDecompressStreamXz [2022-03-01T06:50:15.218Z] archive_test.go:133: Xz not present in msys2 [2022-03-01T06:50:15.218Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-03-01T06:50:15.218Z] === RUN TestDecompressStreamZstd [2022-03-01T06:50:15.218Z] archive_test.go:140: zstd not installed [2022-03-01T06:50:15.218Z] --- SKIP: TestDecompressStreamZstd (0.02s) [2022-03-01T06:50:15.218Z] === RUN TestCompressStreamXzUnsupported [2022-03-01T06:50:15.218Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-03-01T06:50:15.218Z] === RUN TestCompressStreamBzip2Unsupported [2022-03-01T06:50:15.218Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-03-01T06:50:15.218Z] === RUN TestCompressStreamInvalid [2022-03-01T06:50:15.218Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-03-01T06:50:15.218Z] === RUN TestExtensionInvalid [2022-03-01T06:50:15.218Z] --- PASS: TestExtensionInvalid (0.00s) [2022-03-01T06:50:15.218Z] === RUN TestExtensionUncompressed [2022-03-01T06:50:15.218Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-03-01T06:50:15.218Z] === RUN TestExtensionBzip2 [2022-03-01T06:50:15.218Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-03-01T06:50:15.218Z] === RUN TestExtensionGzip [2022-03-01T06:50:15.218Z] --- PASS: TestExtensionGzip (0.00s) [2022-03-01T06:50:15.218Z] === RUN TestExtensionXz [2022-03-01T06:50:15.218Z] --- PASS: TestExtensionXz (0.00s) [2022-03-01T06:50:15.218Z] === RUN TestExtensionZstd [2022-03-01T06:50:15.218Z] --- PASS: TestExtensionZstd (0.00s) [2022-03-01T06:50:15.218Z] === RUN TestCmdStreamLargeStderr [2022-03-01T06:50:15.218Z] --- PASS: TestCmdStreamLargeStderr (0.07s) [2022-03-01T06:50:15.218Z] === RUN TestCmdStreamBad [2022-03-01T06:50:15.218Z] archive_test.go:252: Failing on Windows CI machines [2022-03-01T06:50:15.218Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-03-01T06:50:15.218Z] === RUN TestCmdStreamGood [2022-03-01T06:50:15.218Z] --- PASS: TestCmdStreamGood (0.04s) [2022-03-01T06:50:15.218Z] === RUN TestUntarPathWithInvalidDest [2022-03-01T06:50:15.218Z] === RUN TestUnbuffered [2022-03-01T06:50:15.218Z] --- PASS: TestUnbuffered (0.00s) [2022-03-01T06:50:15.218Z] === RUN TestRaceUnbuffered [2022-03-01T06:50:15.218Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-03-01T06:50:15.218Z] PASS [2022-03-01T06:50:15.218Z] coverage: 100.0% of statements [2022-03-01T06:50:15.218Z] ok github.com/docker/docker/pkg/broadcaster 0.040s coverage: 100.0% of statements [2022-03-01T06:50:15.218Z] --- PASS: TestUntarPathWithInvalidDest (0.05s) [2022-03-01T06:50:15.218Z] === RUN TestUntarPathWithInvalidSrc [2022-03-01T06:50:15.218Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-03-01T06:50:15.218Z] === RUN TestUntarPath [2022-03-01T06:50:15.218Z] --- PASS: TestUntarPath (0.06s) [2022-03-01T06:50:15.218Z] === RUN TestUntarPathWithDestinationFile [2022-03-01T06:50:15.218Z] --- PASS: TestUntarPathWithDestinationFile (0.05s) [2022-03-01T06:50:15.218Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-03-01T06:50:15.218Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.62s) [2022-03-01T06:50:15.218Z] === RUN TestNetworkDBCRUDTableEntry [2022-03-01T06:50:15.254Z] --- PASS: TestUpdateReplicatedJob (3.02s) [2022-03-01T06:50:15.254Z] === RUN TestServiceListWithStatuses [2022-03-01T06:50:15.254Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-01T06:50:15.254Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-01T06:50:15.254Z] === RUN TestDockerNetworkConnectAlias [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-01T06:50:15.307Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.70s) [2022-03-01T06:50:15.307Z] === CONT TestDaemonHostGatewayIP [2022-03-01T06:50:15.564Z] + bundleName=docker-py [2022-03-01T06:50:15.564Z] + echo Creating docker-py-bundles.tar.gz [2022-03-01T06:50:15.564Z] Creating docker-py-bundles.tar.gz [2022-03-01T06:50:15.564Z] + 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 [2022-03-01T06:50:15.578Z] Archiving artifacts [2022-03-01T06:50:15.679Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.06s) [2022-03-01T06:50:15.679Z] === RUN TestCopyWithTarInvalidSrc [2022-03-01T06:50:15.679Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-03-01T06:50:15.679Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-03-01T06:50:15.679Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-03-01T06:50:15.679Z] === RUN TestCopyWithTarSrcFile [2022-03-01T06:50:15.679Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-03-01T06:50:15.679Z] === RUN TestCopyWithTarSrcFolder [2022-03-01T06:50:15.679Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-03-01T06:50:15.679Z] === RUN TestCopyFileWithTarInvalidSrc [2022-03-01T06:50:15.679Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-03-01T06:50:15.679Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-03-01T06:50:15.679Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-03-01T06:50:15.679Z] === RUN TestCopyFileWithTarSrcFolder [2022-03-01T06:50:15.679Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-03-01T06:50:15.679Z] === RUN TestCopyFileWithTarSrcFile [2022-03-01T06:50:15.679Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-03-01T06:50:15.679Z] === RUN TestTarFiles [2022-03-01T06:50:15.679Z] === RUN TestMatch [2022-03-01T06:50:15.679Z] === RUN TestMatch/[[]] [2022-03-01T06:50:15.679Z] === RUN TestMatch/[[foo]] [2022-03-01T06:50:15.679Z] === RUN TestMatch/[[bar]_[foo]] [2022-03-01T06:50:15.679Z] === RUN TestMatch/[[foo_bar]] [2022-03-01T06:50:15.679Z] === RUN TestMatch/[[qux]_[foo]] [2022-03-01T06:50:15.679Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-03-01T06:50:15.679Z] === RUN TestMatch/[] [2022-03-01T06:50:15.679Z] === RUN TestMatch/[]#01 [2022-03-01T06:50:15.679Z] === RUN TestMatch/[[qux]] [2022-03-01T06:50:15.679Z] === RUN TestMatch/[[foo_bar_qux]] [2022-03-01T06:50:15.679Z] === RUN TestMatch/[[qux]_[baz]] [2022-03-01T06:50:15.679Z] === RUN TestMatch/[[foo_baz]] [2022-03-01T06:50:15.679Z] --- PASS: TestMatch (0.00s) [2022-03-01T06:50:15.679Z] --- PASS: TestMatch/[[]] (0.00s) [2022-03-01T06:50:15.679Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-03-01T06:50:15.679Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-03-01T06:50:15.679Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-03-01T06:50:15.679Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-03-01T06:50:15.679Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-03-01T06:50:15.679Z] --- PASS: TestMatch/[] (0.00s) [2022-03-01T06:50:15.679Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-03-01T06:50:15.679Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-03-01T06:50:15.679Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-03-01T06:50:15.679Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-03-01T06:50:15.679Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-03-01T06:50:15.679Z] PASS [2022-03-01T06:50:15.679Z] coverage: 87.5% of statements [2022-03-01T06:50:15.679Z] ok github.com/docker/docker/pkg/capabilities 0.037s coverage: 87.5% of statements [2022-03-01T06:50:16.252Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-03-01T06:50:16.252Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-03-01T06:50:16.252Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-03-01T06:50:16.252Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2022-03-01T06:50:16.252Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-03-01T06:50:16.252Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2022-03-01T06:50:16.252Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-03-01T06:50:16.252Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2022-03-01T06:50:16.252Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-03-01T06:50:16.651Z] === RUN TestChrootTarUntar [2022-03-01T06:50:16.651Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:50:16.651Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-03-01T06:50:16.651Z] === RUN TestChrootUntarWithHugeExcludesList [2022-03-01T06:50:16.651Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:50:16.651Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-01T06:50:16.651Z] === RUN TestChrootUntarEmptyArchive [2022-03-01T06:50:16.651Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-03-01T06:50:16.651Z] === RUN TestChrootTarUntarWithSymlink [2022-03-01T06:50:16.651Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-01T06:50:16.651Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-03-01T06:50:16.651Z] === RUN TestChrootCopyWithTar [2022-03-01T06:50:16.651Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-01T06:50:16.651Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-03-01T06:50:16.651Z] === RUN TestChrootCopyFileWithTar [2022-03-01T06:50:16.651Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:50:16.651Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-03-01T06:50:16.651Z] === RUN TestChrootUntarPath [2022-03-01T06:50:16.651Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-01T06:50:16.651Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-03-01T06:50:16.651Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-03-01T06:50:16.651Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:50:16.651Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-01T06:50:16.651Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-03-01T06:50:16.651Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:50:16.651Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-01T06:50:16.651Z] === RUN TestChrootApplyDotDotFile [2022-03-01T06:50:16.651Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:50:16.651Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-03-01T06:50:16.651Z] PASS [2022-03-01T06:50:16.651Z] coverage: 15.1% of statements [2022-03-01T06:50:16.651Z] ok github.com/docker/docker/pkg/chrootarchive 0.085s coverage: 15.1% of statements [2022-03-01T06:50:17.139Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43303/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2022-03-01T06:50:17.512Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43303/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=9efa8b3500f43524d705cd703dac5ea5944b8ef6 -e DOCKER_GRAPHDRIVER docker:9efa8b3500f43524d705cd703dac5ea5944b8ef6 hack/make.sh binary [2022-03-01T06:50:17.633Z] === RUN TestSizeEmpty [2022-03-01T06:50:17.633Z] --- PASS: TestSizeEmpty (0.00s) [2022-03-01T06:50:17.633Z] === RUN TestSizeEmptyFile [2022-03-01T06:50:17.633Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-03-01T06:50:17.633Z] === RUN TestSizeNonemptyFile [2022-03-01T06:50:17.633Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-03-01T06:50:17.633Z] === RUN TestSizeNestedDirectoryEmpty [2022-03-01T06:50:17.633Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-03-01T06:50:17.633Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-03-01T06:50:17.633Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-03-01T06:50:17.633Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-03-01T06:50:17.633Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-03-01T06:50:17.633Z] === RUN TestMoveToSubdir [2022-03-01T06:50:17.633Z] --- PASS: TestMoveToSubdir (0.00s) [2022-03-01T06:50:17.633Z] === RUN TestSizeNonExistingDirectory [2022-03-01T06:50:17.633Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-03-01T06:50:17.633Z] PASS [2022-03-01T06:50:17.633Z] coverage: 80.0% of statements [2022-03-01T06:50:17.633Z] ok github.com/docker/docker/pkg/directory 0.049s coverage: 80.0% of statements [2022-03-01T06:50:17.633Z] 2022/03/01 06:50:17 Closing DB instances... [2022-03-01T06:50:17.642Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2022-03-01T06:50:17.772Z] [2022-03-01T06:50:18.032Z] Removing bundles/ [2022-03-01T06:50:18.032Z] [2022-03-01T06:50:18.032Z] ---> Making bundle: binary (in bundles/binary) [2022-03-01T06:50:18.032Z] Building: bundles/binary-daemon/dockerd-dev [2022-03-01T06:50:18.032Z] GOOS="" GOARCH="" GOARM="" [2022-03-01T06:50:18.585Z] --- PASS: TestDaemonHostGatewayIP (3.03s) [2022-03-01T06:50:18.585Z] === CONT TestDaemonRestartIpcMode [2022-03-01T06:50:18.605Z] === RUN TestPollerAddRemove [2022-03-01T06:50:18.605Z] --- PASS: TestPollerAddRemove (0.00s) [2022-03-01T06:50:18.605Z] === RUN TestPollerEvent [2022-03-01T06:50:18.605Z] poller_test.go:40: No chmod on Windows [2022-03-01T06:50:18.605Z] --- SKIP: TestPollerEvent (0.00s) [2022-03-01T06:50:18.605Z] === RUN TestPollerClose [2022-03-01T06:50:18.605Z] --- PASS: TestPollerClose (0.00s) [2022-03-01T06:50:18.605Z] PASS [2022-03-01T06:50:18.605Z] coverage: 45.7% of statements [2022-03-01T06:50:18.605Z] ok github.com/docker/docker/pkg/filenotify 0.044s coverage: 45.7% of statements [2022-03-01T06:50:19.494Z] --- PASS: TestDockerNetworkConnectAlias (4.09s) [2022-03-01T06:50:19.494Z] === RUN TestDockerNetworkReConnect [2022-03-01T06:50:19.557Z] --- PASS: TestDaemonDNSFallback (6.25s) [2022-03-01T06:50:19.557Z] === RUN TestInspectNetwork [2022-03-01T06:50:19.576Z] === RUN TestCopyFileWithInvalidSrc [2022-03-01T06:50:19.576Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-03-01T06:50:19.576Z] === RUN TestCopyFileWithInvalidDest [2022-03-01T06:50:19.576Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-03-01T06:50:19.576Z] === RUN TestCopyFileWithSameSrcAndDest [2022-03-01T06:50:19.576Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-03-01T06:50:19.576Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-03-01T06:50:19.576Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-03-01T06:50:19.576Z] === RUN TestCopyFile [2022-03-01T06:50:19.576Z] --- PASS: TestCopyFile (0.00s) [2022-03-01T06:50:19.576Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-03-01T06:50:19.576Z] fileutils_test.go:133: Needs porting to Windows [2022-03-01T06:50:19.576Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-01T06:50:19.576Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-03-01T06:50:19.576Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-03-01T06:50:19.576Z] === RUN TestReadSymlinkedDirectoryToFile [2022-03-01T06:50:19.576Z] fileutils_test.go:179: Needs porting to Windows [2022-03-01T06:50:19.576Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-01T06:50:19.576Z] === RUN TestWildcardMatches [2022-03-01T06:50:19.576Z] --- PASS: TestWildcardMatches (0.00s) [2022-03-01T06:50:19.576Z] === RUN TestPatternMatches [2022-03-01T06:50:19.576Z] --- PASS: TestPatternMatches (0.00s) [2022-03-01T06:50:19.576Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-03-01T06:50:19.576Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-03-01T06:50:19.576Z] === RUN TestPatternMatchesFolderExclusions [2022-03-01T06:50:19.576Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-03-01T06:50:19.576Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-03-01T06:50:19.576Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-03-01T06:50:19.576Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-03-01T06:50:19.576Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-03-01T06:50:19.576Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-03-01T06:50:19.576Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-03-01T06:50:19.576Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-03-01T06:50:19.576Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-03-01T06:50:19.576Z] === RUN TestSingleExclamationError [2022-03-01T06:50:19.576Z] --- PASS: TestSingleExclamationError (0.00s) [2022-03-01T06:50:19.576Z] === RUN TestMatchesWithNoPatterns [2022-03-01T06:50:19.576Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-03-01T06:50:19.576Z] === RUN TestMatchesWithMalformedPatterns [2022-03-01T06:50:19.576Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-03-01T06:50:19.576Z] === RUN TestMatches [2022-03-01T06:50:19.576Z] === RUN TestMatches/MatchesOrParentMatches [2022-03-01T06:50:19.576Z] === RUN TestMatches/MatchesUsingParentResult [2022-03-01T06:50:19.576Z] === RUN TestMatches/MatchesUsingParentResults [2022-03-01T06:50:19.576Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-03-01T06:50:19.576Z] --- PASS: TestMatches (0.01s) [2022-03-01T06:50:19.576Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-03-01T06:50:19.576Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-03-01T06:50:19.576Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-03-01T06:50:19.576Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-03-01T06:50:19.576Z] === RUN TestCleanPatterns [2022-03-01T06:50:19.576Z] --- PASS: TestCleanPatterns (0.00s) [2022-03-01T06:50:19.576Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-03-01T06:50:19.576Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-03-01T06:50:19.576Z] === RUN TestCleanPatternsExceptionFlag [2022-03-01T06:50:19.576Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-03-01T06:50:19.576Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-03-01T06:50:19.576Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-03-01T06:50:19.576Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-03-01T06:50:19.576Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-03-01T06:50:19.576Z] === RUN TestCleanPatternsErrorSingleException [2022-03-01T06:50:19.576Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-03-01T06:50:19.576Z] === RUN TestCreateIfNotExistsDir [2022-03-01T06:50:19.576Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-03-01T06:50:19.576Z] === RUN TestCreateIfNotExistsFile [2022-03-01T06:50:19.576Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2022-03-01T06:50:19.576Z] === RUN TestMatch [2022-03-01T06:50:19.577Z] --- PASS: TestMatch (0.00s) [2022-03-01T06:50:19.577Z] === RUN TestCompile [2022-03-01T06:50:19.577Z] === RUN TestCompile/slash [2022-03-01T06:50:19.577Z] === RUN TestCompile/backslash [2022-03-01T06:50:19.577Z] --- PASS: TestCompile (0.01s) [2022-03-01T06:50:19.577Z] --- PASS: TestCompile/slash (0.00s) [2022-03-01T06:50:19.577Z] --- PASS: TestCompile/backslash (0.00s) [2022-03-01T06:50:19.577Z] PASS [2022-03-01T06:50:19.577Z] coverage: 84.7% of statements [2022-03-01T06:50:19.577Z] ok github.com/docker/docker/pkg/fileutils 0.079s coverage: 84.7% of statements [2022-03-01T06:50:19.577Z] --- PASS: TestTarFiles (4.11s) [2022-03-01T06:50:19.577Z] === RUN TestDetectCompressionZstd [2022-03-01T06:50:19.577Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-03-01T06:50:19.577Z] === RUN TestTarUntar [2022-03-01T06:50:19.577Z] --- PASS: TestTarUntar (0.04s) [2022-03-01T06:50:19.577Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-03-01T06:50:19.577Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2022-03-01T06:50:19.577Z] === RUN TestTarWithOptions [2022-03-01T06:50:19.577Z] --- PASS: TestTarWithOptions (0.02s) [2022-03-01T06:50:19.577Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-03-01T06:50:19.577Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-03-01T06:50:19.577Z] === RUN TestUntarUstarGnuConflict [2022-03-01T06:50:19.577Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-03-01T06:50:19.577Z] === RUN TestUntarInvalidFilenames [2022-03-01T06:50:19.577Z] --- PASS: TestNetworkDBCRUDTableEntry (4.26s) [2022-03-01T06:50:19.577Z] === RUN TestNetworkDBCRUDTableEntries [2022-03-01T06:50:19.973Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-03-01T06:50:20.037Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames1669567573\\dest" [2022-03-01T06:50:20.037Z] --- PASS: TestUntarInvalidFilenames (0.16s) [2022-03-01T06:50:20.037Z] === RUN TestUntarHardlinkToSymlink [2022-03-01T06:50:20.037Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-03-01T06:50:20.037Z] === RUN TestUntarInvalidHardlink [2022-03-01T06:50:20.037Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink46973302\\victim\\hello" -> "../victim/hello" [2022-03-01T06:50:20.037Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1763376436\\victim\\hello" -> "/../victim/hello" [2022-03-01T06:50:20.037Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3053577923\\victim" -> "../victim" [2022-03-01T06:50:20.037Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink116951068\\victim" -> "../victim" [2022-03-01T06:50:20.037Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2701975405\\victim" -> "../victim" [2022-03-01T06:50:20.037Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink385113295\\victim" -> "../victim" [2022-03-01T06:50:20.037Z] --- PASS: TestUntarInvalidHardlink (0.02s) [2022-03-01T06:50:20.037Z] === RUN TestUntarInvalidSymlink [2022-03-01T06:50:20.037Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1151189063\\dest\\dotdot" -> "../victim/hello" [2022-03-01T06:50:20.037Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink525122848\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-01T06:50:20.037Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3561579470\\dest\\loophole-victim" -> "../victim" [2022-03-01T06:50:20.037Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink4271521771\\dest\\loophole-victim" -> "../victim" [2022-03-01T06:50:20.037Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2786772785\\dest\\loophole-victim" -> "../victim" [2022-03-01T06:50:20.037Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2941224431\\dest\\loophole-victim" -> "../victim" [2022-03-01T06:50:20.037Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3509259753\\dest\\dir\\loophole" -> "../../victim" [2022-03-01T06:50:20.037Z] --- PASS: TestUntarInvalidSymlink (0.03s) [2022-03-01T06:50:20.037Z] === RUN TestTempArchiveCloseMultipleTimes [2022-03-01T06:50:20.037Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-03-01T06:50:20.037Z] === RUN TestXGlobalNoParent [2022-03-01T06:50:20.037Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-03-01T06:50:20.037Z] === RUN TestReplaceFileTarWrapper [2022-03-01T06:50:20.037Z] === RUN TestGet [2022-03-01T06:50:20.037Z] --- PASS: TestGet (0.00s) [2022-03-01T06:50:20.037Z] === RUN TestGetShortcutString [2022-03-01T06:50:20.037Z] --- PASS: TestGetShortcutString (0.00s) [2022-03-01T06:50:20.037Z] PASS [2022-03-01T06:50:20.037Z] coverage: 42.9% of statements [2022-03-01T06:50:20.037Z] ok github.com/docker/docker/pkg/homedir 0.034s coverage: 42.9% of statements [2022-03-01T06:50:20.037Z] --- PASS: TestReplaceFileTarWrapper (0.13s) [2022-03-01T06:50:20.037Z] === RUN TestPrefixHeaderReadable [2022-03-01T06:50:20.037Z] --- PASS: TestPrefixHeaderReadable (0.03s) [2022-03-01T06:50:20.037Z] === RUN TestDisablePigz [2022-03-01T06:50:20.037Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-03-01T06:50:20.037Z] --- PASS: TestDisablePigz (0.13s) [2022-03-01T06:50:20.037Z] === RUN TestPigz [2022-03-01T06:50:20.498Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-03-01T06:50:20.498Z] --- PASS: TestPigz (0.13s) [2022-03-01T06:50:20.498Z] === RUN TestNosysFileInfo [2022-03-01T06:50:20.498Z] --- PASS: TestNosysFileInfo (0.00s) [2022-03-01T06:50:20.498Z] === RUN TestCopyFileWithInvalidDest [2022-03-01T06:50:20.498Z] archive_windows_test.go:16: Currently fails [2022-03-01T06:50:20.498Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-03-01T06:50:20.498Z] === RUN TestCanonicalTarNameForPath [2022-03-01T06:50:20.498Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-03-01T06:50:20.498Z] === RUN TestCanonicalTarName [2022-03-01T06:50:20.498Z] --- PASS: TestCanonicalTarName (0.00s) [2022-03-01T06:50:20.498Z] === RUN TestChmodTarEntry [2022-03-01T06:50:20.498Z] --- PASS: TestChmodTarEntry (0.00s) [2022-03-01T06:50:20.498Z] === RUN TestHardLinkOrder [2022-03-01T06:50:20.498Z] --- PASS: TestHardLinkOrder (0.07s) [2022-03-01T06:50:20.498Z] === RUN TestChangeString [2022-03-01T06:50:20.498Z] --- PASS: TestChangeString (0.00s) [2022-03-01T06:50:20.498Z] === RUN TestChangesWithNoChanges [2022-03-01T06:50:20.498Z] --- PASS: TestChangesWithNoChanges (0.02s) [2022-03-01T06:50:20.498Z] === RUN TestChangesWithChanges [2022-03-01T06:50:20.498Z] --- PASS: TestChangesWithChanges (0.03s) [2022-03-01T06:50:20.498Z] === RUN TestChangesWithChangesGH13590 [2022-03-01T06:50:20.498Z] changes_test.go:195: needs more investigation [2022-03-01T06:50:20.498Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-03-01T06:50:20.498Z] === RUN TestChangesDirsEmpty [2022-03-01T06:50:20.498Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-01T06:50:20.498Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2022-03-01T06:50:20.498Z] === RUN TestChangesDirsMutated [2022-03-01T06:50:20.498Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-01T06:50:20.498Z] --- SKIP: TestChangesDirsMutated (0.00s) [2022-03-01T06:50:20.498Z] === RUN TestApplyLayer [2022-03-01T06:50:20.498Z] changes_test.go:432: needs further investigation [2022-03-01T06:50:20.498Z] --- SKIP: TestApplyLayer (0.00s) [2022-03-01T06:50:20.498Z] === RUN TestChangesSizeWithHardlinks [2022-03-01T06:50:20.498Z] changes_test.go:468: needs further investigation [2022-03-01T06:50:20.498Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-03-01T06:50:20.498Z] === RUN TestChangesSizeWithNoChanges [2022-03-01T06:50:20.498Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-03-01T06:50:20.498Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-03-01T06:50:20.498Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-03-01T06:50:20.498Z] === RUN TestChangesSize [2022-03-01T06:50:20.498Z] --- PASS: TestChangesSize (0.00s) [2022-03-01T06:50:20.498Z] === RUN TestApplyLayerInvalidFilenames [2022-03-01T06:50:20.498Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames2953214865\\dest" [2022-03-01T06:50:20.498Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2022-03-01T06:50:20.498Z] === RUN TestApplyLayerInvalidHardlink [2022-03-01T06:50:20.498Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2431688533\\victim\\hello" -> "../victim/hello" [2022-03-01T06:50:20.498Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink231760467\\victim\\hello" -> "/../victim/hello" [2022-03-01T06:50:20.498Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1661794796\\victim" -> "../victim" [2022-03-01T06:50:20.498Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1875962791\\victim" -> "../victim" [2022-03-01T06:50:20.498Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1620262968\\victim" -> "../victim" [2022-03-01T06:50:20.498Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3634962750\\victim" -> "../victim" [2022-03-01T06:50:20.498Z] --- PASS: TestApplyLayerInvalidHardlink (0.02s) [2022-03-01T06:50:20.498Z] === RUN TestApplyLayerInvalidSymlink [2022-03-01T06:50:20.498Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2044411037\\dest\\dotdot" -> "../victim/hello" [2022-03-01T06:50:20.498Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink143289458\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-01T06:50:20.498Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink4085908340\\dest\\loophole-victim" -> "../victim" [2022-03-01T06:50:20.498Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3384388512\\dest\\loophole-victim" -> "../victim" [2022-03-01T06:50:20.498Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink891860482\\dest\\loophole-victim" -> "../victim" [2022-03-01T06:50:20.498Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3330610065\\dest\\loophole-victim" -> "../victim" [2022-03-01T06:50:20.498Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s) [2022-03-01T06:50:20.498Z] === RUN TestApplyLayerWhiteouts [2022-03-01T06:50:20.498Z] --- PASS: TestApplyLayerWhiteouts (0.05s) [2022-03-01T06:50:20.498Z] === RUN TestGenerateEmptyFile [2022-03-01T06:50:20.498Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-03-01T06:50:20.498Z] === RUN TestGenerateWithContent [2022-03-01T06:50:20.498Z] --- PASS: TestGenerateWithContent (0.00s) [2022-03-01T06:50:20.498Z] PASS [2022-03-01T06:50:20.498Z] coverage: 62.0% of statements [2022-03-01T06:50:20.498Z] ok github.com/docker/docker/pkg/archive 6.139s coverage: 62.0% of statements [2022-03-01T06:50:20.959Z] === RUN TestCreateIDMapOrder [2022-03-01T06:50:20.959Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-03-01T06:50:20.959Z] PASS [2022-03-01T06:50:20.959Z] coverage: 7.2% of statements [2022-03-01T06:50:20.959Z] ok github.com/docker/docker/pkg/idtools 0.045s coverage: 7.2% of statements [2022-03-01T06:50:21.692Z] 2022/03/01 06:50:19 Closing DB instances... [2022-03-01T06:50:21.692Z] --- PASS: TestNetworkDBGarbageCollection (54.24s) [2022-03-01T06:50:21.692Z] === RUN TestFindNode [2022-03-01T06:50:21.692Z] 2022/03/01 06:50:21 Closing DB instances... [2022-03-01T06:50:21.692Z] --- PASS: TestFindNode (0.02s) [2022-03-01T06:50:21.692Z] === RUN TestChangeNodeState [2022-03-01T06:50:21.692Z] 2022/03/01 06:50:21 Closing DB instances... [2022-03-01T06:50:21.692Z] --- PASS: TestChangeNodeState (0.02s) [2022-03-01T06:50:21.692Z] === RUN TestNodeReincarnation [2022-03-01T06:50:21.894Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2022-03-01T06:50:21.930Z] 2022/03/01 06:50:21 Closing DB instances... [2022-03-01T06:50:21.930Z] === RUN TestFixedBufferCap [2022-03-01T06:50:21.930Z] --- PASS: TestFixedBufferCap (0.00s) [2022-03-01T06:50:21.930Z] === RUN TestFixedBufferLen [2022-03-01T06:50:21.930Z] --- PASS: TestFixedBufferLen (0.00s) [2022-03-01T06:50:21.930Z] === RUN TestFixedBufferString [2022-03-01T06:50:21.930Z] --- PASS: TestFixedBufferString (0.00s) [2022-03-01T06:50:21.930Z] === RUN TestFixedBufferWrite [2022-03-01T06:50:21.930Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-03-01T06:50:21.930Z] === RUN TestFixedBufferRead [2022-03-01T06:50:21.930Z] --- PASS: TestFixedBufferRead (0.00s) [2022-03-01T06:50:21.930Z] === RUN TestBytesPipeRead [2022-03-01T06:50:21.930Z] --- PASS: TestBytesPipeRead (0.00s) [2022-03-01T06:50:21.930Z] === RUN TestBytesPipeWrite [2022-03-01T06:50:21.930Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-03-01T06:50:21.930Z] === RUN TestBytesPipeWriteRandomChunks [2022-03-01T06:50:22.078Z] === RUN TestInspectNetwork/full_network_id [2022-03-01T06:50:22.078Z] === RUN TestInspectNetwork/partial_network_id [2022-03-01T06:50:22.078Z] === RUN TestInspectNetwork/network_name [2022-03-01T06:50:22.078Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-03-01T06:50:22.156Z] --- PASS: TestDaemonRestartIpcMode (3.63s) [2022-03-01T06:50:22.156Z] === CONT TestIpcModeOlderClient [2022-03-01T06:50:22.156Z] --- PASS: TestIpcModeOlderClient (0.12s) [2022-03-01T06:50:22.159Z] 2022/03/01 06:50:21 Closing DB instances... [2022-03-01T06:50:22.393Z] --- PASS: TestBytesPipeWriteRandomChunks (0.44s) [2022-03-01T06:50:22.393Z] === RUN TestAtomicWriteToFile [2022-03-01T06:50:22.393Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-03-01T06:50:22.393Z] === RUN TestAtomicWriteSetCommit [2022-03-01T06:50:22.393Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-03-01T06:50:22.393Z] === RUN TestAtomicWriteSetCancel [2022-03-01T06:50:22.393Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-03-01T06:50:22.393Z] === RUN TestReadCloserWrapperClose [2022-03-01T06:50:22.393Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-03-01T06:50:22.393Z] === RUN TestReaderErrWrapperReadOnError [2022-03-01T06:50:22.393Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-03-01T06:50:22.393Z] === RUN TestReaderErrWrapperRead [2022-03-01T06:50:22.393Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-03-01T06:50:22.393Z] === RUN TestCancelReadCloser [2022-03-01T06:50:22.418Z] --- PASS: TestContainerKillOnDaemonStart (12.74s) [2022-03-01T06:50:22.418Z] PASS [2022-03-01T06:50:22.418Z] [2022-03-01T06:50:22.418Z] === Skipped [2022-03-01T06:50:22.418Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-03-01T06:50:22.418Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-01T06:50:22.418Z] [2022-03-01T06:50:22.418Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-03-01T06:50:22.418Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-01T06:50:22.418Z] [2022-03-01T06:50:22.418Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-03-01T06:50:22.418Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-01T06:50:22.418Z] [2022-03-01T06:50:22.418Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-01T06:50:22.418Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-01T06:50:22.418Z] [2022-03-01T06:50:22.418Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-03-01T06:50:22.418Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-01T06:50:22.418Z] [2022-03-01T06:50:22.418Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-03-01T06:50:22.418Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-03-01T06:50:22.418Z] [2022-03-01T06:50:22.418Z] DONE 200 tests, 6 skipped in 152.451s [2022-03-01T06:50:22.680Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-03-01T06:50:22.680Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2022-03-01T06:50:22.680Z] ++ set -e [2022-03-01T06:50:22.680Z] ++ '[' -n 0 ']' [2022-03-01T06:50:22.680Z] ++ set -x [2022-03-01T06:50:22.680Z] ++ 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-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2022-03-01T06:50:22.680Z] === RUN TestConfigDaemonLibtrustID [2022-03-01T06:50:22.766Z] --- PASS: TestDockerNetworkReConnect (3.49s) [2022-03-01T06:50:22.766Z] === RUN TestServicePlugin [2022-03-01T06:50:22.854Z] --- PASS: TestCancelReadCloser (0.10s) [2022-03-01T06:50:22.854Z] === RUN TestWriteCloserWrapperClose [2022-03-01T06:50:22.854Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-03-01T06:50:22.854Z] === RUN TestNopWriteCloser [2022-03-01T06:50:22.854Z] --- PASS: TestNopWriteCloser (0.00s) [2022-03-01T06:50:22.854Z] === RUN TestNopWriter [2022-03-01T06:50:22.854Z] --- PASS: TestNopWriter (0.00s) [2022-03-01T06:50:22.854Z] === RUN TestWriteCounter [2022-03-01T06:50:22.854Z] --- PASS: TestWriteCounter (0.00s) [2022-03-01T06:50:22.854Z] PASS [2022-03-01T06:50:22.854Z] coverage: 70.1% of statements [2022-03-01T06:50:22.854Z] ok github.com/docker/docker/pkg/ioutils 0.616s coverage: 70.1% of statements [2022-03-01T06:50:23.254Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2022-03-01T06:50:23.254Z] === RUN TestDaemonConfigValidation [2022-03-01T06:50:23.254Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-03-01T06:50:23.254Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-03-01T06:50:23.254Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-03-01T06:50:23.254Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-03-01T06:50:23.254Z] === RUN TestDaemonConfigValidation/invalid_config [2022-03-01T06:50:23.254Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-03-01T06:50:23.254Z] === RUN TestDaemonConfigValidation/malformed_config [2022-03-01T06:50:23.254Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-03-01T06:50:23.254Z] === RUN TestDaemonConfigValidation/valid_config [2022-03-01T06:50:23.254Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-03-01T06:50:23.254Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-03-01T06:50:23.254Z] === CONT TestDaemonConfigValidation/malformed_config [2022-03-01T06:50:23.317Z] --- PASS: TestNetworkDBCRUDTableEntries (3.47s) [2022-03-01T06:50:23.317Z] === RUN TestNetworkDBNodeLeave [2022-03-01T06:50:23.516Z] === CONT TestDaemonConfigValidation/valid_config [2022-03-01T06:50:23.516Z] === CONT TestDaemonConfigValidation/invalid_config [2022-03-01T06:50:23.516Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-03-01T06:50:23.778Z] === RUN TestError [2022-03-01T06:50:23.778Z] --- PASS: TestError (0.00s) [2022-03-01T06:50:23.778Z] === RUN TestProgressString [2022-03-01T06:50:23.778Z] === RUN TestProgressString/no_progress [2022-03-01T06:50:23.778Z] === RUN TestProgressString/progress_1 [2022-03-01T06:50:23.778Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-03-01T06:50:23.778Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-03-01T06:50:23.778Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-03-01T06:50:23.778Z] === RUN TestProgressString/with_units [2022-03-01T06:50:23.778Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-03-01T06:50:23.778Z] === RUN TestProgressString/hide_counts [2022-03-01T06:50:23.778Z] --- PASS: TestProgressString (0.00s) [2022-03-01T06:50:23.778Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-03-01T06:50:23.778Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-03-01T06:50:23.778Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-03-01T06:50:23.778Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-03-01T06:50:23.778Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-03-01T06:50:23.778Z] --- PASS: TestProgressString/with_units (0.00s) [2022-03-01T06:50:23.778Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-03-01T06:50:23.778Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-03-01T06:50:23.778Z] === RUN TestJSONMessageDisplay [2022-03-01T06:50:23.778Z] --- PASS: TestJSONMessageDisplay (0.14s) [2022-03-01T06:50:23.778Z] === RUN TestJSONMessageDisplayWithJSONError [2022-03-01T06:50:23.778Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-03-01T06:50:23.778Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-03-01T06:50:23.778Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-03-01T06:50:23.778Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.15s) [2022-03-01T06:50:23.778Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-03-01T06:50:23.778Z] === RUN TestDisplayJSONMessagesStream [2022-03-01T06:50:23.778Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-03-01T06:50:23.778Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.18s) [2022-03-01T06:50:23.778Z] PASS [2022-03-01T06:50:23.778Z] coverage: 91.7% of statements [2022-03-01T06:50:23.778Z] --- PASS: TestDaemonConfigValidation/valid_config (0.08s) [2022-03-01T06:50:23.778Z] ok github.com/docker/docker/pkg/jsonmessage 0.187s coverage: 91.7% of statements [2022-03-01T06:50:23.778Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.13s) [2022-03-01T06:50:23.778Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.16s) [2022-03-01T06:50:23.778Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-01T06:50:23.778Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-03-01T06:50:24.040Z] check_test.go:308: [d425a5dd717ce] daemon is not started [2022-03-01T06:50:24.040Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2022-03-01T06:50:24.239Z] === RUN TestStandardLongPath [2022-03-01T06:50:24.239Z] --- PASS: TestStandardLongPath (0.00s) [2022-03-01T06:50:24.239Z] === RUN TestUNCLongPath [2022-03-01T06:50:24.239Z] --- PASS: TestUNCLongPath (0.00s) [2022-03-01T06:50:24.239Z] PASS [2022-03-01T06:50:24.239Z] coverage: 100.0% of statements [2022-03-01T06:50:24.239Z] ok github.com/docker/docker/pkg/longpath 0.039s coverage: 100.0% of statements [2022-03-01T06:50:24.301Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-03-01T06:50:24.874Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-03-01T06:50:25.211Z] === RUN TestNameFormat [2022-03-01T06:50:25.211Z] --- PASS: TestNameFormat (0.00s) [2022-03-01T06:50:25.211Z] === RUN TestNameRetries [2022-03-01T06:50:25.211Z] --- PASS: TestNameRetries (0.00s) [2022-03-01T06:50:25.211Z] PASS [2022-03-01T06:50:25.211Z] coverage: 85.7% of statements [2022-03-01T06:50:25.211Z] ok github.com/docker/docker/pkg/namesgenerator 0.041s coverage: 85.7% of statements [2022-03-01T06:50:25.671Z] === RUN TestParseKeyValueOpt [2022-03-01T06:50:25.671Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-03-01T06:50:25.671Z] === RUN TestParseUintList [2022-03-01T06:50:25.671Z] --- PASS: TestParseUintList (0.00s) [2022-03-01T06:50:25.671Z] === RUN TestParseUintListMaximumLimits [2022-03-01T06:50:25.671Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-03-01T06:50:25.671Z] PASS [2022-03-01T06:50:25.671Z] coverage: 97.0% of statements [2022-03-01T06:50:25.671Z] ok github.com/docker/docker/pkg/parsers 0.041s coverage: 97.0% of statements [2022-03-01T06:50:25.819Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-03-01T06:50:26.038Z] plugin_test.go:61: [d702cf1498c29] joining swarm manager [dfc36aee8aa72]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-01T06:50:26.136Z] --- PASS: TestNetworkDBNodeLeave (2.93s) [2022-03-01T06:50:26.136Z] === RUN TestNetworkDBWatch [2022-03-01T06:50:26.136Z] === RUN TestNewAndRemove [2022-03-01T06:50:26.136Z] --- PASS: TestNewAndRemove (0.00s) [2022-03-01T06:50:26.136Z] === RUN TestRemoveInvalidPath [2022-03-01T06:50:26.136Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-03-01T06:50:26.136Z] PASS [2022-03-01T06:50:26.136Z] coverage: 82.6% of statements [2022-03-01T06:50:26.136Z] ok github.com/docker/docker/pkg/pidfile 0.039s coverage: 82.6% of statements [2022-03-01T06:50:26.250Z] --- PASS: TestInspectNetwork (6.89s) [2022-03-01T06:50:26.250Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-03-01T06:50:26.250Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-03-01T06:50:26.250Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-03-01T06:50:26.250Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-03-01T06:50:26.250Z] === RUN TestRunContainerWithBridgeNone [2022-03-01T06:50:26.765Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-03-01T06:50:26.908Z] time="2022-03-01T06:50:26Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-03-01T06:50:26.908Z] --- PASS: TestNodeReincarnation (5.02s) [2022-03-01T06:50:26.908Z] === RUN TestParallelCreate [2022-03-01T06:50:26.908Z] 2022/03/01 06:50:26 Closing DB instances... [2022-03-01T06:50:26.908Z] --- PASS: TestParallelCreate (0.02s) [2022-03-01T06:50:26.908Z] === RUN TestParallelDelete [2022-03-01T06:50:26.908Z] 2022/03/01 06:50:26 Closing DB instances... [2022-03-01T06:50:26.908Z] --- PASS: TestParallelDelete (0.01s) [2022-03-01T06:50:26.908Z] === RUN TestNetworkDBIslands [2022-03-01T06:50:26.908Z] time="2022-03-01T06:50:26Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:95355701faa2 with config:&{NodeID:95355701faa2 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-01T06:50:26.908Z] time="2022-03-01T06:50:26Z" level=info msg="Node 95355701faa2/172.27.176.72, joined gossip cluster" [2022-03-01T06:50:26.908Z] time="2022-03-01T06:50:26Z" level=info msg="Node 95355701faa2/172.27.176.72, added to nodes list" [2022-03-01T06:50:26.908Z] time="2022-03-01T06:50:26Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:533b8ecca62e with config:&{NodeID:533b8ecca62e Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-01T06:50:26.908Z] time="2022-03-01T06:50:26Z" level=info msg="Node 533b8ecca62e/172.27.176.72, joined gossip cluster" [2022-03-01T06:50:26.908Z] time="2022-03-01T06:50:26Z" level=info msg="Node 533b8ecca62e/172.27.176.72, added to nodes list" [2022-03-01T06:50:26.908Z] time="2022-03-01T06:50:26Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-03-01T06:50:26.908Z] time="2022-03-01T06:50:26Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-03-01T06:50:26.908Z] time="2022-03-01T06:50:26Z" level=debug msg="memberlist: Stream connection from=[::1]:49389" [2022-03-01T06:50:26.908Z] time="2022-03-01T06:50:26Z" level=info msg="Node 533b8ecca62e/172.27.176.72, joined gossip cluster" [2022-03-01T06:50:26.908Z] time="2022-03-01T06:50:26Z" level=info msg="Node 533b8ecca62e/172.27.176.72, added to nodes list" [2022-03-01T06:50:26.908Z] time="2022-03-01T06:50:26Z" level=info msg="Node 95355701faa2/172.27.176.72, joined gossip cluster" [2022-03-01T06:50:26.908Z] time="2022-03-01T06:50:26Z" level=info msg="Node 95355701faa2/172.27.176.72, added to nodes list" [2022-03-01T06:50:26.908Z] time="2022-03-01T06:50:26Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-03-01T06:50:26.908Z] time="2022-03-01T06:50:26Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49390" [2022-03-01T06:50:26.908Z] time="2022-03-01T06:50:26Z" level=debug msg="memberlist: Failed to join 172.27.176.72: dial tcp 172.27.176.72:10004: connectex: No connection could be made because the target machine actively refused it." [2022-03-01T06:50:27.027Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2022-03-01T06:50:27.027Z] === CONT TestConfigDaemonSeccompProfiles [2022-03-01T06:50:27.027Z] daemon_test.go:156: [d9ffbad3cb5f7] daemon is not started [2022-03-01T06:50:27.027Z] --- PASS: TestConfigDaemonSeccompProfiles (3.36s) [2022-03-01T06:50:27.027Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.10s) [2022-03-01T06:50:27.027Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.06s) [2022-03-01T06:50:27.027Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.20s) [2022-03-01T06:50:27.027Z] === RUN TestDaemonProxy [2022-03-01T06:50:27.027Z] === RUN TestDaemonProxy/environment_variables [2022-03-01T06:50:27.289Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-03-01T06:50:27.405Z] plugin_test.go:64: [d6ce03086b4fe] joining swarm manager [dfc36aee8aa72]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-01T06:50:27.617Z] --- PASS: TestRunContainerWithBridgeNone (1.35s) [2022-03-01T06:50:27.617Z] === RUN TestNetworkInvalidJSON [2022-03-01T06:50:27.617Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-01T06:50:27.617Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-01T06:50:27.617Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-01T06:50:27.617Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-01T06:50:27.617Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-01T06:50:27.617Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-01T06:50:27.617Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-01T06:50:27.617Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-01T06:50:27.617Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-01T06:50:27.617Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-03-01T06:50:27.617Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-03-01T06:50:27.617Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-03-01T06:50:27.617Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-03-01T06:50:27.617Z] === RUN TestNetworkList [2022-03-01T06:50:27.617Z] === RUN TestNetworkList//networks [2022-03-01T06:50:27.617Z] === PAUSE TestNetworkList//networks [2022-03-01T06:50:27.617Z] === RUN TestNetworkList//networks/ [2022-03-01T06:50:27.617Z] === PAUSE TestNetworkList//networks/ [2022-03-01T06:50:27.617Z] === CONT TestNetworkList//networks [2022-03-01T06:50:27.617Z] === CONT TestNetworkList//networks/ [2022-03-01T06:50:27.617Z] --- PASS: TestNetworkList (0.01s) [2022-03-01T06:50:27.617Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-01T06:50:27.617Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-01T06:50:27.617Z] === RUN TestHostIPv4BridgeLabel [2022-03-01T06:50:27.678Z] 2022/03/01 06:50:27 Closing DB instances... [2022-03-01T06:50:27.892Z] time="2022-03-01T06:50:27Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:cf1eab7ceeed with config:&{NodeID:cf1eab7ceeed Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-01T06:50:27.892Z] time="2022-03-01T06:50:27Z" level=info msg="Node cf1eab7ceeed/172.27.176.72, joined gossip cluster" [2022-03-01T06:50:27.892Z] time="2022-03-01T06:50:27Z" level=info msg="Node cf1eab7ceeed/172.27.176.72, added to nodes list" [2022-03-01T06:50:27.892Z] time="2022-03-01T06:50:27Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-03-01T06:50:27.892Z] time="2022-03-01T06:50:27Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-03-01T06:50:27.892Z] time="2022-03-01T06:50:27Z" level=debug msg="memberlist: Stream connection from=[::1]:49392" [2022-03-01T06:50:27.892Z] time="2022-03-01T06:50:27Z" level=info msg="Node cf1eab7ceeed/172.27.176.72, joined gossip cluster" [2022-03-01T06:50:27.892Z] time="2022-03-01T06:50:27Z" level=info msg="Node cf1eab7ceeed/172.27.176.72, added to nodes list" [2022-03-01T06:50:27.892Z] time="2022-03-01T06:50:27Z" level=info msg="Node 95355701faa2/172.27.176.72, joined gossip cluster" [2022-03-01T06:50:27.892Z] time="2022-03-01T06:50:27Z" level=info msg="Node 95355701faa2/172.27.176.72, added to nodes list" [2022-03-01T06:50:27.892Z] time="2022-03-01T06:50:27Z" level=info msg="Node 533b8ecca62e/172.27.176.72, joined gossip cluster" [2022-03-01T06:50:27.892Z] time="2022-03-01T06:50:27Z" level=info msg="Node 533b8ecca62e/172.27.176.72, added to nodes list" [2022-03-01T06:50:27.892Z] time="2022-03-01T06:50:27Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-03-01T06:50:27.892Z] time="2022-03-01T06:50:27Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49393" [2022-03-01T06:50:27.892Z] time="2022-03-01T06:50:27Z" level=info msg="Node cf1eab7ceeed/172.27.176.72, joined gossip cluster" [2022-03-01T06:50:27.892Z] time="2022-03-01T06:50:27Z" level=info msg="Node cf1eab7ceeed/172.27.176.72, added to nodes list" [2022-03-01T06:50:28.139Z] === RUN TestFailedConnection [2022-03-01T06:50:28.139Z] --- PASS: TestGetAddress (20.68s) [2022-03-01T06:50:28.139Z] === RUN TestRequestSyntaxCheck [2022-03-01T06:50:28.139Z] --- PASS: TestRequestSyntaxCheck (0.02s) [2022-03-01T06:50:28.139Z] === RUN TestRequest [2022-03-01T06:50:28.181Z] --- PASS: TestHostIPv4BridgeLabel (0.55s) [2022-03-01T06:50:28.181Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-01T06:50:28.360Z] time="2022-03-01T06:50:27Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:9cf670fb1805 with config:&{NodeID:9cf670fb1805 Hostname:node4 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10036 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-01T06:50:28.360Z] time="2022-03-01T06:50:27Z" level=info msg="Node 9cf670fb1805/172.27.176.72, joined gossip cluster" [2022-03-01T06:50:28.360Z] time="2022-03-01T06:50:27Z" level=info msg="Node 9cf670fb1805/172.27.176.72, added to nodes list" [2022-03-01T06:50:28.360Z] time="2022-03-01T06:50:27Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-03-01T06:50:28.360Z] time="2022-03-01T06:50:27Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-03-01T06:50:28.360Z] time="2022-03-01T06:50:27Z" level=debug msg="memberlist: Stream connection from=[::1]:49394" [2022-03-01T06:50:28.360Z] time="2022-03-01T06:50:27Z" level=info msg="Node 9cf670fb1805/172.27.176.72, joined gossip cluster" [2022-03-01T06:50:28.360Z] time="2022-03-01T06:50:27Z" level=info msg="Node 9cf670fb1805/172.27.176.72, added to nodes list" [2022-03-01T06:50:28.360Z] time="2022-03-01T06:50:27Z" level=info msg="Node 533b8ecca62e/172.27.176.72, joined gossip cluster" [2022-03-01T06:50:28.360Z] time="2022-03-01T06:50:27Z" level=info msg="Node 533b8ecca62e/172.27.176.72, added to nodes list" [2022-03-01T06:50:28.360Z] time="2022-03-01T06:50:27Z" level=info msg="Node cf1eab7ceeed/172.27.176.72, joined gossip cluster" [2022-03-01T06:50:28.360Z] time="2022-03-01T06:50:27Z" level=info msg="Node cf1eab7ceeed/172.27.176.72, added to nodes list" [2022-03-01T06:50:28.360Z] time="2022-03-01T06:50:27Z" level=info msg="Node 95355701faa2/172.27.176.72, joined gossip cluster" [2022-03-01T06:50:28.360Z] time="2022-03-01T06:50:27Z" level=info msg="Node 95355701faa2/172.27.176.72, added to nodes list" [2022-03-01T06:50:28.360Z] time="2022-03-01T06:50:27Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49395" [2022-03-01T06:50:28.360Z] time="2022-03-01T06:50:27Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-03-01T06:50:28.360Z] time="2022-03-01T06:50:28Z" level=info msg="Node 9cf670fb1805/172.27.176.72, joined gossip cluster" [2022-03-01T06:50:28.360Z] time="2022-03-01T06:50:28Z" level=info msg="Node 9cf670fb1805/172.27.176.72, added to nodes list" [2022-03-01T06:50:28.360Z] time="2022-03-01T06:50:28Z" level=info msg="Node 9cf670fb1805/172.27.176.72, joined gossip cluster" [2022-03-01T06:50:28.360Z] time="2022-03-01T06:50:28Z" level=info msg="Node 9cf670fb1805/172.27.176.72, added to nodes list" [2022-03-01T06:50:28.827Z] time="2022-03-01T06:50:28Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:7976c3862428 with config:&{NodeID:7976c3862428 Hostname:node5 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10037 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-01T06:50:28.827Z] time="2022-03-01T06:50:28Z" level=info msg="Node 7976c3862428/172.27.176.72, joined gossip cluster" [2022-03-01T06:50:28.827Z] time="2022-03-01T06:50:28Z" level=info msg="Node 7976c3862428/172.27.176.72, added to nodes list" [2022-03-01T06:50:28.827Z] time="2022-03-01T06:50:28Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-03-01T06:50:28.827Z] time="2022-03-01T06:50:28Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-03-01T06:50:28.827Z] time="2022-03-01T06:50:28Z" level=debug msg="memberlist: Stream connection from=[::1]:49396" [2022-03-01T06:50:28.827Z] time="2022-03-01T06:50:28Z" level=info msg="Node 7976c3862428/172.27.176.72, joined gossip cluster" [2022-03-01T06:50:28.827Z] time="2022-03-01T06:50:28Z" level=info msg="Node 7976c3862428/172.27.176.72, added to nodes list" [2022-03-01T06:50:28.827Z] time="2022-03-01T06:50:28Z" level=info msg="Node 533b8ecca62e/172.27.176.72, joined gossip cluster" [2022-03-01T06:50:28.827Z] time="2022-03-01T06:50:28Z" level=info msg="Node 533b8ecca62e/172.27.176.72, added to nodes list" [2022-03-01T06:50:28.827Z] time="2022-03-01T06:50:28Z" level=info msg="Node 95355701faa2/172.27.176.72, joined gossip cluster" [2022-03-01T06:50:28.827Z] time="2022-03-01T06:50:28Z" level=info msg="Node 95355701faa2/172.27.176.72, added to nodes list" [2022-03-01T06:50:28.827Z] time="2022-03-01T06:50:28Z" level=info msg="Node 9cf670fb1805/172.27.176.72, joined gossip cluster" [2022-03-01T06:50:28.827Z] time="2022-03-01T06:50:28Z" level=info msg="Node 9cf670fb1805/172.27.176.72, added to nodes list" [2022-03-01T06:50:28.827Z] time="2022-03-01T06:50:28Z" level=info msg="Node cf1eab7ceeed/172.27.176.72, joined gossip cluster" [2022-03-01T06:50:28.827Z] time="2022-03-01T06:50:28Z" level=info msg="Node cf1eab7ceeed/172.27.176.72, added to nodes list" [2022-03-01T06:50:28.827Z] time="2022-03-01T06:50:28Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49397" [2022-03-01T06:50:28.827Z] time="2022-03-01T06:50:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-03-01T06:50:28.827Z] time="2022-03-01T06:50:28Z" level=info msg="Node 7976c3862428/172.27.176.72, joined gossip cluster" [2022-03-01T06:50:28.827Z] time="2022-03-01T06:50:28Z" level=info msg="Node 7976c3862428/172.27.176.72, added to nodes list" [2022-03-01T06:50:28.827Z] time="2022-03-01T06:50:28Z" level=info msg="Node 7976c3862428/172.27.176.72, joined gossip cluster" [2022-03-01T06:50:28.827Z] time="2022-03-01T06:50:28Z" level=info msg="Node 7976c3862428/172.27.176.72, joined gossip cluster" [2022-03-01T06:50:28.827Z] time="2022-03-01T06:50:28Z" level=info msg="Node 7976c3862428/172.27.176.72, added to nodes list" [2022-03-01T06:50:28.827Z] time="2022-03-01T06:50:28Z" level=info msg="Node 7976c3862428/172.27.176.72, added to nodes list" [2022-03-01T06:50:28.827Z] networkdb_test.go:835: Re-joining: 3 [2022-03-01T06:50:28.827Z] time="2022-03-01T06:50:28Z" level=info msg="The new bootstrap node list is:[172.27.176.72:10033 172.27.176.72:10034 172.27.176.72:10035]" [2022-03-01T06:50:28.827Z] time="2022-03-01T06:50:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.176.72:10033" [2022-03-01T06:50:28.827Z] time="2022-03-01T06:50:28Z" level=debug msg="memberlist: Stream connection from=172.27.176.72:49398" [2022-03-01T06:50:28.827Z] time="2022-03-01T06:50:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.176.72:10034" [2022-03-01T06:50:28.827Z] time="2022-03-01T06:50:28Z" level=debug msg="memberlist: Stream connection from=172.27.176.72:49399" [2022-03-01T06:50:28.827Z] time="2022-03-01T06:50:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.176.72:10035" [2022-03-01T06:50:28.827Z] time="2022-03-01T06:50:28Z" level=debug msg="memberlist: Stream connection from=172.27.176.72:49400" [2022-03-01T06:50:29.110Z] --- PASS: TestNetworkDBWatch (3.03s) [2022-03-01T06:50:29.110Z] === RUN TestNetworkDBBulkSync [2022-03-01T06:50:29.110Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-03-01T06:50:29.110Z] === RUN TestDaemonDefaultNetworkPools [2022-03-01T06:50:29.203Z] === RUN TestDaemonProxy/command-line_options [2022-03-01T06:50:29.294Z] time="2022-03-01T06:50:28Z" level=debug msg="memberlist: Failed to join 172.27.176.72: dial tcp 172.27.176.72:10004: connectex: No connection could be made because the target machine actively refused it." [2022-03-01T06:50:29.294Z] networkdb_test.go:835: Re-joining: 4 [2022-03-01T06:50:29.294Z] time="2022-03-01T06:50:28Z" level=info msg="The new bootstrap node list is:[172.27.176.72:10033 172.27.176.72:10034 172.27.176.72:10035]" [2022-03-01T06:50:29.294Z] time="2022-03-01T06:50:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.176.72:10033" [2022-03-01T06:50:29.294Z] time="2022-03-01T06:50:28Z" level=debug msg="memberlist: Stream connection from=172.27.176.72:49402" [2022-03-01T06:50:29.294Z] time="2022-03-01T06:50:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.176.72:10034" [2022-03-01T06:50:29.294Z] time="2022-03-01T06:50:28Z" level=debug msg="memberlist: Stream connection from=172.27.176.72:49403" [2022-03-01T06:50:29.294Z] time="2022-03-01T06:50:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.176.72:10035" [2022-03-01T06:50:29.294Z] time="2022-03-01T06:50:28Z" level=debug msg="memberlist: Stream connection from=172.27.176.72:49404" [2022-03-01T06:50:29.294Z] time="2022-03-01T06:50:29Z" level=info msg="node 0 leaving" [2022-03-01T06:50:29.674Z] --- PASS: TestDaemonDefaultNetworkPools (0.71s) [2022-03-01T06:50:29.674Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-01T06:50:29.761Z] time="2022-03-01T06:50:29Z" level=info msg="Node 95355701faa2 change state NodeActive --> NodeLeft" [2022-03-01T06:50:29.761Z] time="2022-03-01T06:50:29Z" level=info msg="node3(cf1eab7ceeed): Node leave event for 95355701faa2/172.27.176.72" [2022-03-01T06:50:29.761Z] time="2022-03-01T06:50:29Z" level=info msg="Node 95355701faa2 change state NodeActive --> NodeLeft" [2022-03-01T06:50:29.761Z] time="2022-03-01T06:50:29Z" level=info msg="node5(7976c3862428): Node leave event for 95355701faa2/172.27.176.72" [2022-03-01T06:50:29.761Z] time="2022-03-01T06:50:29Z" level=info msg="Node 95355701faa2 change state NodeActive --> NodeLeft" [2022-03-01T06:50:29.761Z] time="2022-03-01T06:50:29Z" level=info msg="node4(9cf670fb1805): Node leave event for 95355701faa2/172.27.176.72" [2022-03-01T06:50:29.761Z] time="2022-03-01T06:50:29Z" level=info msg="Node 95355701faa2 change state NodeActive --> NodeLeft" [2022-03-01T06:50:29.761Z] time="2022-03-01T06:50:29Z" level=info msg="node2(533b8ecca62e): Node leave event for 95355701faa2/172.27.176.72" [2022-03-01T06:50:29.761Z] time="2022-03-01T06:50:29Z" level=info msg="Node 95355701faa2 change state NodeActive --> NodeLeft" [2022-03-01T06:50:29.761Z] time="2022-03-01T06:50:29Z" level=info msg="node1(95355701faa2): Node leave event for 95355701faa2/172.27.176.72" [2022-03-01T06:50:29.761Z] time="2022-03-01T06:50:29Z" level=info msg="Node 95355701faa2/172.27.176.72, left gossip cluster" [2022-03-01T06:50:29.761Z] time="2022-03-01T06:50:29Z" level=info msg="Node 95355701faa2/172.27.176.72, left gossip cluster" [2022-03-01T06:50:29.761Z] time="2022-03-01T06:50:29Z" level=info msg="Node 95355701faa2/172.27.176.72, left gossip cluster" [2022-03-01T06:50:29.761Z] time="2022-03-01T06:50:29Z" level=info msg="Node 95355701faa2/172.27.176.72, left gossip cluster" [2022-03-01T06:50:29.761Z] time="2022-03-01T06:50:29Z" level=info msg="Node 95355701faa2/172.27.176.72, left gossip cluster" [2022-03-01T06:50:29.761Z] time="2022-03-01T06:50:29Z" level=info msg="node 1 leaving" [2022-03-01T06:50:29.761Z] time="2022-03-01T06:50:29Z" level=info msg="Node 533b8ecca62e change state NodeActive --> NodeLeft" [2022-03-01T06:50:29.761Z] time="2022-03-01T06:50:29Z" level=info msg="node4(9cf670fb1805): Node leave event for 533b8ecca62e/172.27.176.72" [2022-03-01T06:50:29.761Z] time="2022-03-01T06:50:29Z" level=info msg="Node 533b8ecca62e change state NodeActive --> NodeLeft" [2022-03-01T06:50:29.761Z] time="2022-03-01T06:50:29Z" level=info msg="Node 533b8ecca62e/172.27.176.72, left gossip cluster" [2022-03-01T06:50:29.761Z] time="2022-03-01T06:50:29Z" level=info msg="node3(cf1eab7ceeed): Node leave event for 533b8ecca62e/172.27.176.72" [2022-03-01T06:50:29.761Z] time="2022-03-01T06:50:29Z" level=info msg="Node 533b8ecca62e change state NodeActive --> NodeFailed" [2022-03-01T06:50:29.761Z] time="2022-03-01T06:50:29Z" level=info msg="Node 533b8ecca62e change state NodeActive --> NodeLeft" [2022-03-01T06:50:29.761Z] time="2022-03-01T06:50:29Z" level=info msg="Node 533b8ecca62e/172.27.176.72, added to failed nodes list" [2022-03-01T06:50:29.761Z] time="2022-03-01T06:50:29Z" level=info msg="node5(7976c3862428): Node leave event for 533b8ecca62e/172.27.176.72" [2022-03-01T06:50:29.775Z] docker_cli_daemon_plugins_test.go:106: [d0b47e5892aea] daemon is not started [2022-03-01T06:50:30.083Z] --- PASS: TestFailedConnection (2.03s) [2022-03-01T06:50:30.083Z] === RUN TestFailOnce [2022-03-01T06:50:30.083Z] 2022/03/01 06:50:29 http: panic serving 127.0.0.1:49273: Plugin not ready [2022-03-01T06:50:30.083Z] goroutine 34 [running]: [2022-03-01T06:50:30.083Z] net/http.(*conn).serve.func1() [2022-03-01T06:50:30.083Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-03-01T06:50:30.083Z] panic({0x8fb9a0, 0xa0f6d0}) [2022-03-01T06:50:30.083Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-03-01T06:50:30.083Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0xdbf468484652ece1}, 0xc000063a98) [2022-03-01T06:50:30.083Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-03-01T06:50:30.083Z] net/http.HandlerFunc.ServeHTTP(0x0, {0xa1c5c0, 0xc00021a000}, 0x831206) [2022-03-01T06:50:30.083Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-03-01T06:50:30.083Z] net/http.(*ServeMux).ServeHTTP(0x0, {0xa1c5c0, 0xc00021a000}, 0xc0001aa000) [2022-03-01T06:50:30.083Z] c:/go/src/net/http/server.go:2425 +0x149 [2022-03-01T06:50:30.083Z] net/http.serverHandler.ServeHTTP({0xa1acb0}, {0xa1c5c0, 0xc00021a000}, 0xc0001aa000) [2022-03-01T06:50:30.083Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-03-01T06:50:30.083Z] net/http.(*conn).serve(0xc0001a0000, {0xa1e5c0, 0xc0001820c0}) [2022-03-01T06:50:30.083Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-03-01T06:50:30.083Z] created by net/http.(*Server).Serve [2022-03-01T06:50:30.083Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-03-01T06:50:30.083Z] time="2022-03-01T06:50:29Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49272/Test.FailOnce: Post \"http://127.0.0.1:49272/Test.FailOnce\": EOF, retrying in 1s" [2022-03-01T06:50:30.228Z] time="2022-03-01T06:50:29Z" level=error msg="node: 533b8ecca62e is unknown to memberlist" [2022-03-01T06:50:30.228Z] time="2022-03-01T06:50:29Z" level=info msg="Node 533b8ecca62e/172.27.176.72, left gossip cluster" [2022-03-01T06:50:30.228Z] time="2022-03-01T06:50:29Z" level=info msg="Node 533b8ecca62e/172.27.176.72, left gossip cluster" [2022-03-01T06:50:30.228Z] time="2022-03-01T06:50:29Z" level=info msg="Node 533b8ecca62e/172.27.176.72, left gossip cluster" [2022-03-01T06:50:30.228Z] time="2022-03-01T06:50:30Z" level=info msg="node 2 leaving" [2022-03-01T06:50:30.228Z] time="2022-03-01T06:50:30Z" level=info msg="Node cf1eab7ceeed change state NodeActive --> NodeLeft" [2022-03-01T06:50:30.228Z] time="2022-03-01T06:50:30Z" level=info msg="node4(9cf670fb1805): Node leave event for cf1eab7ceeed/172.27.176.72" [2022-03-01T06:50:30.228Z] time="2022-03-01T06:50:30Z" level=info msg="Node cf1eab7ceeed change state NodeActive --> NodeLeft" [2022-03-01T06:50:30.228Z] time="2022-03-01T06:50:30Z" level=info msg="node5(7976c3862428): Node leave event for cf1eab7ceeed/172.27.176.72" [2022-03-01T06:50:30.228Z] time="2022-03-01T06:50:30Z" level=info msg="Node cf1eab7ceeed change state NodeActive --> NodeLeft" [2022-03-01T06:50:30.228Z] time="2022-03-01T06:50:30Z" level=info msg="node3(cf1eab7ceeed): Node leave event for cf1eab7ceeed/172.27.176.72" [2022-03-01T06:50:30.544Z] 2022/03/01 06:50:30 Closing DB instances... [2022-03-01T06:50:30.695Z] time="2022-03-01T06:50:30Z" level=debug msg="memberlist: Failed ping: 533b8ecca62e (timeout reached)" [2022-03-01T06:50:30.695Z] time="2022-03-01T06:50:30Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.27.176.72:10037: use of closed network connection" [2022-03-01T06:50:30.695Z] time="2022-03-01T06:50:30Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.27.176.72:10036: use of closed network connection" [2022-03-01T06:50:30.695Z] time="2022-03-01T06:50:30Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.27.176.72:10035: use of closed network connection" [2022-03-01T06:50:30.695Z] time="2022-03-01T06:50:30Z" level=info msg="Node cf1eab7ceeed/172.27.176.72, left gossip cluster" [2022-03-01T06:50:30.695Z] time="2022-03-01T06:50:30Z" level=info msg="Node cf1eab7ceeed/172.27.176.72, left gossip cluster" [2022-03-01T06:50:30.695Z] time="2022-03-01T06:50:30Z" level=info msg="Node cf1eab7ceeed/172.27.176.72, left gossip cluster" [2022-03-01T06:50:30.719Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2022-03-01T06:50:30.719Z] === RUN TestDaemonProxy/configuration_file [2022-03-01T06:50:30.981Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-03-01T06:50:31.004Z] --- PASS: TestFailOnce (1.16s) [2022-03-01T06:50:31.004Z] === RUN TestEchoInputOutput [2022-03-01T06:50:31.004Z] --- PASS: TestEchoInputOutput (0.00s) [2022-03-01T06:50:31.004Z] === RUN TestBackoff [2022-03-01T06:50:31.004Z] --- PASS: TestBackoff (0.00s) [2022-03-01T06:50:31.004Z] === RUN TestAbortRetry [2022-03-01T06:50:31.004Z] --- PASS: TestAbortRetry (0.00s) [2022-03-01T06:50:31.004Z] === RUN TestClientScheme [2022-03-01T06:50:31.004Z] --- PASS: TestClientScheme (0.00s) [2022-03-01T06:50:31.004Z] === RUN TestNewClientWithTimeout [2022-03-01T06:50:31.042Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.12s) [2022-03-01T06:50:31.042Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-01T06:50:31.163Z] time="2022-03-01T06:50:30Z" level=info msg="memberlist: Suspect 533b8ecca62e has failed, no acks received" [2022-03-01T06:50:31.163Z] networkdb_test.go:867: node4: OK [2022-03-01T06:50:31.163Z] networkdb_test.go:867: node5: OK [2022-03-01T06:50:31.163Z] time="2022-03-01T06:50:30Z" level=info msg="node 0 coming back" [2022-03-01T06:50:31.163Z] time="2022-03-01T06:50:30Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:e868e7556b08 with config:&{NodeID:e868e7556b08 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-01T06:50:31.163Z] time="2022-03-01T06:50:30Z" level=info msg="Node e868e7556b08/172.27.176.72, joined gossip cluster" [2022-03-01T06:50:31.163Z] time="2022-03-01T06:50:30Z" level=info msg="Node e868e7556b08/172.27.176.72, added to nodes list" [2022-03-01T06:50:31.163Z] time="2022-03-01T06:50:30Z" level=info msg="node 1 coming back" [2022-03-01T06:50:31.163Z] time="2022-03-01T06:50:30Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:21d0c17c7ab7 with config:&{NodeID:21d0c17c7ab7 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-01T06:50:31.163Z] time="2022-03-01T06:50:30Z" level=info msg="Node 21d0c17c7ab7/172.27.176.72, joined gossip cluster" [2022-03-01T06:50:31.163Z] time="2022-03-01T06:50:30Z" level=info msg="Node 21d0c17c7ab7/172.27.176.72, added to nodes list" [2022-03-01T06:50:31.163Z] time="2022-03-01T06:50:30Z" level=info msg="node 2 coming back" [2022-03-01T06:50:31.163Z] time="2022-03-01T06:50:30Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:d3dbf7941072 with config:&{NodeID:d3dbf7941072 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-01T06:50:31.163Z] time="2022-03-01T06:50:30Z" level=info msg="Node d3dbf7941072/172.27.176.72, joined gossip cluster" [2022-03-01T06:50:31.163Z] time="2022-03-01T06:50:30Z" level=info msg="Node d3dbf7941072/172.27.176.72, added to nodes list" [2022-03-01T06:50:31.163Z] time="2022-03-01T06:50:30Z" level=debug msg="memberlist: Failed to join 172.27.176.72: dial tcp 172.27.176.72:10004: connectex: No connection could be made because the target machine actively refused it." [2022-03-01T06:50:31.926Z] check_test.go:308: [d7fd8c6c60eb8] daemon is not started [2022-03-01T06:50:31.926Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2022-03-01T06:50:31.976Z] time="2022-03-01T06:50:31Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49279/Test.Echo: Post \"http://127.0.0.1:49279/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-03-01T06:50:31.976Z] --- PASS: TestNetworkDBBulkSync (3.02s) [2022-03-01T06:50:31.976Z] === RUN TestNetworkDBCRUDMediumCluster [2022-03-01T06:50:32.410Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s) [2022-03-01T06:50:32.410Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-01T06:50:32.499Z] === RUN TestDaemonProxy/conflicting_options [2022-03-01T06:50:32.667Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2022-03-01T06:50:32.667Z] === RUN TestServiceWithPredefinedNetwork [2022-03-01T06:50:33.071Z] === RUN TestDaemonProxy/reload_sanitized [2022-03-01T06:50:33.333Z] --- PASS: TestDaemonProxy (6.36s) [2022-03-01T06:50:33.333Z] --- PASS: TestDaemonProxy/environment_variables (1.76s) [2022-03-01T06:50:33.333Z] --- PASS: TestDaemonProxy/command-line_options (1.77s) [2022-03-01T06:50:33.333Z] --- PASS: TestDaemonProxy/configuration_file (1.79s) [2022-03-01T06:50:33.333Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-03-01T06:50:33.333Z] --- PASS: TestDaemonProxy/reload_sanitized (0.53s) [2022-03-01T06:50:33.333Z] PASS [2022-03-01T06:50:33.333Z] [2022-03-01T06:50:33.333Z] DONE 17 tests in 10.876s [2022-03-01T06:50:33.333Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-03-01T06:50:33.333Z] ++ 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 [2022-03-01T06:50:33.333Z] ++ set -e [2022-03-01T06:50:33.384Z] time="2022-03-01T06:50:32Z" level=debug msg="memberlist: Failed to join 172.27.176.72: dial tcp 172.27.176.72:10004: connectex: No connection could be made because the target machine actively refused it." [2022-03-01T06:50:33.518Z] time="2022-03-01T06:50:32Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49279/Test.Echo: Post \"http://127.0.0.1:49279/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-03-01T06:50:33.594Z] ++ '[' -n 0 ']' [2022-03-01T06:50:33.594Z] ++ set -x [2022-03-01T06:50:33.594Z] ++ 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 [2022-03-01T06:50:33.594Z] INFO: Testing against a local daemon [2022-03-01T06:50:33.594Z] === RUN TestCommitInheritsEnv [2022-03-01T06:50:33.979Z] --- PASS: TestRequest (6.07s) [2022-03-01T06:50:33.979Z] === RUN TestOverlappingRequests [2022-03-01T06:50:34.175Z] --- PASS: TestCommitInheritsEnv (0.33s) [2022-03-01T06:50:34.175Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-01T06:50:34.175Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-03-01T06:50:34.175Z] === RUN TestImportWithCustomPlatform [2022-03-01T06:50:34.175Z] === RUN TestImportWithCustomPlatform/#00 [2022-03-01T06:50:34.175Z] === RUN TestImportWithCustomPlatform/_______ [2022-03-01T06:50:34.175Z] === RUN TestImportWithCustomPlatform// [2022-03-01T06:50:34.175Z] === RUN TestImportWithCustomPlatform/linux [2022-03-01T06:50:34.175Z] === RUN TestImportWithCustomPlatform/LINUX [2022-03-01T06:50:34.370Z] time="2022-03-01T06:50:33Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.27.176.72:10033 172.27.176.72:10034 172.27.176.72:10035]" [2022-03-01T06:50:34.437Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-03-01T06:50:34.437Z] === RUN TestImportWithCustomPlatform/macos [2022-03-01T06:50:34.437Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-03-01T06:50:34.437Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-03-01T06:50:34.437Z] --- PASS: TestImportWithCustomPlatform (0.42s) [2022-03-01T06:50:34.437Z] --- PASS: TestImportWithCustomPlatform/#00 (0.12s) [2022-03-01T06:50:34.437Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-03-01T06:50:34.437Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-03-01T06:50:34.437Z] --- PASS: TestImportWithCustomPlatform/linux (0.09s) [2022-03-01T06:50:34.437Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.08s) [2022-03-01T06:50:34.437Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.09s) [2022-03-01T06:50:34.437Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-03-01T06:50:34.437Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-03-01T06:50:34.437Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-03-01T06:50:34.437Z] === RUN TestImagesFilterMultiReference [2022-03-01T06:50:34.437Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-03-01T06:50:34.437Z] === RUN TestImagePullPlatformInvalid [2022-03-01T06:50:34.437Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2022-03-01T06:50:34.437Z] === RUN TestRemoveImageOrphaning [2022-03-01T06:50:34.439Z] --- PASS: TestOverlappingRequests (0.33s) [2022-03-01T06:50:34.439Z] === RUN TestRelease [2022-03-01T06:50:34.560Z] --- PASS: TestServiceWithPredefinedNetwork (1.84s) [2022-03-01T06:50:34.560Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-01T06:50:34.560Z] service_test.go:243: FLAKY_TEST [2022-03-01T06:50:34.560Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-01T06:50:34.560Z] === RUN TestServiceWithDataPathPortInit [2022-03-01T06:50:34.699Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-03-01T06:50:34.838Z] time="2022-03-01T06:50:34Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.27.176.72:10033 172.27.176.72:10034 172.27.176.72:10035]" [2022-03-01T06:50:34.960Z] --- PASS: TestRemoveImageOrphaning (0.32s) [2022-03-01T06:50:34.960Z] === RUN TestRemoveImageGarbageCollector [2022-03-01T06:50:35.221Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-03-01T06:50:35.305Z] time="2022-03-01T06:50:34Z" level=debug msg="memberlist: Failed to join 172.27.176.72: dial tcp 172.27.176.72:10004: connectex: No connection could be made because the target machine actively refused it." [2022-03-01T06:50:35.305Z] time="2022-03-01T06:50:34Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.176.72:10033" [2022-03-01T06:50:35.305Z] time="2022-03-01T06:50:34Z" level=debug msg="memberlist: Stream connection from=172.27.176.72:49409" [2022-03-01T06:50:35.305Z] time="2022-03-01T06:50:34Z" level=info msg="Node 9cf670fb1805/172.27.176.72, joined gossip cluster" [2022-03-01T06:50:35.305Z] time="2022-03-01T06:50:34Z" level=info msg="Node 9cf670fb1805/172.27.176.72, added to nodes list" [2022-03-01T06:50:35.305Z] time="2022-03-01T06:50:34Z" level=info msg="Node 7976c3862428/172.27.176.72, joined gossip cluster" [2022-03-01T06:50:35.305Z] time="2022-03-01T06:50:34Z" level=info msg="Node 7976c3862428/172.27.176.72, added to nodes list" [2022-03-01T06:50:35.305Z] time="2022-03-01T06:50:34Z" level=info msg="Node e868e7556b08/172.27.176.72, joined gossip cluster" [2022-03-01T06:50:35.305Z] time="2022-03-01T06:50:34Z" level=info msg="Node e868e7556b08/172.27.176.72, is the new incarnation of the shutdown node 95355701faa2/172.27.176.72" [2022-03-01T06:50:35.305Z] time="2022-03-01T06:50:34Z" level=info msg="Node e868e7556b08/172.27.176.72, added to nodes list" [2022-03-01T06:50:35.305Z] time="2022-03-01T06:50:34Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.176.72:10034" [2022-03-01T06:50:35.305Z] time="2022-03-01T06:50:34Z" level=debug msg="memberlist: Stream connection from=172.27.176.72:49410" [2022-03-01T06:50:35.305Z] time="2022-03-01T06:50:34Z" level=info msg="Node 9cf670fb1805/172.27.176.72, joined gossip cluster" [2022-03-01T06:50:35.305Z] time="2022-03-01T06:50:34Z" level=info msg="Node 9cf670fb1805/172.27.176.72, added to nodes list" [2022-03-01T06:50:35.305Z] time="2022-03-01T06:50:34Z" level=info msg="Node e868e7556b08/172.27.176.72, joined gossip cluster" [2022-03-01T06:50:35.305Z] time="2022-03-01T06:50:34Z" level=info msg="Node e868e7556b08/172.27.176.72, added to nodes list" [2022-03-01T06:50:35.305Z] time="2022-03-01T06:50:34Z" level=info msg="Node 7976c3862428/172.27.176.72, joined gossip cluster" [2022-03-01T06:50:35.305Z] time="2022-03-01T06:50:34Z" level=info msg="Node 7976c3862428/172.27.176.72, added to nodes list" [2022-03-01T06:50:35.305Z] time="2022-03-01T06:50:34Z" level=info msg="Node 21d0c17c7ab7/172.27.176.72, joined gossip cluster" [2022-03-01T06:50:35.306Z] time="2022-03-01T06:50:34Z" level=info msg="Node 21d0c17c7ab7/172.27.176.72, is the new incarnation of the shutdown node 533b8ecca62e/172.27.176.72" [2022-03-01T06:50:35.306Z] time="2022-03-01T06:50:34Z" level=info msg="Node 21d0c17c7ab7/172.27.176.72, added to nodes list" [2022-03-01T06:50:35.306Z] time="2022-03-01T06:50:34Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.176.72:10035" [2022-03-01T06:50:35.306Z] time="2022-03-01T06:50:34Z" level=debug msg="memberlist: Stream connection from=172.27.176.72:49411" [2022-03-01T06:50:35.306Z] time="2022-03-01T06:50:34Z" level=info msg="Node 9cf670fb1805/172.27.176.72, joined gossip cluster" [2022-03-01T06:50:35.306Z] time="2022-03-01T06:50:34Z" level=info msg="Node 9cf670fb1805/172.27.176.72, added to nodes list" [2022-03-01T06:50:35.306Z] time="2022-03-01T06:50:34Z" level=info msg="Node e868e7556b08/172.27.176.72, joined gossip cluster" [2022-03-01T06:50:35.306Z] time="2022-03-01T06:50:34Z" level=info msg="Node e868e7556b08/172.27.176.72, added to nodes list" [2022-03-01T06:50:35.306Z] time="2022-03-01T06:50:34Z" level=info msg="Node 7976c3862428/172.27.176.72, joined gossip cluster" [2022-03-01T06:50:35.306Z] time="2022-03-01T06:50:34Z" level=info msg="Node 7976c3862428/172.27.176.72, added to nodes list" [2022-03-01T06:50:35.306Z] time="2022-03-01T06:50:34Z" level=info msg="Node 21d0c17c7ab7/172.27.176.72, joined gossip cluster" [2022-03-01T06:50:35.306Z] time="2022-03-01T06:50:34Z" level=info msg="Node 21d0c17c7ab7/172.27.176.72, added to nodes list" [2022-03-01T06:50:35.306Z] time="2022-03-01T06:50:34Z" level=info msg="Node d3dbf7941072/172.27.176.72, joined gossip cluster" [2022-03-01T06:50:35.306Z] time="2022-03-01T06:50:34Z" level=info msg="Node d3dbf7941072/172.27.176.72, is the new incarnation of the shutdown node cf1eab7ceeed/172.27.176.72" [2022-03-01T06:50:35.306Z] time="2022-03-01T06:50:34Z" level=info msg="Node d3dbf7941072/172.27.176.72, added to nodes list" [2022-03-01T06:50:35.306Z] time="2022-03-01T06:50:34Z" level=info msg="Node 21d0c17c7ab7/172.27.176.72, joined gossip cluster" [2022-03-01T06:50:35.306Z] time="2022-03-01T06:50:34Z" level=info msg="Node 21d0c17c7ab7/172.27.176.72, added to nodes list" [2022-03-01T06:50:35.306Z] time="2022-03-01T06:50:34Z" level=info msg="Node 21d0c17c7ab7/172.27.176.72, joined gossip cluster" [2022-03-01T06:50:35.306Z] time="2022-03-01T06:50:34Z" level=info msg="Node 21d0c17c7ab7/172.27.176.72, is the new incarnation of the shutdown node 533b8ecca62e/172.27.176.72" [2022-03-01T06:50:35.306Z] time="2022-03-01T06:50:34Z" level=info msg="Node 21d0c17c7ab7/172.27.176.72, added to nodes list" [2022-03-01T06:50:35.306Z] time="2022-03-01T06:50:34Z" level=info msg="Node e868e7556b08/172.27.176.72, joined gossip cluster" [2022-03-01T06:50:35.306Z] time="2022-03-01T06:50:34Z" level=info msg="Node e868e7556b08/172.27.176.72, is the new incarnation of the shutdown node 95355701faa2/172.27.176.72" [2022-03-01T06:50:35.306Z] time="2022-03-01T06:50:34Z" level=info msg="Node e868e7556b08/172.27.176.72, added to nodes list" [2022-03-01T06:50:35.306Z] time="2022-03-01T06:50:34Z" level=info msg="Node d3dbf7941072/172.27.176.72, joined gossip cluster" [2022-03-01T06:50:35.306Z] time="2022-03-01T06:50:34Z" level=info msg="Node d3dbf7941072/172.27.176.72, added to nodes list" [2022-03-01T06:50:35.306Z] time="2022-03-01T06:50:34Z" level=info msg="Node d3dbf7941072/172.27.176.72, joined gossip cluster" [2022-03-01T06:50:35.306Z] time="2022-03-01T06:50:34Z" level=info msg="Node d3dbf7941072/172.27.176.72, is the new incarnation of the shutdown node cf1eab7ceeed/172.27.176.72" [2022-03-01T06:50:35.306Z] time="2022-03-01T06:50:34Z" level=info msg="Node d3dbf7941072/172.27.176.72, added to nodes list" [2022-03-01T06:50:35.306Z] time="2022-03-01T06:50:34Z" level=info msg="Node d3dbf7941072/172.27.176.72, joined gossip cluster" [2022-03-01T06:50:35.306Z] time="2022-03-01T06:50:34Z" level=info msg="Node d3dbf7941072/172.27.176.72, added to nodes list" [2022-03-01T06:50:35.410Z] 2022/03/01 06:50:35 Closing DB instances... [2022-03-01T06:50:35.483Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2022-03-01T06:50:35.773Z] time="2022-03-01T06:50:35Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.176.72:10033" [2022-03-01T06:50:35.773Z] time="2022-03-01T06:50:35Z" level=debug msg="memberlist: Stream connection from=172.27.176.72:49412" [2022-03-01T06:50:35.773Z] time="2022-03-01T06:50:35Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.176.72:10034" [2022-03-01T06:50:35.773Z] time="2022-03-01T06:50:35Z" level=debug msg="memberlist: Stream connection from=172.27.176.72:49413" [2022-03-01T06:50:35.773Z] time="2022-03-01T06:50:35Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.176.72:10035" [2022-03-01T06:50:35.773Z] time="2022-03-01T06:50:35Z" level=debug msg="memberlist: Stream connection from=172.27.176.72:49414" [2022-03-01T06:50:35.871Z] time="2022-03-01T06:50:35Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49279/Test.Echo: Post \"http://127.0.0.1:49279/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-03-01T06:50:35.871Z] --- PASS: TestRelease (1.22s) [2022-03-01T06:50:35.871Z] === RUN TestAllocateRandomDeallocate [2022-03-01T06:50:36.054Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-03-01T06:50:36.240Z] 2022/03/01 06:50:35 Closing DB instances... [2022-03-01T06:50:36.240Z] time="2022-03-01T06:50:35Z" level=info msg="Node e868e7556b08 change state NodeActive --> NodeLeft" [2022-03-01T06:50:36.240Z] time="2022-03-01T06:50:35Z" level=info msg="node2(21d0c17c7ab7): Node leave event for e868e7556b08/172.27.176.72" [2022-03-01T06:50:36.240Z] time="2022-03-01T06:50:35Z" level=info msg="Node e868e7556b08 change state NodeActive --> NodeLeft" [2022-03-01T06:50:36.240Z] time="2022-03-01T06:50:35Z" level=info msg="Node e868e7556b08 change state NodeActive --> NodeLeft" [2022-03-01T06:50:36.240Z] time="2022-03-01T06:50:35Z" level=info msg="node5(7976c3862428): Node leave event for e868e7556b08/172.27.176.72" [2022-03-01T06:50:36.240Z] time="2022-03-01T06:50:35Z" level=info msg="node4(9cf670fb1805): Node leave event for e868e7556b08/172.27.176.72" [2022-03-01T06:50:36.240Z] time="2022-03-01T06:50:35Z" level=info msg="Node e868e7556b08 change state NodeActive --> NodeLeft" [2022-03-01T06:50:36.240Z] time="2022-03-01T06:50:35Z" level=info msg="node1(e868e7556b08): Node leave event for e868e7556b08/172.27.176.72" [2022-03-01T06:50:36.240Z] time="2022-03-01T06:50:35Z" level=info msg="Node e868e7556b08 change state NodeActive --> NodeLeft" [2022-03-01T06:50:36.240Z] time="2022-03-01T06:50:35Z" level=info msg="node3(d3dbf7941072): Node leave event for e868e7556b08/172.27.176.72" [2022-03-01T06:50:36.240Z] time="2022-03-01T06:50:36Z" level=info msg="Node e868e7556b08/172.27.176.72, left gossip cluster" [2022-03-01T06:50:36.240Z] time="2022-03-01T06:50:36Z" level=info msg="Node e868e7556b08/172.27.176.72, left gossip cluster" [2022-03-01T06:50:36.240Z] time="2022-03-01T06:50:36Z" level=info msg="Node e868e7556b08/172.27.176.72, left gossip cluster" [2022-03-01T06:50:36.241Z] time="2022-03-01T06:50:36Z" level=info msg="Node e868e7556b08/172.27.176.72, left gossip cluster" [2022-03-01T06:50:36.241Z] time="2022-03-01T06:50:36Z" level=info msg="Node e868e7556b08/172.27.176.72, left gossip cluster" [2022-03-01T06:50:36.708Z] time="2022-03-01T06:50:36Z" level=info msg="Node 21d0c17c7ab7 change state NodeActive --> NodeLeft" [2022-03-01T06:50:36.708Z] time="2022-03-01T06:50:36Z" level=info msg="node4(9cf670fb1805): Node leave event for 21d0c17c7ab7/172.27.176.72" [2022-03-01T06:50:36.708Z] time="2022-03-01T06:50:36Z" level=info msg="Node 21d0c17c7ab7 change state NodeActive --> NodeLeft" [2022-03-01T06:50:36.708Z] time="2022-03-01T06:50:36Z" level=info msg="node3(d3dbf7941072): Node leave event for 21d0c17c7ab7/172.27.176.72" [2022-03-01T06:50:36.708Z] time="2022-03-01T06:50:36Z" level=info msg="Node 21d0c17c7ab7 change state NodeActive --> NodeLeft" [2022-03-01T06:50:36.708Z] time="2022-03-01T06:50:36Z" level=info msg="node5(7976c3862428): Node leave event for 21d0c17c7ab7/172.27.176.72" [2022-03-01T06:50:36.708Z] time="2022-03-01T06:50:36Z" level=info msg="Node 21d0c17c7ab7 change state NodeActive --> NodeLeft" [2022-03-01T06:50:36.708Z] time="2022-03-01T06:50:36Z" level=info msg="node2(21d0c17c7ab7): Node leave event for 21d0c17c7ab7/172.27.176.72" [2022-03-01T06:50:36.708Z] time="2022-03-01T06:50:36Z" level=info msg="Node 21d0c17c7ab7/172.27.176.72, left gossip cluster" [2022-03-01T06:50:36.708Z] time="2022-03-01T06:50:36Z" level=info msg="Node 21d0c17c7ab7/172.27.176.72, left gossip cluster" [2022-03-01T06:50:36.708Z] time="2022-03-01T06:50:36Z" level=info msg="Node 21d0c17c7ab7/172.27.176.72, left gossip cluster" [2022-03-01T06:50:36.708Z] time="2022-03-01T06:50:36Z" level=info msg="Node 21d0c17c7ab7/172.27.176.72, left gossip cluster" [2022-03-01T06:50:36.999Z] --- PASS: TestRemoveImageGarbageCollector (2.06s) [2022-03-01T06:50:37.000Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-01T06:50:37.000Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2022-03-01T06:50:37.000Z] === RUN TestTagInvalidReference [2022-03-01T06:50:37.000Z] --- PASS: TestTagInvalidReference (0.02s) [2022-03-01T06:50:37.000Z] === RUN TestTagValidPrefixedRepo [2022-03-01T06:50:37.000Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-03-01T06:50:37.000Z] === RUN TestTagExistedNameWithoutForce [2022-03-01T06:50:37.000Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-03-01T06:50:37.000Z] === RUN TestTagOfficialNames [2022-03-01T06:50:37.000Z] --- PASS: TestTagOfficialNames (0.05s) [2022-03-01T06:50:37.000Z] === RUN TestTagMatchesDigest [2022-03-01T06:50:37.000Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-03-01T06:50:37.000Z] === CONT TestImportExtremelyLargeImageWorks [2022-03-01T06:50:37.177Z] time="2022-03-01T06:50:36Z" level=info msg="Node d3dbf7941072 change state NodeActive --> NodeLeft" [2022-03-01T06:50:37.177Z] time="2022-03-01T06:50:36Z" level=info msg="node4(9cf670fb1805): Node leave event for d3dbf7941072/172.27.176.72" [2022-03-01T06:50:37.177Z] time="2022-03-01T06:50:36Z" level=info msg="Node d3dbf7941072 change state NodeActive --> NodeLeft" [2022-03-01T06:50:37.177Z] time="2022-03-01T06:50:36Z" level=info msg="node5(7976c3862428): Node leave event for d3dbf7941072/172.27.176.72" [2022-03-01T06:50:37.177Z] time="2022-03-01T06:50:36Z" level=debug msg="memberlist: Failed to join 172.27.176.72: dial tcp 172.27.176.72:10004: connectex: No connection could be made because the target machine actively refused it." [2022-03-01T06:50:37.177Z] time="2022-03-01T06:50:36Z" level=info msg="Node d3dbf7941072 change state NodeActive --> NodeLeft" [2022-03-01T06:50:37.177Z] time="2022-03-01T06:50:36Z" level=info msg="node3(d3dbf7941072): Node leave event for d3dbf7941072/172.27.176.72" [2022-03-01T06:50:37.177Z] time="2022-03-01T06:50:36Z" level=info msg="Node d3dbf7941072/172.27.176.72, left gossip cluster" [2022-03-01T06:50:37.177Z] time="2022-03-01T06:50:36Z" level=info msg="Node d3dbf7941072/172.27.176.72, left gossip cluster" [2022-03-01T06:50:37.177Z] time="2022-03-01T06:50:36Z" level=info msg="Node d3dbf7941072/172.27.176.72, left gossip cluster" [2022-03-01T06:50:37.647Z] time="2022-03-01T06:50:37Z" level=debug msg="memberlist: Failed ping: d3dbf7941072 (timeout reached)" [2022-03-01T06:50:37.647Z] time="2022-03-01T06:50:37Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.27.176.72:10037: use of closed network connection" [2022-03-01T06:50:37.647Z] time="2022-03-01T06:50:37Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.27.176.72:10036: use of closed network connection" [2022-03-01T06:50:37.647Z] time="2022-03-01T06:50:37Z" level=info msg="Node 9cf670fb1805 change state NodeActive --> NodeLeft" [2022-03-01T06:50:37.647Z] time="2022-03-01T06:50:37Z" level=info msg="node5(7976c3862428): Node leave event for 9cf670fb1805/172.27.176.72" [2022-03-01T06:50:37.647Z] time="2022-03-01T06:50:37Z" level=info msg="Node 9cf670fb1805 change state NodeActive --> NodeLeft" [2022-03-01T06:50:37.647Z] time="2022-03-01T06:50:37Z" level=info msg="node4(9cf670fb1805): Node leave event for 9cf670fb1805/172.27.176.72" [2022-03-01T06:50:38.057Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.69s) [2022-03-01T06:50:38.058Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-03-01T06:50:38.058Z] === RUN TestParseEmptyInterface [2022-03-01T06:50:38.058Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-03-01T06:50:38.058Z] === RUN TestParseNonInterfaceType [2022-03-01T06:50:38.058Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-03-01T06:50:38.058Z] === RUN TestParseWithOneFunction [2022-03-01T06:50:38.058Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-03-01T06:50:38.058Z] === RUN TestParseWithMultipleFuncs [2022-03-01T06:50:38.058Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-03-01T06:50:38.058Z] === RUN TestParseWithUnnamedReturn [2022-03-01T06:50:38.058Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-03-01T06:50:38.058Z] === RUN TestEmbeddedInterface [2022-03-01T06:50:38.058Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-03-01T06:50:38.058Z] === RUN TestParsedImports [2022-03-01T06:50:38.058Z] --- PASS: TestParsedImports (0.00s) [2022-03-01T06:50:38.058Z] === RUN TestAliasedImports [2022-03-01T06:50:38.058Z] --- PASS: TestAliasedImports (0.00s) [2022-03-01T06:50:38.058Z] PASS [2022-03-01T06:50:38.058Z] coverage: 56.8% of statements [2022-03-01T06:50:38.058Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.052s coverage: 56.8% of statements [2022-03-01T06:50:38.116Z] time="2022-03-01T06:50:37Z" level=info msg="memberlist: Suspect d3dbf7941072 has failed, no acks received" [2022-03-01T06:50:38.583Z] time="2022-03-01T06:50:38Z" level=info msg="Node 9cf670fb1805/172.27.176.72, left gossip cluster" [2022-03-01T06:50:38.583Z] time="2022-03-01T06:50:38Z" level=info msg="Node 9cf670fb1805/172.27.176.72, left gossip cluster" [2022-03-01T06:50:39.032Z] === RUN TestHTTPTransport [2022-03-01T06:50:39.032Z] --- PASS: TestHTTPTransport (0.00s) [2022-03-01T06:50:39.032Z] PASS [2022-03-01T06:50:39.032Z] coverage: 85.7% of statements [2022-03-01T06:50:39.032Z] ok github.com/docker/docker/pkg/plugins/transport 0.039s coverage: 85.7% of statements [2022-03-01T06:50:39.032Z] 2022/03/01 06:50:38 Closing DB instances... [2022-03-01T06:50:39.032Z] --- PASS: TestAllocateRandomDeallocate (3.33s) [2022-03-01T06:50:39.032Z] === RUN TestRetrieveFromStore [2022-03-01T06:50:39.050Z] time="2022-03-01T06:50:38Z" level=debug msg="memberlist: Failed to join 172.27.176.72: dial tcp 172.27.176.72:10004: connectex: No connection could be made because the target machine actively refused it." [2022-03-01T06:50:39.050Z] time="2022-03-01T06:50:38Z" level=warning msg="memberlist: Failed to send ping: write udp [::]:10036->172.27.176.72:10037: use of closed network connection" [2022-03-01T06:50:39.051Z] time="2022-03-01T06:50:38Z" level=info msg="Node 7976c3862428/172.27.176.72, left gossip cluster" [2022-03-01T06:50:39.051Z] time="2022-03-01T06:50:38Z" level=info msg="Node 7976c3862428 change state NodeActive --> NodeFailed" [2022-03-01T06:50:39.051Z] time="2022-03-01T06:50:38Z" level=info msg="Node 7976c3862428/172.27.176.72, added to failed nodes list" [2022-03-01T06:50:39.051Z] --- PASS: TestNetworkDBIslands (12.26s) [2022-03-01T06:50:39.051Z] PASS [2022-03-01T06:50:39.051Z] coverage: 60.6% of statements [2022-03-01T06:50:39.051Z] ok github.com/docker/docker/libnetwork/networkdb 104.663s coverage: 60.6% of statements [2022-03-01T06:50:39.051Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-01T06:50:39.051Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-03-01T06:50:39.051Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-01T06:50:39.051Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-01T06:50:39.051Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2022-03-01T06:50:39.051Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-01T06:50:39.051Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-03-01T06:50:39.051Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-03-01T06:50:39.051Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-03-01T06:50:39.051Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2022-03-01T06:50:39.051Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-01T06:50:39.051Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-01T06:50:39.051Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-01T06:50:39.051Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-01T06:50:39.051Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-01T06:50:39.051Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-03-01T06:50:39.051Z] ? github.com/docker/docker/pkg/term [no test files] [2022-03-01T06:50:39.051Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-01T06:50:39.051Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-03-01T06:50:39.051Z] ? github.com/docker/docker/quota [no test files] [2022-03-01T06:50:39.051Z] ? github.com/docker/docker/rootless [no test files] [2022-03-01T06:50:39.051Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-01T06:50:39.051Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-01T06:50:39.051Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-01T06:50:39.051Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-01T06:50:39.051Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-01T06:50:39.051Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-01T06:50:39.051Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-01T06:50:39.051Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-01T06:50:39.051Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-01T06:50:39.051Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-01T06:50:39.051Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-01T06:50:39.051Z] ? github.com/docker/docker/volume [no test files] [2022-03-01T06:50:39.051Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-01T06:50:39.051Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-01T06:50:39.492Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-03-01T06:50:39.492Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-01T06:50:39.492Z] === RUN TestBufioReaderPoolPutAndGet [2022-03-01T06:50:39.492Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-03-01T06:50:39.492Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-03-01T06:50:39.492Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-03-01T06:50:39.492Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-03-01T06:50:39.492Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-01T06:50:39.492Z] === RUN TestBufioWriterPoolPutAndGet [2022-03-01T06:50:39.492Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-03-01T06:50:39.492Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-03-01T06:50:39.492Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-03-01T06:50:39.492Z] === RUN TestBufferPoolPutAndGet [2022-03-01T06:50:39.492Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-03-01T06:50:39.492Z] PASS [2022-03-01T06:50:39.492Z] coverage: 88.2% of statements [2022-03-01T06:50:39.492Z] ok github.com/docker/docker/pkg/pools 0.035s coverage: 88.2% of statements [2022-03-01T06:50:39.551Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-03-01T06:50:39.813Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-03-01T06:50:39.813Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-03-01T06:50:39.957Z] === RUN TestOutputOnPrematureClose [2022-03-01T06:50:39.957Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-03-01T06:50:39.957Z] === RUN TestCompleteSilently [2022-03-01T06:50:39.957Z] --- PASS: TestCompleteSilently (0.00s) [2022-03-01T06:50:39.957Z] PASS [2022-03-01T06:50:39.957Z] coverage: 75.9% of statements [2022-03-01T06:50:39.957Z] ok github.com/docker/docker/pkg/progress 0.032s coverage: 75.9% of statements [2022-03-01T06:50:39.957Z] --- PASS: TestRetrieveFromStore (1.09s) [2022-03-01T06:50:39.957Z] === RUN TestRequestReleaseAddressDuplicate [2022-03-01T06:50:40.417Z] --- PASS: TestRequestReleaseAddressDuplicate (0.03s) [2022-03-01T06:50:40.417Z] === RUN TestParallelPredefinedRequest1 [2022-03-01T06:50:40.417Z] === PAUSE TestParallelPredefinedRequest1 [2022-03-01T06:50:40.417Z] === RUN TestParallelPredefinedRequest2 [2022-03-01T06:50:40.417Z] === PAUSE TestParallelPredefinedRequest2 [2022-03-01T06:50:40.417Z] === RUN TestParallelPredefinedRequest3 [2022-03-01T06:50:40.417Z] === PAUSE TestParallelPredefinedRequest3 [2022-03-01T06:50:40.417Z] === RUN TestParallelPredefinedRequest4 [2022-03-01T06:50:40.417Z] === PAUSE TestParallelPredefinedRequest4 [2022-03-01T06:50:40.417Z] === RUN TestParallelPredefinedRequest5 [2022-03-01T06:50:40.417Z] === PAUSE TestParallelPredefinedRequest5 [2022-03-01T06:50:40.417Z] === RUN TestDebug [2022-03-01T06:50:40.417Z] --- PASS: TestDebug (0.00s) [2022-03-01T06:50:40.417Z] === RUN TestRequestPoolParallel [2022-03-01T06:50:40.417Z] time="2022-03-01T06:50:39Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49279/Test.Echo: Post \"http://127.0.0.1:49279/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-03-01T06:50:40.417Z] === RUN TestSendToOneSub [2022-03-01T06:50:40.417Z] --- PASS: TestSendToOneSub (0.00s) [2022-03-01T06:50:40.417Z] === RUN TestSendToMultipleSubs [2022-03-01T06:50:40.417Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-03-01T06:50:40.417Z] === RUN TestEvictOneSub [2022-03-01T06:50:40.417Z] --- PASS: TestEvictOneSub (0.00s) [2022-03-01T06:50:40.417Z] === RUN TestClosePublisher [2022-03-01T06:50:40.417Z] --- PASS: TestClosePublisher (0.00s) [2022-03-01T06:50:40.417Z] === RUN TestPubSubRace [2022-03-01T06:50:40.417Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.62s) [2022-03-01T06:50:40.417Z] === RUN TestNetworkDBGarbageCollection [2022-03-01T06:50:40.417Z] --- PASS: TestRequestPoolParallel (0.31s) [2022-03-01T06:50:40.417Z] === RUN TestFullAllocateRelease [2022-03-01T06:50:40.758Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2022-03-01T06:50:40.758Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-03-01T06:50:40.878Z] --- PASS: TestFullAllocateRelease (0.29s) [2022-03-01T06:50:40.878Z] === RUN TestOddAllocateRelease [2022-03-01T06:50:40.878Z] --- PASS: TestOddAllocateRelease (0.20s) [2022-03-01T06:50:40.878Z] === RUN TestFullAllocateSerialReleaseParallel [2022-03-01T06:50:40.878Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.07s) [2022-03-01T06:50:40.878Z] === RUN TestOddAllocateSerialReleaseParallel [2022-03-01T06:50:40.878Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.04s) [2022-03-01T06:50:40.878Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === Skipped [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-03-01T06:50:41.269Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-03-01T06:50:41.269Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-03-01T06:50:41.269Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-03-01T06:50:41.269Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2022-03-01T06:50:41.269Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-03-01T06:50:41.269Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-01T06:50:41.269Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-01T06:50:41.269Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-01T06:50:41.269Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-03-01T06:50:41.269Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-01T06:50:41.269Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-03-01T06:50:41.269Z] daemon_test.go:145: root required [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-01T06:50:41.269Z] reload_test.go:342: root required [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-03-01T06:50:41.269Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-01T06:50:41.269Z] pull_v2_test.go:73: Needs fixing on Windows [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-03-01T06:50:41.269Z] pull_v2_test.go:118: Needs fixing on Windows [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-03-01T06:50:41.269Z] download_test.go:267: Needs fixing on Windows [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-03-01T06:50:41.269Z] layer_test.go:291: Failing on Windows [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-03-01T06:50:41.269Z] layer_test.go:340: Failing on Windows [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-03-01T06:50:41.269Z] layer_test.go:455: Failing on Windows [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-03-01T06:50:41.269Z] layer_test.go:684: Failing on Windows [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-03-01T06:50:41.269Z] migration_test.go:45: Failing on Windows [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-03-01T06:50:41.269Z] migration_test.go:181: Failing on Windows [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-03-01T06:50:41.269Z] mount_test.go:17: Failing on Windows [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-03-01T06:50:41.269Z] mount_test.go:76: Failing on Windows [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-03-01T06:50:41.269Z] mount_test.go:125: Failing on Windows [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-03-01T06:50:41.269Z] mount_test.go:212: Failing on Windows [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s) [2022-03-01T06:50:41.269Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2022-03-01T06:50:41.269Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2022-03-01T06:50:41.269Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-03-01T06:50:41.269Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-03-01T06:50:41.269Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-03-01T06:50:41.269Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.01s) [2022-03-01T06:50:41.269Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-03-01T06:50:41.269Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-03-01T06:50:41.269Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-03-01T06:50:41.269Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-03-01T06:50:41.269Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-03-01T06:50:41.269Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-01T06:50:41.269Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-01T06:50:41.269Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-01T06:50:41.269Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-01T06:50:41.269Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-01T06:50:41.269Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-03-01T06:50:41.269Z] archive_test.go:133: Xz not present in msys2 [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.03s) [2022-03-01T06:50:41.269Z] archive_test.go:140: zstd not installed [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-03-01T06:50:41.269Z] archive_test.go:252: Failing on Windows CI machines [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-03-01T06:50:41.269Z] archive_windows_test.go:16: Currently fails [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-03-01T06:50:41.269Z] changes_test.go:195: needs more investigation [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2022-03-01T06:50:41.269Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2022-03-01T06:50:41.269Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-03-01T06:50:41.269Z] changes_test.go:432: needs further investigation [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-03-01T06:50:41.269Z] changes_test.go:468: needs further investigation [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-03-01T06:50:41.269Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-01T06:50:41.269Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:50:41.269Z] [2022-03-01T06:50:41.269Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-03-01T06:50:41.270Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-01T06:50:41.270Z] [2022-03-01T06:50:41.270Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-03-01T06:50:41.270Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-01T06:50:41.270Z] [2022-03-01T06:50:41.270Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-03-01T06:50:41.270Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:50:41.270Z] [2022-03-01T06:50:41.270Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-03-01T06:50:41.270Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-01T06:50:41.270Z] [2022-03-01T06:50:41.270Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-01T06:50:41.270Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:50:41.270Z] [2022-03-01T06:50:41.270Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-01T06:50:41.270Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:50:41.270Z] [2022-03-01T06:50:41.270Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-03-01T06:50:41.270Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:50:41.270Z] [2022-03-01T06:50:41.270Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-03-01T06:50:41.270Z] poller_test.go:40: No chmod on Windows [2022-03-01T06:50:41.270Z] [2022-03-01T06:50:41.270Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-01T06:50:41.270Z] fileutils_test.go:133: Needs porting to Windows [2022-03-01T06:50:41.270Z] [2022-03-01T06:50:41.270Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-01T06:50:41.270Z] fileutils_test.go:179: Needs porting to Windows [2022-03-01T06:50:41.270Z] [2022-03-01T06:50:41.270Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s) [2022-03-01T06:50:41.270Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:50:41.270Z] [2022-03-01T06:50:41.270Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-03-01T06:50:41.270Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:50:41.270Z] [2022-03-01T06:50:41.270Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-03-01T06:50:41.270Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:50:41.270Z] [2022-03-01T06:50:41.270Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-03-01T06:50:41.270Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-01T06:50:41.270Z] [2022-03-01T06:50:41.270Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-03-01T06:50:41.270Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-01T06:50:41.270Z] [2022-03-01T06:50:41.270Z] DONE 2072 tests, 70 skipped in 257.729s [2022-03-01T06:50:41.270Z] INFO: make.ps1 ended at 03/01/2022 06:50:40 [2022-03-01T06:50:41.338Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.04s) [2022-03-01T06:50:41.338Z] === CONT TestParallelPredefinedRequest1 [2022-03-01T06:50:41.338Z] === CONT TestParallelPredefinedRequest4 [2022-03-01T06:50:41.338Z] === CONT TestParallelPredefinedRequest5 [2022-03-01T06:50:41.338Z] === CONT TestParallelPredefinedRequest3 [2022-03-01T06:50:41.338Z] === CONT TestParallelPredefinedRequest1 [2022-03-01T06:50:41.338Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-01T06:50:41.338Z] === CONT TestParallelPredefinedRequest5 [2022-03-01T06:50:41.338Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-01T06:50:41.338Z] === CONT TestParallelPredefinedRequest3 [2022-03-01T06:50:41.338Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-01T06:50:41.338Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-03-01T06:50:41.338Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-03-01T06:50:41.338Z] === CONT TestParallelPredefinedRequest4 [2022-03-01T06:50:41.338Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-01T06:50:41.338Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-03-01T06:50:41.338Z] === CONT TestParallelPredefinedRequest2 [2022-03-01T06:50:41.338Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-03-01T06:50:41.338Z] === CONT TestParallelPredefinedRequest2 [2022-03-01T06:50:41.338Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-01T06:50:41.338Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-03-01T06:50:41.338Z] PASS [2022-03-01T06:50:41.338Z] coverage: 85.3% of statements [2022-03-01T06:50:41.338Z] ok github.com/docker/docker/libnetwork/ipam 39.288s coverage: 85.3% of statements [2022-03-01T06:50:41.338Z] --- PASS: TestPubSubRace (1.05s) [2022-03-01T06:50:41.338Z] PASS [2022-03-01T06:50:41.338Z] coverage: 75.0% of statements [2022-03-01T06:50:41.338Z] ok github.com/docker/docker/pkg/pubsub 1.086s coverage: 75.0% of statements [2022-03-01T06:50:41.799Z] === RUN TestRegister [2022-03-01T06:50:41.799Z] --- PASS: TestRegister (0.00s) [2022-03-01T06:50:41.799Z] === RUN TestCommand [2022-03-01T06:50:42.147Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2022-03-01T06:50:42.147Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-03-01T06:50:42.259Z] --- PASS: TestCommand (0.02s) [2022-03-01T06:50:42.259Z] === RUN TestNaiveSelf [2022-03-01T06:50:42.259Z] --- PASS: TestNaiveSelf (0.03s) [2022-03-01T06:50:42.259Z] PASS [2022-03-01T06:50:42.259Z] coverage: 82.4% of statements [2022-03-01T06:50:42.259Z] ok github.com/docker/docker/pkg/reexec 0.090s coverage: 82.4% of statements [2022-03-01T06:50:42.409Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2022-03-01T06:50:42.720Z] === RUN TestDump [2022-03-01T06:50:42.720Z] goroutine 35 [running]: [2022-03-01T06:50:42.720Z] github.com/docker/docker/pkg/stack.dump(0xabb6b7) [2022-03-01T06:50:42.720Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-01T06:50:42.720Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-03-01T06:50:42.720Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-03-01T06:50:42.720Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2022-03-01T06:50:42.720Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-03-01T06:50:42.720Z] testing.tRunner(0xc0001451e0, 0xc28ef8) [2022-03-01T06:50:42.720Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-01T06:50:42.720Z] created by testing.(*T).Run [2022-03-01T06:50:42.720Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-01T06:50:42.720Z] [2022-03-01T06:50:42.720Z] goroutine 1 [chan receive]: [2022-03-01T06:50:42.720Z] testing.(*T).Run(0xc000145040, {0xc1a531, 0xa9a413}, 0xc28ef8) [2022-03-01T06:50:42.720Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-01T06:50:42.720Z] testing.runTests.func1(0xc000132810) [2022-03-01T06:50:42.720Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-01T06:50:42.720Z] testing.tRunner(0xc000145040, 0xc00013dce0) [2022-03-01T06:50:42.720Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-01T06:50:42.720Z] testing.runTests(0xc000150080, {0xd8cc00, 0x3, 0x3}, {0xaba90d, 0xc1c22b, 0xd916a0}) [2022-03-01T06:50:42.720Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-01T06:50:42.720Z] testing.(*M).Run(0xc000150080) [2022-03-01T06:50:42.720Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-01T06:50:42.720Z] main.main() [2022-03-01T06:50:42.720Z] _testmain.go:95 +0x1f5 [2022-03-01T06:50:42.720Z] --- PASS: TestDump (0.00s) [2022-03-01T06:50:42.720Z] === RUN TestDumpToFile [2022-03-01T06:50:42.720Z] --- PASS: TestDumpToFile (0.13s) [2022-03-01T06:50:42.720Z] === RUN TestDumpToFileWithEmptyInput [2022-03-01T06:50:42.720Z] goroutine 37 [running]: [2022-03-01T06:50:42.720Z] github.com/docker/docker/pkg/stack.dump(0xb28894) [2022-03-01T06:50:42.720Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-01T06:50:42.720Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0xb28c40}) [2022-03-01T06:50:42.720Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2022-03-01T06:50:42.720Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc0001451e0) [2022-03-01T06:50:42.720Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-03-01T06:50:42.720Z] testing.tRunner(0xc0001456c0, 0xc28ee8) [2022-03-01T06:50:42.720Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-01T06:50:42.720Z] created by testing.(*T).Run [2022-03-01T06:50:42.720Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-01T06:50:42.720Z] [2022-03-01T06:50:42.720Z] goroutine 1 [chan receive]: [2022-03-01T06:50:42.720Z] testing.(*T).Run(0xc000145040, {0xc21316, 0xa9a413}, 0xc28ee8) [2022-03-01T06:50:42.720Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-01T06:50:42.720Z] testing.runTests.func1(0xc000132810) [2022-03-01T06:50:42.720Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-01T06:50:42.720Z] testing.tRunner(0xc000145040, 0xc00013dce0) [2022-03-01T06:50:42.720Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-01T06:50:42.720Z] testing.runTests(0xc000150080, {0xd8cc00, 0x3, 0x3}, {0xaba90d, 0xc1c22b, 0xd916a0}) [2022-03-01T06:50:42.720Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-01T06:50:42.720Z] testing.(*M).Run(0xc000150080) [2022-03-01T06:50:42.720Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-01T06:50:42.720Z] main.main() [2022-03-01T06:50:42.720Z] _testmain.go:95 +0x1f5 [2022-03-01T06:50:42.720Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-03-01T06:50:42.720Z] PASS [2022-03-01T06:50:42.720Z] coverage: 90.9% of statements [2022-03-01T06:50:42.720Z] ok github.com/docker/docker/pkg/stack 0.169s coverage: 90.9% of statements [2022-03-01T06:50:42.834Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-03-01T06:50:42.834Z] INFO: Unit tests ended at 03/01/2022 06:50:42. Duration:00:04:30.9041231 [2022-03-01T06:50:42.834Z] INFO: Building busybox [2022-03-01T06:50:42.834Z] Sending build context to Docker daemon 5.12kB [2022-03-01T06:50:42.834Z] [2022-03-01T06:50:42.834Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-03-01T06:50:42.834Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-03-01T06:50:42.834Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-03-01T06:50:42.834Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-03-01T06:50:42.834Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-03-01T06:50:42.834Z] ---> bdeb13086b9f [2022-03-01T06:50:42.834Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-03-01T06:50:42.834Z] ---> Running in 198e61fd7cfa [2022-03-01T06:50:42.981Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2022-03-01T06:50:42.981Z] docker_cli_daemon_test.go:2859: Checking IpcMode private set from config [2022-03-01T06:50:42.981Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-03-01T06:50:43.181Z] === RUN TestNewStdWriter [2022-03-01T06:50:43.181Z] --- PASS: TestNewStdWriter (0.00s) [2022-03-01T06:50:43.181Z] === RUN TestWriteWithUninitializedStdWriter [2022-03-01T06:50:43.181Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-03-01T06:50:43.181Z] === RUN TestWriteWithNilBytes [2022-03-01T06:50:43.181Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-03-01T06:50:43.181Z] === RUN TestWrite [2022-03-01T06:50:43.181Z] --- PASS: TestWrite (0.00s) [2022-03-01T06:50:43.181Z] === RUN TestWriteWithWriterError [2022-03-01T06:50:43.181Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-03-01T06:50:43.181Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-03-01T06:50:43.181Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-03-01T06:50:43.181Z] === RUN TestStdCopyWriteAndRead [2022-03-01T06:50:43.181Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-03-01T06:50:43.181Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-03-01T06:50:43.181Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-03-01T06:50:43.181Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-03-01T06:50:43.181Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-03-01T06:50:43.181Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-03-01T06:50:43.181Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-03-01T06:50:43.181Z] === RUN TestStdCopyWithInvalidInputHeader [2022-03-01T06:50:43.181Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-03-01T06:50:43.181Z] === RUN TestStdCopyWithCorruptedPrefix [2022-03-01T06:50:43.181Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-03-01T06:50:43.181Z] === RUN TestStdCopyReturnsWriteErrors [2022-03-01T06:50:43.181Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-03-01T06:50:43.181Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-03-01T06:50:43.181Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-03-01T06:50:43.181Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-03-01T06:50:43.181Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-03-01T06:50:43.181Z] PASS [2022-03-01T06:50:43.181Z] coverage: 100.0% of statements [2022-03-01T06:50:43.181Z] ok github.com/docker/docker/pkg/stdcopy 0.035s coverage: 100.0% of statements [2022-03-01T06:50:43.555Z] docker_cli_daemon_test.go:2859: Checking IpcMode shareable set from config [2022-03-01T06:50:44.129Z] docker_cli_daemon_test.go:2859: Checking IpcMode host set from config [2022-03-01T06:50:44.153Z] === RUN TestRawProgressFormatterFormatStatus [2022-03-01T06:50:44.153Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-03-01T06:50:44.153Z] === RUN TestRawProgressFormatterFormatProgress [2022-03-01T06:50:44.153Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-03-01T06:50:44.153Z] === RUN TestFormatStatus [2022-03-01T06:50:44.153Z] --- PASS: TestFormatStatus (0.00s) [2022-03-01T06:50:44.153Z] === RUN TestFormatError [2022-03-01T06:50:44.153Z] --- PASS: TestFormatError (0.00s) [2022-03-01T06:50:44.153Z] === RUN TestFormatJSONError [2022-03-01T06:50:44.153Z] --- PASS: TestFormatJSONError (0.00s) [2022-03-01T06:50:44.153Z] === RUN TestJsonProgressFormatterFormatProgress [2022-03-01T06:50:44.153Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-03-01T06:50:44.153Z] === RUN TestJsonProgressFormatterFormatStatus [2022-03-01T06:50:44.153Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-03-01T06:50:44.153Z] === RUN TestNewJSONProgressOutput [2022-03-01T06:50:44.153Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-03-01T06:50:44.153Z] === RUN TestAuxFormatterEmit [2022-03-01T06:50:44.153Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-03-01T06:50:44.153Z] === RUN TestStreamWriterStdout [2022-03-01T06:50:44.153Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-03-01T06:50:44.153Z] === RUN TestStreamWriterStderr [2022-03-01T06:50:44.153Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-03-01T06:50:44.153Z] PASS [2022-03-01T06:50:44.153Z] coverage: 66.2% of statements [2022-03-01T06:50:44.153Z] ok github.com/docker/docker/pkg/streamformatter 0.040s coverage: 66.2% of statements [2022-03-01T06:50:44.614Z] === RUN TestGenerateRandomID [2022-03-01T06:50:44.614Z] --- PASS: TestGenerateRandomID (0.00s) [2022-03-01T06:50:44.614Z] === RUN TestShortenId [2022-03-01T06:50:44.614Z] --- PASS: TestShortenId (0.00s) [2022-03-01T06:50:44.614Z] === RUN TestShortenSha256Id [2022-03-01T06:50:44.614Z] --- PASS: TestShortenSha256Id (0.00s) [2022-03-01T06:50:44.614Z] === RUN TestShortenIdEmpty [2022-03-01T06:50:44.614Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-03-01T06:50:44.614Z] === RUN TestShortenIdInvalid [2022-03-01T06:50:44.614Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-03-01T06:50:44.614Z] === RUN TestIsShortIDNonHex [2022-03-01T06:50:44.614Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-03-01T06:50:44.614Z] === RUN TestIsShortIDNotCorrectSize [2022-03-01T06:50:44.614Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-03-01T06:50:44.614Z] PASS [2022-03-01T06:50:44.614Z] coverage: 70.6% of statements [2022-03-01T06:50:44.614Z] ok github.com/docker/docker/pkg/stringid 0.030s coverage: 70.6% of statements [2022-03-01T06:50:44.701Z] docker_cli_daemon_test.go:2859: Checking IpcMode container:123 set from config [2022-03-01T06:50:45.074Z] === RUN TestIsCpusetListAvailable [2022-03-01T06:50:45.074Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-03-01T06:50:45.074Z] PASS [2022-03-01T06:50:45.074Z] coverage: 39.4% of statements [2022-03-01T06:50:45.074Z] ok github.com/docker/docker/pkg/sysinfo 0.030s coverage: 39.4% of statements [2022-03-01T06:50:45.273Z] docker_cli_daemon_test.go:2859: Checking IpcMode nosuchmode set from config [2022-03-01T06:50:45.534Z] docker_cli_daemon_test.go:2859: Checking IpcMode private set from cli [2022-03-01T06:50:46.107Z] docker_cli_daemon_test.go:2859: Checking IpcMode shareable set from cli [2022-03-01T06:50:46.615Z] === RUN TestChtimes [2022-03-01T06:50:46.615Z] --- PASS: TestChtimes (0.00s) [2022-03-01T06:50:46.615Z] === RUN TestChtimesWindows [2022-03-01T06:50:46.615Z] --- PASS: TestChtimesWindows (0.00s) [2022-03-01T06:50:46.615Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-03-01T06:50:46.615Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-03-01T06:50:46.615Z] === RUN TestEnsureRemoveAllNotExist [2022-03-01T06:50:46.615Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-03-01T06:50:46.615Z] === RUN TestEnsureRemoveAllWithDir [2022-03-01T06:50:46.615Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-03-01T06:50:46.615Z] === RUN TestEnsureRemoveAllWithFile [2022-03-01T06:50:46.615Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-03-01T06:50:46.615Z] PASS [2022-03-01T06:50:46.615Z] coverage: 12.9% of statements [2022-03-01T06:50:46.615Z] ok github.com/docker/docker/pkg/system 0.040s coverage: 12.9% of statements [2022-03-01T06:50:46.679Z] docker_cli_daemon_test.go:2859: Checking IpcMode host set from cli [2022-03-01T06:50:47.076Z] === RUN TestTailFile [2022-03-01T06:50:47.076Z] --- PASS: TestTailFile (0.00s) [2022-03-01T06:50:47.076Z] === RUN TestTailFileManyLines [2022-03-01T06:50:47.076Z] --- PASS: TestTailFileManyLines (0.00s) [2022-03-01T06:50:47.076Z] === RUN TestTailEmptyFile [2022-03-01T06:50:47.076Z] --- PASS: TestTailEmptyFile (0.00s) [2022-03-01T06:50:47.076Z] === RUN TestTailNegativeN [2022-03-01T06:50:47.076Z] --- PASS: TestTailNegativeN (0.00s) [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader [2022-03-01T06:50:47.076Z] === CONT TestNewTailReader [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/no_delimiter [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/no_delimiter [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/single_byte_delimiter [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/2_byte_delimiter [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/4_byte_delimiter [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/8_byte_delimiter [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/12_byte_delimiter [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/truncated_last_line [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-03-01T06:50:47.076Z] === CONT TestNewTailReader/no_delimiter [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-01T06:50:47.076Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:50:47.076Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-01T06:50:47.076Z] === CONT TestNewTailReader/12_byte_delimiter [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:50:47.076Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-01T06:50:47.076Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-01T06:50:47.076Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:50:47.076Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-01T06:50:47.076Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:50:47.076Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:50:47.076Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:50:47.077Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:50:47.077Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:50:47.077Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:50:47.077Z] === CONT TestNewTailReader/single_byte_delimiter [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-03-01T06:50:47.077Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-01T06:50:47.077Z] === CONT TestNewTailReader/8_byte_delimiter [2022-03-01T06:50:47.077Z] === CONT TestNewTailReader/4_byte_delimiter [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-01T06:50:47.077Z] === CONT TestNewTailReader/2_byte_delimiter [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:50:47.077Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:50:47.077Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:50:47.077Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-01T06:50:47.077Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-01T06:50:47.077Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-01T06:50:47.077Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:50:47.077Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:50:47.077Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:50:47.077Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:50:47.077Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:50:47.077Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-01T06:50:47.077Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-01T06:50:47.077Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-01T06:50:47.077Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:50:47.077Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:50:47.077Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:50:47.078Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:50:47.078Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:50:47.078Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:50:47.078Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:50:47.078Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:50:47.078Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:50:47.078Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:50:47.078Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:50:47.078Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-01T06:50:47.078Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:50:47.078Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:50:47.078Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:50:47.078Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:50:47.078Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-01T06:50:47.078Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:50:47.078Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:50:47.078Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:50:47.078Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:50:47.078Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:50:47.078Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:50:47.078Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-01T06:50:47.078Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-01T06:50:47.078Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:50:47.078Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-01T06:50:47.078Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-01T06:50:47.078Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-01T06:50:47.078Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-01T06:50:47.078Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-01T06:50:47.078Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-01T06:50:47.078Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-01T06:50:47.078Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-01T06:50:47.078Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:50:47.078Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-01T06:50:47.078Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:50:47.078Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-01T06:50:47.078Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:50:47.078Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:50:47.078Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:50:47.078Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-01T06:50:47.078Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:50:47.078Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:50:47.078Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:50:47.078Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:50:47.078Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:50:47.078Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-01T06:50:47.078Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-01T06:50:47.078Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:50:47.078Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-01T06:50:47.079Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:50:47.079Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-01T06:50:47.079Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:50:47.079Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:50:47.079Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-01T06:50:47.079Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-01T06:50:47.079Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-01T06:50:47.079Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:50:47.079Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:50:47.079Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-03-01T06:50:47.079Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:50:47.079Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:50:47.079Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-01T06:50:47.079Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-01T06:50:47.079Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-01T06:50:47.079Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:50:47.079Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:50:47.079Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-01T06:50:47.079Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-01T06:50:47.079Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-01T06:50:47.079Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-01T06:50:47.079Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-01T06:50:47.079Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-01T06:50:47.079Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-01T06:50:47.079Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-01T06:50:47.079Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-01T06:50:47.079Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-01T06:50:47.079Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-01T06:50:47.079Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-01T06:50:47.079Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-01T06:50:47.079Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-01T06:50:47.079Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-01T06:50:47.079Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-01T06:50:47.079Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-01T06:50:47.079Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-01T06:50:47.079Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-01T06:50:47.079Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-01T06:50:47.079Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-01T06:50:47.079Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:50:47.079Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:50:47.079Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-01T06:50:47.079Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-01T06:50:47.079Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-01T06:50:47.079Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:50:47.079Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:50:47.079Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-01T06:50:47.079Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:50:47.079Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:50:47.079Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:50:47.079Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:50:47.079Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-01T06:50:47.079Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-01T06:50:47.079Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-01T06:50:47.079Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:50:47.079Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:50:47.079Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-01T06:50:47.079Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:50:47.079Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:50:47.079Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:50:47.079Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:50:47.079Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:50:47.079Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:50:47.079Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:50:47.079Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:50:47.079Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:50:47.079Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:50:47.079Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:50:47.079Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:50:47.079Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:50:47.079Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:50:47.079Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:50:47.079Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:50:47.079Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:50:47.079Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:50:47.079Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-01T06:50:47.079Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-01T06:50:47.079Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:50:47.079Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:50:47.079Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:50:47.079Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:50:47.079Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:50:47.079Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:50:47.079Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:50:47.079Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:50:47.079Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:50:47.079Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:50:47.079Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:50:47.079Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:50:47.079Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:50:47.079Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:50:47.079Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:50:47.079Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:50:47.079Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:50:47.079Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:50:47.079Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:50:47.079Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:50:47.079Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-01T06:50:47.079Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-01T06:50:47.079Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-01T06:50:47.079Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-01T06:50:47.284Z] docker_cli_daemon_test.go:2859: Checking IpcMode container:123 set from cli [2022-03-01T06:50:47.540Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-01T06:50:47.540Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-01T06:50:47.540Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-01T06:50:47.540Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:50:47.540Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:50:47.540Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-01T06:50:47.540Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-01T06:50:47.540Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-01T06:50:47.540Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-01T06:50:47.540Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-01T06:50:47.540Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-01T06:50:47.540Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-01T06:50:47.540Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-01T06:50:47.540Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-01T06:50:47.540Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-01T06:50:47.540Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-01T06:50:47.540Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-01T06:50:47.540Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-01T06:50:47.540Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-01T06:50:47.540Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-01T06:50:47.540Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-01T06:50:47.540Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-01T06:50:47.540Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-01T06:50:47.540Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-01T06:50:47.540Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-01T06:50:47.540Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:50:47.540Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:50:47.540Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:50:47.540Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:50:47.540Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-01T06:50:47.540Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-01T06:50:47.540Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-01T06:50:47.540Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:50:47.540Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:50:47.540Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-01T06:50:47.541Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:50:47.541Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:50:47.541Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:50:47.541Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:50:47.541Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:50:47.541Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:50:47.541Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:50:47.541Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:50:47.541Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:50:47.541Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:50:47.541Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:50:47.541Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:50:47.541Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:50:47.541Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:50:47.541Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:50:47.541Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:50:47.541Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:50:47.541Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-01T06:50:47.541Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-01T06:50:47.541Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-01T06:50:47.541Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-01T06:50:47.541Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-01T06:50:47.541Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-01T06:50:47.541Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-01T06:50:47.541Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-01T06:50:47.541Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-01T06:50:47.541Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:50:47.541Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-01T06:50:47.541Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:50:47.541Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:50:47.541Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:50:47.541Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:50:47.541Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:50:47.541Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:50:47.541Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:50:47.541Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:50:47.541Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:50:47.541Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:50:47.541Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:50:47.542Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:50:47.542Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:50:47.542Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:50:47.542Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:50:47.542Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-01T06:50:47.542Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-01T06:50:47.542Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-01T06:50:47.542Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-01T06:50:47.542Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-01T06:50:47.542Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-01T06:50:47.542Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-01T06:50:47.542Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:50:47.542Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:50:47.542Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:50:47.542Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:50:47.542Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:50:47.542Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:50:47.542Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:50:47.542Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:50:47.542Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:50:47.542Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:50:47.542Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:50:47.542Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:50:47.542Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:50:47.542Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-01T06:50:47.542Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-01T06:50:47.542Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-01T06:50:47.542Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-01T06:50:47.542Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-01T06:50:47.542Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-01T06:50:47.542Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-01T06:50:47.542Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-01T06:50:47.542Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-01T06:50:47.542Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-01T06:50:47.542Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-01T06:50:47.542Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-01T06:50:47.542Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-01T06:50:47.542Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-01T06:50:47.542Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-01T06:50:47.542Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-01T06:50:47.542Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-01T06:50:47.542Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-01T06:50:47.542Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-01T06:50:47.542Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-01T06:50:47.542Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-01T06:50:47.542Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:50:47.542Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:50:47.542Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-01T06:50:47.543Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-01T06:50:47.543Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.01s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.01s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.01s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-01T06:50:47.544Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.01s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.01s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.01s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.01s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.01s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-03-01T06:50:47.545Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-01T06:50:47.546Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.546Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-03-01T06:50:47.546Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-01T06:50:47.546Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.546Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-03-01T06:50:47.546Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-01T06:50:47.546Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.546Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-01T06:50:47.546Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-01T06:50:47.546Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.546Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-03-01T06:50:47.546Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-01T06:50:47.546Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.546Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-01T06:50:47.546Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-01T06:50:47.546Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-01T06:50:47.546Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-01T06:50:47.546Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.546Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-01T06:50:47.546Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-01T06:50:47.546Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-01T06:50:47.546Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-01T06:50:47.546Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-01T06:50:47.546Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-01T06:50:47.546Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.546Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-01T06:50:47.546Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-01T06:50:47.546Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-01T06:50:47.546Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-01T06:50:47.546Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-01T06:50:47.546Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-01T06:50:47.546Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-01T06:50:47.546Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-01T06:50:47.546Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.546Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-01T06:50:47.546Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-01T06:50:47.546Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2022-03-01T06:50:47.546Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-01T06:50:47.546Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-01T06:50:47.546Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-01T06:50:47.546Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-01T06:50:47.546Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-01T06:50:47.546Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-01T06:50:47.546Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-01T06:50:47.546Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-01T06:50:47.546Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-01T06:50:47.546Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-01T06:50:47.546Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-01T06:50:47.546Z] PASS [2022-03-01T06:50:47.546Z] coverage: 88.6% of statements [2022-03-01T06:50:47.546Z] ok github.com/docker/docker/pkg/tailfile 0.149s coverage: 88.6% of statements [2022-03-01T06:50:47.586Z] Removing intermediate container 198e61fd7cfa [2022-03-01T06:50:47.586Z] ---> 33fcc185c5a3 [2022-03-01T06:50:47.586Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-03-01T06:50:47.586Z] ---> Running in 5f316f6c024c [2022-03-01T06:50:47.586Z] Removing intermediate container 5f316f6c024c [2022-03-01T06:50:47.586Z] ---> 55a1c9534298 [2022-03-01T06:50:47.586Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-03-01T06:50:47.586Z] ---> Running in fd9a8fa3a8ce [2022-03-01T06:50:47.866Z] docker_cli_daemon_test.go:2859: Checking IpcMode nosuchmode set from cli [2022-03-01T06:50:48.006Z] === RUN TestTarSumRemoveNonExistent [2022-03-01T06:50:48.052Z] Removing intermediate container fd9a8fa3a8ce [2022-03-01T06:50:48.052Z] ---> 3b090576d9e4 [2022-03-01T06:50:48.052Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-03-01T06:50:48.127Z] check_test.go:308: [d7d5727ef238c] daemon is not started [2022-03-01T06:50:48.127Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2022-03-01T06:50:48.473Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2022-03-01T06:50:48.473Z] === RUN TestTarSumRemove [2022-03-01T06:50:48.473Z] --- PASS: TestTarSumRemove (0.00s) [2022-03-01T06:50:48.473Z] === RUN TestSortFileInfoSums [2022-03-01T06:50:48.473Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-03-01T06:50:48.473Z] === RUN TestNewTarSumForLabelInvalid [2022-03-01T06:50:48.473Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-03-01T06:50:48.473Z] === RUN TestNewTarSumForLabel [2022-03-01T06:50:48.473Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-03-01T06:50:48.473Z] === RUN TestEmptyTar [2022-03-01T06:50:48.473Z] --- PASS: TestEmptyTar (0.00s) [2022-03-01T06:50:48.473Z] === RUN TestTarSumsReadSize [2022-03-01T06:50:48.473Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-03-01T06:50:48.473Z] === RUN TestTarSums [2022-03-01T06:50:48.473Z] --- PASS: TestTarSums (0.06s) [2022-03-01T06:50:48.473Z] === RUN TestIteration [2022-03-01T06:50:48.473Z] --- PASS: TestIteration (0.00s) [2022-03-01T06:50:48.473Z] === RUN TestVersionLabelForChecksum [2022-03-01T06:50:48.473Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-03-01T06:50:48.473Z] === RUN TestVersion [2022-03-01T06:50:48.473Z] --- PASS: TestVersion (0.00s) [2022-03-01T06:50:48.473Z] === RUN TestGetVersion [2022-03-01T06:50:48.473Z] --- PASS: TestGetVersion (0.00s) [2022-03-01T06:50:48.473Z] === RUN TestGetVersions [2022-03-01T06:50:48.473Z] --- PASS: TestGetVersions (0.00s) [2022-03-01T06:50:48.473Z] PASS [2022-03-01T06:50:48.473Z] coverage: 89.3% of statements [2022-03-01T06:50:48.473Z] ok github.com/docker/docker/pkg/tarsum 0.116s coverage: 89.3% of statements [2022-03-01T06:50:48.934Z] --- PASS: TestNewClientWithTimeout (17.60s) [2022-03-01T06:50:48.934Z] === RUN TestClientStream [2022-03-01T06:50:48.934Z] --- PASS: TestClientStream (0.00s) [2022-03-01T06:50:48.934Z] === RUN TestClientSendFile [2022-03-01T06:50:48.934Z] --- PASS: TestClientSendFile (0.00s) [2022-03-01T06:50:48.934Z] === RUN TestClientWithRequestTimeout [2022-03-01T06:50:48.934Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2022-03-01T06:50:48.934Z] === RUN TestFileSpecPlugin [2022-03-01T06:50:48.934Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-03-01T06:50:48.934Z] === RUN TestFileJSONSpecPlugin [2022-03-01T06:50:48.934Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-03-01T06:50:48.934Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-03-01T06:50:48.934Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-03-01T06:50:48.934Z] === RUN TestPluginAddHandler [2022-03-01T06:50:48.934Z] --- PASS: TestPluginAddHandler (0.00s) [2022-03-01T06:50:48.934Z] === RUN TestPluginWaitBadPlugin [2022-03-01T06:50:48.934Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-03-01T06:50:48.934Z] === RUN TestGet [2022-03-01T06:50:48.934Z] time="2022-03-01T06:50:48Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-03-01T06:50:48.934Z] testing: warning: no tests to run [2022-03-01T06:50:48.934Z] PASS [2022-03-01T06:50:48.934Z] coverage: [no statements] [2022-03-01T06:50:48.934Z] ok github.com/docker/docker/pkg/term/windows 0.040s coverage: [no statements] [no tests to run] [2022-03-01T06:50:49.394Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-01T06:50:49.394Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-01T06:50:49.394Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-01T06:50:49.394Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-03-01T06:50:49.394Z] === RUN TestTruncIndex [2022-03-01T06:50:49.394Z] --- PASS: TestTruncIndex (0.10s) [2022-03-01T06:50:49.394Z] PASS [2022-03-01T06:50:49.394Z] coverage: 91.5% of statements [2022-03-01T06:50:49.394Z] ok github.com/docker/docker/pkg/truncindex 0.140s coverage: 91.5% of statements [2022-03-01T06:50:49.409Z] --- PASS: TestServiceWithDataPathPortInit (13.41s) [2022-03-01T06:50:49.410Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-01T06:50:49.515Z] check_test.go:308: [d9aca4b16f486] daemon is not started [2022-03-01T06:50:49.515Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2022-03-01T06:50:49.614Z] [2022-03-01T06:50:49.777Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2022-03-01T06:50:49.854Z] === RUN TestIsGIT [2022-03-01T06:50:49.854Z] --- PASS: TestIsGIT (0.00s) [2022-03-01T06:50:49.854Z] === RUN TestIsTransport [2022-03-01T06:50:49.854Z] --- PASS: TestIsTransport (0.00s) [2022-03-01T06:50:49.854Z] PASS [2022-03-01T06:50:49.854Z] coverage: 100.0% of statements [2022-03-01T06:50:49.854Z] ok github.com/docker/docker/pkg/urlutil 0.034s coverage: 100.0% of statements [2022-03-01T06:50:49.854Z] time="2022-03-01T06:50:49Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-03-01T06:50:49.854Z] === RUN TestVersionInfo [2022-03-01T06:50:49.854Z] --- PASS: TestVersionInfo (0.00s) [2022-03-01T06:50:49.854Z] === RUN TestAppendVersions [2022-03-01T06:50:49.854Z] --- PASS: TestAppendVersions (0.00s) [2022-03-01T06:50:49.854Z] PASS [2022-03-01T06:50:49.854Z] coverage: 88.9% of statements [2022-03-01T06:50:49.854Z] ok github.com/docker/docker/pkg/useragent 0.032s coverage: 88.9% of statements [2022-03-01T06:50:49.979Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:0eopen7epu4536zhnse9e4dts Created:2022-03-01 06:50:48.807619037 +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[c727e1b5d62fe54712e17eac4306a0f6a8f7391b97c66f7c814808459fb28d66:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.7bpqu4zuomnoue9i4v98p5vpt EndpointID:b7212c7a51ba905807437a2a9369999678cdf9130d8380d3b280d8a02e5fdf3d MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:bdf36dd51c7fb9d124be26002b85c539966dec158b5dd18c436ba3ba74a08069 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:67671dbe8f38 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.7bpqu4zuomnoue9i4v98p5vpt EndpointID:b7212c7a51ba905807437a2a9369999678cdf9130d8380d3b280d8a02e5fdf3d EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-03-01T06:50:50.081Z] ---> 074560692570 [2022-03-01T06:50:50.082Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2022-03-01T06:50:50.082Z] ---> Running in 5f9036f70196 [2022-03-01T06:50:50.827Z] === RUN TestValidatePrivileges [2022-03-01T06:50:50.827Z] --- PASS: TestValidatePrivileges (0.00s) [2022-03-01T06:50:50.827Z] === RUN TestFilterByCapNeg [2022-03-01T06:50:50.827Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-03-01T06:50:50.827Z] === RUN TestFilterByCapPos [2022-03-01T06:50:50.827Z] --- PASS: TestFilterByCapPos (0.00s) [2022-03-01T06:50:50.827Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-03-01T06:50:50.827Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-03-01T06:50:50.827Z] PASS [2022-03-01T06:50:50.827Z] coverage: 12.0% of statements [2022-03-01T06:50:50.827Z] ok github.com/docker/docker/plugin 0.050s coverage: 12.0% of statements [2022-03-01T06:50:50.827Z] === RUN TestNewSettable [2022-03-01T06:50:50.827Z] --- PASS: TestNewSettable (0.00s) [2022-03-01T06:50:50.827Z] === RUN TestIsSettable [2022-03-01T06:50:50.827Z] --- PASS: TestIsSettable (0.00s) [2022-03-01T06:50:50.827Z] === RUN TestUpdateSettingsEnv [2022-03-01T06:50:50.827Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-03-01T06:50:50.827Z] PASS [2022-03-01T06:50:50.827Z] coverage: 20.0% of statements [2022-03-01T06:50:50.827Z] ok github.com/docker/docker/plugin/v2 0.039s coverage: 20.0% of statements [2022-03-01T06:50:51.165Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2022-03-01T06:50:51.737Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-03-01T06:50:51.799Z] === RUN TestLoad [2022-03-01T06:50:51.799Z] --- PASS: TestLoad (0.00s) [2022-03-01T06:50:51.799Z] === RUN TestSave [2022-03-01T06:50:51.799Z] --- PASS: TestSave (0.02s) [2022-03-01T06:50:51.799Z] === RUN TestAddDeleteGet [2022-03-01T06:50:51.799Z] --- PASS: TestAddDeleteGet (0.03s) [2022-03-01T06:50:51.799Z] === RUN TestInvalidTags [2022-03-01T06:50:51.799Z] time="2022-03-01T06:50:51Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-03-01T06:50:51.799Z] --- PASS: TestInvalidTags (0.00s) [2022-03-01T06:50:51.799Z] PASS [2022-03-01T06:50:51.799Z] coverage: 84.4% of statements [2022-03-01T06:50:51.799Z] ok github.com/docker/docker/reference 0.099s coverage: 84.4% of statements [2022-03-01T06:50:52.769Z] === RUN TestResolveAuthConfigIndexServer [2022-03-01T06:50:52.769Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-03-01T06:50:52.871Z] === RUN TestResolveAuthConfigFullURL [2022-03-01T06:50:52.871Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-03-01T06:50:52.871Z] === RUN TestLoadAllowNondistributableArtifacts [2022-03-01T06:50:52.871Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-03-01T06:50:52.871Z] === RUN TestValidateMirror [2022-03-01T06:50:52.871Z] --- PASS: TestValidateMirror (0.00s) [2022-03-01T06:50:52.871Z] === RUN TestLoadInsecureRegistries [2022-03-01T06:50:52.871Z] time="2022-03-01T06:50:52Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-03-01T06:50:52.871Z] time="2022-03-01T06:50:52Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-03-01T06:50:52.871Z] time="2022-03-01T06:50:52Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-03-01T06:50:52.871Z] --- PASS: TestLoadInsecureRegistries (0.13s) [2022-03-01T06:50:52.871Z] === RUN TestNewServiceConfig [2022-03-01T06:50:52.871Z] --- PASS: TestNewServiceConfig (0.00s) [2022-03-01T06:50:52.871Z] === RUN TestValidateIndexName [2022-03-01T06:50:52.871Z] --- PASS: TestValidateIndexName (0.00s) [2022-03-01T06:50:52.871Z] === RUN TestValidateIndexNameWithError [2022-03-01T06:50:52.871Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-03-01T06:50:52.871Z] === RUN TestEndpointParse [2022-03-01T06:50:52.871Z] --- PASS: TestEndpointParse (0.00s) [2022-03-01T06:50:52.871Z] === RUN TestEndpointParseInvalid [2022-03-01T06:50:52.871Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-03-01T06:50:52.871Z] === RUN TestValidateEndpoint [2022-03-01T06:50:52.871Z] --- PASS: TestValidateEndpoint (0.00s) [2022-03-01T06:50:52.871Z] === RUN TestPing [2022-03-01T06:50:52.871Z] --- PASS: TestPing (0.00s) [2022-03-01T06:50:52.871Z] === RUN TestPingRegistryEndpoint [2022-03-01T06:50:52.871Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:50:52.871Z] --- SKIP: TestPingRegistryEndpoint (0.01s) [2022-03-01T06:50:52.871Z] === RUN TestEndpoint [2022-03-01T06:50:52.871Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:50:52.871Z] --- SKIP: TestEndpoint (0.00s) [2022-03-01T06:50:52.871Z] === RUN TestParseRepositoryInfo [2022-03-01T06:50:52.871Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-03-01T06:50:52.871Z] === RUN TestNewIndexInfo [2022-03-01T06:50:52.871Z] --- PASS: TestNewIndexInfo (0.00s) [2022-03-01T06:50:52.871Z] === RUN TestMirrorEndpointLookup [2022-03-01T06:50:52.871Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:50:52.871Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-03-01T06:50:52.871Z] === RUN TestSearchRepositories [2022-03-01T06:50:52.871Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-03-01T06:50:52.871Z] Host: 127.0.0.1:49335 [2022-03-01T06:50:52.871Z] User-Agent: docker test client [2022-03-01T06:50:52.871Z] Authorization: Token fake-token [2022-03-01T06:50:52.871Z] X-Docker-Token: true [2022-03-01T06:50:52.871Z] Accept-Encoding: gzip [2022-03-01T06:50:52.871Z] [2022-03-01T06:50:52.871Z] [2022-03-01T06:50:52.871Z] registry_test.go:730: HTTP/1.1 200 OK [2022-03-01T06:50:52.871Z] Connection: close [2022-03-01T06:50:52.871Z] Content-Length: 144 [2022-03-01T06:50:52.871Z] Cache-Control: no-cache [2022-03-01T06:50:52.871Z] Content-Type: application/json [2022-03-01T06:50:52.871Z] Date: Tue, 01 Mar 2022 06:50:52 GMT [2022-03-01T06:50:52.871Z] Expires: -1 [2022-03-01T06:50:52.871Z] Pragma: no-cache [2022-03-01T06:50:52.871Z] Server: docker-tests/mock [2022-03-01T06:50:52.871Z] X-Docker-Registry-Config: mock [2022-03-01T06:50:52.871Z] X-Docker-Registry-Version: 0.0.0 [2022-03-01T06:50:52.871Z] [2022-03-01T06:50:52.871Z] [2022-03-01T06:50:52.871Z] --- PASS: TestSearchRepositories (0.00s) [2022-03-01T06:50:52.871Z] === RUN TestTrustedLocation [2022-03-01T06:50:52.871Z] --- PASS: TestTrustedLocation (0.00s) [2022-03-01T06:50:52.871Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-03-01T06:50:52.871Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-03-01T06:50:52.871Z] === RUN TestAllowNondistributableArtifacts [2022-03-01T06:50:52.871Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-03-01T06:50:52.871Z] === RUN TestIsSecureIndex [2022-03-01T06:50:52.871Z] --- PASS: TestIsSecureIndex (0.00s) [2022-03-01T06:50:52.871Z] PASS [2022-03-01T06:50:52.871Z] coverage: 51.2% of statements [2022-03-01T06:50:52.871Z] ok github.com/docker/docker/registry 0.221s coverage: 51.2% of statements [2022-03-01T06:50:52.871Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-03-01T06:50:52.871Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2022-03-01T06:50:52.871Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-03-01T06:50:52.871Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-03-01T06:50:52.871Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-03-01T06:50:52.871Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-03-01T06:50:52.871Z] === RUN TestResumableRequestReaderWithReadError [2022-03-01T06:50:53.124Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-03-01T06:50:53.173Z] === RUN TestBoolValue [2022-03-01T06:50:53.173Z] --- PASS: TestBoolValue (0.00s) [2022-03-01T06:50:53.173Z] === RUN TestBoolValueOrDefault [2022-03-01T06:50:53.173Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-03-01T06:50:53.173Z] === RUN TestInt64ValueOrZero [2022-03-01T06:50:53.173Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-03-01T06:50:53.173Z] === RUN TestInt64ValueOrDefault [2022-03-01T06:50:53.173Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-03-01T06:50:53.173Z] === RUN TestInt64ValueOrDefaultWithError [2022-03-01T06:50:53.173Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-03-01T06:50:53.173Z] === RUN TestJsonContentType [2022-03-01T06:50:53.173Z] --- PASS: TestJsonContentType (0.00s) [2022-03-01T06:50:53.173Z] PASS [2022-03-01T06:50:53.173Z] coverage: 14.7% of statements [2022-03-01T06:50:53.173Z] ok github.com/docker/docker/api/server/httputils 0.045s coverage: 14.7% of statements [2022-03-01T06:50:53.173Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-01T06:50:53.173Z] === RUN TestMaskSecretKeys [2022-03-01T06:50:53.173Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-03-01T06:50:53.173Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-03-01T06:50:53.173Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-03-01T06:50:53.173Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-03-01T06:50:53.173Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-03-01T06:50:53.173Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-03-01T06:50:53.173Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestVersionMiddlewareVersion [2022-03-01T06:50:53.174Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-03-01T06:50:53.174Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-03-01T06:50:53.174Z] PASS [2022-03-01T06:50:53.174Z] coverage: 37.7% of statements [2022-03-01T06:50:53.174Z] ok github.com/docker/docker/api/server/middleware 0.053s coverage: 37.7% of statements [2022-03-01T06:50:53.174Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-01T06:50:53.174Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-01T06:50:53.174Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-01T06:50:53.174Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-01T06:50:53.174Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-01T06:50:53.174Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-01T06:50:53.174Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-01T06:50:53.174Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-01T06:50:53.174Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-01T06:50:53.174Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-01T06:50:53.174Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-01T06:50:53.174Z] === RUN TestAdjustForAPIVersion [2022-03-01T06:50:53.174Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-03-01T06:50:53.174Z] PASS [2022-03-01T06:50:53.174Z] coverage: 5.7% of statements [2022-03-01T06:50:53.174Z] ok github.com/docker/docker/api/server/router/swarm 0.050s coverage: 5.7% of statements [2022-03-01T06:50:53.174Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-01T06:50:53.174Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-01T06:50:53.174Z] ? github.com/docker/docker/api/types [no test files] [2022-03-01T06:50:53.174Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-01T06:50:53.174Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-01T06:50:53.174Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-01T06:50:53.174Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-01T06:50:53.174Z] === RUN TestStrSliceMarshalJSON [2022-03-01T06:50:53.174Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestStrSliceUnmarshalJSON [2022-03-01T06:50:53.174Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestStrSliceUnmarshalString [2022-03-01T06:50:53.174Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestStrSliceUnmarshalSlice [2022-03-01T06:50:53.174Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-03-01T06:50:53.174Z] PASS [2022-03-01T06:50:53.174Z] coverage: 90.0% of statements [2022-03-01T06:50:53.174Z] ok github.com/docker/docker/api/types/strslice 0.039s coverage: 90.0% of statements [2022-03-01T06:50:53.174Z] === RUN TestToJSON [2022-03-01T06:50:53.174Z] --- PASS: TestToJSON (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestToParamWithVersion [2022-03-01T06:50:53.174Z] --- PASS: TestToParamWithVersion (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestFromJSON [2022-03-01T06:50:53.174Z] --- PASS: TestFromJSON (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestEmpty [2022-03-01T06:50:53.174Z] --- PASS: TestEmpty (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestArgsMatchKVListEmptySources [2022-03-01T06:50:53.174Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestArgsMatchKVList [2022-03-01T06:50:53.174Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestArgsMatch [2022-03-01T06:50:53.174Z] --- PASS: TestArgsMatch (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestAdd [2022-03-01T06:50:53.174Z] --- PASS: TestAdd (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestDel [2022-03-01T06:50:53.174Z] --- PASS: TestDel (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestLen [2022-03-01T06:50:53.174Z] --- PASS: TestLen (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestExactMatch [2022-03-01T06:50:53.174Z] --- PASS: TestExactMatch (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestOnlyOneExactMatch [2022-03-01T06:50:53.174Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestContains [2022-03-01T06:50:53.174Z] --- PASS: TestContains (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestValidate [2022-03-01T06:50:53.174Z] --- PASS: TestValidate (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestWalkValues [2022-03-01T06:50:53.174Z] --- PASS: TestWalkValues (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestFuzzyMatch [2022-03-01T06:50:53.174Z] --- PASS: TestFuzzyMatch (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestClone [2022-03-01T06:50:53.174Z] --- PASS: TestClone (0.00s) [2022-03-01T06:50:53.174Z] PASS [2022-03-01T06:50:53.174Z] coverage: 92.2% of statements [2022-03-01T06:50:53.174Z] ok github.com/docker/docker/api/types/filters 0.041s coverage: 92.2% of statements [2022-03-01T06:50:53.174Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-01T06:50:53.174Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-01T06:50:53.174Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-01T06:50:53.174Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-01T06:50:53.174Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-01T06:50:53.174Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-01T06:50:53.174Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-01T06:50:53.174Z] === RUN TestDurationToSecondsString [2022-03-01T06:50:53.174Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestGetTimestamp [2022-03-01T06:50:53.174Z] --- PASS: TestGetTimestamp (0.14s) [2022-03-01T06:50:53.174Z] === RUN TestParseTimestamps [2022-03-01T06:50:53.174Z] --- PASS: TestParseTimestamps (0.00s) [2022-03-01T06:50:53.174Z] PASS [2022-03-01T06:50:53.174Z] coverage: 100.0% of statements [2022-03-01T06:50:53.174Z] ok github.com/docker/docker/api/types/time 0.188s coverage: 100.0% of statements [2022-03-01T06:50:53.174Z] === RUN TestCompareVersion [2022-03-01T06:50:53.174Z] --- PASS: TestCompareVersion (0.00s) [2022-03-01T06:50:53.174Z] PASS [2022-03-01T06:50:53.174Z] coverage: 77.3% of statements [2022-03-01T06:50:53.174Z] ok github.com/docker/docker/api/types/versions 0.044s coverage: 77.3% of statements [2022-03-01T06:50:53.174Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-01T06:50:53.174Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-01T06:50:53.174Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-01T06:50:53.174Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-03-01T06:50:53.174Z] ? github.com/docker/docker/builder [no test files] [2022-03-01T06:50:53.174Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-01T06:50:53.174Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-01T06:50:53.174Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-01T06:50:53.174Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-01T06:50:53.174Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-01T06:50:53.174Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-01T06:50:53.174Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-01T06:50:53.174Z] === RUN TestParseRemoteURL [2022-03-01T06:50:53.174Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-03-01T06:50:53.174Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-03-01T06:50:53.174Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-03-01T06:50:53.174Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-03-01T06:50:53.174Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-03-01T06:50:53.174Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-03-01T06:50:53.174Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-03-01T06:50:53.174Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-03-01T06:50:53.174Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-03-01T06:50:53.174Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-03-01T06:50:53.174Z] --- PASS: TestParseRemoteURL (0.00s) [2022-03-01T06:50:53.174Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-03-01T06:50:53.174Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-03-01T06:50:53.174Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-03-01T06:50:53.174Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-03-01T06:50:53.174Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-03-01T06:50:53.174Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-03-01T06:50:53.174Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-03-01T06:50:53.174Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-03-01T06:50:53.174Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-03-01T06:50:53.174Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestCloneArgsSmartHttp [2022-03-01T06:50:53.174Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-03-01T06:50:53.174Z] === RUN TestCloneArgsDumbHttp [2022-03-01T06:50:53.174Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestCloneArgsGit [2022-03-01T06:50:53.174Z] --- PASS: TestCloneArgsGit (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestCheckoutGit [2022-03-01T06:50:53.174Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-03-01T06:50:53.174Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2022-03-01T06:50:53.174Z] === RUN TestProcessNoDockerignore [2022-03-01T06:50:53.174Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestProcessShouldLeaveAllFiles [2022-03-01T06:50:53.174Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestDetectContentType [2022-03-01T06:50:53.174Z] --- PASS: TestDetectContentType (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestSelectAcceptableMIME [2022-03-01T06:50:53.174Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestInspectEmptyResponse [2022-03-01T06:50:53.174Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestInspectResponseBinary [2022-03-01T06:50:53.174Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestResponseUnsupportedContentType [2022-03-01T06:50:53.174Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestInspectResponseTextSimple [2022-03-01T06:50:53.174Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestInspectResponseEmptyContentType [2022-03-01T06:50:53.174Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestUnknownContentLength [2022-03-01T06:50:53.174Z] --- PASS: TestUnknownContentLength (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestDownloadRemote [2022-03-01T06:50:53.174Z] === RUN TestEnable [2022-03-01T06:50:53.174Z] --- PASS: TestEnable (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestDisable [2022-03-01T06:50:53.174Z] --- PASS: TestDisable (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestEnabled [2022-03-01T06:50:53.174Z] --- PASS: TestEnabled (0.00s) [2022-03-01T06:50:53.174Z] PASS [2022-03-01T06:50:53.174Z] coverage: 100.0% of statements [2022-03-01T06:50:53.174Z] ok github.com/docker/docker/cli/debug 0.045s coverage: 100.0% of statements [2022-03-01T06:50:53.174Z] --- PASS: TestDownloadRemote (0.08s) [2022-03-01T06:50:53.174Z] === RUN TestGetWithStatusError [2022-03-01T06:50:53.174Z] --- PASS: TestGetWithStatusError (0.01s) [2022-03-01T06:50:53.174Z] === RUN TestCloseRootDirectory [2022-03-01T06:50:53.174Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:50:53.174Z] --- SKIP: TestCloseRootDirectory (0.02s) [2022-03-01T06:50:53.174Z] === RUN TestHashFile [2022-03-01T06:50:53.174Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:50:53.174Z] --- SKIP: TestHashFile (0.01s) [2022-03-01T06:50:53.174Z] === RUN TestHashSubdir [2022-03-01T06:50:53.174Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:50:53.174Z] --- SKIP: TestHashSubdir (0.01s) [2022-03-01T06:50:53.174Z] === RUN TestRemoveDirectory [2022-03-01T06:50:53.174Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:50:53.174Z] --- SKIP: TestRemoveDirectory (0.00s) [2022-03-01T06:50:53.174Z] PASS [2022-03-01T06:50:53.174Z] coverage: 9.3% of statements [2022-03-01T06:50:53.174Z] ok github.com/docker/docker/builder/remotecontext 0.297s coverage: 9.3% of statements [2022-03-01T06:50:53.174Z] === RUN TestGetAllAllowed [2022-03-01T06:50:53.174Z] --- PASS: TestGetAllAllowed (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestGetAllMeta [2022-03-01T06:50:53.174Z] --- PASS: TestGetAllMeta (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestWarnOnUnusedBuildArgs [2022-03-01T06:50:53.174Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestIsUnreferencedBuiltin [2022-03-01T06:50:53.174Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestIsExistingDirectory [2022-03-01T06:50:53.174Z] --- PASS: TestIsExistingDirectory (0.01s) [2022-03-01T06:50:53.174Z] === RUN TestGetFilenameForDownload [2022-03-01T06:50:53.174Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestEnv2Variables [2022-03-01T06:50:53.174Z] --- PASS: TestEnv2Variables (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-03-01T06:50:53.174Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestMaintainer [2022-03-01T06:50:53.174Z] --- PASS: TestMaintainer (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestLabel [2022-03-01T06:50:53.174Z] --- PASS: TestLabel (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestFromScratch [2022-03-01T06:50:53.174Z] --- PASS: TestFromScratch (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestFromWithArg [2022-03-01T06:50:53.174Z] --- PASS: TestFromWithArg (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-03-01T06:50:53.174Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestFromWithUndefinedArg [2022-03-01T06:50:53.174Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestFromMultiStageWithNamedStage [2022-03-01T06:50:53.174Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestOnbuild [2022-03-01T06:50:53.174Z] --- PASS: TestOnbuild (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestWorkdir [2022-03-01T06:50:53.174Z] --- PASS: TestWorkdir (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestCmd [2022-03-01T06:50:53.174Z] --- PASS: TestCmd (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestHealthcheckNone [2022-03-01T06:50:53.174Z] --- PASS: TestHealthcheckNone (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestHealthcheckCmd [2022-03-01T06:50:53.174Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestEntrypoint [2022-03-01T06:50:53.174Z] --- PASS: TestEntrypoint (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestExpose [2022-03-01T06:50:53.174Z] --- PASS: TestExpose (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestUser [2022-03-01T06:50:53.174Z] --- PASS: TestUser (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestVolume [2022-03-01T06:50:53.174Z] --- PASS: TestVolume (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestStopSignal [2022-03-01T06:50:53.174Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-01T06:50:53.174Z] --- SKIP: TestStopSignal (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestArg [2022-03-01T06:50:53.174Z] --- PASS: TestArg (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestShell [2022-03-01T06:50:53.174Z] --- PASS: TestShell (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestPrependEnvOnCmd [2022-03-01T06:50:53.174Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestRunWithBuildArgs [2022-03-01T06:50:53.174Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestRunIgnoresHealthcheck [2022-03-01T06:50:53.174Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestDispatchUnsupportedOptions [2022-03-01T06:50:53.174Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-03-01T06:50:53.174Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-03-01T06:50:53.174Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-03-01T06:50:53.174Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-03-01T06:50:53.174Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-03-01T06:50:53.174Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-03-01T06:50:53.174Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestNormalizeWorkdir [2022-03-01T06:50:53.174Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-03-01T06:50:53.174Z] === RUN TestDispatch [2022-03-01T06:50:53.174Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-03-01T06:50:53.174Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-03-01T06:50:53.174Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-03-01T06:50:53.174Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-03-01T06:50:53.174Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-03-01T06:50:53.174Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-03-01T06:50:53.174Z] === RUN TestDispatch/COPY_url [2022-03-01T06:50:53.174Z] --- PASS: TestDispatch (0.06s) [2022-03-01T06:50:53.174Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s) [2022-03-01T06:50:53.174Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-03-01T06:50:53.174Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-03-01T06:50:53.174Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-03-01T06:50:53.175Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-03-01T06:50:53.175Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-03-01T06:50:53.175Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-03-01T06:50:53.175Z] === RUN TestAddScratchImageAddsToMounts [2022-03-01T06:50:53.175Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-03-01T06:50:53.175Z] === RUN TestAddFromScratchPopulatesPlatform [2022-03-01T06:50:53.175Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-03-01T06:50:53.175Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-03-01T06:50:53.175Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-03-01T06:50:53.175Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-03-01T06:50:53.175Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-03-01T06:50:53.175Z] === RUN TestImageSourceGetAddsToMounts [2022-03-01T06:50:53.175Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-03-01T06:50:53.175Z] === RUN TestEmptyDockerfile [2022-03-01T06:50:53.175Z] --- PASS: TestEmptyDockerfile (0.00s) [2022-03-01T06:50:53.175Z] === RUN TestSymlinkDockerfile [2022-03-01T06:50:53.175Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-03-01T06:50:53.175Z] === RUN TestDockerfileOutsideTheBuildContext [2022-03-01T06:50:53.175Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-03-01T06:50:53.175Z] === RUN TestNonExistingDockerfile [2022-03-01T06:50:53.175Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-03-01T06:50:53.175Z] === RUN TestCopyRunConfig [2022-03-01T06:50:53.175Z] --- PASS: TestCopyRunConfig (0.00s) [2022-03-01T06:50:53.175Z] === RUN TestDeepCopyRunConfig [2022-03-01T06:50:53.175Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-03-01T06:50:53.175Z] === RUN TestExportImage [2022-03-01T06:50:53.175Z] --- PASS: TestExportImage (0.00s) [2022-03-01T06:50:53.175Z] === RUN TestNormalizeDest [2022-03-01T06:50:53.175Z] --- PASS: TestNormalizeDest (0.00s) [2022-03-01T06:50:53.175Z] PASS [2022-03-01T06:50:53.175Z] coverage: 46.7% of statements [2022-03-01T06:50:53.175Z] ok github.com/docker/docker/builder/dockerfile 0.188s coverage: 46.7% of statements [2022-03-01T06:50:53.175Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-03-01T06:50:53.175Z] === RUN TestTCP4Proxy [2022-03-01T06:50:53.175Z] --- PASS: TestTCP4Proxy (0.01s) [2022-03-01T06:50:53.175Z] === RUN TestTCP4ProxyHalfClose [2022-03-01T06:50:53.175Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-03-01T06:50:53.175Z] === RUN TestTCP6Proxy [2022-03-01T06:50:53.175Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-01T06:50:53.175Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-03-01T06:50:53.175Z] === RUN TestTCPDualStackProxy [2022-03-01T06:50:53.175Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-01T06:50:53.175Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-03-01T06:50:53.175Z] === RUN TestUDP4Proxy [2022-03-01T06:50:53.175Z] --- PASS: TestUDP4Proxy (0.00s) [2022-03-01T06:50:53.175Z] === RUN TestUDP6Proxy [2022-03-01T06:50:53.175Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-01T06:50:53.175Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-03-01T06:50:53.175Z] === RUN TestUDPWriteError [2022-03-01T06:50:53.175Z] --- PASS: TestUDPWriteError (0.00s) [2022-03-01T06:50:53.175Z] === RUN TestSCTP4Proxy [2022-03-01T06:50:53.175Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-01T06:50:53.175Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-03-01T06:50:53.175Z] === RUN TestSCTP6Proxy [2022-03-01T06:50:53.175Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-01T06:50:53.175Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-03-01T06:50:53.175Z] PASS [2022-03-01T06:50:53.175Z] coverage: 49.4% of statements [2022-03-01T06:50:53.175Z] ok github.com/docker/docker/cmd/docker-proxy 0.070s coverage: 49.4% of statements [2022-03-01T06:50:53.333Z] time="2022-03-01T06:50:52Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-03-01T06:50:53.333Z] --- PASS: TestResumableRequestReaderWithReadError (0.14s) [2022-03-01T06:50:53.333Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-03-01T06:50:53.333Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-03-01T06:50:53.333Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-03-01T06:50:53.333Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-03-01T06:50:53.333Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-03-01T06:50:53.333Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-03-01T06:50:53.333Z] === RUN TestResumableRequestReader [2022-03-01T06:50:53.333Z] --- PASS: TestResumableRequestReader (0.00s) [2022-03-01T06:50:53.333Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-03-01T06:50:53.333Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-03-01T06:50:53.333Z] PASS [2022-03-01T06:50:53.333Z] coverage: 100.0% of statements [2022-03-01T06:50:53.333Z] ok github.com/docker/docker/registry/resumable 0.200s coverage: 100.0% of statements [2022-03-01T06:50:53.333Z] === RUN TestRestartManagerTimeout [2022-03-01T06:50:53.333Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-03-01T06:50:53.333Z] === RUN TestRestartManagerTimeoutReset [2022-03-01T06:50:53.333Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-03-01T06:50:53.333Z] PASS [2022-03-01T06:50:53.333Z] coverage: 50.9% of statements [2022-03-01T06:50:53.333Z] ok github.com/docker/docker/restartmanager 0.032s coverage: 50.9% of statements [2022-03-01T06:50:53.793Z] === RUN TestDecodeContainerConfig [2022-03-01T06:50:53.793Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-03-01T06:50:53.793Z] === RUN TestDecodeContainerConfigIsolation [2022-03-01T06:50:53.793Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-03-01T06:50:53.793Z] === RUN TestValidatePrivileged [2022-03-01T06:50:53.793Z] --- PASS: TestValidatePrivileged (0.00s) [2022-03-01T06:50:53.793Z] PASS [2022-03-01T06:50:53.793Z] coverage: 52.6% of statements [2022-03-01T06:50:53.793Z] ok github.com/docker/docker/runconfig 0.035s coverage: 52.6% of statements [2022-03-01T06:50:53.793Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-03-01T06:50:53.793Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-03-01T06:50:53.793Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-03-01T06:50:53.793Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-03-01T06:50:53.793Z] PASS [2022-03-01T06:50:53.793Z] coverage: 62.5% of statements [2022-03-01T06:50:53.793Z] ok github.com/docker/docker/testutil 0.037s coverage: 62.5% of statements [2022-03-01T06:50:53.906Z] --- PASS: TestServicePlugin (29.56s) [2022-03-01T06:50:53.906Z] === RUN TestServiceUpdateLabel [2022-03-01T06:50:54.067Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2022-03-01T06:50:54.164Z] --- PASS: TestServiceUpdateLabel (2.17s) [2022-03-01T06:50:54.165Z] === RUN TestServiceUpdateSecrets [2022-03-01T06:50:54.186Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.34s) [2022-03-01T06:50:54.186Z] PASS [2022-03-01T06:50:54.186Z] [2022-03-01T06:50:54.186Z] === Skipped [2022-03-01T06:50:54.186Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-01T06:50:54.186Z] service_test.go:243: FLAKY_TEST [2022-03-01T06:50:54.186Z] [2022-03-01T06:50:54.186Z] DONE 26 tests, 1 skipped in 41.840s [2022-03-01T06:50:54.186Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-03-01T06:50:54.186Z] ++ 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 [2022-03-01T06:50:54.186Z] ++ set -e [2022-03-01T06:50:54.186Z] ++ '[' -n 0 ']' [2022-03-01T06:50:54.186Z] ++ set -x [2022-03-01T06:50:54.187Z] ++ 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 [2022-03-01T06:50:54.443Z] INFO: Testing against a local daemon [2022-03-01T06:50:54.443Z] === RUN TestDockerNetworkIpvlanPersistance [2022-03-01T06:50:54.443Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-01T06:50:54.443Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-01T06:50:54.443Z] === RUN TestDockerNetworkIpvlan [2022-03-01T06:50:54.443Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-01T06:50:54.443Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-03-01T06:50:54.443Z] PASS [2022-03-01T06:50:54.443Z] [2022-03-01T06:50:54.443Z] === Skipped [2022-03-01T06:50:54.443Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-01T06:50:54.443Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-01T06:50:54.443Z] [2022-03-01T06:50:54.443Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-03-01T06:50:54.443Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-01T06:50:54.443Z] [2022-03-01T06:50:54.443Z] DONE 2 tests, 2 skipped in 0.087s [2022-03-01T06:50:54.443Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-03-01T06:50:54.443Z] ++ 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 [2022-03-01T06:50:54.443Z] ++ set -e [2022-03-01T06:50:54.443Z] ++ '[' -n 0 ']' [2022-03-01T06:50:54.443Z] ++ set -x [2022-03-01T06:50:54.443Z] ++ 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 [2022-03-01T06:50:54.443Z] INFO: Testing against a local daemon [2022-03-01T06:50:54.443Z] === RUN TestDockerNetworkMacvlanPersistance [2022-03-01T06:50:54.638Z] check_test.go:308: [dc58e452b0b18] daemon is not started [2022-03-01T06:50:54.639Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2022-03-01T06:50:55.809Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.36s) [2022-03-01T06:50:55.809Z] === RUN TestDockerNetworkMacvlan [2022-03-01T06:50:55.976Z] time="2022-03-01T06:50:55Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-03-01T06:50:56.025Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-03-01T06:50:56.371Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-03-01T06:50:56.437Z] === RUN TestGetDriver [2022-03-01T06:50:56.437Z] --- PASS: TestGetDriver (0.00s) [2022-03-01T06:50:56.437Z] === RUN TestVolumeRequestError [2022-03-01T06:50:56.437Z] --- PASS: TestVolumeRequestError (0.01s) [2022-03-01T06:50:56.437Z] PASS [2022-03-01T06:50:56.437Z] coverage: 36.1% of statements [2022-03-01T06:50:56.437Z] ok github.com/docker/docker/volume/drivers 0.044s coverage: 36.1% of statements [2022-03-01T06:50:56.437Z] === RUN TestGetAddress [2022-03-01T06:50:56.437Z] --- PASS: TestGetAddress (0.00s) [2022-03-01T06:50:56.437Z] === RUN TestRemove [2022-03-01T06:50:56.437Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-01T06:50:56.437Z] --- SKIP: TestRemove (0.00s) [2022-03-01T06:50:56.437Z] === RUN TestInitializeWithVolumes [2022-03-01T06:50:56.437Z] --- PASS: TestInitializeWithVolumes (0.00s) [2022-03-01T06:50:56.437Z] === RUN TestCreate [2022-03-01T06:50:56.437Z] --- PASS: TestCreate (0.01s) [2022-03-01T06:50:56.437Z] === RUN TestValidateName [2022-03-01T06:50:56.437Z] --- PASS: TestValidateName (0.00s) [2022-03-01T06:50:56.437Z] === RUN TestCreateWithOpts [2022-03-01T06:50:56.437Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-01T06:50:56.437Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-03-01T06:50:56.437Z] === RUN TestRelaodNoOpts [2022-03-01T06:50:56.437Z] --- PASS: TestRelaodNoOpts (0.01s) [2022-03-01T06:50:56.437Z] PASS [2022-03-01T06:50:56.437Z] coverage: 41.5% of statements [2022-03-01T06:50:56.437Z] ok github.com/docker/docker/volume/local 0.060s coverage: 41.5% of statements [2022-03-01T06:50:57.300Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-03-01T06:50:57.412Z] === RUN TestLCOWParseMountRaw [2022-03-01T06:50:57.412Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-03-01T06:50:57.412Z] === RUN TestLCOWParseMountRawSplit [2022-03-01T06:50:57.412Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-03-01T06:50:57.412Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-03-01T06:50:57.412Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-03-01T06:50:57.412Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-03-01T06:50:57.412Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-03-01T06:50:57.412Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-03-01T06:50:57.412Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-03-01T06:50:57.412Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-03-01T06:50:57.412Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-03-01T06:50:57.412Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-03-01T06:50:57.412Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-03-01T06:50:57.412Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-03-01T06:50:57.412Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-03-01T06:50:57.412Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-03-01T06:50:57.412Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-03-01T06:50:57.412Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-03-01T06:50:57.412Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-03-01T06:50:57.412Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-03-01T06:50:57.412Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-03-01T06:50:57.412Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-03-01T06:50:57.412Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-03-01T06:50:57.412Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-03-01T06:50:57.412Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-01T06:50:57.412Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-03-01T06:50:57.412Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-01T06:50:57.412Z] === RUN TestLinuxParseMountRaw [2022-03-01T06:50:57.412Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-03-01T06:50:57.412Z] === RUN TestLinuxParseMountRawSplit [2022-03-01T06:50:57.412Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-03-01T06:50:57.412Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-03-01T06:50:57.412Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-03-01T06:50:57.412Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-03-01T06:50:57.412Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-03-01T06:50:57.412Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-03-01T06:50:57.412Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-03-01T06:50:57.412Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-03-01T06:50:57.412Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-03-01T06:50:57.412Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-03-01T06:50:57.412Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-03-01T06:50:57.412Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-03-01T06:50:57.412Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-03-01T06:50:57.412Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-03-01T06:50:57.412Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-03-01T06:50:57.412Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-03-01T06:50:57.412Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-03-01T06:50:57.412Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-03-01T06:50:57.412Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-03-01T06:50:57.412Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-03-01T06:50:57.412Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-03-01T06:50:57.412Z] === RUN TestConvertTmpfsOptions [2022-03-01T06:50:57.412Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-03-01T06:50:57.412Z] linux_parser_test.go:209: data="ro" [2022-03-01T06:50:57.412Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-03-01T06:50:57.412Z] === RUN TestParseMountSpec [2022-03-01T06:50:57.412Z] parser_test.go:62: case 0 [2022-03-01T06:50:57.412Z] parser_test.go:62: case 1 [2022-03-01T06:50:57.412Z] parser_test.go:62: case 2 [2022-03-01T06:50:57.412Z] parser_test.go:62: case 3 [2022-03-01T06:50:57.412Z] parser_test.go:62: case 4 [2022-03-01T06:50:57.412Z] parser_test.go:62: case 5 [2022-03-01T06:50:57.412Z] --- PASS: TestParseMountSpec (0.00s) [2022-03-01T06:50:57.412Z] === RUN TestValidateMount [2022-03-01T06:50:57.412Z] --- PASS: TestValidateMount (0.00s) [2022-03-01T06:50:57.412Z] === RUN TestWindowsParseMountRaw [2022-03-01T06:50:57.412Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-03-01T06:50:57.412Z] === RUN TestWindowsParseMountRawSplit [2022-03-01T06:50:57.412Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-03-01T06:50:57.412Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-03-01T06:50:57.412Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-03-01T06:50:57.412Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-03-01T06:50:57.412Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-03-01T06:50:57.412Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-03-01T06:50:57.412Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-03-01T06:50:57.412Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-03-01T06:50:57.412Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-03-01T06:50:57.412Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-03-01T06:50:57.412Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-03-01T06:50:57.412Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-03-01T06:50:57.412Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-03-01T06:50:57.412Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-03-01T06:50:57.425Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2022-03-01T06:50:57.863Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-03-01T06:50:57.873Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-03-01T06:50:57.873Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-03-01T06:50:57.873Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-03-01T06:50:57.873Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-03-01T06:50:57.873Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-03-01T06:50:57.873Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-03-01T06:50:57.873Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-03-01T06:50:57.873Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-03-01T06:50:57.873Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-03-01T06:50:57.873Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-03-01T06:50:57.873Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-01T06:50:57.873Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-03-01T06:50:57.873Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-01T06:50:57.873Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-03-01T06:50:57.873Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-03-01T06:50:57.873Z] PASS [2022-03-01T06:50:57.873Z] coverage: 67.6% of statements [2022-03-01T06:50:57.873Z] ok github.com/docker/docker/volume/mounts 0.044s coverage: 67.6% of statements [2022-03-01T06:50:58.333Z] === RUN TestSetGetMeta [2022-03-01T06:50:58.333Z] === PAUSE TestSetGetMeta [2022-03-01T06:50:58.333Z] === RUN TestRestore [2022-03-01T06:50:58.333Z] === PAUSE TestRestore [2022-03-01T06:50:58.333Z] === RUN TestServiceCreate [2022-03-01T06:50:58.333Z] === PAUSE TestServiceCreate [2022-03-01T06:50:58.333Z] === RUN TestServiceList [2022-03-01T06:50:58.333Z] === PAUSE TestServiceList [2022-03-01T06:50:58.333Z] === RUN TestServiceRemove [2022-03-01T06:50:58.333Z] === PAUSE TestServiceRemove [2022-03-01T06:50:58.333Z] === RUN TestServiceGet [2022-03-01T06:50:58.333Z] === PAUSE TestServiceGet [2022-03-01T06:50:58.333Z] === RUN TestServicePrune [2022-03-01T06:50:58.333Z] === PAUSE TestServicePrune [2022-03-01T06:50:58.333Z] === RUN TestCreate [2022-03-01T06:50:58.333Z] === PAUSE TestCreate [2022-03-01T06:50:58.333Z] === RUN TestRemove [2022-03-01T06:50:58.333Z] === PAUSE TestRemove [2022-03-01T06:50:58.333Z] === RUN TestList [2022-03-01T06:50:58.333Z] === PAUSE TestList [2022-03-01T06:50:58.333Z] === RUN TestFindByDriver [2022-03-01T06:50:58.333Z] === PAUSE TestFindByDriver [2022-03-01T06:50:58.333Z] === RUN TestFindByReferenced [2022-03-01T06:50:58.333Z] === PAUSE TestFindByReferenced [2022-03-01T06:50:58.333Z] === RUN TestDerefMultipleOfSameRef [2022-03-01T06:50:58.333Z] === PAUSE TestDerefMultipleOfSameRef [2022-03-01T06:50:58.333Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-01T06:50:58.333Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-01T06:50:58.333Z] === RUN TestDefererencePluginOnCreateError [2022-03-01T06:50:58.333Z] === PAUSE TestDefererencePluginOnCreateError [2022-03-01T06:50:58.333Z] === RUN TestRefDerefRemove [2022-03-01T06:50:58.333Z] === PAUSE TestRefDerefRemove [2022-03-01T06:50:58.333Z] === RUN TestGet [2022-03-01T06:50:58.333Z] === PAUSE TestGet [2022-03-01T06:50:58.333Z] === RUN TestGetWithReference [2022-03-01T06:50:58.333Z] === PAUSE TestGetWithReference [2022-03-01T06:50:58.333Z] === RUN TestFilterFunc [2022-03-01T06:50:58.333Z] === RUN TestFilterFunc/test_nil_list [2022-03-01T06:50:58.333Z] === PAUSE TestFilterFunc/test_nil_list [2022-03-01T06:50:58.333Z] === RUN TestFilterFunc/test_empty_list [2022-03-01T06:50:58.333Z] === PAUSE TestFilterFunc/test_empty_list [2022-03-01T06:50:58.333Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-03-01T06:50:58.333Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-03-01T06:50:58.333Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-01T06:50:58.333Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-01T06:50:58.333Z] === RUN TestFilterFunc/test_filter_some [2022-03-01T06:50:58.333Z] === PAUSE TestFilterFunc/test_filter_some [2022-03-01T06:50:58.333Z] === RUN TestFilterFunc/test_filter_middle [2022-03-01T06:50:58.333Z] === PAUSE TestFilterFunc/test_filter_middle [2022-03-01T06:50:58.333Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-03-01T06:50:58.333Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-03-01T06:50:58.333Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-03-01T06:50:58.334Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-03-01T06:50:58.334Z] === CONT TestFilterFunc/test_nil_list [2022-03-01T06:50:58.334Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-03-01T06:50:58.334Z] === CONT TestFilterFunc/test_filter_some [2022-03-01T06:50:58.334Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-03-01T06:50:58.334Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-01T06:50:58.334Z] === CONT TestFilterFunc/test_empty_list [2022-03-01T06:50:58.334Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-03-01T06:50:58.334Z] === CONT TestFilterFunc/test_filter_middle [2022-03-01T06:50:58.334Z] --- PASS: TestFilterFunc (0.00s) [2022-03-01T06:50:58.334Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-03-01T06:50:58.334Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-03-01T06:50:58.334Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-03-01T06:50:58.334Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-03-01T06:50:58.334Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-03-01T06:50:58.334Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-03-01T06:50:58.334Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-03-01T06:50:58.334Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-03-01T06:50:58.334Z] === CONT TestSetGetMeta [2022-03-01T06:50:58.334Z] === CONT TestList [2022-03-01T06:50:58.334Z] === CONT TestServiceList [2022-03-01T06:50:58.334Z] === CONT TestServiceGet [2022-03-01T06:50:58.334Z] --- PASS: TestSetGetMeta (0.01s) [2022-03-01T06:50:58.334Z] === CONT TestServiceCreate [2022-03-01T06:50:58.334Z] --- PASS: TestList (0.02s) [2022-03-01T06:50:58.334Z] === CONT TestRestore [2022-03-01T06:50:58.334Z] --- PASS: TestRestore (0.02s) [2022-03-01T06:50:58.334Z] === CONT TestCreate [2022-03-01T06:50:58.334Z] --- PASS: TestCreate (0.01s) [2022-03-01T06:50:58.334Z] === CONT TestRemove [2022-03-01T06:50:58.334Z] --- PASS: TestRemove (0.01s) [2022-03-01T06:50:58.334Z] === CONT TestServicePrune [2022-03-01T06:50:58.334Z] --- PASS: TestServiceGet (0.14s) [2022-03-01T06:50:58.334Z] === CONT TestDefererencePluginOnCreateError [2022-03-01T06:50:58.334Z] time="2022-03-01T06:50:58Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-01T06:50:58.334Z] --- PASS: TestServiceCreate (0.13s) [2022-03-01T06:50:58.334Z] === CONT TestGetWithReference [2022-03-01T06:50:58.334Z] --- PASS: TestServiceList (0.14s) [2022-03-01T06:50:58.334Z] === CONT TestGet [2022-03-01T06:50:58.334Z] time="2022-03-01T06:50:58Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-01T06:50:58.334Z] time="2022-03-01T06:50:58Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-01T06:50:58.334Z] time="2022-03-01T06:50:58Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-03-01T06:50:58.334Z] --- PASS: TestDefererencePluginOnCreateError (0.02s) [2022-03-01T06:50:58.334Z] === CONT TestRefDerefRemove [2022-03-01T06:50:58.334Z] time="2022-03-01T06:50:58Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-01T06:50:58.334Z] --- PASS: TestGet (0.02s) [2022-03-01T06:50:58.334Z] === CONT TestServiceRemove [2022-03-01T06:50:58.334Z] --- PASS: TestGetWithReference (0.02s) [2022-03-01T06:50:58.334Z] === CONT TestDerefMultipleOfSameRef [2022-03-01T06:50:58.334Z] --- PASS: TestServicePrune (0.10s) [2022-03-01T06:50:58.334Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-01T06:50:58.334Z] --- PASS: TestRefDerefRemove (0.02s) [2022-03-01T06:50:58.334Z] === CONT TestFindByReferenced [2022-03-01T06:50:58.334Z] --- PASS: TestDerefMultipleOfSameRef (0.01s) [2022-03-01T06:50:58.334Z] === CONT TestFindByDriver [2022-03-01T06:50:58.334Z] --- PASS: TestServiceRemove (0.02s) [2022-03-01T06:50:58.334Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.01s) [2022-03-01T06:50:58.334Z] --- PASS: TestFindByReferenced (0.01s) [2022-03-01T06:50:58.334Z] --- PASS: TestFindByDriver (0.01s) [2022-03-01T06:50:58.334Z] PASS [2022-03-01T06:50:58.334Z] coverage: 69.0% of statements [2022-03-01T06:50:58.334Z] ok github.com/docker/docker/volume/service 0.232s coverage: 69.0% of statements [2022-03-01T06:50:58.779Z] Removing intermediate container 5f9036f70196 [2022-03-01T06:50:58.779Z] ---> 59ba1cba06dd [2022-03-01T06:50:58.779Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-03-01T06:50:58.779Z] ---> Running in 1bda8b04694a [2022-03-01T06:50:59.341Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2022-03-01T06:50:59.755Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-03-01T06:50:59.764Z] [2022-03-01T06:50:59.764Z] SUCCESS: Specified value was saved. [2022-03-01T06:51:01.122Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-03-01T06:51:01.975Z] Removing intermediate container 1bda8b04694a [2022-03-01T06:51:01.975Z] ---> 63a73329bb0d [2022-03-01T06:51:01.975Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-03-01T06:51:01.975Z] ---> Running in e3aa5d197c7e [2022-03-01T06:51:03.550Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2022-03-01T06:51:03.603Z] === RUN TestCheckpointCreateError [2022-03-01T06:51:03.603Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestCheckpointCreate [2022-03-01T06:51:03.603Z] --- PASS: TestCheckpointCreate (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestCheckpointDeleteError [2022-03-01T06:51:03.603Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestCheckpointDelete [2022-03-01T06:51:03.603Z] --- PASS: TestCheckpointDelete (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestCheckpointListError [2022-03-01T06:51:03.603Z] --- PASS: TestCheckpointListError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestCheckpointList [2022-03-01T06:51:03.603Z] --- PASS: TestCheckpointList (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestCheckpointListContainerNotFound [2022-03-01T06:51:03.603Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestNewClientWithOpsFromEnv [2022-03-01T06:51:03.603Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-01T06:51:03.603Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestGetAPIPath [2022-03-01T06:51:03.603Z] --- PASS: TestGetAPIPath (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestParseHostURL [2022-03-01T06:51:03.603Z] --- PASS: TestParseHostURL (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-03-01T06:51:03.603Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestNegotiateAPIVersionEmpty [2022-03-01T06:51:03.603Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestNegotiateAPIVersion [2022-03-01T06:51:03.603Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestNegotiateAPVersionOverride [2022-03-01T06:51:03.603Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestNegotiateAPIVersionAutomatic [2022-03-01T06:51:03.603Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-03-01T06:51:03.603Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-03-01T06:51:03.603Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestClientRedirect [2022-03-01T06:51:03.603Z] --- PASS: TestClientRedirect (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestConfigCreateUnsupported [2022-03-01T06:51:03.603Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestConfigCreateError [2022-03-01T06:51:03.603Z] --- PASS: TestConfigCreateError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestConfigCreate [2022-03-01T06:51:03.603Z] --- PASS: TestConfigCreate (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestConfigInspectNotFound [2022-03-01T06:51:03.603Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestConfigInspectWithEmptyID [2022-03-01T06:51:03.603Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestConfigInspectUnsupported [2022-03-01T06:51:03.603Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestConfigInspectError [2022-03-01T06:51:03.603Z] --- PASS: TestConfigInspectError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestConfigInspectConfigNotFound [2022-03-01T06:51:03.603Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestConfigInspect [2022-03-01T06:51:03.603Z] --- PASS: TestConfigInspect (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestConfigListUnsupported [2022-03-01T06:51:03.603Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestConfigListError [2022-03-01T06:51:03.603Z] --- PASS: TestConfigListError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestConfigList [2022-03-01T06:51:03.603Z] --- PASS: TestConfigList (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestConfigRemoveUnsupported [2022-03-01T06:51:03.603Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestConfigRemoveError [2022-03-01T06:51:03.603Z] --- PASS: TestConfigRemoveError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestConfigRemove [2022-03-01T06:51:03.603Z] --- PASS: TestConfigRemove (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestConfigUpdateUnsupported [2022-03-01T06:51:03.603Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestConfigUpdateError [2022-03-01T06:51:03.603Z] --- PASS: TestConfigUpdateError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestConfigUpdate [2022-03-01T06:51:03.603Z] --- PASS: TestConfigUpdate (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerCommitError [2022-03-01T06:51:03.603Z] --- PASS: TestContainerCommitError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerCommit [2022-03-01T06:51:03.603Z] --- PASS: TestContainerCommit (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerStatPathError [2022-03-01T06:51:03.603Z] --- PASS: TestContainerStatPathError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerStatPathNotFoundError [2022-03-01T06:51:03.603Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerStatPathNoHeaderError [2022-03-01T06:51:03.603Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerStatPath [2022-03-01T06:51:03.603Z] --- PASS: TestContainerStatPath (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestCopyToContainerError [2022-03-01T06:51:03.603Z] --- PASS: TestCopyToContainerError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestCopyToContainerNotFoundError [2022-03-01T06:51:03.603Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestCopyToContainerNotStatusOKError [2022-03-01T06:51:03.603Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestCopyToContainer [2022-03-01T06:51:03.603Z] --- PASS: TestCopyToContainer (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestCopyFromContainerError [2022-03-01T06:51:03.603Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestCopyFromContainerNotFoundError [2022-03-01T06:51:03.603Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestCopyFromContainerNotStatusOKError [2022-03-01T06:51:03.603Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestCopyFromContainerNoHeaderError [2022-03-01T06:51:03.603Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestCopyFromContainer [2022-03-01T06:51:03.603Z] --- PASS: TestCopyFromContainer (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerCreateError [2022-03-01T06:51:03.603Z] --- PASS: TestContainerCreateError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerCreateImageNotFound [2022-03-01T06:51:03.603Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerCreateWithName [2022-03-01T06:51:03.603Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerCreateAutoRemove [2022-03-01T06:51:03.603Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerDiffError [2022-03-01T06:51:03.603Z] --- PASS: TestContainerDiffError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerDiff [2022-03-01T06:51:03.603Z] --- PASS: TestContainerDiff (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerExecCreateError [2022-03-01T06:51:03.603Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerExecCreate [2022-03-01T06:51:03.603Z] --- PASS: TestContainerExecCreate (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerExecStartError [2022-03-01T06:51:03.603Z] --- PASS: TestContainerExecStartError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerExecStart [2022-03-01T06:51:03.603Z] --- PASS: TestContainerExecStart (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerExecInspectError [2022-03-01T06:51:03.603Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerExecInspect [2022-03-01T06:51:03.603Z] --- PASS: TestContainerExecInspect (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerExportError [2022-03-01T06:51:03.603Z] --- PASS: TestContainerExportError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerExport [2022-03-01T06:51:03.603Z] --- PASS: TestContainerExport (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerInspectError [2022-03-01T06:51:03.603Z] --- PASS: TestContainerInspectError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerInspectContainerNotFound [2022-03-01T06:51:03.603Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerInspectWithEmptyID [2022-03-01T06:51:03.603Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerInspect [2022-03-01T06:51:03.603Z] --- PASS: TestContainerInspect (0.01s) [2022-03-01T06:51:03.603Z] === RUN TestContainerInspectNode [2022-03-01T06:51:03.603Z] --- PASS: TestContainerInspectNode (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerKillError [2022-03-01T06:51:03.603Z] --- PASS: TestContainerKillError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerKill [2022-03-01T06:51:03.603Z] --- PASS: TestContainerKill (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerListError [2022-03-01T06:51:03.603Z] --- PASS: TestContainerListError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerList [2022-03-01T06:51:03.603Z] --- PASS: TestContainerList (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerLogsNotFoundError [2022-03-01T06:51:03.603Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerLogsError [2022-03-01T06:51:03.603Z] --- PASS: TestContainerLogsError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerLogs [2022-03-01T06:51:03.603Z] --- PASS: TestContainerLogs (0.17s) [2022-03-01T06:51:03.603Z] === RUN TestContainerPauseError [2022-03-01T06:51:03.603Z] --- PASS: TestContainerPauseError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerPause [2022-03-01T06:51:03.603Z] --- PASS: TestContainerPause (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainersPruneError [2022-03-01T06:51:03.603Z] --- PASS: TestContainersPruneError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainersPrune [2022-03-01T06:51:03.603Z] --- PASS: TestContainersPrune (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerRemoveError [2022-03-01T06:51:03.603Z] --- PASS: TestContainerRemoveError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerRemoveNotFoundError [2022-03-01T06:51:03.603Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerRemove [2022-03-01T06:51:03.603Z] --- PASS: TestContainerRemove (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerRenameError [2022-03-01T06:51:03.603Z] --- PASS: TestContainerRenameError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerRename [2022-03-01T06:51:03.603Z] --- PASS: TestContainerRename (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerResizeError [2022-03-01T06:51:03.603Z] --- PASS: TestContainerResizeError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerExecResizeError [2022-03-01T06:51:03.603Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerResize [2022-03-01T06:51:03.603Z] --- PASS: TestContainerResize (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerExecResize [2022-03-01T06:51:03.603Z] --- PASS: TestContainerExecResize (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerRestartError [2022-03-01T06:51:03.603Z] --- PASS: TestContainerRestartError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerRestart [2022-03-01T06:51:03.603Z] --- PASS: TestContainerRestart (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerStartError [2022-03-01T06:51:03.603Z] --- PASS: TestContainerStartError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerStart [2022-03-01T06:51:03.603Z] --- PASS: TestContainerStart (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerStatsError [2022-03-01T06:51:03.603Z] --- PASS: TestContainerStatsError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerStats [2022-03-01T06:51:03.603Z] --- PASS: TestContainerStats (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerStopError [2022-03-01T06:51:03.603Z] --- PASS: TestContainerStopError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerStop [2022-03-01T06:51:03.603Z] --- PASS: TestContainerStop (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerTopError [2022-03-01T06:51:03.603Z] --- PASS: TestContainerTopError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerTop [2022-03-01T06:51:03.603Z] --- PASS: TestContainerTop (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerUnpauseError [2022-03-01T06:51:03.603Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerUnpause [2022-03-01T06:51:03.603Z] --- PASS: TestContainerUnpause (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerUpdateError [2022-03-01T06:51:03.603Z] --- PASS: TestContainerUpdateError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerUpdate [2022-03-01T06:51:03.603Z] --- PASS: TestContainerUpdate (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerWaitError [2022-03-01T06:51:03.603Z] --- PASS: TestContainerWaitError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestContainerWait [2022-03-01T06:51:03.603Z] --- PASS: TestContainerWait (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestDiskUsageError [2022-03-01T06:51:03.603Z] --- PASS: TestDiskUsageError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestDiskUsage [2022-03-01T06:51:03.603Z] --- PASS: TestDiskUsage (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestDistributionInspectUnsupported [2022-03-01T06:51:03.603Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestDistributionInspectWithEmptyID [2022-03-01T06:51:03.603Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestEventsErrorInOptions [2022-03-01T06:51:03.603Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestEventsErrorFromServer [2022-03-01T06:51:03.603Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestEvents [2022-03-01T06:51:03.603Z] --- PASS: TestEvents (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestTLSCloseWriter [2022-03-01T06:51:03.603Z] === PAUSE TestTLSCloseWriter [2022-03-01T06:51:03.603Z] === RUN TestImageBuildError [2022-03-01T06:51:03.603Z] --- PASS: TestImageBuildError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestImageBuild [2022-03-01T06:51:03.603Z] --- PASS: TestImageBuild (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestGetDockerOS [2022-03-01T06:51:03.603Z] --- PASS: TestGetDockerOS (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestImageCreateError [2022-03-01T06:51:03.603Z] --- PASS: TestImageCreateError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestImageCreate [2022-03-01T06:51:03.603Z] --- PASS: TestImageCreate (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestImageHistoryError [2022-03-01T06:51:03.603Z] --- PASS: TestImageHistoryError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestImageHistory [2022-03-01T06:51:03.603Z] --- PASS: TestImageHistory (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestImageImportError [2022-03-01T06:51:03.603Z] --- PASS: TestImageImportError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestImageImport [2022-03-01T06:51:03.603Z] --- PASS: TestImageImport (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestImageInspectError [2022-03-01T06:51:03.603Z] --- PASS: TestImageInspectError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestImageInspectImageNotFound [2022-03-01T06:51:03.603Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestImageInspectWithEmptyID [2022-03-01T06:51:03.603Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestImageInspect [2022-03-01T06:51:03.603Z] --- PASS: TestImageInspect (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestImageListError [2022-03-01T06:51:03.603Z] --- PASS: TestImageListError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestImageList [2022-03-01T06:51:03.603Z] --- PASS: TestImageList (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestImageListApiBefore125 [2022-03-01T06:51:03.603Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestImageLoadError [2022-03-01T06:51:03.603Z] --- PASS: TestImageLoadError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestImageLoad [2022-03-01T06:51:03.603Z] --- PASS: TestImageLoad (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestImagesPruneError [2022-03-01T06:51:03.603Z] --- PASS: TestImagesPruneError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestImagesPrune [2022-03-01T06:51:03.603Z] --- PASS: TestImagesPrune (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestImagePullReferenceParseError [2022-03-01T06:51:03.603Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestImagePullAnyError [2022-03-01T06:51:03.603Z] --- PASS: TestImagePullAnyError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestImagePullStatusUnauthorizedError [2022-03-01T06:51:03.603Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-01T06:51:03.603Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-01T06:51:03.603Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-03-01T06:51:03.603Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestImagePullWithoutErrors [2022-03-01T06:51:03.603Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestImagePushReferenceError [2022-03-01T06:51:03.603Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestImagePushAnyError [2022-03-01T06:51:03.603Z] --- PASS: TestImagePushAnyError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestImagePushStatusUnauthorizedError [2022-03-01T06:51:03.603Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-01T06:51:03.603Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-01T06:51:03.603Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-03-01T06:51:03.603Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-03-01T06:51:03.603Z] === RUN TestImagePushWithoutErrors [2022-03-01T06:51:03.603Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-03-01T06:51:03.604Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-03-01T06:51:03.604Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-03-01T06:51:03.604Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-03-01T06:51:03.604Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-03-01T06:51:03.604Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-03-01T06:51:03.604Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-03-01T06:51:03.604Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-03-01T06:51:03.604Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestImageRemoveError [2022-03-01T06:51:03.604Z] --- PASS: TestImageRemoveError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestImageRemoveImageNotFound [2022-03-01T06:51:03.604Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestImageRemove [2022-03-01T06:51:03.604Z] --- PASS: TestImageRemove (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestImageSaveError [2022-03-01T06:51:03.604Z] --- PASS: TestImageSaveError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestImageSave [2022-03-01T06:51:03.604Z] --- PASS: TestImageSave (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestImageSearchAnyError [2022-03-01T06:51:03.604Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestImageSearchStatusUnauthorizedError [2022-03-01T06:51:03.604Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-01T06:51:03.604Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-01T06:51:03.604Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-03-01T06:51:03.604Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestImageSearchWithoutErrors [2022-03-01T06:51:03.604Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestImageTagError [2022-03-01T06:51:03.604Z] --- PASS: TestImageTagError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestImageTagInvalidReference [2022-03-01T06:51:03.604Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestImageTagInvalidSourceImageName [2022-03-01T06:51:03.604Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestImageTagHexSource [2022-03-01T06:51:03.604Z] --- PASS: TestImageTagHexSource (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestImageTag [2022-03-01T06:51:03.604Z] --- PASS: TestImageTag (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestInfoServerError [2022-03-01T06:51:03.604Z] --- PASS: TestInfoServerError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestInfoInvalidResponseJSONError [2022-03-01T06:51:03.604Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestInfo [2022-03-01T06:51:03.604Z] --- PASS: TestInfo (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestNetworkConnectError [2022-03-01T06:51:03.604Z] --- PASS: TestNetworkConnectError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-03-01T06:51:03.604Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestNetworkConnect [2022-03-01T06:51:03.604Z] --- PASS: TestNetworkConnect (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestNetworkCreateError [2022-03-01T06:51:03.604Z] --- PASS: TestNetworkCreateError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestNetworkCreate [2022-03-01T06:51:03.604Z] --- PASS: TestNetworkCreate (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestNetworkDisconnectError [2022-03-01T06:51:03.604Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestNetworkDisconnect [2022-03-01T06:51:03.604Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestNetworkInspect [2022-03-01T06:51:03.604Z] === RUN TestNetworkInspect/empty_ID [2022-03-01T06:51:03.604Z] === RUN TestNetworkInspect/no_options [2022-03-01T06:51:03.604Z] === RUN TestNetworkInspect/verbose [2022-03-01T06:51:03.604Z] === RUN TestNetworkInspect/global_scope [2022-03-01T06:51:03.604Z] === RUN TestNetworkInspect/unknown_network [2022-03-01T06:51:03.604Z] === RUN TestNetworkInspect/server_error [2022-03-01T06:51:03.604Z] --- PASS: TestNetworkInspect (0.00s) [2022-03-01T06:51:03.604Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-03-01T06:51:03.604Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-03-01T06:51:03.604Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-03-01T06:51:03.604Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-03-01T06:51:03.604Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-03-01T06:51:03.604Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestNetworkListError [2022-03-01T06:51:03.604Z] --- PASS: TestNetworkListError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestNetworkList [2022-03-01T06:51:03.604Z] --- PASS: TestNetworkList (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestNetworksPruneError [2022-03-01T06:51:03.604Z] --- PASS: TestNetworksPruneError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestNetworksPrune [2022-03-01T06:51:03.604Z] --- PASS: TestNetworksPrune (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestNetworkRemoveError [2022-03-01T06:51:03.604Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestNetworkRemove [2022-03-01T06:51:03.604Z] --- PASS: TestNetworkRemove (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestNodeInspectError [2022-03-01T06:51:03.604Z] --- PASS: TestNodeInspectError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestNodeInspectNodeNotFound [2022-03-01T06:51:03.604Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestNodeInspectWithEmptyID [2022-03-01T06:51:03.604Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestNodeInspect [2022-03-01T06:51:03.604Z] --- PASS: TestNodeInspect (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestNodeListError [2022-03-01T06:51:03.604Z] --- PASS: TestNodeListError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestNodeList [2022-03-01T06:51:03.604Z] --- PASS: TestNodeList (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestNodeRemoveError [2022-03-01T06:51:03.604Z] --- PASS: TestNodeRemoveError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestNodeRemove [2022-03-01T06:51:03.604Z] --- PASS: TestNodeRemove (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestNodeUpdateError [2022-03-01T06:51:03.604Z] --- PASS: TestNodeUpdateError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestNodeUpdate [2022-03-01T06:51:03.604Z] --- PASS: TestNodeUpdate (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestOptionWithHostFromEnv [2022-03-01T06:51:03.604Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestOptionWithTimeout [2022-03-01T06:51:03.604Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestOptionWithVersionFromEnv [2022-03-01T06:51:03.604Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestPingFail [2022-03-01T06:51:03.604Z] --- PASS: TestPingFail (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestPingWithError [2022-03-01T06:51:03.604Z] 2022/03/01 06:51:02 RoundTripper returned a response & error; ignoring response [2022-03-01T06:51:03.604Z] 2022/03/01 06:51:02 RoundTripper returned a response & error; ignoring response [2022-03-01T06:51:03.604Z] --- PASS: TestPingWithError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestPingSuccess [2022-03-01T06:51:03.604Z] --- PASS: TestPingSuccess (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestPingHeadFallback [2022-03-01T06:51:03.604Z] === RUN TestPingHeadFallback/OK [2022-03-01T06:51:03.604Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-03-01T06:51:03.604Z] === RUN TestPingHeadFallback/Not_Found [2022-03-01T06:51:03.604Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-03-01T06:51:03.604Z] --- PASS: TestPingHeadFallback (0.00s) [2022-03-01T06:51:03.604Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-03-01T06:51:03.604Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-03-01T06:51:03.604Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-03-01T06:51:03.604Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestPluginDisableError [2022-03-01T06:51:03.604Z] --- PASS: TestPluginDisableError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestPluginDisable [2022-03-01T06:51:03.604Z] --- PASS: TestPluginDisable (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestPluginEnableError [2022-03-01T06:51:03.604Z] --- PASS: TestPluginEnableError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestPluginEnable [2022-03-01T06:51:03.604Z] --- PASS: TestPluginEnable (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestPluginInspectError [2022-03-01T06:51:03.604Z] --- PASS: TestPluginInspectError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestPluginInspectWithEmptyID [2022-03-01T06:51:03.604Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestPluginInspect [2022-03-01T06:51:03.604Z] --- PASS: TestPluginInspect (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestPluginListError [2022-03-01T06:51:03.604Z] --- PASS: TestPluginListError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestPluginList [2022-03-01T06:51:03.604Z] --- PASS: TestPluginList (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestPluginPushError [2022-03-01T06:51:03.604Z] --- PASS: TestPluginPushError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestPluginPush [2022-03-01T06:51:03.604Z] --- PASS: TestPluginPush (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestPluginRemoveError [2022-03-01T06:51:03.604Z] --- PASS: TestPluginRemoveError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestPluginRemove [2022-03-01T06:51:03.604Z] --- PASS: TestPluginRemove (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestPluginSetError [2022-03-01T06:51:03.604Z] --- PASS: TestPluginSetError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestPluginSet [2022-03-01T06:51:03.604Z] --- PASS: TestPluginSet (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestSetHostHeader [2022-03-01T06:51:03.604Z] --- PASS: TestSetHostHeader (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestPlainTextError [2022-03-01T06:51:03.604Z] --- PASS: TestPlainTextError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestInfiniteError [2022-03-01T06:51:03.604Z] --- PASS: TestInfiniteError (0.04s) [2022-03-01T06:51:03.604Z] === RUN TestCanceledContext [2022-03-01T06:51:03.604Z] 2022/03/01 06:51:02 RoundTripper returned a response & error; ignoring response [2022-03-01T06:51:03.604Z] --- PASS: TestCanceledContext (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestDeadlineExceededContext [2022-03-01T06:51:03.604Z] 2022/03/01 06:51:02 RoundTripper returned a response & error; ignoring response [2022-03-01T06:51:03.604Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestSecretCreateUnsupported [2022-03-01T06:51:03.604Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestSecretCreateError [2022-03-01T06:51:03.604Z] --- PASS: TestSecretCreateError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestSecretCreate [2022-03-01T06:51:03.604Z] --- PASS: TestSecretCreate (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestSecretInspectUnsupported [2022-03-01T06:51:03.604Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestSecretInspectError [2022-03-01T06:51:03.604Z] --- PASS: TestSecretInspectError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestSecretInspectSecretNotFound [2022-03-01T06:51:03.604Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestSecretInspectWithEmptyID [2022-03-01T06:51:03.604Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestSecretInspect [2022-03-01T06:51:03.604Z] --- PASS: TestSecretInspect (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestSecretListUnsupported [2022-03-01T06:51:03.604Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestSecretListError [2022-03-01T06:51:03.604Z] --- PASS: TestSecretListError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestSecretList [2022-03-01T06:51:03.604Z] --- PASS: TestSecretList (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestSecretRemoveUnsupported [2022-03-01T06:51:03.604Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestSecretRemoveError [2022-03-01T06:51:03.604Z] --- PASS: TestSecretRemoveError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestSecretRemove [2022-03-01T06:51:03.604Z] --- PASS: TestSecretRemove (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestSecretUpdateUnsupported [2022-03-01T06:51:03.604Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestSecretUpdateError [2022-03-01T06:51:03.604Z] --- PASS: TestSecretUpdateError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestSecretUpdate [2022-03-01T06:51:03.604Z] --- PASS: TestSecretUpdate (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestServiceCreateError [2022-03-01T06:51:03.604Z] --- PASS: TestServiceCreateError (0.01s) [2022-03-01T06:51:03.604Z] === RUN TestServiceCreate [2022-03-01T06:51:03.604Z] --- PASS: TestServiceCreate (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestServiceCreateCompatiblePlatforms [2022-03-01T06:51:03.604Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestServiceCreateDigestPinning [2022-03-01T06:51:03.604Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestServiceInspectError [2022-03-01T06:51:03.604Z] --- PASS: TestServiceInspectError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestServiceInspectServiceNotFound [2022-03-01T06:51:03.604Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestServiceInspectWithEmptyID [2022-03-01T06:51:03.604Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestServiceInspect [2022-03-01T06:51:03.604Z] --- PASS: TestServiceInspect (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestServiceListError [2022-03-01T06:51:03.604Z] --- PASS: TestServiceListError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestServiceList [2022-03-01T06:51:03.604Z] --- PASS: TestServiceList (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestServiceLogsError [2022-03-01T06:51:03.604Z] --- PASS: TestServiceLogsError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestServiceLogs [2022-03-01T06:51:03.604Z] --- PASS: TestServiceLogs (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestServiceRemoveError [2022-03-01T06:51:03.604Z] --- PASS: TestServiceRemoveError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestServiceRemoveNotFoundError [2022-03-01T06:51:03.604Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestServiceRemove [2022-03-01T06:51:03.604Z] --- PASS: TestServiceRemove (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestServiceUpdateError [2022-03-01T06:51:03.604Z] --- PASS: TestServiceUpdateError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestServiceUpdate [2022-03-01T06:51:03.604Z] --- PASS: TestServiceUpdate (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestSwarmGetUnlockKeyError [2022-03-01T06:51:03.604Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestSwarmGetUnlockKey [2022-03-01T06:51:03.604Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestSwarmInitError [2022-03-01T06:51:03.604Z] --- PASS: TestSwarmInitError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestSwarmInit [2022-03-01T06:51:03.604Z] --- PASS: TestSwarmInit (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestSwarmInspectError [2022-03-01T06:51:03.604Z] --- PASS: TestSwarmInspectError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestSwarmInspect [2022-03-01T06:51:03.604Z] --- PASS: TestSwarmInspect (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestSwarmJoinError [2022-03-01T06:51:03.604Z] --- PASS: TestSwarmJoinError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestSwarmJoin [2022-03-01T06:51:03.604Z] --- PASS: TestSwarmJoin (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestSwarmLeaveError [2022-03-01T06:51:03.604Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestSwarmLeave [2022-03-01T06:51:03.604Z] --- PASS: TestSwarmLeave (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestSwarmUnlockError [2022-03-01T06:51:03.604Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestSwarmUnlock [2022-03-01T06:51:03.604Z] --- PASS: TestSwarmUnlock (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestSwarmUpdateError [2022-03-01T06:51:03.604Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestSwarmUpdate [2022-03-01T06:51:03.604Z] --- PASS: TestSwarmUpdate (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestTaskInspectError [2022-03-01T06:51:03.604Z] --- PASS: TestTaskInspectError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestTaskInspectWithEmptyID [2022-03-01T06:51:03.604Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestTaskInspect [2022-03-01T06:51:03.604Z] --- PASS: TestTaskInspect (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestTaskListError [2022-03-01T06:51:03.604Z] --- PASS: TestTaskListError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestTaskList [2022-03-01T06:51:03.604Z] --- PASS: TestTaskList (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestVolumeCreateError [2022-03-01T06:51:03.604Z] --- PASS: TestVolumeCreateError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestVolumeCreate [2022-03-01T06:51:03.604Z] --- PASS: TestVolumeCreate (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestVolumeInspectError [2022-03-01T06:51:03.604Z] --- PASS: TestVolumeInspectError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestVolumeInspectNotFound [2022-03-01T06:51:03.604Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestVolumeInspectWithEmptyID [2022-03-01T06:51:03.604Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestVolumeInspect [2022-03-01T06:51:03.604Z] --- PASS: TestVolumeInspect (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestVolumeListError [2022-03-01T06:51:03.604Z] --- PASS: TestVolumeListError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestVolumeList [2022-03-01T06:51:03.604Z] --- PASS: TestVolumeList (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestVolumeRemoveError [2022-03-01T06:51:03.604Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-03-01T06:51:03.604Z] === RUN TestVolumeRemove [2022-03-01T06:51:03.604Z] --- PASS: TestVolumeRemove (0.00s) [2022-03-01T06:51:03.604Z] === CONT TestTLSCloseWriter [2022-03-01T06:51:03.604Z] --- PASS: TestTLSCloseWriter (0.02s) [2022-03-01T06:51:03.604Z] PASS [2022-03-01T06:51:03.604Z] coverage: 75.2% of statements [2022-03-01T06:51:03.604Z] ok github.com/docker/docker/client 0.435s coverage: 75.2% of statements [2022-03-01T06:51:04.121Z] check_test.go:308: [d8cac0538fe5c] daemon is not started [2022-03-01T06:51:04.121Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2022-03-01T06:51:04.149Z] --- PASS: TestGet (15.01s) [2022-03-01T06:51:04.149Z] === RUN TestPluginWithNoManifest [2022-03-01T06:51:04.149Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-03-01T06:51:04.149Z] === RUN TestGetAll [2022-03-01T06:51:04.149Z] --- PASS: TestGetAll (0.00s) [2022-03-01T06:51:04.149Z] PASS [2022-03-01T06:51:04.149Z] coverage: 73.2% of statements [2022-03-01T06:51:04.149Z] ok github.com/docker/docker/pkg/plugins 35.885s coverage: 73.2% of statements [2022-03-01T06:51:04.395Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-03-01T06:51:04.651Z] --- PASS: TestDockerNetworkMacvlan (8.87s) [2022-03-01T06:51:04.651Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2022-03-01T06:51:04.651Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-03-01T06:51:04.651Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.76s) [2022-03-01T06:51:04.651Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.73s) [2022-03-01T06:51:04.651Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.83s) [2022-03-01T06:51:04.651Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.51s) [2022-03-01T06:51:04.651Z] PASS [2022-03-01T06:51:04.651Z] [2022-03-01T06:51:04.651Z] DONE 8 tests in 10.307s [2022-03-01T06:51:04.651Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2022-03-01T06:51:04.651Z] ++ 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 [2022-03-01T06:51:04.651Z] ++ set -e [2022-03-01T06:51:04.651Z] ++ '[' -n 0 ']' [2022-03-01T06:51:04.651Z] ++ set -x [2022-03-01T06:51:04.652Z] ++ 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 [2022-03-01T06:51:04.652Z] testing: warning: no tests to run [2022-03-01T06:51:04.652Z] PASS [2022-03-01T06:51:04.652Z] [2022-03-01T06:51:04.652Z] DONE 0 tests in 0.021s [2022-03-01T06:51:04.652Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-03-01T06:51:04.652Z] ++ 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 [2022-03-01T06:51:04.652Z] ++ set -e [2022-03-01T06:51:04.652Z] ++ '[' -n 0 ']' [2022-03-01T06:51:04.652Z] ++ set -x [2022-03-01T06:51:04.652Z] ++ 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 [2022-03-01T06:51:04.908Z] INFO: Testing against a local daemon [2022-03-01T06:51:04.908Z] === RUN TestAuthZPluginAllowRequest [2022-03-01T06:51:05.763Z] Cannot create a file when that file already exists. [2022-03-01T06:51:05.837Z] --- PASS: TestAuthZPluginAllowRequest (1.09s) [2022-03-01T06:51:05.837Z] === RUN TestAuthZPluginTLS [2022-03-01T06:51:06.400Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-03-01T06:51:06.400Z] === RUN TestAuthZPluginDenyRequest [2022-03-01T06:51:06.668Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-03-01T06:51:06.963Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-03-01T06:51:06.963Z] === RUN TestAuthZPluginAPIDenyResponse [2022-03-01T06:51:07.525Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-03-01T06:51:07.525Z] === RUN TestAuthZPluginDenyResponse [2022-03-01T06:51:07.612Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-03-01T06:51:07.612Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-03-01T06:51:08.088Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2022-03-01T06:51:08.088Z] === RUN TestAuthZPluginAllowEventStream [2022-03-01T06:51:08.556Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-03-01T06:51:09.006Z] --- PASS: TestServiceUpdateSecrets (14.33s) [2022-03-01T06:51:09.007Z] === RUN TestServiceUpdateConfigs [2022-03-01T06:51:09.018Z] --- PASS: TestAuthZPluginAllowEventStream (1.05s) [2022-03-01T06:51:09.018Z] === RUN TestAuthZPluginErrorResponse [2022-03-01T06:51:09.581Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-03-01T06:51:09.581Z] === RUN TestAuthZPluginErrorRequest [2022-03-01T06:51:10.144Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-03-01T06:51:10.144Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-03-01T06:51:10.509Z] Removing intermediate container e3aa5d197c7e [2022-03-01T06:51:10.509Z] ---> 57743e5e0a88 [2022-03-01T06:51:10.509Z] Step 13/13 : CMD ["sh"] [2022-03-01T06:51:10.509Z] ---> Running in 94f8569dfe13 [2022-03-01T06:51:10.509Z] Removing intermediate container 94f8569dfe13 [2022-03-01T06:51:10.509Z] ---> 5e8cb37ee833 [2022-03-01T06:51:10.509Z] Successfully built 5e8cb37ee833 [2022-03-01T06:51:10.509Z] Successfully tagged busybox:latest [2022-03-01T06:51:10.509Z] INFO: Docker images of the daemon under test [2022-03-01T06:51:10.509Z] [2022-03-01T06:51:10.707Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-03-01T06:51:10.707Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-03-01T06:51:10.977Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-01T06:51:10.977Z] busybox latest 5e8cb37ee833 Less than a second ago 5GB [2022-03-01T06:51:10.977Z] microsoft/windowsservercore latest bdeb13086b9f 4 weeks ago 4.96GB [2022-03-01T06:51:10.977Z] mcr.microsoft.com/windows/servercore ltsc2022 bdeb13086b9f 4 weeks ago 4.96GB [2022-03-01T06:51:10.977Z] [2022-03-01T06:51:10.977Z] INFO: Running integration tests at 03/01/2022 06:51:10... [2022-03-01T06:51:10.977Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-03-01T06:51:10.977Z] INFO: Integration API tests being run from the host: [2022-03-01T06:51:10.977Z] INFO: make.ps1 starting at 03/01/2022 06:51:10 [2022-03-01T06:51:11.860Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2022-03-01T06:51:11.860Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-03-01T06:51:11.983Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-03-01T06:51:12.075Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.46s) [2022-03-01T06:51:12.075Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-03-01T06:51:13.443Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.31s) [2022-03-01T06:51:13.443Z] === RUN TestAuthZPluginHeader [2022-03-01T06:51:13.776Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-03-01T06:51:14.372Z] --- PASS: TestAuthZPluginHeader (0.67s) [2022-03-01T06:51:14.372Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-03-01T06:51:14.372Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-01T06:51:14.372Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-03-01T06:51:14.372Z] === RUN TestAuthZPluginV2Disable [2022-03-01T06:51:14.372Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-01T06:51:14.372Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2022-03-01T06:51:14.372Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-03-01T06:51:14.372Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-01T06:51:14.372Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-03-01T06:51:14.372Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-03-01T06:51:14.372Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-01T06:51:14.372Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-03-01T06:51:14.372Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-03-01T06:51:14.720Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2022-03-01T06:51:15.661Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-03-01T06:51:17.048Z] check_test.go:308: [dc1edb84e23ec] daemon is not started [2022-03-01T06:51:17.048Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2022-03-01T06:51:17.620Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2022-03-01T06:51:18.193Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2022-03-01T06:51:18.765Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2022-03-01T06:51:20.680Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2022-03-01T06:51:20.680Z] check_test.go:308: [d182028470c4e] daemon is not started [2022-03-01T06:51:20.680Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2022-03-01T06:51:21.426Z] --- PASS: TestCheckoutGit (30.88s) [2022-03-01T06:51:21.426Z] === RUN TestValidGitTransport [2022-03-01T06:51:21.426Z] --- PASS: TestValidGitTransport (0.00s) [2022-03-01T06:51:21.426Z] === RUN TestGitInvalidRef [2022-03-01T06:51:21.426Z] --- PASS: TestGitInvalidRef (0.20s) [2022-03-01T06:51:21.426Z] PASS [2022-03-01T06:51:21.426Z] coverage: 86.3% of statements [2022-03-01T06:51:21.426Z] ok github.com/docker/docker/builder/remotecontext/git 31.168s coverage: 86.3% of statements [2022-03-01T06:51:21.426Z] ? github.com/docker/docker/cli [no test files] [2022-03-01T06:51:21.426Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-01T06:51:21.623Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-03-01T06:51:23.012Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2022-03-01T06:51:23.273Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-03-01T06:51:23.846Z] --- PASS: TestServiceUpdateConfigs (14.44s) [2022-03-01T06:51:23.846Z] === RUN TestServiceUpdateNetwork [2022-03-01T06:51:25.194Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2022-03-01T06:51:25.457Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-03-01T06:51:28.585Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-03-01T06:51:28.585Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-03-01T06:51:28.585Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-03-01T06:51:28.585Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-03-01T06:51:28.585Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-03-01T06:51:28.585Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-03-01T06:51:28.585Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-03-01T06:51:28.585Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-03-01T06:51:28.585Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-03-01T06:51:28.585Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-03-01T06:51:28.585Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-03-01T06:51:28.585Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-03-01T06:51:28.585Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-03-01T06:51:28.585Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-03-01T06:51:28.585Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-03-01T06:51:28.585Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-03-01T06:51:28.585Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-03-01T06:51:28.585Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-03-01T06:51:28.585Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-03-01T06:51:28.585Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-03-01T06:51:28.585Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-03-01T06:51:28.585Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-03-01T06:51:28.585Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-03-01T06:51:28.585Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-03-01T06:51:28.585Z] === RUN TestConfigureDaemonLogs [2022-03-01T06:51:28.585Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-03-01T06:51:28.585Z] === RUN TestCommonOptionsInstallFlags [2022-03-01T06:51:28.585Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-03-01T06:51:28.585Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-03-01T06:51:28.585Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-03-01T06:51:28.585Z] PASS [2022-03-01T06:51:28.585Z] coverage: 18.7% of statements [2022-03-01T06:51:28.585Z] ok github.com/docker/docker/cmd/dockerd 0.205s coverage: 18.7% of statements [2022-03-01T06:51:28.585Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-03-01T06:51:28.585Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-01T06:51:29.053Z] === RUN TestContainerStopSignal [2022-03-01T06:51:29.053Z] --- PASS: TestContainerStopSignal (0.00s) [2022-03-01T06:51:29.053Z] === RUN TestContainerStopTimeout [2022-03-01T06:51:29.053Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-03-01T06:51:29.053Z] === RUN TestContainerSecretReferenceDestTarget [2022-03-01T06:51:29.053Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-03-01T06:51:29.053Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-03-01T06:51:29.053Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-03-01T06:51:29.053Z] === RUN TestContainerLogPathSetForRingLogger [2022-03-01T06:51:29.053Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-03-01T06:51:29.053Z] === RUN TestReplaceAndAppendEnvVars [2022-03-01T06:51:29.053Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-03-01T06:51:29.053Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-03-01T06:51:29.053Z] === RUN TestNewMemoryStore [2022-03-01T06:51:29.053Z] --- PASS: TestNewMemoryStore (0.00s) [2022-03-01T06:51:29.053Z] === RUN TestAddContainers [2022-03-01T06:51:29.053Z] --- PASS: TestAddContainers (0.00s) [2022-03-01T06:51:29.053Z] === RUN TestGetContainer [2022-03-01T06:51:29.053Z] --- PASS: TestGetContainer (0.00s) [2022-03-01T06:51:29.053Z] === RUN TestDeleteContainer [2022-03-01T06:51:29.053Z] --- PASS: TestDeleteContainer (0.00s) [2022-03-01T06:51:29.053Z] === RUN TestListContainers [2022-03-01T06:51:29.053Z] --- PASS: TestListContainers (0.00s) [2022-03-01T06:51:29.053Z] === RUN TestFirstContainer [2022-03-01T06:51:29.053Z] --- PASS: TestFirstContainer (0.00s) [2022-03-01T06:51:29.053Z] === RUN TestApplyAllContainer [2022-03-01T06:51:29.053Z] --- PASS: TestApplyAllContainer (0.00s) [2022-03-01T06:51:29.053Z] === RUN TestIsValidHealthString [2022-03-01T06:51:29.053Z] --- PASS: TestIsValidHealthString (0.00s) [2022-03-01T06:51:29.053Z] === RUN TestStateRunStop [2022-03-01T06:51:29.053Z] --- PASS: TestStateRunStop (0.00s) [2022-03-01T06:51:29.053Z] === RUN TestStateTimeoutWait [2022-03-01T06:51:29.053Z] state_test.go:141: Stop callback fired [2022-03-01T06:51:29.053Z] state_test.go:165: Stop callback fired [2022-03-01T06:51:29.053Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-03-01T06:51:29.053Z] === RUN TestIsValidStateString [2022-03-01T06:51:29.053Z] --- PASS: TestIsValidStateString (0.00s) [2022-03-01T06:51:29.053Z] === RUN TestViewSaveDelete [2022-03-01T06:51:29.053Z] --- PASS: TestViewSaveDelete (0.02s) [2022-03-01T06:51:29.053Z] === RUN TestViewAll [2022-03-01T06:51:29.053Z] --- PASS: TestViewAll (0.01s) [2022-03-01T06:51:29.053Z] === RUN TestViewGet [2022-03-01T06:51:29.053Z] --- PASS: TestViewGet (0.01s) [2022-03-01T06:51:29.053Z] === RUN TestNames [2022-03-01T06:51:29.053Z] --- PASS: TestNames (0.00s) [2022-03-01T06:51:29.053Z] === RUN TestViewWithHealthCheck [2022-03-01T06:51:29.053Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-03-01T06:51:29.053Z] PASS [2022-03-01T06:51:29.053Z] coverage: 41.5% of statements [2022-03-01T06:51:29.053Z] ok github.com/docker/docker/container 0.241s coverage: 41.5% of statements [2022-03-01T06:51:29.053Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-01T06:51:29.053Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-01T06:51:29.053Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-01T06:51:29.053Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-01T06:51:29.674Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2022-03-01T06:51:30.619Z] === RUN TestPrepare [2022-03-01T06:51:30.619Z] --- PASS: TestPrepare (0.00s) [2022-03-01T06:51:30.619Z] === RUN TestStart [2022-03-01T06:51:30.619Z] --- PASS: TestStart (0.00s) [2022-03-01T06:51:30.619Z] === RUN TestWaitCancel [2022-03-01T06:51:30.619Z] --- PASS: TestWaitCancel (0.00s) [2022-03-01T06:51:30.619Z] === RUN TestWaitDisabled [2022-03-01T06:51:30.619Z] --- PASS: TestWaitDisabled (0.00s) [2022-03-01T06:51:30.619Z] === RUN TestWaitEnabled [2022-03-01T06:51:30.619Z] --- PASS: TestWaitEnabled (0.00s) [2022-03-01T06:51:30.619Z] === RUN TestRemove [2022-03-01T06:51:30.619Z] --- PASS: TestRemove (0.00s) [2022-03-01T06:51:30.619Z] PASS [2022-03-01T06:51:30.619Z] coverage: 65.3% of statements [2022-03-01T06:51:30.619Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.096s coverage: 65.3% of statements [2022-03-01T06:51:30.620Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2022-03-01T06:51:32.424Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.59s) [2022-03-01T06:51:32.424Z] PASS [2022-03-01T06:51:32.424Z] [2022-03-01T06:51:32.424Z] === Skipped [2022-03-01T06:51:32.424Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-03-01T06:51:32.424Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-01T06:51:32.424Z] [2022-03-01T06:51:32.424Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2022-03-01T06:51:32.424Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-01T06:51:32.424Z] [2022-03-01T06:51:32.424Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-03-01T06:51:32.424Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-01T06:51:32.424Z] [2022-03-01T06:51:32.424Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-03-01T06:51:32.424Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-01T06:51:32.424Z] [2022-03-01T06:51:32.424Z] DONE 17 tests, 4 skipped in 26.029s [2022-03-01T06:51:32.424Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-03-01T06:51:32.424Z] ++ 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 [2022-03-01T06:51:32.424Z] ++ set -e [2022-03-01T06:51:32.424Z] ++ '[' -n 0 ']' [2022-03-01T06:51:32.424Z] ++ set -x [2022-03-01T06:51:32.424Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 [2022-03-01T06:51:32.424Z] INFO: Testing against a local daemon [2022-03-01T06:51:32.424Z] === RUN TestPluginInvalidJSON [2022-03-01T06:51:32.424Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-01T06:51:32.424Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-01T06:51:32.424Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-01T06:51:32.424Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-03-01T06:51:32.424Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-01T06:51:32.424Z] === RUN TestPluginInstall [2022-03-01T06:51:32.424Z] === RUN TestPluginInstall/no_auth [2022-03-01T06:51:32.424Z] time="2022-03-01T06:51:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-01T06:51:32.424Z] time="2022-03-01T06:51:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6b42c6904fbf6b9d70aee23aa1edb5dc4174eada9b0cf3ad6ac6167399730450" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-01T06:51:32.424Z] time="2022-03-01T06:51:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-01T06:51:32.424Z] time="2022-03-01T06:51:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6b42c6904fbf6b9d70aee23aa1edb5dc4174eada9b0cf3ad6ac6167399730450" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-01T06:51:32.424Z] === RUN TestPluginInstall/with_htpasswd [2022-03-01T06:51:32.536Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2022-03-01T06:51:32.683Z] time="2022-03-01T06:51:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-01T06:51:32.683Z] time="2022-03-01T06:51:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1d79862062cd7036ef29169c133c420d069837971e1d51d054f52c304b23cdbf" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-01T06:51:32.683Z] time="2022-03-01T06:51:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-01T06:51:32.683Z] time="2022-03-01T06:51:32Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1d79862062cd7036ef29169c133c420d069837971e1d51d054f52c304b23cdbf" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-01T06:51:32.834Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-03-01T06:51:32.834Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.13s) [2022-03-01T06:51:32.834Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-03-01T06:51:32.834Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-03-01T06:51:32.834Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-03-01T06:51:32.834Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-03-01T06:51:32.834Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-03-01T06:51:32.834Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-03-01T06:51:32.834Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-03-01T06:51:32.834Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-03-01T06:51:32.834Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-03-01T06:51:32.834Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-03-01T06:51:32.834Z] === RUN TestServiceConvertToGRPCIsolation [2022-03-01T06:51:32.834Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-03-01T06:51:32.834Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-03-01T06:51:32.834Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-03-01T06:51:32.834Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-03-01T06:51:32.834Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-03-01T06:51:32.834Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-03-01T06:51:32.834Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-03-01T06:51:32.834Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-03-01T06:51:32.834Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-03-01T06:51:32.834Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-03-01T06:51:32.834Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-03-01T06:51:32.834Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-03-01T06:51:32.834Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-03-01T06:51:32.834Z] === RUN TestServiceConvertFromGRPCIsolation [2022-03-01T06:51:32.834Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-03-01T06:51:32.834Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-03-01T06:51:32.834Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-03-01T06:51:32.834Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-03-01T06:51:32.834Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-03-01T06:51:32.834Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-03-01T06:51:32.834Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-03-01T06:51:32.834Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-03-01T06:51:32.834Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-03-01T06:51:32.834Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-03-01T06:51:32.834Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-03-01T06:51:32.834Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-03-01T06:51:32.834Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-03-01T06:51:32.834Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-03-01T06:51:32.834Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-03-01T06:51:32.834Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-03-01T06:51:32.834Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-03-01T06:51:32.834Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-01T06:51:32.834Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-03-01T06:51:32.834Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-03-01T06:51:32.834Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-03-01T06:51:32.834Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-03-01T06:51:32.834Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-01T06:51:32.834Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-01T06:51:32.834Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-01T06:51:32.834Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-03-01T06:51:32.834Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-03-01T06:51:32.834Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-03-01T06:51:32.834Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-03-01T06:51:32.834Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-03-01T06:51:32.834Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-03-01T06:51:32.834Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-01T06:51:32.834Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-01T06:51:32.834Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-01T06:51:32.834Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-01T06:51:32.834Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-03-01T06:51:32.834Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-03-01T06:51:32.834Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-03-01T06:51:32.834Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-03-01T06:51:32.834Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-03-01T06:51:32.834Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-03-01T06:51:32.834Z] === RUN TestServiceConvertFromGRPCConfigs [2022-03-01T06:51:32.834Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-03-01T06:51:32.834Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-03-01T06:51:32.834Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-03-01T06:51:32.834Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-03-01T06:51:32.834Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-03-01T06:51:32.834Z] === RUN TestServiceConvertToGRPCConfigs [2022-03-01T06:51:32.834Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-03-01T06:51:32.834Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-03-01T06:51:32.834Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-03-01T06:51:32.835Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-03-01T06:51:32.835Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-03-01T06:51:32.835Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-03-01T06:51:32.835Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-03-01T06:51:32.835Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-03-01T06:51:32.835Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-03-01T06:51:32.835Z] PASS [2022-03-01T06:51:32.835Z] coverage: 35.9% of statements [2022-03-01T06:51:32.835Z] ok github.com/docker/docker/daemon/cluster/convert 0.763s coverage: 35.9% of statements [2022-03-01T06:51:32.835Z] === RUN TestNewListSecretsFilters [2022-03-01T06:51:32.835Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-03-01T06:51:32.835Z] === RUN TestNewListConfigsFilters [2022-03-01T06:51:32.835Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-03-01T06:51:32.835Z] PASS [2022-03-01T06:51:32.835Z] coverage: 0.5% of statements [2022-03-01T06:51:32.835Z] ok github.com/docker/docker/daemon/cluster 0.926s coverage: 0.5% of statements [2022-03-01T06:51:32.940Z] === RUN TestPluginInstall/with_insecure [2022-03-01T06:51:33.874Z] time="2022-03-01T06:51:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-01T06:51:33.874Z] time="2022-03-01T06:51:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:efc2a8de21670f6e5db11454e5dbe6ecf6434d2a696398afd669a6afdd41b952" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-01T06:51:33.874Z] time="2022-03-01T06:51:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-01T06:51:33.874Z] time="2022-03-01T06:51:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:efc2a8de21670f6e5db11454e5dbe6ecf6434d2a696398afd669a6afdd41b952" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-01T06:51:33.874Z] plugin_test.go:165: [d1be50f3701e2] daemon is not started [2022-03-01T06:51:33.874Z] --- PASS: TestPluginInstall (3.04s) [2022-03-01T06:51:33.874Z] --- PASS: TestPluginInstall/no_auth (1.48s) [2022-03-01T06:51:33.874Z] --- PASS: TestPluginInstall/with_htpasswd (0.55s) [2022-03-01T06:51:33.874Z] --- PASS: TestPluginInstall/with_insecure (1.01s) [2022-03-01T06:51:33.874Z] === RUN TestPluginsWithRuntimes [2022-03-01T06:51:34.127Z] 2022/03/01 06:51:32 Closing DB instances... [2022-03-01T06:51:34.587Z] --- PASS: TestNetworkDBGarbageCollection (54.23s) [2022-03-01T06:51:34.587Z] === RUN TestFindNode [2022-03-01T06:51:34.587Z] 2022/03/01 06:51:34 Closing DB instances... [2022-03-01T06:51:34.587Z] --- PASS: TestFindNode (0.02s) [2022-03-01T06:51:34.587Z] === RUN TestChangeNodeState [2022-03-01T06:51:34.587Z] 2022/03/01 06:51:34 Closing DB instances... [2022-03-01T06:51:34.588Z] --- PASS: TestChangeNodeState (0.02s) [2022-03-01T06:51:34.588Z] === RUN TestNodeReincarnation [2022-03-01T06:51:34.588Z] 2022/03/01 06:51:34 Closing DB instances... [2022-03-01T06:51:35.766Z] === RUN TestPluginsWithRuntimes/No_Args [2022-03-01T06:51:35.787Z] === RUN TestBuilderGC [2022-03-01T06:51:35.787Z] --- PASS: TestBuilderGC (0.00s) [2022-03-01T06:51:35.787Z] === RUN TestDaemonConfigurationNotFound [2022-03-01T06:51:35.787Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-03-01T06:51:35.787Z] === RUN TestDaemonBrokenConfiguration [2022-03-01T06:51:35.787Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-03-01T06:51:35.787Z] === RUN TestFindConfigurationConflicts [2022-03-01T06:51:35.787Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-03-01T06:51:35.787Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-03-01T06:51:35.787Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-03-01T06:51:35.787Z] === RUN TestDaemonConfigurationMergeConflicts [2022-03-01T06:51:35.787Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-03-01T06:51:35.787Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-03-01T06:51:35.787Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-03-01T06:51:35.787Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-03-01T06:51:35.787Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-03-01T06:51:35.787Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-03-01T06:51:35.787Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-03-01T06:51:35.787Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-03-01T06:51:35.787Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-03-01T06:51:35.787Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-03-01T06:51:35.787Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-03-01T06:51:35.787Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2022-03-01T06:51:35.787Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-03-01T06:51:35.787Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-03-01T06:51:35.787Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-03-01T06:51:35.787Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-03-01T06:51:35.787Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-03-01T06:51:35.787Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-03-01T06:51:35.787Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-03-01T06:51:35.787Z] === RUN TestValidateConfigurationErrors [2022-03-01T06:51:35.787Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-03-01T06:51:35.787Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-03-01T06:51:35.787Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-03-01T06:51:35.787Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-03-01T06:51:35.787Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-03-01T06:51:35.787Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-03-01T06:51:35.787Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-03-01T06:51:35.787Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-03-01T06:51:35.787Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-03-01T06:51:35.787Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-03-01T06:51:35.787Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-03-01T06:51:35.787Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-03-01T06:51:35.787Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-03-01T06:51:35.787Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-03-01T06:51:35.787Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-03-01T06:51:35.787Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-03-01T06:51:35.787Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-03-01T06:51:35.787Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-03-01T06:51:35.787Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-03-01T06:51:35.787Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-03-01T06:51:35.787Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-03-01T06:51:35.787Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-03-01T06:51:35.787Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-03-01T06:51:35.787Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-03-01T06:51:35.787Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-03-01T06:51:35.787Z] === RUN TestValidateConfiguration [2022-03-01T06:51:35.787Z] === RUN TestValidateConfiguration/with_label [2022-03-01T06:51:35.787Z] === RUN TestValidateConfiguration/with_dns [2022-03-01T06:51:35.787Z] === RUN TestValidateConfiguration/with_dns-search [2022-03-01T06:51:35.787Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-03-01T06:51:35.787Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-03-01T06:51:35.787Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-03-01T06:51:35.787Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-03-01T06:51:35.787Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-03-01T06:51:35.787Z] --- PASS: TestValidateConfiguration (0.00s) [2022-03-01T06:51:35.787Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-03-01T06:51:35.787Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-03-01T06:51:35.787Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-03-01T06:51:35.787Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-03-01T06:51:35.787Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-03-01T06:51:35.787Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-03-01T06:51:35.787Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-03-01T06:51:35.787Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-03-01T06:51:35.787Z] === RUN TestReloadSetConfigFileNotExist [2022-03-01T06:51:35.787Z] time="2022-03-01T06:51:35Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-03-01T06:51:35.787Z] --- PASS: TestReloadSetConfigFileNotExist (0.14s) [2022-03-01T06:51:35.787Z] === RUN TestReloadDefaultConfigNotExist [2022-03-01T06:51:35.787Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:51:35.787Z] --- SKIP: TestReloadDefaultConfigNotExist (0.03s) [2022-03-01T06:51:35.787Z] === RUN TestReloadBadDefaultConfig [2022-03-01T06:51:35.787Z] time="2022-03-01T06:51:35Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-838476726" [2022-03-01T06:51:35.787Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-03-01T06:51:35.787Z] === RUN TestReloadWithConflictingLabels [2022-03-01T06:51:35.787Z] time="2022-03-01T06:51:35Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-562437866" [2022-03-01T06:51:35.787Z] --- PASS: TestReloadWithConflictingLabels (0.04s) [2022-03-01T06:51:35.787Z] === RUN TestReloadWithDuplicateLabels [2022-03-01T06:51:35.787Z] time="2022-03-01T06:51:35Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-3097865954" [2022-03-01T06:51:35.787Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-03-01T06:51:35.787Z] === RUN TestMaskURLCredentials [2022-03-01T06:51:35.787Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-03-01T06:51:35.787Z] === RUN TestDaemonConfigurationMerge [2022-03-01T06:51:35.787Z] --- PASS: TestDaemonConfigurationMerge (0.02s) [2022-03-01T06:51:35.787Z] PASS [2022-03-01T06:51:35.787Z] coverage: 79.2% of statements [2022-03-01T06:51:35.787Z] ok github.com/docker/docker/daemon/config 0.477s coverage: 79.2% of statements [2022-03-01T06:51:35.845Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2022-03-01T06:51:36.020Z] --- PASS: TestServiceUpdateNetwork (12.39s) [2022-03-01T06:51:36.021Z] === RUN TestServiceUpdatePidsLimit [2022-03-01T06:51:36.255Z] === RUN TestEventsLog [2022-03-01T06:51:36.255Z] --- PASS: TestEventsLog (0.00s) [2022-03-01T06:51:36.255Z] === RUN TestEventsLogTimeout [2022-03-01T06:51:36.255Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-03-01T06:51:36.255Z] === RUN TestLogEvents [2022-03-01T06:51:36.255Z] --- PASS: TestLogEvents (0.05s) [2022-03-01T06:51:36.255Z] === RUN TestLoadBufferedEvents [2022-03-01T06:51:36.255Z] --- PASS: TestLoadBufferedEvents (0.13s) [2022-03-01T06:51:36.255Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-03-01T06:51:36.255Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-03-01T06:51:36.255Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-03-01T06:51:36.255Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-03-01T06:51:36.255Z] PASS [2022-03-01T06:51:36.255Z] coverage: 50.0% of statements [2022-03-01T06:51:36.255Z] ok github.com/docker/docker/daemon/events 0.245s coverage: 50.0% of statements [2022-03-01T06:51:36.329Z] === RUN TestPluginsWithRuntimes/With_Args [2022-03-01T06:51:36.583Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-03-01T06:51:36.725Z] === RUN TestWaitNodeAttachment [2022-03-01T06:51:36.892Z] --- PASS: TestPluginsWithRuntimes (3.09s) [2022-03-01T06:51:36.892Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.79s) [2022-03-01T06:51:36.892Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.80s) [2022-03-01T06:51:36.892Z] === RUN TestPluginBackCompatMediaTypes [2022-03-01T06:51:37.193Z] --- PASS: TestWaitNodeAttachment (0.45s) [2022-03-01T06:51:37.193Z] === RUN TestIsolationConversion [2022-03-01T06:51:37.193Z] === RUN TestIsolationConversion/default [2022-03-01T06:51:37.193Z] === RUN TestIsolationConversion/process [2022-03-01T06:51:37.193Z] === RUN TestIsolationConversion/hyperv [2022-03-01T06:51:37.193Z] --- PASS: TestIsolationConversion (0.00s) [2022-03-01T06:51:37.193Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-03-01T06:51:37.193Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-03-01T06:51:37.193Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-03-01T06:51:37.193Z] === RUN TestContainerLabels [2022-03-01T06:51:37.193Z] --- PASS: TestContainerLabels (0.00s) [2022-03-01T06:51:37.193Z] === RUN TestCredentialSpecConversion [2022-03-01T06:51:37.193Z] === RUN TestCredentialSpecConversion/none [2022-03-01T06:51:37.193Z] === RUN TestCredentialSpecConversion/config [2022-03-01T06:51:37.193Z] === RUN TestCredentialSpecConversion/file [2022-03-01T06:51:37.193Z] === RUN TestCredentialSpecConversion/registry [2022-03-01T06:51:37.193Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-03-01T06:51:37.193Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-03-01T06:51:37.193Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-03-01T06:51:37.193Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-03-01T06:51:37.193Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-03-01T06:51:37.193Z] === RUN TestControllerValidateMountBind [2022-03-01T06:51:37.193Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-03-01T06:51:37.193Z] === RUN TestControllerValidateMountVolume [2022-03-01T06:51:37.193Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-03-01T06:51:37.193Z] === RUN TestControllerValidateMountTarget [2022-03-01T06:51:37.193Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-03-01T06:51:37.193Z] === RUN TestControllerValidateMountTmpfs [2022-03-01T06:51:37.193Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-03-01T06:51:37.193Z] === RUN TestControllerValidateMountInvalidType [2022-03-01T06:51:37.193Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-03-01T06:51:37.193Z] === RUN TestControllerValidateMountNamedPipe [2022-03-01T06:51:37.193Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-03-01T06:51:37.193Z] PASS [2022-03-01T06:51:37.193Z] coverage: 11.0% of statements [2022-03-01T06:51:37.193Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.689s coverage: 11.0% of statements [2022-03-01T06:51:37.512Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-03-01T06:51:37.661Z] === RUN TestIsEmptyDir [2022-03-01T06:51:37.661Z] --- PASS: TestIsEmptyDir (0.01s) [2022-03-01T06:51:37.661Z] PASS [2022-03-01T06:51:37.661Z] coverage: 2.3% of statements [2022-03-01T06:51:37.662Z] ok github.com/docker/docker/daemon/graphdriver 0.078s coverage: 2.3% of statements [2022-03-01T06:51:37.822Z] --- PASS: TestPluginBackCompatMediaTypes (0.57s) [2022-03-01T06:51:37.822Z] PASS [2022-03-01T06:51:37.822Z] [2022-03-01T06:51:37.822Z] DONE 10 tests in 6.805s [2022-03-01T06:51:37.822Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-03-01T06:51:37.822Z] ++ 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 [2022-03-01T06:51:37.822Z] ++ set -e [2022-03-01T06:51:37.822Z] ++ '[' -n 0 ']' [2022-03-01T06:51:37.822Z] ++ set -x [2022-03-01T06:51:37.822Z] ++ 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 [2022-03-01T06:51:37.822Z] INFO: Testing against a local daemon [2022-03-01T06:51:37.822Z] === RUN TestExternalGraphDriver [2022-03-01T06:51:37.822Z] === RUN TestExternalGraphDriver/json [2022-03-01T06:51:38.131Z] === RUN TestVerifyNetworkingConfig [2022-03-01T06:51:38.131Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-03-01T06:51:38.131Z] === RUN TestGetContainer [2022-03-01T06:51:38.131Z] --- PASS: TestGetContainer (0.00s) [2022-03-01T06:51:38.131Z] === RUN TestValidContainerNames [2022-03-01T06:51:38.131Z] --- PASS: TestValidContainerNames (0.00s) [2022-03-01T06:51:38.131Z] === RUN TestContainerInitDNS [2022-03-01T06:51:38.131Z] daemon_test.go:145: root required [2022-03-01T06:51:38.131Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-03-01T06:51:38.131Z] === RUN TestMerge [2022-03-01T06:51:38.131Z] --- PASS: TestMerge (0.00s) [2022-03-01T06:51:38.131Z] === RUN TestValidateContainerIsolation [2022-03-01T06:51:38.131Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-03-01T06:51:38.131Z] === RUN TestFindNetworkErrorType [2022-03-01T06:51:38.131Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-03-01T06:51:38.131Z] === RUN TestEnsureServicesExist [2022-03-01T06:51:38.131Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-03-01T06:51:38.131Z] === RUN TestEnsureServicesExistErrors [2022-03-01T06:51:38.131Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-03-01T06:51:38.131Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-03-01T06:51:38.131Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-03-01T06:51:38.131Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-03-01T06:51:38.131Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-03-01T06:51:38.131Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-03-01T06:51:38.131Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-03-01T06:51:38.131Z] === RUN TestContainerDelete [2022-03-01T06:51:38.131Z] --- PASS: TestContainerDelete (0.01s) [2022-03-01T06:51:38.131Z] === RUN TestContainerDoubleDelete [2022-03-01T06:51:38.131Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-03-01T06:51:38.131Z] === RUN TestLogContainerEventCopyLabels [2022-03-01T06:51:38.131Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-03-01T06:51:38.131Z] === RUN TestLogContainerEventWithAttributes [2022-03-01T06:51:38.131Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-03-01T06:51:38.131Z] === RUN TestNoneHealthcheck [2022-03-01T06:51:38.131Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-03-01T06:51:38.131Z] === RUN TestHealthStates [2022-03-01T06:51:38.131Z] === RUN TestLinkNaming [2022-03-01T06:51:38.131Z] --- PASS: TestLinkNaming (0.00s) [2022-03-01T06:51:38.131Z] === RUN TestLinkNew [2022-03-01T06:51:38.131Z] --- PASS: TestLinkNew (0.00s) [2022-03-01T06:51:38.131Z] === RUN TestLinkEnv [2022-03-01T06:51:38.131Z] --- PASS: TestLinkEnv (0.00s) [2022-03-01T06:51:38.131Z] === RUN TestLinkMultipleEnv [2022-03-01T06:51:38.131Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-03-01T06:51:38.131Z] === RUN TestLinkPortRangeEnv [2022-03-01T06:51:38.131Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-03-01T06:51:38.131Z] PASS [2022-03-01T06:51:38.131Z] coverage: 93.0% of statements [2022-03-01T06:51:38.131Z] ok github.com/docker/docker/daemon/links 0.037s coverage: 93.0% of statements [2022-03-01T06:51:38.131Z] time="2022-03-01T06:51:37Z" 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" [2022-03-01T06:51:38.131Z] time="2022-03-01T06:51:37Z" 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" [2022-03-01T06:51:38.131Z] time="2022-03-01T06:51:37Z" 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" [2022-03-01T06:51:38.131Z] time="2022-03-01T06:51:37Z" 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" [2022-03-01T06:51:38.131Z] time="2022-03-01T06:51:37Z" 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" [2022-03-01T06:51:38.131Z] time="2022-03-01T06:51:37Z" 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" [2022-03-01T06:51:38.131Z] time="2022-03-01T06:51:37Z" 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" [2022-03-01T06:51:38.131Z] time="2022-03-01T06:51:37Z" 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" [2022-03-01T06:51:38.131Z] time="2022-03-01T06:51:37Z" 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" [2022-03-01T06:51:38.131Z] time="2022-03-01T06:51:37Z" 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" [2022-03-01T06:51:38.131Z] --- PASS: TestHealthStates (0.17s) [2022-03-01T06:51:38.131Z] === RUN TestGetInspectData [2022-03-01T06:51:38.131Z] --- PASS: TestGetInspectData (0.00s) [2022-03-01T06:51:38.131Z] === RUN TestFillLicense [2022-03-01T06:51:38.131Z] --- PASS: TestFillLicense (0.00s) [2022-03-01T06:51:38.131Z] === RUN TestListInvalidFilter [2022-03-01T06:51:38.131Z] --- PASS: TestListInvalidFilter (0.00s) [2022-03-01T06:51:38.131Z] === RUN TestNameFilter [2022-03-01T06:51:38.131Z] --- PASS: TestNameFilter (0.00s) [2022-03-01T06:51:38.131Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-03-01T06:51:38.131Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-03-01T06:51:38.131Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-03-01T06:51:38.131Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-03-01T06:51:38.131Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-03-01T06:51:38.131Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-03-01T06:51:38.131Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-03-01T06:51:38.131Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-03-01T06:51:38.131Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-03-01T06:51:38.131Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-03-01T06:51:38.131Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-03-01T06:51:38.131Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-03-01T06:51:38.131Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-03-01T06:51:38.131Z] === 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 [2022-03-01T06:51:38.131Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-03-01T06:51:38.131Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-03-01T06:51:38.131Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-03-01T06:51:38.131Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-03-01T06:51:38.131Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-03-01T06:51:38.131Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-03-01T06:51:38.131Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-03-01T06:51:38.131Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-03-01T06:51:38.131Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-03-01T06:51:38.131Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-03-01T06:51:38.131Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-03-01T06:51:38.131Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-03-01T06:51:38.131Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-03-01T06:51:38.131Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-01T06:51:38.131Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-03-01T06:51:38.131Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-03-01T06:51:38.131Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-01T06:51:38.131Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-03-01T06:51:38.131Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-03-01T06:51:38.131Z] --- 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) [2022-03-01T06:51:38.131Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-03-01T06:51:38.131Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-03-01T06:51:38.131Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-03-01T06:51:38.131Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-03-01T06:51:38.131Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-03-01T06:51:38.131Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-03-01T06:51:38.131Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-03-01T06:51:38.131Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-03-01T06:51:38.131Z] === RUN TestDaemonReloadLabels [2022-03-01T06:51:38.131Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-03-01T06:51:38.131Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-03-01T06:51:38.131Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-03-01T06:51:38.131Z] === RUN TestDaemonReloadMirrors [2022-03-01T06:51:38.131Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-03-01T06:51:38.131Z] === RUN TestDaemonReloadInsecureRegistries [2022-03-01T06:51:38.131Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-03-01T06:51:38.131Z] === RUN TestDaemonReloadNotAffectOthers [2022-03-01T06:51:38.131Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-03-01T06:51:38.131Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-03-01T06:51:38.131Z] reload_test.go:342: root required [2022-03-01T06:51:38.131Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-01T06:51:38.131Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-03-01T06:51:38.131Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2022-03-01T06:51:38.131Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-03-01T06:51:38.131Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.02s) [2022-03-01T06:51:38.131Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-03-01T06:51:38.131Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2022-03-01T06:51:38.131Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-03-01T06:51:38.131Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2022-03-01T06:51:38.131Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-03-01T06:51:38.131Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-03-01T06:51:38.131Z] === RUN TestParseVolumesFrom [2022-03-01T06:51:38.131Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-03-01T06:51:38.131Z] PASS [2022-03-01T06:51:38.131Z] coverage: 8.6% of statements [2022-03-01T06:51:38.131Z] ok github.com/docker/docker/daemon 0.388s coverage: 8.6% of statements [2022-03-01T06:51:38.131Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-01T06:51:38.131Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-01T06:51:38.131Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-01T06:51:38.131Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-01T06:51:38.131Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-03-01T06:51:38.131Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-03-01T06:51:38.131Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-03-01T06:51:38.131Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-01T06:51:38.131Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-03-01T06:51:38.131Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-03-01T06:51:38.131Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-01T06:51:38.131Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-03-01T06:51:38.131Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-03-01T06:51:38.131Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-03-01T06:51:39.177Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2022-03-01T06:51:39.190Z] === RUN TestExternalGraphDriver/spec [2022-03-01T06:51:39.697Z] === RUN TestAdapterReadLogs [2022-03-01T06:51:39.697Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-03-01T06:51:39.697Z] === RUN TestCopier [2022-03-01T06:51:39.697Z] --- PASS: TestCopier (0.00s) [2022-03-01T06:51:39.697Z] === RUN TestCopierLongLines [2022-03-01T06:51:39.697Z] --- PASS: TestCopierLongLines (0.00s) [2022-03-01T06:51:39.697Z] === RUN TestCopierSlow [2022-03-01T06:51:40.118Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-03-01T06:51:40.166Z] --- PASS: TestCopierSlow (0.20s) [2022-03-01T06:51:40.166Z] === RUN TestCopierWithSized [2022-03-01T06:51:40.166Z] === RUN TestCopierWithSized/as_is [2022-03-01T06:51:40.166Z] === RUN TestCopierWithSized/With_RingLogger [2022-03-01T06:51:40.166Z] --- PASS: TestCopierWithSized (0.01s) [2022-03-01T06:51:40.166Z] --- PASS: TestCopierWithSized/as_is (0.01s) [2022-03-01T06:51:40.166Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-03-01T06:51:40.166Z] === RUN TestCopierWithPartial [2022-03-01T06:51:40.166Z] --- PASS: TestCopierWithPartial (0.00s) [2022-03-01T06:51:40.166Z] === RUN TestRingLogger [2022-03-01T06:51:40.166Z] --- PASS: TestRingLogger (0.00s) [2022-03-01T06:51:40.166Z] === RUN TestRingCap [2022-03-01T06:51:40.166Z] --- PASS: TestRingCap (0.00s) [2022-03-01T06:51:40.166Z] === RUN TestRingClose [2022-03-01T06:51:40.166Z] --- PASS: TestRingClose (0.00s) [2022-03-01T06:51:40.166Z] === RUN TestRingDrain [2022-03-01T06:51:40.166Z] --- PASS: TestRingDrain (0.00s) [2022-03-01T06:51:40.166Z] PASS [2022-03-01T06:51:40.166Z] coverage: 43.8% of statements [2022-03-01T06:51:40.166Z] ok github.com/docker/docker/daemon/logger 0.280s coverage: 43.8% of statements [2022-03-01T06:51:40.166Z] === RUN TestNewStreamConfig [2022-03-01T06:51:40.166Z] === RUN TestNewStreamConfig/defaults [2022-03-01T06:51:40.166Z] === RUN TestNewStreamConfig/invalid_create_group [2022-03-01T06:51:40.166Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-03-01T06:51:40.166Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-03-01T06:51:40.166Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-03-01T06:51:40.166Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-03-01T06:51:40.166Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-03-01T06:51:40.166Z] --- PASS: TestNewStreamConfig (0.00s) [2022-03-01T06:51:40.166Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-03-01T06:51:40.166Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-03-01T06:51:40.166Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-03-01T06:51:40.166Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-03-01T06:51:40.166Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-03-01T06:51:40.166Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-03-01T06:51:40.166Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-03-01T06:51:40.166Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-03-01T06:51:40.166Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-03-01T06:51:40.166Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-03-01T06:51:40.166Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-03-01T06:51:40.166Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-03-01T06:51:40.166Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-03-01T06:51:40.166Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-03-01T06:51:40.166Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-03-01T06:51:40.166Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-03-01T06:51:40.166Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-03-01T06:51:40.166Z] === RUN TestNewAWSLogsClientRegionDetect [2022-03-01T06:51:40.379Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-03-01T06:51:40.393Z] time="2022-03-01T06:51:39Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-03-01T06:51:40.393Z] --- PASS: TestNodeReincarnation (5.02s) [2022-03-01T06:51:40.393Z] === RUN TestParallelCreate [2022-03-01T06:51:40.393Z] 2022/03/01 06:51:39 Closing DB instances... [2022-03-01T06:51:40.393Z] --- PASS: TestParallelCreate (0.02s) [2022-03-01T06:51:40.393Z] === RUN TestParallelDelete [2022-03-01T06:51:40.393Z] 2022/03/01 06:51:39 Closing DB instances... [2022-03-01T06:51:40.393Z] --- PASS: TestParallelDelete (0.02s) [2022-03-01T06:51:40.393Z] === RUN TestNetworkDBIslands [2022-03-01T06:51:40.393Z] time="2022-03-01T06:51:39Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:3f313eb1195f with config:&{NodeID:3f313eb1195f Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-01T06:51:40.393Z] time="2022-03-01T06:51:39Z" level=info msg="Node 3f313eb1195f/172.17.21.137, joined gossip cluster" [2022-03-01T06:51:40.393Z] time="2022-03-01T06:51:39Z" level=info msg="Node 3f313eb1195f/172.17.21.137, added to nodes list" [2022-03-01T06:51:40.393Z] time="2022-03-01T06:51:39Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:69286e2086e8 with config:&{NodeID:69286e2086e8 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-01T06:51:40.393Z] time="2022-03-01T06:51:39Z" level=info msg="Node 69286e2086e8/172.17.21.137, joined gossip cluster" [2022-03-01T06:51:40.393Z] time="2022-03-01T06:51:39Z" level=info msg="Node 69286e2086e8/172.17.21.137, added to nodes list" [2022-03-01T06:51:40.393Z] time="2022-03-01T06:51:39Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-03-01T06:51:40.393Z] time="2022-03-01T06:51:39Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-03-01T06:51:40.393Z] time="2022-03-01T06:51:39Z" level=debug msg="memberlist: Stream connection from=[::1]:49369" [2022-03-01T06:51:40.393Z] time="2022-03-01T06:51:39Z" level=info msg="Node 69286e2086e8/172.17.21.137, joined gossip cluster" [2022-03-01T06:51:40.393Z] time="2022-03-01T06:51:39Z" level=info msg="Node 69286e2086e8/172.17.21.137, added to nodes list" [2022-03-01T06:51:40.393Z] time="2022-03-01T06:51:39Z" level=info msg="Node 3f313eb1195f/172.17.21.137, joined gossip cluster" [2022-03-01T06:51:40.393Z] time="2022-03-01T06:51:39Z" level=info msg="Node 3f313eb1195f/172.17.21.137, added to nodes list" [2022-03-01T06:51:40.393Z] time="2022-03-01T06:51:39Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49370" [2022-03-01T06:51:40.393Z] time="2022-03-01T06:51:39Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-03-01T06:51:40.637Z] time="2022-03-01T06:51:39Z" level=info msg="Trying to get region from EC2 Metadata" [2022-03-01T06:51:40.637Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.13s) [2022-03-01T06:51:40.637Z] === RUN TestCreateSuccess [2022-03-01T06:51:40.637Z] --- PASS: TestCreateSuccess (0.00s) [2022-03-01T06:51:40.637Z] === RUN TestCreateStreamSkipped [2022-03-01T06:51:40.637Z] time="2022-03-01T06:51:40Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-03-01T06:51:40.637Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-03-01T06:51:40.637Z] === RUN TestCreateLogGroupSuccess [2022-03-01T06:51:40.637Z] time="2022-03-01T06:51:40Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-03-01T06:51:40.637Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-03-01T06:51:40.637Z] === RUN TestCreateError [2022-03-01T06:51:40.637Z] --- PASS: TestCreateError (0.00s) [2022-03-01T06:51:40.637Z] === RUN TestCreateAlreadyExists [2022-03-01T06:51:40.637Z] time="2022-03-01T06:51:40Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-03-01T06:51:40.637Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-03-01T06:51:40.637Z] === RUN TestLogClosed [2022-03-01T06:51:40.637Z] --- PASS: TestLogClosed (0.00s) [2022-03-01T06:51:40.637Z] === RUN TestLogBlocking [2022-03-01T06:51:40.637Z] --- PASS: TestLogBlocking (0.00s) [2022-03-01T06:51:40.637Z] === RUN TestLogNonBlockingBufferEmpty [2022-03-01T06:51:40.637Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-03-01T06:51:40.637Z] === RUN TestLogNonBlockingBufferFull [2022-03-01T06:51:40.637Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-03-01T06:51:40.637Z] === RUN TestPublishBatchSuccess [2022-03-01T06:51:40.637Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-03-01T06:51:40.637Z] === RUN TestPublishBatchError [2022-03-01T06:51:40.637Z] time="2022-03-01T06:51:40Z" level=error msg=error [2022-03-01T06:51:40.637Z] --- PASS: TestPublishBatchError (0.00s) [2022-03-01T06:51:40.637Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-03-01T06:51:40.637Z] time="2022-03-01T06:51:40Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-01T06:51:40.637Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-03-01T06:51:40.637Z] === RUN TestPublishBatchAlreadyAccepted [2022-03-01T06:51:40.637Z] time="2022-03-01T06:51:40Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-01T06:51:40.637Z] time="2022-03-01T06:51:40Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-03-01T06:51:40.637Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-03-01T06:51:40.637Z] === RUN TestCollectBatchSimple [2022-03-01T06:51:40.637Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-03-01T06:51:40.637Z] === RUN TestCollectBatchTicker [2022-03-01T06:51:40.637Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-03-01T06:51:40.637Z] === RUN TestCollectBatchMultilinePattern [2022-03-01T06:51:40.637Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-03-01T06:51:40.637Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-03-01T06:51:40.637Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-03-01T06:51:40.637Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-03-01T06:51:40.637Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-03-01T06:51:40.637Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-03-01T06:51:40.637Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s) [2022-03-01T06:51:40.637Z] === RUN TestCollectBatchClose [2022-03-01T06:51:40.637Z] --- PASS: TestCollectBatchClose (0.00s) [2022-03-01T06:51:40.637Z] === RUN TestEffectiveLen [2022-03-01T06:51:40.637Z] === RUN TestEffectiveLen/0/Hello [2022-03-01T06:51:40.637Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-03-01T06:51:40.637Z] === RUN TestEffectiveLen/2/🙃 [2022-03-01T06:51:40.637Z] === RUN TestEffectiveLen/3/���� [2022-03-01T06:51:40.637Z] === RUN TestEffectiveLen/4/He��o [2022-03-01T06:51:40.637Z] === RUN TestEffectiveLen/5/ [2022-03-01T06:51:40.637Z] --- PASS: TestEffectiveLen (0.00s) [2022-03-01T06:51:40.637Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-03-01T06:51:40.637Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-03-01T06:51:40.637Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-03-01T06:51:40.637Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-03-01T06:51:40.637Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-03-01T06:51:40.637Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-03-01T06:51:40.637Z] === RUN TestFindValidSplit [2022-03-01T06:51:40.637Z] === RUN TestFindValidSplit/0/ [2022-03-01T06:51:40.637Z] cloudwatchlogs_test.go:1076: [2022-03-01T06:51:40.637Z] cloudwatchlogs_test.go:1077: [2022-03-01T06:51:40.637Z] === RUN TestFindValidSplit/1/Hello [2022-03-01T06:51:40.637Z] cloudwatchlogs_test.go:1076: Hello [2022-03-01T06:51:40.637Z] cloudwatchlogs_test.go:1077: [2022-03-01T06:51:40.637Z] === RUN TestFindValidSplit/2/Hello [2022-03-01T06:51:40.637Z] cloudwatchlogs_test.go:1076: He [2022-03-01T06:51:40.637Z] cloudwatchlogs_test.go:1077: llo [2022-03-01T06:51:40.637Z] === RUN TestFindValidSplit/3/Hello [2022-03-01T06:51:40.637Z] cloudwatchlogs_test.go:1076: [2022-03-01T06:51:40.637Z] cloudwatchlogs_test.go:1077: Hello [2022-03-01T06:51:40.637Z] === RUN TestFindValidSplit/4/🙃 [2022-03-01T06:51:40.637Z] cloudwatchlogs_test.go:1076: [2022-03-01T06:51:40.637Z] cloudwatchlogs_test.go:1077: 🙃 [2022-03-01T06:51:40.637Z] === RUN TestFindValidSplit/5/🙃 [2022-03-01T06:51:40.637Z] cloudwatchlogs_test.go:1076: 🙃 [2022-03-01T06:51:40.637Z] cloudwatchlogs_test.go:1077: [2022-03-01T06:51:40.637Z] === RUN TestFindValidSplit/6/a� [2022-03-01T06:51:40.637Z] cloudwatchlogs_test.go:1076: a [2022-03-01T06:51:40.637Z] cloudwatchlogs_test.go:1077: � [2022-03-01T06:51:40.637Z] === RUN TestFindValidSplit/7/a� [2022-03-01T06:51:40.637Z] cloudwatchlogs_test.go:1076: a� [2022-03-01T06:51:40.637Z] cloudwatchlogs_test.go:1077: [2022-03-01T06:51:40.637Z] --- PASS: TestFindValidSplit (0.00s) [2022-03-01T06:51:40.637Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-03-01T06:51:40.637Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-03-01T06:51:40.637Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-03-01T06:51:40.637Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-03-01T06:51:40.637Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-03-01T06:51:40.637Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-03-01T06:51:40.637Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-03-01T06:51:40.637Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-03-01T06:51:40.637Z] === RUN TestProcessEventEmoji [2022-03-01T06:51:40.637Z] --- PASS: TestProcessEventEmoji (0.08s) [2022-03-01T06:51:40.637Z] === RUN TestCollectBatchLineSplit [2022-03-01T06:51:40.637Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2022-03-01T06:51:40.637Z] === RUN TestCollectBatchLineSplitWithBinary [2022-03-01T06:51:40.637Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.01s) [2022-03-01T06:51:40.637Z] === RUN TestCollectBatchMaxEvents [2022-03-01T06:51:40.637Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2022-03-01T06:51:40.637Z] === RUN TestCollectBatchMaxTotalBytes [2022-03-01T06:51:40.637Z] --- PASS: TestCollectBatchMaxTotalBytes (0.04s) [2022-03-01T06:51:40.637Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-03-01T06:51:40.637Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2022-03-01T06:51:40.637Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-03-01T06:51:40.637Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.06s) [2022-03-01T06:51:40.637Z] === RUN TestParseLogOptionsMultilinePattern [2022-03-01T06:51:40.637Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-03-01T06:51:40.637Z] === RUN TestParseLogOptionsDatetimeFormat [2022-03-01T06:51:40.637Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-03-01T06:51:40.637Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-03-01T06:51:40.637Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-03-01T06:51:40.637Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-03-01T06:51:40.637Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-03-01T06:51:40.637Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-03-01T06:51:40.637Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-03-01T06:51:40.637Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.05s) [2022-03-01T06:51:40.637Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-03-01T06:51:40.637Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-03-01T06:51:40.637Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.01s) [2022-03-01T06:51:40.637Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.03s) [2022-03-01T06:51:40.637Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-03-01T06:51:40.637Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-03-01T06:51:40.637Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-03-01T06:51:40.637Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-03-01T06:51:40.637Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-03-01T06:51:40.637Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-03-01T06:51:40.637Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-03-01T06:51:40.637Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-03-01T06:51:40.637Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-03-01T06:51:40.637Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-03-01T06:51:40.637Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-03-01T06:51:40.637Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-03-01T06:51:40.637Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-03-01T06:51:40.637Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-03-01T06:51:40.637Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-03-01T06:51:40.637Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-03-01T06:51:40.637Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-03-01T06:51:40.637Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-03-01T06:51:40.638Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-03-01T06:51:40.638Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-03-01T06:51:40.638Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-03-01T06:51:40.638Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-03-01T06:51:40.638Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-03-01T06:51:40.638Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-03-01T06:51:40.638Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-03-01T06:51:40.638Z] === RUN TestValidateLogOptionsFormat [2022-03-01T06:51:40.638Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-03-01T06:51:40.638Z] === RUN TestValidateLogOptionsFormat/1/random [2022-03-01T06:51:40.638Z] === RUN TestValidateLogOptionsFormat/2/ [2022-03-01T06:51:40.638Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-03-01T06:51:40.638Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-03-01T06:51:40.638Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-03-01T06:51:40.638Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-03-01T06:51:40.638Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-03-01T06:51:40.638Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-03-01T06:51:40.638Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-03-01T06:51:40.638Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-03-01T06:51:40.638Z] === RUN TestCreateTagSuccess [2022-03-01T06:51:40.638Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-03-01T06:51:40.638Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-03-01T06:51:40.638Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-03-01T06:51:40.638Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-03-01T06:51:40.638Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-03-01T06:51:40.638Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-03-01T06:51:40.638Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.01s) [2022-03-01T06:51:40.638Z] PASS [2022-03-01T06:51:40.638Z] coverage: 80.2% of statements [2022-03-01T06:51:40.638Z] ok github.com/docker/docker/daemon/logger/awslogs 0.518s coverage: 80.2% of statements [2022-03-01T06:51:40.638Z] === RUN TestValidateLogOptReconnectInterval [2022-03-01T06:51:40.638Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-03-01T06:51:40.638Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-03-01T06:51:40.638Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-03-01T06:51:40.638Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-03-01T06:51:40.638Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-03-01T06:51:40.638Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-03-01T06:51:40.638Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-03-01T06:51:40.638Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-03-01T06:51:40.638Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-03-01T06:51:40.638Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-03-01T06:51:40.638Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-03-01T06:51:40.638Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-03-01T06:51:40.638Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-03-01T06:51:40.638Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-03-01T06:51:40.638Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-03-01T06:51:40.638Z] PASS [2022-03-01T06:51:40.638Z] coverage: 33.6% of statements [2022-03-01T06:51:40.638Z] ok github.com/docker/docker/daemon/logger/fluentd 0.054s coverage: 33.6% of statements [2022-03-01T06:51:40.853Z] time="2022-03-01T06:51:40Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:9cc9b3ebc0dc with config:&{NodeID:9cc9b3ebc0dc Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-01T06:51:40.853Z] time="2022-03-01T06:51:40Z" level=info msg="Node 9cc9b3ebc0dc/172.17.21.137, joined gossip cluster" [2022-03-01T06:51:40.853Z] time="2022-03-01T06:51:40Z" level=info msg="Node 9cc9b3ebc0dc/172.17.21.137, added to nodes list" [2022-03-01T06:51:40.853Z] time="2022-03-01T06:51:40Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-03-01T06:51:40.853Z] time="2022-03-01T06:51:40Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-03-01T06:51:40.853Z] time="2022-03-01T06:51:40Z" level=debug msg="memberlist: Stream connection from=[::1]:49371" [2022-03-01T06:51:40.853Z] time="2022-03-01T06:51:40Z" level=info msg="Node 9cc9b3ebc0dc/172.17.21.137, joined gossip cluster" [2022-03-01T06:51:40.853Z] time="2022-03-01T06:51:40Z" level=info msg="Node 9cc9b3ebc0dc/172.17.21.137, added to nodes list" [2022-03-01T06:51:40.853Z] time="2022-03-01T06:51:40Z" level=info msg="Node 3f313eb1195f/172.17.21.137, joined gossip cluster" [2022-03-01T06:51:40.853Z] time="2022-03-01T06:51:40Z" level=info msg="Node 3f313eb1195f/172.17.21.137, added to nodes list" [2022-03-01T06:51:40.853Z] time="2022-03-01T06:51:40Z" level=info msg="Node 69286e2086e8/172.17.21.137, joined gossip cluster" [2022-03-01T06:51:40.853Z] time="2022-03-01T06:51:40Z" level=info msg="Node 69286e2086e8/172.17.21.137, added to nodes list" [2022-03-01T06:51:40.853Z] time="2022-03-01T06:51:40Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-03-01T06:51:40.853Z] time="2022-03-01T06:51:40Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49372" [2022-03-01T06:51:40.853Z] time="2022-03-01T06:51:40Z" level=info msg="Node 9cc9b3ebc0dc/172.17.21.137, joined gossip cluster" [2022-03-01T06:51:40.853Z] time="2022-03-01T06:51:40Z" level=info msg="Node 9cc9b3ebc0dc/172.17.21.137, added to nodes list" [2022-03-01T06:51:40.853Z] time="2022-03-01T06:51:40Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:a54a190edd90 with config:&{NodeID:a54a190edd90 Hostname:node4 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10036 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-01T06:51:40.853Z] time="2022-03-01T06:51:40Z" level=info msg="Node a54a190edd90/172.17.21.137, joined gossip cluster" [2022-03-01T06:51:40.853Z] time="2022-03-01T06:51:40Z" level=info msg="Node a54a190edd90/172.17.21.137, added to nodes list" [2022-03-01T06:51:40.853Z] time="2022-03-01T06:51:40Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-03-01T06:51:40.853Z] time="2022-03-01T06:51:40Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-03-01T06:51:40.853Z] time="2022-03-01T06:51:40Z" level=debug msg="memberlist: Stream connection from=[::1]:49373" [2022-03-01T06:51:41.081Z] === RUN TestExternalGraphDriver/pull [2022-03-01T06:51:41.106Z] === RUN TestSearchRegistryForImagesErrors [2022-03-01T06:51:41.106Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-03-01T06:51:41.106Z] === RUN TestSearchRegistryForImages [2022-03-01T06:51:41.106Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-03-01T06:51:41.106Z] === RUN TestOnlyPlatformWithFallback [2022-03-01T06:51:41.106Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-03-01T06:51:41.106Z] === RUN TestImageDelete [2022-03-01T06:51:41.106Z] === RUN TestImageDelete/no_lease [2022-03-01T06:51:41.106Z] === RUN TestImageDelete/lease_exists [2022-03-01T06:51:41.106Z] --- PASS: TestImageDelete (0.04s) [2022-03-01T06:51:41.106Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-03-01T06:51:41.106Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2022-03-01T06:51:41.106Z] === RUN TestContentStoreForPull [2022-03-01T06:51:41.106Z] --- PASS: TestContentStoreForPull (0.18s) [2022-03-01T06:51:41.106Z] PASS [2022-03-01T06:51:41.106Z] coverage: 6.8% of statements [2022-03-01T06:51:41.106Z] ok github.com/docker/docker/daemon/images 0.322s coverage: 6.8% of statements [2022-03-01T06:51:41.106Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-01T06:51:41.106Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-01T06:51:41.106Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-03-01T06:51:41.106Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-01T06:51:41.106Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-03-01T06:51:41.106Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-03-01T06:51:41.313Z] time="2022-03-01T06:51:40Z" level=info msg="Node a54a190edd90/172.17.21.137, joined gossip cluster" [2022-03-01T06:51:41.313Z] time="2022-03-01T06:51:40Z" level=info msg="Node a54a190edd90/172.17.21.137, added to nodes list" [2022-03-01T06:51:41.313Z] time="2022-03-01T06:51:40Z" level=info msg="Node 3f313eb1195f/172.17.21.137, joined gossip cluster" [2022-03-01T06:51:41.313Z] time="2022-03-01T06:51:40Z" level=info msg="Node 3f313eb1195f/172.17.21.137, added to nodes list" [2022-03-01T06:51:41.313Z] time="2022-03-01T06:51:40Z" level=info msg="Node 69286e2086e8/172.17.21.137, joined gossip cluster" [2022-03-01T06:51:41.313Z] time="2022-03-01T06:51:40Z" level=info msg="Node 69286e2086e8/172.17.21.137, added to nodes list" [2022-03-01T06:51:41.313Z] time="2022-03-01T06:51:40Z" level=info msg="Node 9cc9b3ebc0dc/172.17.21.137, joined gossip cluster" [2022-03-01T06:51:41.313Z] time="2022-03-01T06:51:40Z" level=info msg="Node 9cc9b3ebc0dc/172.17.21.137, added to nodes list" [2022-03-01T06:51:41.313Z] time="2022-03-01T06:51:40Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-03-01T06:51:41.313Z] time="2022-03-01T06:51:40Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49374" [2022-03-01T06:51:41.313Z] time="2022-03-01T06:51:40Z" level=info msg="Node a54a190edd90/172.17.21.137, joined gossip cluster" [2022-03-01T06:51:41.313Z] time="2022-03-01T06:51:40Z" level=info msg="Node a54a190edd90/172.17.21.137, added to nodes list" [2022-03-01T06:51:41.313Z] time="2022-03-01T06:51:40Z" level=info msg="Node a54a190edd90/172.17.21.137, joined gossip cluster" [2022-03-01T06:51:41.313Z] time="2022-03-01T06:51:40Z" level=info msg="Node a54a190edd90/172.17.21.137, added to nodes list" [2022-03-01T06:51:41.313Z] time="2022-03-01T06:51:41Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:baf0194ebab8 with config:&{NodeID:baf0194ebab8 Hostname:node5 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10037 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-01T06:51:41.313Z] time="2022-03-01T06:51:41Z" level=info msg="Node baf0194ebab8/172.17.21.137, joined gossip cluster" [2022-03-01T06:51:41.313Z] time="2022-03-01T06:51:41Z" level=info msg="Node baf0194ebab8/172.17.21.137, added to nodes list" [2022-03-01T06:51:41.313Z] time="2022-03-01T06:51:41Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-03-01T06:51:41.313Z] time="2022-03-01T06:51:41Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-03-01T06:51:41.313Z] time="2022-03-01T06:51:41Z" level=debug msg="memberlist: Stream connection from=[::1]:49375" [2022-03-01T06:51:41.313Z] time="2022-03-01T06:51:41Z" level=info msg="Node baf0194ebab8/172.17.21.137, joined gossip cluster" [2022-03-01T06:51:41.313Z] time="2022-03-01T06:51:41Z" level=info msg="Node baf0194ebab8/172.17.21.137, added to nodes list" [2022-03-01T06:51:41.313Z] time="2022-03-01T06:51:41Z" level=info msg="Node 69286e2086e8/172.17.21.137, joined gossip cluster" [2022-03-01T06:51:41.313Z] time="2022-03-01T06:51:41Z" level=info msg="Node 69286e2086e8/172.17.21.137, added to nodes list" [2022-03-01T06:51:41.313Z] time="2022-03-01T06:51:41Z" level=info msg="Node a54a190edd90/172.17.21.137, joined gossip cluster" [2022-03-01T06:51:41.313Z] time="2022-03-01T06:51:41Z" level=info msg="Node a54a190edd90/172.17.21.137, added to nodes list" [2022-03-01T06:51:41.313Z] time="2022-03-01T06:51:41Z" level=info msg="Node 9cc9b3ebc0dc/172.17.21.137, joined gossip cluster" [2022-03-01T06:51:41.313Z] time="2022-03-01T06:51:41Z" level=info msg="Node 9cc9b3ebc0dc/172.17.21.137, added to nodes list" [2022-03-01T06:51:41.313Z] time="2022-03-01T06:51:41Z" level=info msg="Node 3f313eb1195f/172.17.21.137, joined gossip cluster" [2022-03-01T06:51:41.313Z] time="2022-03-01T06:51:41Z" level=info msg="Node 3f313eb1195f/172.17.21.137, added to nodes list" [2022-03-01T06:51:41.313Z] time="2022-03-01T06:51:41Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-03-01T06:51:41.313Z] time="2022-03-01T06:51:41Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49376" [2022-03-01T06:51:41.575Z] === RUN TestJSONLogsMarshalJSONBuf [2022-03-01T06:51:41.575Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-03-01T06:51:41.575Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-03-01T06:51:41.575Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.13s) [2022-03-01T06:51:41.575Z] === RUN TestFastTimeMarshalJSON [2022-03-01T06:51:41.575Z] --- PASS: TestFastTimeMarshalJSON (0.00s) [2022-03-01T06:51:41.575Z] PASS [2022-03-01T06:51:41.575Z] coverage: 87.2% of statements [2022-03-01T06:51:41.575Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.176s coverage: 87.2% of statements [2022-03-01T06:51:41.773Z] time="2022-03-01T06:51:41Z" level=info msg="Node baf0194ebab8/172.17.21.137, joined gossip cluster" [2022-03-01T06:51:41.773Z] time="2022-03-01T06:51:41Z" level=info msg="Node baf0194ebab8/172.17.21.137, added to nodes list" [2022-03-01T06:51:41.773Z] time="2022-03-01T06:51:41Z" level=info msg="Node baf0194ebab8/172.17.21.137, joined gossip cluster" [2022-03-01T06:51:41.773Z] time="2022-03-01T06:51:41Z" level=info msg="Node baf0194ebab8/172.17.21.137, added to nodes list" [2022-03-01T06:51:41.773Z] time="2022-03-01T06:51:41Z" level=info msg="Node baf0194ebab8/172.17.21.137, joined gossip cluster" [2022-03-01T06:51:41.773Z] time="2022-03-01T06:51:41Z" level=info msg="Node baf0194ebab8/172.17.21.137, added to nodes list" [2022-03-01T06:51:41.773Z] networkdb_test.go:835: Re-joining: 3 [2022-03-01T06:51:41.773Z] time="2022-03-01T06:51:41Z" level=info msg="The new bootstrap node list is:[172.17.21.137:10033 172.17.21.137:10034 172.17.21.137:10035]" [2022-03-01T06:51:41.773Z] time="2022-03-01T06:51:41Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.21.137:10033" [2022-03-01T06:51:41.773Z] time="2022-03-01T06:51:41Z" level=debug msg="memberlist: Stream connection from=172.17.21.137:49377" [2022-03-01T06:51:41.773Z] time="2022-03-01T06:51:41Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.21.137:10034" [2022-03-01T06:51:41.773Z] time="2022-03-01T06:51:41Z" level=debug msg="memberlist: Stream connection from=172.17.21.137:49378" [2022-03-01T06:51:41.773Z] time="2022-03-01T06:51:41Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.21.137:10035" [2022-03-01T06:51:41.773Z] time="2022-03-01T06:51:41Z" level=debug msg="memberlist: Stream connection from=172.17.21.137:49379" [2022-03-01T06:51:42.044Z] === RUN TestJSONFileLogger [2022-03-01T06:51:42.044Z] --- PASS: TestJSONFileLogger (0.01s) [2022-03-01T06:51:42.044Z] === RUN TestJSONFileLoggerWithTags [2022-03-01T06:51:42.044Z] --- PASS: TestJSONFileLoggerWithTags (0.01s) [2022-03-01T06:51:42.044Z] === RUN TestJSONFileLoggerWithOpts [2022-03-01T06:51:42.044Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2022-03-01T06:51:42.044Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-03-01T06:51:42.044Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-03-01T06:51:42.044Z] === RUN TestEncodeDecode [2022-03-01T06:51:42.044Z] === PAUSE TestEncodeDecode [2022-03-01T06:51:42.044Z] === RUN TestUnexpectedEOF [2022-03-01T06:51:42.044Z] time="2022-03-01T06:51:41Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-01T06:51:42.044Z] time="2022-03-01T06:51:41Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-01T06:51:42.044Z] --- PASS: TestUnexpectedEOF (0.13s) [2022-03-01T06:51:42.044Z] === CONT TestEncodeDecode [2022-03-01T06:51:42.044Z] --- PASS: TestEncodeDecode (0.00s) [2022-03-01T06:51:42.044Z] PASS [2022-03-01T06:51:42.044Z] coverage: 69.9% of statements [2022-03-01T06:51:42.044Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.312s coverage: 69.9% of statements [2022-03-01T06:51:42.118Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-01T06:51:42.118Z] INFO: Testing against a local daemon [2022-03-01T06:51:42.118Z] === RUN TestBuildWithSession [2022-03-01T06:51:42.118Z] build_session_test.go:25: TODO: BuildKit [2022-03-01T06:51:42.118Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-01T06:51:42.118Z] === RUN TestBuildSquashParent [2022-03-01T06:51:42.118Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:51:42.118Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-03-01T06:51:42.118Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-01T06:51:42.118Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-01T06:51:42.118Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-01T06:51:42.118Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-01T06:51:42.118Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-01T06:51:42.118Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-01T06:51:42.118Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-01T06:51:42.118Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-01T06:51:42.118Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-01T06:51:42.118Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-01T06:51:42.118Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-01T06:51:42.118Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-01T06:51:42.118Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-01T06:51:42.118Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-01T06:51:42.118Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-01T06:51:42.118Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-01T06:51:42.118Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-01T06:51:42.235Z] networkdb_test.go:835: Re-joining: 4 [2022-03-01T06:51:42.235Z] time="2022-03-01T06:51:41Z" level=info msg="The new bootstrap node list is:[172.17.21.137:10033 172.17.21.137:10034 172.17.21.137:10035]" [2022-03-01T06:51:42.235Z] time="2022-03-01T06:51:41Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.21.137:10033" [2022-03-01T06:51:42.235Z] time="2022-03-01T06:51:41Z" level=debug msg="memberlist: Stream connection from=172.17.21.137:49380" [2022-03-01T06:51:42.235Z] time="2022-03-01T06:51:41Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.21.137:10034" [2022-03-01T06:51:42.235Z] time="2022-03-01T06:51:41Z" level=debug msg="memberlist: Stream connection from=172.17.21.137:49381" [2022-03-01T06:51:42.235Z] time="2022-03-01T06:51:41Z" level=debug msg="memberlist: Stream connection from=172.17.21.137:49382" [2022-03-01T06:51:42.235Z] time="2022-03-01T06:51:41Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.21.137:10035" [2022-03-01T06:51:42.235Z] time="2022-03-01T06:51:42Z" level=info msg="node 0 leaving" [2022-03-01T06:51:42.235Z] time="2022-03-01T06:51:42Z" level=info msg="Node 3f313eb1195f change state NodeActive --> NodeLeft" [2022-03-01T06:51:42.235Z] time="2022-03-01T06:51:42Z" level=info msg="node2(69286e2086e8): Node leave event for 3f313eb1195f/172.17.21.137" [2022-03-01T06:51:42.235Z] time="2022-03-01T06:51:42Z" level=info msg="Node 3f313eb1195f change state NodeActive --> NodeLeft" [2022-03-01T06:51:42.235Z] time="2022-03-01T06:51:42Z" level=info msg="node5(baf0194ebab8): Node leave event for 3f313eb1195f/172.17.21.137" [2022-03-01T06:51:42.235Z] time="2022-03-01T06:51:42Z" level=info msg="Node 3f313eb1195f change state NodeActive --> NodeLeft" [2022-03-01T06:51:42.235Z] time="2022-03-01T06:51:42Z" level=info msg="node4(a54a190edd90): Node leave event for 3f313eb1195f/172.17.21.137" [2022-03-01T06:51:42.235Z] time="2022-03-01T06:51:42Z" level=info msg="Node 3f313eb1195f change state NodeActive --> NodeLeft" [2022-03-01T06:51:42.235Z] time="2022-03-01T06:51:42Z" level=info msg="node1(3f313eb1195f): Node leave event for 3f313eb1195f/172.17.21.137" [2022-03-01T06:51:42.448Z] --- PASS: TestExternalGraphDriver (4.69s) [2022-03-01T06:51:42.448Z] --- PASS: TestExternalGraphDriver/json (1.55s) [2022-03-01T06:51:42.448Z] --- PASS: TestExternalGraphDriver/spec (1.51s) [2022-03-01T06:51:42.448Z] --- PASS: TestExternalGraphDriver/pull (1.59s) [2022-03-01T06:51:42.448Z] === RUN TestGraphdriverPluginV2 [2022-03-01T06:51:42.448Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-01T06:51:42.448Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2022-03-01T06:51:42.448Z] PASS [2022-03-01T06:51:42.448Z] [2022-03-01T06:51:42.448Z] === Skipped [2022-03-01T06:51:42.448Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2022-03-01T06:51:42.448Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-01T06:51:42.448Z] [2022-03-01T06:51:42.448Z] DONE 5 tests, 1 skipped in 4.802s [2022-03-01T06:51:42.448Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-03-01T06:51:42.448Z] ++ 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 [2022-03-01T06:51:42.448Z] ++ set -e [2022-03-01T06:51:42.448Z] ++ '[' -n 0 ']' [2022-03-01T06:51:42.448Z] ++ set -x [2022-03-01T06:51:42.448Z] ++ 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 [2022-03-01T06:51:42.448Z] INFO: Testing against a local daemon [2022-03-01T06:51:42.448Z] === RUN TestContinueAfterPluginCrash [2022-03-01T06:51:42.448Z] === PAUSE TestContinueAfterPluginCrash [2022-03-01T06:51:42.448Z] === RUN TestReadPluginNoRead [2022-03-01T06:51:42.448Z] === PAUSE TestReadPluginNoRead [2022-03-01T06:51:42.448Z] === RUN TestDaemonStartWithLogOpt [2022-03-01T06:51:42.448Z] === PAUSE TestDaemonStartWithLogOpt [2022-03-01T06:51:42.448Z] === CONT TestContinueAfterPluginCrash [2022-03-01T06:51:42.448Z] === CONT TestDaemonStartWithLogOpt [2022-03-01T06:51:42.513Z] === RUN TestWriteLog [2022-03-01T06:51:42.513Z] === PAUSE TestWriteLog [2022-03-01T06:51:42.514Z] === RUN TestReadLog [2022-03-01T06:51:42.514Z] === PAUSE TestReadLog [2022-03-01T06:51:42.514Z] === RUN TestDecode [2022-03-01T06:51:42.514Z] --- PASS: TestDecode (0.02s) [2022-03-01T06:51:42.514Z] === CONT TestWriteLog [2022-03-01T06:51:42.514Z] === CONT TestReadLog [2022-03-01T06:51:42.514Z] --- PASS: TestWriteLog (0.00s) [2022-03-01T06:51:42.514Z] === RUN TestReadLog/tail_exact [2022-03-01T06:51:42.514Z] === RUN TestReadLog/tail_less_than_available [2022-03-01T06:51:42.514Z] === RUN TestReadLog/tail_more_than_available [2022-03-01T06:51:42.695Z] time="2022-03-01T06:51:42Z" level=info msg="Node 3f313eb1195f change state NodeActive --> NodeLeft" [2022-03-01T06:51:42.695Z] time="2022-03-01T06:51:42Z" level=info msg="node3(9cc9b3ebc0dc): Node leave event for 3f313eb1195f/172.17.21.137" [2022-03-01T06:51:42.695Z] time="2022-03-01T06:51:42Z" level=info msg="Node 3f313eb1195f/172.17.21.137, left gossip cluster" [2022-03-01T06:51:42.695Z] time="2022-03-01T06:51:42Z" level=info msg="Node 3f313eb1195f/172.17.21.137, left gossip cluster" [2022-03-01T06:51:42.695Z] time="2022-03-01T06:51:42Z" level=info msg="Node 3f313eb1195f/172.17.21.137, left gossip cluster" [2022-03-01T06:51:42.695Z] time="2022-03-01T06:51:42Z" level=info msg="Node 3f313eb1195f/172.17.21.137, left gossip cluster" [2022-03-01T06:51:42.695Z] time="2022-03-01T06:51:42Z" level=info msg="Node 3f313eb1195f/172.17.21.137, left gossip cluster" [2022-03-01T06:51:42.695Z] time="2022-03-01T06:51:42Z" level=info msg="node 1 leaving" [2022-03-01T06:51:42.695Z] time="2022-03-01T06:51:42Z" level=info msg="Node 69286e2086e8 change state NodeActive --> NodeLeft" [2022-03-01T06:51:42.695Z] time="2022-03-01T06:51:42Z" level=info msg="node5(baf0194ebab8): Node leave event for 69286e2086e8/172.17.21.137" [2022-03-01T06:51:42.695Z] time="2022-03-01T06:51:42Z" level=info msg="Node 69286e2086e8/172.17.21.137, left gossip cluster" [2022-03-01T06:51:42.695Z] time="2022-03-01T06:51:42Z" level=info msg="Node 69286e2086e8 change state NodeActive --> NodeLeft" [2022-03-01T06:51:42.695Z] time="2022-03-01T06:51:42Z" level=info msg="Node 69286e2086e8 change state NodeActive --> NodeFailed" [2022-03-01T06:51:42.695Z] time="2022-03-01T06:51:42Z" level=info msg="Node 69286e2086e8/172.17.21.137, added to failed nodes list" [2022-03-01T06:51:42.695Z] time="2022-03-01T06:51:42Z" level=info msg="node3(9cc9b3ebc0dc): Node leave event for 69286e2086e8/172.17.21.137" [2022-03-01T06:51:42.695Z] time="2022-03-01T06:51:42Z" level=info msg="Node 69286e2086e8 change state NodeActive --> NodeLeft" [2022-03-01T06:51:42.695Z] time="2022-03-01T06:51:42Z" level=info msg="node4(a54a190edd90): Node leave event for 69286e2086e8/172.17.21.137" [2022-03-01T06:51:42.695Z] time="2022-03-01T06:51:42Z" level=error msg="node: 69286e2086e8 is unknown to memberlist" [2022-03-01T06:51:42.983Z] --- PASS: TestReadLog (0.21s) [2022-03-01T06:51:42.983Z] --- PASS: TestReadLog/tail_exact (0.13s) [2022-03-01T06:51:42.983Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2022-03-01T06:51:42.983Z] --- PASS: TestReadLog/tail_more_than_available (0.03s) [2022-03-01T06:51:42.983Z] PASS [2022-03-01T06:51:42.983Z] coverage: 78.7% of statements [2022-03-01T06:51:42.983Z] ok github.com/docker/docker/daemon/logger/local 0.355s coverage: 78.7% of statements [2022-03-01T06:51:42.983Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-01T06:51:42.983Z] === RUN TestOpenFileDelete [2022-03-01T06:51:42.983Z] --- PASS: TestOpenFileDelete (0.00s) [2022-03-01T06:51:42.983Z] === RUN TestOpenFileRename [2022-03-01T06:51:42.983Z] --- PASS: TestOpenFileRename (0.00s) [2022-03-01T06:51:42.983Z] === RUN TestHandleDecoderErr [2022-03-01T06:51:42.983Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-03-01T06:51:42.983Z] === RUN TestParseLogTagDefaultTag [2022-03-01T06:51:42.983Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-03-01T06:51:42.983Z] === RUN TestParseLogTag [2022-03-01T06:51:42.983Z] --- PASS: TestParseLogTag (0.00s) [2022-03-01T06:51:42.983Z] === RUN TestParseLogTagEmptyTag [2022-03-01T06:51:42.983Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-03-01T06:51:42.983Z] === RUN TestTailFiles [2022-03-01T06:51:42.983Z] --- PASS: TestTailFiles (0.00s) [2022-03-01T06:51:42.983Z] === RUN TestFollowLogsConsumerGone [2022-03-01T06:51:42.983Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-03-01T06:51:42.983Z] === RUN TestFollowLogsProducerGone [2022-03-01T06:51:42.983Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-03-01T06:51:42.983Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-03-01T06:51:42.983Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2022-03-01T06:51:42.983Z] === RUN TestCheckCapacityAndRotate [2022-03-01T06:51:42.983Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-03-01T06:51:42.983Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-03-01T06:51:43.155Z] time="2022-03-01T06:51:42Z" level=info msg="Node 69286e2086e8/172.17.21.137, left gossip cluster" [2022-03-01T06:51:43.155Z] time="2022-03-01T06:51:42Z" level=info msg="Node 69286e2086e8/172.17.21.137, left gossip cluster" [2022-03-01T06:51:43.155Z] time="2022-03-01T06:51:42Z" level=info msg="Node 69286e2086e8/172.17.21.137, left gossip cluster" [2022-03-01T06:51:43.155Z] time="2022-03-01T06:51:42Z" level=info msg="node 2 leaving" [2022-03-01T06:51:43.155Z] time="2022-03-01T06:51:42Z" level=info msg="Node 9cc9b3ebc0dc change state NodeActive --> NodeLeft" [2022-03-01T06:51:43.155Z] time="2022-03-01T06:51:42Z" level=info msg="node5(baf0194ebab8): Node leave event for 9cc9b3ebc0dc/172.17.21.137" [2022-03-01T06:51:43.155Z] time="2022-03-01T06:51:42Z" level=info msg="Node 9cc9b3ebc0dc change state NodeActive --> NodeLeft" [2022-03-01T06:51:43.155Z] time="2022-03-01T06:51:42Z" level=info msg="node4(a54a190edd90): Node leave event for 9cc9b3ebc0dc/172.17.21.137" [2022-03-01T06:51:43.155Z] time="2022-03-01T06:51:43Z" level=info msg="Node 9cc9b3ebc0dc change state NodeActive --> NodeLeft" [2022-03-01T06:51:43.155Z] time="2022-03-01T06:51:43Z" level=info msg="node3(9cc9b3ebc0dc): Node leave event for 9cc9b3ebc0dc/172.17.21.137" [2022-03-01T06:51:43.155Z] time="2022-03-01T06:51:43Z" level=debug msg="memberlist: Failed ping: 9cc9b3ebc0dc (timeout reached)" [2022-03-01T06:51:43.155Z] time="2022-03-01T06:51:43Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.17.21.137:10036: use of closed network connection" [2022-03-01T06:51:43.155Z] time="2022-03-01T06:51:43Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.17.21.137:10034: use of closed network connection" [2022-03-01T06:51:43.155Z] time="2022-03-01T06:51:43Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.17.21.137:10037: use of closed network connection" [2022-03-01T06:51:43.155Z] time="2022-03-01T06:51:43Z" level=debug msg="memberlist: Stream connection from=172.17.21.137:49383" [2022-03-01T06:51:43.451Z] --- PASS: TestCheckCapacityAndRotate (0.17s) [2022-03-01T06:51:43.451Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-03-01T06:51:43.451Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.15s) [2022-03-01T06:51:43.451Z] PASS [2022-03-01T06:51:43.451Z] coverage: 54.9% of statements [2022-03-01T06:51:43.451Z] === RUN TestLog [2022-03-01T06:51:43.451Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.237s coverage: 54.9% of statements [2022-03-01T06:51:43.451Z] --- PASS: TestLog (0.03s) [2022-03-01T06:51:43.451Z] PASS [2022-03-01T06:51:43.451Z] coverage: 31.5% of statements [2022-03-01T06:51:43.452Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.085s coverage: 31.5% of statements [2022-03-01T06:51:43.615Z] time="2022-03-01T06:51:43Z" level=info msg="Node 9cc9b3ebc0dc/172.17.21.137, left gossip cluster" [2022-03-01T06:51:43.615Z] time="2022-03-01T06:51:43Z" level=info msg="Node 9cc9b3ebc0dc/172.17.21.137, left gossip cluster" [2022-03-01T06:51:43.615Z] time="2022-03-01T06:51:43Z" level=info msg="Node 9cc9b3ebc0dc/172.17.21.137, left gossip cluster" [2022-03-01T06:51:43.615Z] time="2022-03-01T06:51:43Z" level=warning msg="memberlist: Was able to connect to 9cc9b3ebc0dc but other probes failed, network may be misconfigured" [2022-03-01T06:51:43.684Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2022-03-01T06:51:44.075Z] networkdb_test.go:867: node4: OK [2022-03-01T06:51:44.075Z] networkdb_test.go:867: node5: OK [2022-03-01T06:51:44.075Z] time="2022-03-01T06:51:43Z" level=info msg="node 0 coming back" [2022-03-01T06:51:44.075Z] time="2022-03-01T06:51:43Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:7e1f81381bec with config:&{NodeID:7e1f81381bec Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-01T06:51:44.075Z] time="2022-03-01T06:51:43Z" level=info msg="Node 7e1f81381bec/172.17.21.137, joined gossip cluster" [2022-03-01T06:51:44.075Z] time="2022-03-01T06:51:43Z" level=info msg="Node 7e1f81381bec/172.17.21.137, added to nodes list" [2022-03-01T06:51:44.075Z] time="2022-03-01T06:51:43Z" level=info msg="node 1 coming back" [2022-03-01T06:51:44.075Z] time="2022-03-01T06:51:43Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:a2f9f8a686ef with config:&{NodeID:a2f9f8a686ef Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-01T06:51:44.075Z] time="2022-03-01T06:51:43Z" level=info msg="Node a2f9f8a686ef/172.17.21.137, joined gossip cluster" [2022-03-01T06:51:44.075Z] time="2022-03-01T06:51:43Z" level=info msg="Node a2f9f8a686ef/172.17.21.137, added to nodes list" [2022-03-01T06:51:44.075Z] time="2022-03-01T06:51:43Z" level=info msg="node 2 coming back" [2022-03-01T06:51:44.075Z] time="2022-03-01T06:51:43Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:6591cd4e58e8 with config:&{NodeID:6591cd4e58e8 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-01T06:51:44.075Z] time="2022-03-01T06:51:43Z" level=info msg="Node 6591cd4e58e8/172.17.21.137, joined gossip cluster" [2022-03-01T06:51:44.075Z] time="2022-03-01T06:51:43Z" level=info msg="Node 6591cd4e58e8/172.17.21.137, added to nodes list" [2022-03-01T06:51:44.438Z] === RUN TestNewParse [2022-03-01T06:51:44.438Z] --- PASS: TestNewParse (0.00s) [2022-03-01T06:51:44.438Z] PASS [2022-03-01T06:51:44.438Z] coverage: 8.3% of statements [2022-03-01T06:51:44.438Z] ok github.com/docker/docker/daemon/logger/templates 0.036s coverage: 8.3% of statements [2022-03-01T06:51:44.438Z] === RUN TestValidateLogOpt [2022-03-01T06:51:44.438Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-01T06:51:44.438Z] === RUN TestNewMissedConfig [2022-03-01T06:51:44.438Z] --- PASS: TestNewMissedConfig (0.00s) [2022-03-01T06:51:44.438Z] === RUN TestNewMissedUrl [2022-03-01T06:51:44.438Z] --- PASS: TestNewMissedUrl (0.00s) [2022-03-01T06:51:44.438Z] === RUN TestNewMissedToken [2022-03-01T06:51:44.438Z] --- PASS: TestNewMissedToken (0.00s) [2022-03-01T06:51:44.438Z] === RUN TestNewWithProxy [2022-03-01T06:51:44.438Z] --- PASS: TestNewWithProxy (0.00s) [2022-03-01T06:51:44.438Z] === RUN TestDefault [2022-03-01T06:51:44.438Z] --- PASS: TestDefault (0.01s) [2022-03-01T06:51:44.438Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-03-01T06:51:44.438Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-03-01T06:51:44.438Z] === RUN TestJsonFormat [2022-03-01T06:51:44.438Z] --- PASS: TestJsonFormat (0.01s) [2022-03-01T06:51:44.438Z] === RUN TestRawFormat [2022-03-01T06:51:44.438Z] --- PASS: TestRawFormat (0.00s) [2022-03-01T06:51:44.438Z] === RUN TestRawFormatWithLabels [2022-03-01T06:51:44.438Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-03-01T06:51:44.438Z] === RUN TestRawFormatWithoutTag [2022-03-01T06:51:44.438Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-03-01T06:51:44.438Z] === RUN TestBatching [2022-03-01T06:51:44.438Z] === RUN TestParseLogFormat [2022-03-01T06:51:44.438Z] --- PASS: TestParseLogFormat (0.00s) [2022-03-01T06:51:44.438Z] === RUN TestValidateLogOptEmpty [2022-03-01T06:51:44.438Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-03-01T06:51:44.438Z] === RUN TestValidateSyslogAddress [2022-03-01T06:51:44.438Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-03-01T06:51:44.438Z] === RUN TestParseAddressDefaultPort [2022-03-01T06:51:44.438Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-03-01T06:51:44.438Z] === RUN TestValidateSyslogFacility [2022-03-01T06:51:44.438Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-03-01T06:51:44.438Z] === RUN TestValidateLogOptSyslogFormat [2022-03-01T06:51:44.438Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-03-01T06:51:44.438Z] === RUN TestValidateLogOpt [2022-03-01T06:51:44.438Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-01T06:51:44.438Z] PASS [2022-03-01T06:51:44.438Z] coverage: 46.8% of statements [2022-03-01T06:51:44.438Z] ok github.com/docker/docker/daemon/logger/syslog 0.062s coverage: 46.8% of statements [2022-03-01T06:51:44.438Z] --- PASS: TestBatching (0.25s) [2022-03-01T06:51:44.438Z] === RUN TestFrequency [2022-03-01T06:51:44.907Z] --- PASS: TestFrequency (0.37s) [2022-03-01T06:51:44.907Z] === RUN TestOneMessagePerRequest [2022-03-01T06:51:44.907Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-03-01T06:51:44.907Z] === RUN TestVerify [2022-03-01T06:51:44.907Z] --- PASS: TestVerify (0.00s) [2022-03-01T06:51:44.907Z] === RUN TestSkipVerify [2022-03-01T06:51:44.907Z] time="2022-03-01T06:51:44Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-01T06:51:44.907Z] time="2022-03-01T06:51:44Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-01T06:51:44.907Z] time="2022-03-01T06:51:44Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-01T06:51:45.072Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-03-01T06:51:45.072Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2022-03-01T06:51:45.334Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-03-01T06:51:45.375Z] --- PASS: TestSkipVerify (0.35s) [2022-03-01T06:51:45.375Z] === RUN TestBufferMaximum [2022-03-01T06:51:45.375Z] time="2022-03-01T06:51:44Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-01T06:51:45.375Z] time="2022-03-01T06:51:44Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-01T06:51:45.375Z] time="2022-03-01T06:51:44Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-01T06:51:45.375Z] time="2022-03-01T06:51:44Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-01T06:51:45.375Z] time="2022-03-01T06:51:44Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-01T06:51:45.375Z] time="2022-03-01T06:51:44Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646117504.980889\",\"host\":\"8a6e7f3462c6\"}'" [2022-03-01T06:51:45.375Z] time="2022-03-01T06:51:44Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646117504.980889\",\"host\":\"8a6e7f3462c6\"}'" [2022-03-01T06:51:45.375Z] --- PASS: TestBufferMaximum (0.00s) [2022-03-01T06:51:45.375Z] === RUN TestServerAlwaysDown [2022-03-01T06:51:45.375Z] time="2022-03-01T06:51:44Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-01T06:51:45.375Z] time="2022-03-01T06:51:44Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-01T06:51:45.375Z] time="2022-03-01T06:51:44Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646117504.985271\",\"host\":\"8a6e7f3462c6\"}'" [2022-03-01T06:51:45.375Z] time="2022-03-01T06:51:44Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646117504.985271\",\"host\":\"8a6e7f3462c6\"}'" [2022-03-01T06:51:45.375Z] time="2022-03-01T06:51:44Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-01T06:51:45.375Z] time="2022-03-01T06:51:44Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646117504.985271\",\"host\":\"8a6e7f3462c6\"}'" [2022-03-01T06:51:45.375Z] time="2022-03-01T06:51:44Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646117504.985271\",\"host\":\"8a6e7f3462c6\"}'" [2022-03-01T06:51:45.375Z] time="2022-03-01T06:51:44Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646117504.986262\",\"host\":\"8a6e7f3462c6\"}'" [2022-03-01T06:51:45.375Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-03-01T06:51:45.375Z] === RUN TestCannotSendAfterClose [2022-03-01T06:51:45.375Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-03-01T06:51:45.375Z] === RUN TestDeadlockOnBlockedEndpoint [2022-03-01T06:51:45.596Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-03-01T06:51:45.598Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-03-01T06:51:45.720Z] --- PASS: TestDaemonStartWithLogOpt (2.93s) [2022-03-01T06:51:45.720Z] === CONT TestReadPluginNoRead [2022-03-01T06:51:45.844Z] === RUN TestV1IDService [2022-03-01T06:51:45.844Z] --- PASS: TestV1IDService (0.02s) [2022-03-01T06:51:45.844Z] === RUN TestV2MetadataService [2022-03-01T06:51:46.169Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2022-03-01T06:51:46.312Z] time="2022-03-01T06:51:45Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49208/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-03-01T06:51:46.312Z] time="2022-03-01T06:51:45Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"8a6e7f3462c6\"}'" [2022-03-01T06:51:46.312Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-03-01T06:51:46.312Z] PASS [2022-03-01T06:51:46.312Z] coverage: 82.5% of statements [2022-03-01T06:51:46.312Z] ok github.com/docker/docker/daemon/logger/splunk 2.069s coverage: 82.5% of statements [2022-03-01T06:51:46.312Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-01T06:51:46.312Z] ? github.com/docker/docker/daemon/network [no test files] [2022-03-01T06:51:46.312Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-01T06:51:46.312Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-03-01T06:51:46.312Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-03-01T06:51:46.312Z] === RUN TestContinueOnError_MirrorEndpoint [2022-03-01T06:51:46.312Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-03-01T06:51:46.312Z] === RUN TestContinueOnError_NeverContinue [2022-03-01T06:51:46.312Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-03-01T06:51:46.312Z] === RUN TestManifestStore [2022-03-01T06:51:46.312Z] === RUN TestManifestStore/no_remote_or_local [2022-03-01T06:51:46.312Z] === RUN TestSuccessfulDownload [2022-03-01T06:51:46.312Z] download_test.go:267: Needs fixing on Windows [2022-03-01T06:51:46.312Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-03-01T06:51:46.312Z] === RUN TestCancelledDownload [2022-03-01T06:51:46.312Z] --- PASS: TestCancelledDownload (0.00s) [2022-03-01T06:51:46.312Z] === RUN TestMaxDownloadAttempts [2022-03-01T06:51:46.312Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-01T06:51:46.312Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-01T06:51:46.312Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-01T06:51:46.312Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-01T06:51:46.312Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-01T06:51:46.312Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-01T06:51:46.312Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-01T06:51:46.312Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-01T06:51:46.312Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-01T06:51:46.312Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-01T06:51:46.312Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-01T06:51:46.312Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-01T06:51:46.431Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-03-01T06:51:46.693Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-03-01T06:51:46.780Z] time="2022-03-01T06:51:46Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local2672085781\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-03-01T06:51:46.780Z] === RUN TestManifestStore/no_local_cache [2022-03-01T06:51:46.780Z] === RUN TestManifestStore/with_local_cache [2022-03-01T06:51:46.780Z] === RUN TestManifestStore/unknown_media_type [2022-03-01T06:51:46.780Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-03-01T06:51:46.780Z] time="2022-03-01T06:51:46Z" level=warning msg="reference for unknown type: " [2022-03-01T06:51:46.780Z] time="2022-03-01T06:51:46Z" level=warning msg="reference for unknown type: " [2022-03-01T06:51:46.780Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-03-01T06:51:46.780Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-03-01T06:51:46.780Z] time="2022-03-01T06:51:46Z" level=warning msg="reference for unknown type: " [2022-03-01T06:51:46.780Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-03-01T06:51:46.780Z] time="2022-03-01T06:51:46Z" level=warning msg="reference for unknown type: " [2022-03-01T06:51:46.780Z] time="2022-03-01T06:51:46Z" level=warning msg="reference for unknown type: " [2022-03-01T06:51:46.780Z] === RUN TestManifestStore/error_persisting_manifest [2022-03-01T06:51:46.780Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-03-01T06:51:46.780Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-03-01T06:51:46.780Z] time="2022-03-01T06:51:46Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-03-01T06:51:46.780Z] --- PASS: TestManifestStore (0.35s) [2022-03-01T06:51:46.780Z] --- PASS: TestManifestStore/no_remote_or_local (0.20s) [2022-03-01T06:51:46.780Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2022-03-01T06:51:46.780Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2022-03-01T06:51:46.780Z] --- PASS: TestManifestStore/unknown_media_type (0.09s) [2022-03-01T06:51:46.780Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.03s) [2022-03-01T06:51:46.780Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.06s) [2022-03-01T06:51:46.780Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.03s) [2022-03-01T06:51:46.780Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.03s) [2022-03-01T06:51:46.781Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2022-03-01T06:51:46.781Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-03-01T06:51:46.781Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2022-03-01T06:51:46.781Z] === RUN TestDetectManifestBlobMediaType [2022-03-01T06:51:46.781Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-03-01T06:51:46.781Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-03-01T06:51:46.781Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-03-01T06:51:46.781Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-03-01T06:51:46.781Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-03-01T06:51:46.781Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-03-01T06:51:46.781Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-03-01T06:51:46.781Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-03-01T06:51:46.781Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-03-01T06:51:46.781Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-03-01T06:51:46.781Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-03-01T06:51:46.781Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-03-01T06:51:46.781Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-03-01T06:51:46.781Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-03-01T06:51:46.781Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-03-01T06:51:46.781Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-03-01T06:51:46.781Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-03-01T06:51:46.781Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-03-01T06:51:46.781Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-03-01T06:51:46.781Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-03-01T06:51:46.781Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-03-01T06:51:46.781Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-03-01T06:51:46.781Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-03-01T06:51:46.781Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-03-01T06:51:46.781Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-03-01T06:51:46.781Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-03-01T06:51:46.781Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-03-01T06:51:46.781Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-03-01T06:51:46.781Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-03-01T06:51:46.781Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-03-01T06:51:46.781Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-03-01T06:51:46.781Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-03-01T06:51:46.781Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-03-01T06:51:46.781Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-03-01T06:51:46.781Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-03-01T06:51:46.781Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-03-01T06:51:46.781Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-03-01T06:51:46.781Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-03-01T06:51:46.781Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-03-01T06:51:46.781Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-03-01T06:51:46.781Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-03-01T06:51:46.781Z] === RUN TestFixManifestLayers [2022-03-01T06:51:46.781Z] --- PASS: TestFixManifestLayers (0.01s) [2022-03-01T06:51:46.781Z] === RUN TestFixManifestLayersBaseLayerParent [2022-03-01T06:51:46.781Z] pull_v2_test.go:73: Needs fixing on Windows [2022-03-01T06:51:46.781Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-01T06:51:46.781Z] === RUN TestFixManifestLayersBadParent [2022-03-01T06:51:46.781Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-03-01T06:51:46.781Z] === RUN TestValidateManifest [2022-03-01T06:51:46.781Z] pull_v2_test.go:118: Needs fixing on Windows [2022-03-01T06:51:46.781Z] --- SKIP: TestValidateManifest (0.00s) [2022-03-01T06:51:46.781Z] === RUN TestFormatPlatform [2022-03-01T06:51:46.781Z] --- PASS: TestFormatPlatform (0.00s) [2022-03-01T06:51:46.781Z] === RUN TestGetRepositoryMountCandidates [2022-03-01T06:51:46.781Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-03-01T06:51:46.781Z] === RUN TestLayerAlreadyExists [2022-03-01T06:51:46.781Z] 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} [2022-03-01T06:51:46.781Z] 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} [2022-03-01T06:51:46.781Z] 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} [2022-03-01T06:51:46.781Z] 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} [2022-03-01T06:51:46.781Z] 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} [2022-03-01T06:51:46.781Z] 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} [2022-03-01T06:51:46.781Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-03-01T06:51:46.781Z] === RUN TestWhenEmptyAuthConfig [2022-03-01T06:51:46.781Z] --- PASS: TestV2MetadataService (1.07s) [2022-03-01T06:51:46.781Z] PASS [2022-03-01T06:51:46.781Z] coverage: 48.2% of statements [2022-03-01T06:51:46.781Z] ok github.com/docker/docker/distribution/metadata 1.147s coverage: 48.2% of statements [2022-03-01T06:51:46.781Z] time="2022-03-01T06:51:46Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-01T06:51:46.781Z] time="2022-03-01T06:51:46Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-01T06:51:46.781Z] time="2022-03-01T06:51:46Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-01T06:51:46.781Z] time="2022-03-01T06:51:46Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-01T06:51:46.781Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-03-01T06:51:46.781Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.41s) [2022-03-01T06:51:46.781Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.41s) [2022-03-01T06:51:46.781Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.41s) [2022-03-01T06:51:46.781Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.41s) [2022-03-01T06:51:46.781Z] === RUN TestTransfer [2022-03-01T06:51:46.955Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-03-01T06:51:46.990Z] time="2022-03-01T06:51:46Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.21.137:10033 172.17.21.137:10034 172.17.21.137:10035]" [2022-03-01T06:51:47.217Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-03-01T06:51:47.217Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2022-03-01T06:51:47.251Z] --- PASS: TestTransfer (0.13s) [2022-03-01T06:51:47.251Z] === RUN TestConcurrencyLimit [2022-03-01T06:51:47.251Z] --- PASS: TestConcurrencyLimit (0.35s) [2022-03-01T06:51:47.251Z] === RUN TestInactiveJobs [2022-03-01T06:51:47.451Z] time="2022-03-01T06:51:47Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.21.137:10033 172.17.21.137:10034 172.17.21.137:10035]" [2022-03-01T06:51:47.630Z] === RUN TestReadPluginNoRead/default [2022-03-01T06:51:47.720Z] === RUN TestNotFound [2022-03-01T06:51:47.720Z] --- PASS: TestNotFound (0.00s) [2022-03-01T06:51:47.720Z] === RUN TestConflict [2022-03-01T06:51:47.720Z] --- PASS: TestConflict (0.00s) [2022-03-01T06:51:47.720Z] === RUN TestForbidden [2022-03-01T06:51:47.721Z] --- PASS: TestForbidden (0.00s) [2022-03-01T06:51:47.721Z] === RUN TestInvalidParameter [2022-03-01T06:51:47.721Z] --- PASS: TestInvalidParameter (0.00s) [2022-03-01T06:51:47.721Z] === RUN TestNotImplemented [2022-03-01T06:51:47.721Z] --- PASS: TestNotImplemented (0.00s) [2022-03-01T06:51:47.721Z] === RUN TestNotModified [2022-03-01T06:51:47.721Z] --- PASS: TestNotModified (0.00s) [2022-03-01T06:51:47.721Z] === RUN TestUnauthorized [2022-03-01T06:51:47.721Z] --- PASS: TestUnauthorized (0.00s) [2022-03-01T06:51:47.721Z] === RUN TestUnknown [2022-03-01T06:51:47.721Z] --- PASS: TestUnknown (0.00s) [2022-03-01T06:51:47.721Z] === RUN TestCancelled [2022-03-01T06:51:47.721Z] --- PASS: TestCancelled (0.00s) [2022-03-01T06:51:47.721Z] === RUN TestDeadline [2022-03-01T06:51:47.721Z] --- PASS: TestDeadline (0.00s) [2022-03-01T06:51:47.721Z] === RUN TestDataLoss [2022-03-01T06:51:47.721Z] --- PASS: TestDataLoss (0.00s) [2022-03-01T06:51:47.721Z] === RUN TestUnavailable [2022-03-01T06:51:47.721Z] --- PASS: TestUnavailable (0.00s) [2022-03-01T06:51:47.721Z] === RUN TestSystem [2022-03-01T06:51:47.721Z] --- PASS: TestSystem (0.00s) [2022-03-01T06:51:47.721Z] === RUN TestFromStatusCode [2022-03-01T06:51:47.721Z] === RUN TestFromStatusCode/Not_Found [2022-03-01T06:51:47.721Z] === RUN TestFromStatusCode/Bad_Request [2022-03-01T06:51:47.721Z] === RUN TestFromStatusCode/Conflict [2022-03-01T06:51:47.721Z] === RUN TestFromStatusCode/Unauthorized [2022-03-01T06:51:47.721Z] === RUN TestFromStatusCode/Service_Unavailable [2022-03-01T06:51:47.721Z] === RUN TestFromStatusCode/Forbidden [2022-03-01T06:51:47.721Z] === RUN TestFromStatusCode/Not_Modified [2022-03-01T06:51:47.721Z] === RUN TestFromStatusCode/Not_Implemented [2022-03-01T06:51:47.721Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-03-01T06:51:47.721Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-03-01T06:51:47.721Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-03-01T06:51:47.721Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-03-01T06:51:47.721Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-03-01T06:51:47.721Z] --- PASS: TestFromStatusCode (0.00s) [2022-03-01T06:51:47.721Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-03-01T06:51:47.721Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-03-01T06:51:47.721Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-03-01T06:51:47.721Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-03-01T06:51:47.721Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-03-01T06:51:47.721Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-03-01T06:51:47.721Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-03-01T06:51:47.721Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-03-01T06:51:47.721Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-03-01T06:51:47.721Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-03-01T06:51:47.721Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-03-01T06:51:47.721Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-03-01T06:51:47.721Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-03-01T06:51:47.721Z] PASS [2022-03-01T06:51:47.721Z] coverage: 53.1% of statements [2022-03-01T06:51:47.721Z] ok github.com/docker/docker/errdefs 0.042s coverage: 53.1% of statements [2022-03-01T06:51:47.721Z] --- PASS: TestInactiveJobs (0.38s) [2022-03-01T06:51:47.721Z] === RUN TestWatchRelease [2022-03-01T06:51:47.721Z] --- PASS: TestWatchRelease (0.04s) [2022-03-01T06:51:47.721Z] === RUN TestWatchFinishedTransfer [2022-03-01T06:51:47.721Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-03-01T06:51:47.721Z] === RUN TestDuplicateTransfer [2022-03-01T06:51:47.721Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-03-01T06:51:47.721Z] === RUN TestSuccessfulUpload [2022-03-01T06:51:47.721Z] --- PASS: TestWhenEmptyAuthConfig (1.09s) [2022-03-01T06:51:47.721Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-03-01T06:51:47.721Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-03-01T06:51:47.721Z] === RUN TestTokenPassThru [2022-03-01T06:51:47.721Z] --- PASS: TestTokenPassThru (0.01s) [2022-03-01T06:51:47.721Z] === RUN TestTokenPassThruDifferentHost [2022-03-01T06:51:47.721Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-03-01T06:51:47.721Z] PASS [2022-03-01T06:51:47.721Z] coverage: 24.6% of statements [2022-03-01T06:51:47.721Z] ok github.com/docker/docker/distribution 1.547s coverage: 24.6% of statements [2022-03-01T06:51:47.911Z] time="2022-03-01T06:51:47Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.21.137:10033" [2022-03-01T06:51:47.911Z] time="2022-03-01T06:51:47Z" level=debug msg="memberlist: Stream connection from=172.17.21.137:49384" [2022-03-01T06:51:47.911Z] time="2022-03-01T06:51:47Z" level=info msg="Node a54a190edd90/172.17.21.137, joined gossip cluster" [2022-03-01T06:51:47.911Z] time="2022-03-01T06:51:47Z" level=info msg="Node a54a190edd90/172.17.21.137, added to nodes list" [2022-03-01T06:51:47.911Z] time="2022-03-01T06:51:47Z" level=info msg="Node baf0194ebab8/172.17.21.137, joined gossip cluster" [2022-03-01T06:51:47.911Z] time="2022-03-01T06:51:47Z" level=info msg="Node baf0194ebab8/172.17.21.137, added to nodes list" [2022-03-01T06:51:47.911Z] time="2022-03-01T06:51:47Z" level=info msg="Node 7e1f81381bec/172.17.21.137, joined gossip cluster" [2022-03-01T06:51:47.911Z] time="2022-03-01T06:51:47Z" level=info msg="Node 7e1f81381bec/172.17.21.137, is the new incarnation of the shutdown node 3f313eb1195f/172.17.21.137" [2022-03-01T06:51:47.911Z] time="2022-03-01T06:51:47Z" level=info msg="Node 7e1f81381bec/172.17.21.137, added to nodes list" [2022-03-01T06:51:47.911Z] time="2022-03-01T06:51:47Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.21.137:10034" [2022-03-01T06:51:47.911Z] time="2022-03-01T06:51:47Z" level=debug msg="memberlist: Stream connection from=172.17.21.137:49385" [2022-03-01T06:51:47.911Z] time="2022-03-01T06:51:47Z" level=info msg="Node a54a190edd90/172.17.21.137, joined gossip cluster" [2022-03-01T06:51:47.911Z] time="2022-03-01T06:51:47Z" level=info msg="Node a54a190edd90/172.17.21.137, added to nodes list" [2022-03-01T06:51:47.911Z] time="2022-03-01T06:51:47Z" level=info msg="Node baf0194ebab8/172.17.21.137, joined gossip cluster" [2022-03-01T06:51:47.911Z] time="2022-03-01T06:51:47Z" level=info msg="Node baf0194ebab8/172.17.21.137, added to nodes list" [2022-03-01T06:51:47.911Z] time="2022-03-01T06:51:47Z" level=info msg="Node 7e1f81381bec/172.17.21.137, joined gossip cluster" [2022-03-01T06:51:47.911Z] time="2022-03-01T06:51:47Z" level=info msg="Node 7e1f81381bec/172.17.21.137, added to nodes list" [2022-03-01T06:51:47.911Z] time="2022-03-01T06:51:47Z" level=info msg="Node a2f9f8a686ef/172.17.21.137, joined gossip cluster" [2022-03-01T06:51:47.911Z] time="2022-03-01T06:51:47Z" level=info msg="Node a2f9f8a686ef/172.17.21.137, is the new incarnation of the shutdown node 69286e2086e8/172.17.21.137" [2022-03-01T06:51:47.911Z] time="2022-03-01T06:51:47Z" level=info msg="Node a2f9f8a686ef/172.17.21.137, added to nodes list" [2022-03-01T06:51:47.911Z] time="2022-03-01T06:51:47Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.21.137:10035" [2022-03-01T06:51:47.911Z] time="2022-03-01T06:51:47Z" level=debug msg="memberlist: Stream connection from=172.17.21.137:49386" [2022-03-01T06:51:47.911Z] time="2022-03-01T06:51:47Z" level=info msg="Node a2f9f8a686ef/172.17.21.137, joined gossip cluster" [2022-03-01T06:51:47.911Z] time="2022-03-01T06:51:47Z" level=info msg="Node a2f9f8a686ef/172.17.21.137, added to nodes list" [2022-03-01T06:51:47.911Z] time="2022-03-01T06:51:47Z" level=info msg="Node baf0194ebab8/172.17.21.137, joined gossip cluster" [2022-03-01T06:51:47.911Z] time="2022-03-01T06:51:47Z" level=info msg="Node baf0194ebab8/172.17.21.137, added to nodes list" [2022-03-01T06:51:47.911Z] time="2022-03-01T06:51:47Z" level=info msg="Node 7e1f81381bec/172.17.21.137, joined gossip cluster" [2022-03-01T06:51:47.911Z] time="2022-03-01T06:51:47Z" level=info msg="Node 7e1f81381bec/172.17.21.137, added to nodes list" [2022-03-01T06:51:47.911Z] time="2022-03-01T06:51:47Z" level=info msg="Node a54a190edd90/172.17.21.137, joined gossip cluster" [2022-03-01T06:51:47.911Z] time="2022-03-01T06:51:47Z" level=info msg="Node a54a190edd90/172.17.21.137, added to nodes list" [2022-03-01T06:51:47.911Z] time="2022-03-01T06:51:47Z" level=info msg="Node 6591cd4e58e8/172.17.21.137, joined gossip cluster" [2022-03-01T06:51:47.911Z] time="2022-03-01T06:51:47Z" level=info msg="Node 6591cd4e58e8/172.17.21.137, is the new incarnation of the shutdown node 9cc9b3ebc0dc/172.17.21.137" [2022-03-01T06:51:47.911Z] time="2022-03-01T06:51:47Z" level=info msg="Node 6591cd4e58e8/172.17.21.137, added to nodes list" [2022-03-01T06:51:47.911Z] time="2022-03-01T06:51:47Z" level=info msg="Node a2f9f8a686ef/172.17.21.137, joined gossip cluster" [2022-03-01T06:51:47.911Z] time="2022-03-01T06:51:47Z" level=info msg="Node a2f9f8a686ef/172.17.21.137, added to nodes list" [2022-03-01T06:51:47.911Z] time="2022-03-01T06:51:47Z" level=info msg="Node a2f9f8a686ef/172.17.21.137, joined gossip cluster" [2022-03-01T06:51:47.911Z] time="2022-03-01T06:51:47Z" level=info msg="Node a2f9f8a686ef/172.17.21.137, is the new incarnation of the shutdown node 69286e2086e8/172.17.21.137" [2022-03-01T06:51:47.911Z] time="2022-03-01T06:51:47Z" level=info msg="Node a2f9f8a686ef/172.17.21.137, added to nodes list" [2022-03-01T06:51:47.911Z] time="2022-03-01T06:51:47Z" level=info msg="Node 7e1f81381bec/172.17.21.137, joined gossip cluster" [2022-03-01T06:51:47.911Z] time="2022-03-01T06:51:47Z" level=info msg="Node 7e1f81381bec/172.17.21.137, is the new incarnation of the shutdown node 3f313eb1195f/172.17.21.137" [2022-03-01T06:51:47.911Z] time="2022-03-01T06:51:47Z" level=info msg="Node 7e1f81381bec/172.17.21.137, added to nodes list" [2022-03-01T06:51:47.911Z] time="2022-03-01T06:51:47Z" level=info msg="Node 6591cd4e58e8/172.17.21.137, joined gossip cluster" [2022-03-01T06:51:47.911Z] time="2022-03-01T06:51:47Z" level=info msg="Node 6591cd4e58e8/172.17.21.137, is the new incarnation of the shutdown node 9cc9b3ebc0dc/172.17.21.137" [2022-03-01T06:51:47.911Z] time="2022-03-01T06:51:47Z" level=info msg="Node 6591cd4e58e8/172.17.21.137, added to nodes list" [2022-03-01T06:51:47.911Z] time="2022-03-01T06:51:47Z" level=info msg="Node 6591cd4e58e8/172.17.21.137, joined gossip cluster" [2022-03-01T06:51:47.911Z] time="2022-03-01T06:51:47Z" level=info msg="Node 6591cd4e58e8/172.17.21.137, added to nodes list" [2022-03-01T06:51:47.911Z] time="2022-03-01T06:51:47Z" level=info msg="Node 6591cd4e58e8/172.17.21.137, joined gossip cluster" [2022-03-01T06:51:47.911Z] time="2022-03-01T06:51:47Z" level=info msg="Node 6591cd4e58e8/172.17.21.137, added to nodes list" [2022-03-01T06:51:48.189Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-01T06:51:48.189Z] time="2022-03-01T06:51:47Z" level=error msg="Upload failed, retrying: simulating retry" [2022-03-01T06:51:48.189Z] --- PASS: TestSuccessfulUpload (0.35s) [2022-03-01T06:51:48.189Z] === RUN TestCancelledUpload [2022-03-01T06:51:48.189Z] --- PASS: TestCancelledUpload (0.00s) [2022-03-01T06:51:48.189Z] PASS [2022-03-01T06:51:48.189Z] coverage: 77.2% of statements [2022-03-01T06:51:48.189Z] ok github.com/docker/docker/distribution/xfer 1.779s coverage: 77.2% of statements [2022-03-01T06:51:48.189Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-01T06:51:48.371Z] time="2022-03-01T06:51:48Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.21.137:10033" [2022-03-01T06:51:48.372Z] time="2022-03-01T06:51:48Z" level=debug msg="memberlist: Stream connection from=172.17.21.137:49387" [2022-03-01T06:51:48.372Z] time="2022-03-01T06:51:48Z" level=debug msg="memberlist: Stream connection from=172.17.21.137:49388" [2022-03-01T06:51:48.372Z] time="2022-03-01T06:51:48Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.21.137:10034" [2022-03-01T06:51:48.372Z] time="2022-03-01T06:51:48Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.21.137:10035" [2022-03-01T06:51:48.372Z] time="2022-03-01T06:51:48Z" level=debug msg="memberlist: Stream connection from=172.17.21.137:49389" [2022-03-01T06:51:48.559Z] === RUN TestReadPluginNoRead/disabled_caching [2022-03-01T06:51:48.657Z] === RUN TestFSGetInvalidData [2022-03-01T06:51:48.657Z] --- PASS: TestFSGetInvalidData (0.01s) [2022-03-01T06:51:48.657Z] === RUN TestFSInvalidSet [2022-03-01T06:51:48.657Z] --- PASS: TestFSInvalidSet (0.01s) [2022-03-01T06:51:48.657Z] === RUN TestFSInvalidRoot [2022-03-01T06:51:48.657Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-03-01T06:51:48.657Z] === RUN TestFSMetadataGetSet [2022-03-01T06:51:48.657Z] === RUN TestCompare [2022-03-01T06:51:48.657Z] --- PASS: TestCompare (0.00s) [2022-03-01T06:51:48.657Z] PASS [2022-03-01T06:51:48.657Z] coverage: 19.2% of statements [2022-03-01T06:51:48.657Z] --- PASS: TestFSMetadataGetSet (0.04s) [2022-03-01T06:51:48.657Z] === RUN TestFSInvalidWalker [2022-03-01T06:51:48.657Z] ok github.com/docker/docker/image/cache 0.072s coverage: 19.2% of statements [2022-03-01T06:51:48.657Z] --- PASS: TestFSInvalidWalker (0.01s) [2022-03-01T06:51:48.657Z] === RUN TestFSGetSet [2022-03-01T06:51:48.657Z] --- PASS: TestFSGetSet (0.04s) [2022-03-01T06:51:48.657Z] === RUN TestFSGetUnsetKey [2022-03-01T06:51:48.657Z] --- PASS: TestFSGetUnsetKey (0.00s) [2022-03-01T06:51:48.657Z] === RUN TestFSGetEmptyData [2022-03-01T06:51:48.657Z] --- PASS: TestFSGetEmptyData (0.00s) [2022-03-01T06:51:48.657Z] === RUN TestFSDelete [2022-03-01T06:51:48.657Z] --- PASS: TestFSDelete (0.02s) [2022-03-01T06:51:48.657Z] === RUN TestFSWalker [2022-03-01T06:51:48.657Z] --- PASS: TestFSWalker (0.03s) [2022-03-01T06:51:48.657Z] === RUN TestFSWalkerStopOnError [2022-03-01T06:51:48.657Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2022-03-01T06:51:48.657Z] === RUN TestNewFromJSON [2022-03-01T06:51:48.657Z] --- PASS: TestNewFromJSON (0.00s) [2022-03-01T06:51:48.657Z] === RUN TestNewFromJSONWithInvalidJSON [2022-03-01T06:51:48.657Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-03-01T06:51:48.657Z] === RUN TestMarshalKeyOrder [2022-03-01T06:51:48.657Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-03-01T06:51:48.657Z] === RUN TestHistoryEqual [2022-03-01T06:51:48.833Z] 2022/03/01 06:51:48 Closing DB instances... [2022-03-01T06:51:49.125Z] --- PASS: TestHistoryEqual (0.15s) [2022-03-01T06:51:49.125Z] === RUN TestImage [2022-03-01T06:51:49.125Z] --- PASS: TestImage (0.00s) [2022-03-01T06:51:49.125Z] === RUN TestImageOSNotEmpty [2022-03-01T06:51:49.125Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-03-01T06:51:49.125Z] === RUN TestNewChildImageFromImageWithRootFS [2022-03-01T06:51:49.125Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-03-01T06:51:49.125Z] === RUN TestCreate [2022-03-01T06:51:49.125Z] --- PASS: TestCreate (0.00s) [2022-03-01T06:51:49.125Z] === RUN TestRestore [2022-03-01T06:51:49.125Z] time="2022-03-01T06:51:48Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-03-01T06:51:49.125Z] --- PASS: TestRestore (0.04s) [2022-03-01T06:51:49.125Z] === RUN TestAddDelete [2022-03-01T06:51:49.125Z] --- PASS: TestAddDelete (0.02s) [2022-03-01T06:51:49.125Z] === RUN TestSearchAfterDelete [2022-03-01T06:51:49.125Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-03-01T06:51:49.125Z] === RUN TestParentReset [2022-03-01T06:51:49.125Z] --- PASS: TestParentReset (0.03s) [2022-03-01T06:51:49.126Z] === RUN TestGetAndSetLastUpdated [2022-03-01T06:51:49.126Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2022-03-01T06:51:49.126Z] === RUN TestStoreLen [2022-03-01T06:51:49.126Z] --- PASS: TestStoreLen (0.05s) [2022-03-01T06:51:49.126Z] PASS [2022-03-01T06:51:49.126Z] coverage: 86.9% of statements [2022-03-01T06:51:49.126Z] ok github.com/docker/docker/image 0.582s coverage: 86.9% of statements [2022-03-01T06:51:49.293Z] time="2022-03-01T06:51:48Z" level=info msg="Node 7e1f81381bec change state NodeActive --> NodeLeft" [2022-03-01T06:51:49.293Z] time="2022-03-01T06:51:48Z" level=info msg="node3(6591cd4e58e8): Node leave event for 7e1f81381bec/172.17.21.137" [2022-03-01T06:51:49.293Z] time="2022-03-01T06:51:48Z" level=info msg="Node 7e1f81381bec/172.17.21.137, left gossip cluster" [2022-03-01T06:51:49.293Z] time="2022-03-01T06:51:48Z" level=info msg="Node 7e1f81381bec change state NodeActive --> NodeFailed" [2022-03-01T06:51:49.293Z] time="2022-03-01T06:51:48Z" level=info msg="Node 7e1f81381bec/172.17.21.137, added to failed nodes list" [2022-03-01T06:51:49.294Z] time="2022-03-01T06:51:48Z" level=info msg="Node 7e1f81381bec change state NodeActive --> NodeLeft" [2022-03-01T06:51:49.294Z] time="2022-03-01T06:51:48Z" level=info msg="node5(baf0194ebab8): Node leave event for 7e1f81381bec/172.17.21.137" [2022-03-01T06:51:49.294Z] time="2022-03-01T06:51:48Z" level=info msg="Node 7e1f81381bec change state NodeActive --> NodeLeft" [2022-03-01T06:51:49.294Z] time="2022-03-01T06:51:48Z" level=info msg="node4(a54a190edd90): Node leave event for 7e1f81381bec/172.17.21.137" [2022-03-01T06:51:49.294Z] time="2022-03-01T06:51:48Z" level=info msg="Node 7e1f81381bec change state NodeActive --> NodeLeft" [2022-03-01T06:51:49.294Z] time="2022-03-01T06:51:48Z" level=info msg="node2(a2f9f8a686ef): Node leave event for 7e1f81381bec/172.17.21.137" [2022-03-01T06:51:49.294Z] time="2022-03-01T06:51:48Z" level=error msg="node: 7e1f81381bec is unknown to memberlist" [2022-03-01T06:51:49.294Z] time="2022-03-01T06:51:49Z" level=info msg="Node 7e1f81381bec/172.17.21.137, left gossip cluster" [2022-03-01T06:51:49.294Z] time="2022-03-01T06:51:49Z" level=info msg="Node 7e1f81381bec/172.17.21.137, left gossip cluster" [2022-03-01T06:51:49.294Z] time="2022-03-01T06:51:49Z" level=info msg="Node 7e1f81381bec/172.17.21.137, left gossip cluster" [2022-03-01T06:51:49.294Z] time="2022-03-01T06:51:49Z" level=info msg="Node 7e1f81381bec/172.17.21.137, left gossip cluster" [2022-03-01T06:51:49.294Z] time="2022-03-01T06:51:49Z" level=info msg="Node a2f9f8a686ef change state NodeActive --> NodeLeft" [2022-03-01T06:51:49.294Z] time="2022-03-01T06:51:49Z" level=info msg="node5(baf0194ebab8): Node leave event for a2f9f8a686ef/172.17.21.137" [2022-03-01T06:51:49.294Z] time="2022-03-01T06:51:49Z" level=info msg="Node a2f9f8a686ef change state NodeActive --> NodeLeft" [2022-03-01T06:51:49.294Z] time="2022-03-01T06:51:49Z" level=info msg="node3(6591cd4e58e8): Node leave event for a2f9f8a686ef/172.17.21.137" [2022-03-01T06:51:49.294Z] time="2022-03-01T06:51:49Z" level=info msg="Node a2f9f8a686ef change state NodeActive --> NodeLeft" [2022-03-01T06:51:49.294Z] time="2022-03-01T06:51:49Z" level=info msg="node4(a54a190edd90): Node leave event for a2f9f8a686ef/172.17.21.137" [2022-03-01T06:51:49.294Z] time="2022-03-01T06:51:49Z" level=info msg="Node a2f9f8a686ef change state NodeActive --> NodeLeft" [2022-03-01T06:51:49.294Z] time="2022-03-01T06:51:49Z" level=info msg="node2(a2f9f8a686ef): Node leave event for a2f9f8a686ef/172.17.21.137" [2022-03-01T06:51:49.594Z] === RUN TestValidateManifest [2022-03-01T06:51:49.594Z] === RUN TestValidateManifest/nil [2022-03-01T06:51:49.594Z] === RUN TestValidateManifest/non-nil [2022-03-01T06:51:49.594Z] --- PASS: TestValidateManifest (0.00s) [2022-03-01T06:51:49.594Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-03-01T06:51:49.594Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-03-01T06:51:49.594Z] PASS [2022-03-01T06:51:49.594Z] coverage: 0.7% of statements [2022-03-01T06:51:49.594Z] ok github.com/docker/docker/image/tarexport 0.068s coverage: 0.7% of statements [2022-03-01T06:51:49.594Z] === RUN TestMakeV1ConfigFromConfig [2022-03-01T06:51:49.594Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-03-01T06:51:49.594Z] PASS [2022-03-01T06:51:49.594Z] coverage: 25.0% of statements [2022-03-01T06:51:49.594Z] ok github.com/docker/docker/image/v1 0.078s coverage: 25.0% of statements [2022-03-01T06:51:49.594Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-01T06:51:49.754Z] time="2022-03-01T06:51:49Z" level=info msg="Node a2f9f8a686ef/172.17.21.137, left gossip cluster" [2022-03-01T06:51:49.754Z] time="2022-03-01T06:51:49Z" level=info msg="Node a2f9f8a686ef/172.17.21.137, left gossip cluster" [2022-03-01T06:51:49.754Z] time="2022-03-01T06:51:49Z" level=info msg="Node a2f9f8a686ef/172.17.21.137, left gossip cluster" [2022-03-01T06:51:49.754Z] time="2022-03-01T06:51:49Z" level=info msg="Node a2f9f8a686ef/172.17.21.137, left gossip cluster" [2022-03-01T06:51:49.754Z] time="2022-03-01T06:51:49Z" level=info msg="Node 6591cd4e58e8 change state NodeActive --> NodeLeft" [2022-03-01T06:51:49.754Z] time="2022-03-01T06:51:49Z" level=info msg="node5(baf0194ebab8): Node leave event for 6591cd4e58e8/172.17.21.137" [2022-03-01T06:51:49.754Z] time="2022-03-01T06:51:49Z" level=info msg="Node 6591cd4e58e8 change state NodeActive --> NodeLeft" [2022-03-01T06:51:49.754Z] time="2022-03-01T06:51:49Z" level=info msg="node4(a54a190edd90): Node leave event for 6591cd4e58e8/172.17.21.137" [2022-03-01T06:51:49.754Z] time="2022-03-01T06:51:49Z" level=info msg="Node 6591cd4e58e8 change state NodeActive --> NodeLeft" [2022-03-01T06:51:49.754Z] time="2022-03-01T06:51:49Z" level=info msg="node3(6591cd4e58e8): Node leave event for 6591cd4e58e8/172.17.21.137" [2022-03-01T06:51:49.767Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-03-01T06:51:49.926Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-03-01T06:51:50.214Z] time="2022-03-01T06:51:49Z" level=info msg="Node 6591cd4e58e8/172.17.21.137, left gossip cluster" [2022-03-01T06:51:50.214Z] time="2022-03-01T06:51:49Z" level=info msg="Node 6591cd4e58e8/172.17.21.137, left gossip cluster" [2022-03-01T06:51:50.214Z] time="2022-03-01T06:51:50Z" level=info msg="Node 6591cd4e58e8/172.17.21.137, left gossip cluster" [2022-03-01T06:51:50.214Z] time="2022-03-01T06:51:50Z" level=debug msg="memberlist: Failed ping: a54a190edd90 (timeout reached)" [2022-03-01T06:51:50.214Z] time="2022-03-01T06:51:50Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.17.21.137:10035: use of closed network connection" [2022-03-01T06:51:50.214Z] time="2022-03-01T06:51:50Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.17.21.137:10037: use of closed network connection" [2022-03-01T06:51:50.214Z] time="2022-03-01T06:51:50Z" level=debug msg="memberlist: Stream connection from=172.17.21.137:49390" [2022-03-01T06:51:50.340Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2022-03-01T06:51:50.510Z] --- PASS: TestContinueAfterPluginCrash (8.03s) [2022-03-01T06:51:50.582Z] === RUN TestSerialization [2022-03-01T06:51:50.582Z] --- PASS: TestSerialization (0.02s) [2022-03-01T06:51:50.582Z] PASS [2022-03-01T06:51:50.582Z] coverage: 100.0% of statements [2022-03-01T06:51:50.582Z] ok github.com/docker/docker/libcontainerd/queue 0.059s coverage: 100.0% of statements [2022-03-01T06:51:50.675Z] time="2022-03-01T06:51:50Z" level=info msg="Node a54a190edd90 change state NodeActive --> NodeLeft" [2022-03-01T06:51:50.675Z] time="2022-03-01T06:51:50Z" level=info msg="node5(baf0194ebab8): Node leave event for a54a190edd90/172.17.21.137" [2022-03-01T06:51:50.675Z] time="2022-03-01T06:51:50Z" level=info msg="Node a54a190edd90 change state NodeActive --> NodeLeft" [2022-03-01T06:51:50.675Z] time="2022-03-01T06:51:50Z" level=info msg="node4(a54a190edd90): Node leave event for a54a190edd90/172.17.21.137" [2022-03-01T06:51:50.675Z] time="2022-03-01T06:51:50Z" level=warning msg="memberlist: Was able to connect to a54a190edd90 but other probes failed, network may be misconfigured" [2022-03-01T06:51:50.770Z] === CONT TestReadPluginNoRead [2022-03-01T06:51:50.770Z] read_test.go:92: [d058a032f175d] daemon is not started [2022-03-01T06:51:50.770Z] --- PASS: TestReadPluginNoRead (5.41s) [2022-03-01T06:51:50.770Z] --- PASS: TestReadPluginNoRead/default (1.12s) [2022-03-01T06:51:50.770Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.09s) [2022-03-01T06:51:50.770Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.11s) [2022-03-01T06:51:50.770Z] PASS [2022-03-01T06:51:50.770Z] [2022-03-01T06:51:50.770Z] DONE 6 tests in 8.434s [2022-03-01T06:51:50.770Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-03-01T06:51:50.770Z] ++ 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 [2022-03-01T06:51:50.770Z] ++ set -e [2022-03-01T06:51:50.770Z] ++ '[' -n 0 ']' [2022-03-01T06:51:50.770Z] ++ set -x [2022-03-01T06:51:50.770Z] ++ 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 [2022-03-01T06:51:50.770Z] testing: warning: no tests to run [2022-03-01T06:51:50.770Z] PASS [2022-03-01T06:51:50.770Z] [2022-03-01T06:51:50.770Z] DONE 0 tests in 0.026s [2022-03-01T06:51:50.770Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-03-01T06:51:50.770Z] ++ 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 [2022-03-01T06:51:50.770Z] ++ set -e [2022-03-01T06:51:50.770Z] ++ '[' -n 0 ']' [2022-03-01T06:51:50.770Z] ++ set -x [2022-03-01T06:51:50.770Z] ++ 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 [2022-03-01T06:51:51.035Z] INFO: Testing against a local daemon [2022-03-01T06:51:51.035Z] === RUN TestPluginWithDevMounts [2022-03-01T06:51:51.035Z] === PAUSE TestPluginWithDevMounts [2022-03-01T06:51:51.035Z] === CONT TestPluginWithDevMounts [2022-03-01T06:51:51.050Z] === RUN TestEmptyLayer [2022-03-01T06:51:51.050Z] --- PASS: TestEmptyLayer (0.00s) [2022-03-01T06:51:51.050Z] === RUN TestCommitFailure [2022-03-01T06:51:51.050Z] --- PASS: TestCommitFailure (0.01s) [2022-03-01T06:51:51.050Z] === RUN TestStartTransactionFailure [2022-03-01T06:51:51.050Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-03-01T06:51:51.050Z] === RUN TestGetOrphan [2022-03-01T06:51:51.050Z] --- PASS: TestGetOrphan (0.01s) [2022-03-01T06:51:51.050Z] === RUN TestMountAndRegister [2022-03-01T06:51:51.050Z] layer_test.go:258: Layer size: 14 [2022-03-01T06:51:51.050Z] --- PASS: TestMountAndRegister (0.05s) [2022-03-01T06:51:51.050Z] === RUN TestLayerRelease [2022-03-01T06:51:51.050Z] layer_test.go:291: Failing on Windows [2022-03-01T06:51:51.050Z] --- SKIP: TestLayerRelease (0.00s) [2022-03-01T06:51:51.050Z] === RUN TestStoreRestore [2022-03-01T06:51:51.050Z] layer_test.go:340: Failing on Windows [2022-03-01T06:51:51.050Z] --- SKIP: TestStoreRestore (0.00s) [2022-03-01T06:51:51.050Z] === RUN TestTarStreamStability [2022-03-01T06:51:51.050Z] layer_test.go:455: Failing on Windows [2022-03-01T06:51:51.050Z] --- SKIP: TestTarStreamStability (0.00s) [2022-03-01T06:51:51.050Z] === RUN TestRegisterExistingLayer [2022-03-01T06:51:51.050Z] === RUN TestEnvironmentParsing [2022-03-01T06:51:51.050Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-03-01T06:51:51.050Z] PASS [2022-03-01T06:51:51.050Z] coverage: 1.2% of statements [2022-03-01T06:51:51.050Z] ok github.com/docker/docker/libcontainerd/local 0.058s coverage: 1.2% of statements [2022-03-01T06:51:51.135Z] time="2022-03-01T06:51:51Z" level=info msg="Node a54a190edd90/172.17.21.137, left gossip cluster" [2022-03-01T06:51:51.285Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-03-01T06:51:51.518Z] --- PASS: TestRegisterExistingLayer (0.21s) [2022-03-01T06:51:51.518Z] === RUN TestTarStreamVerification [2022-03-01T06:51:51.518Z] layer_test.go:684: Failing on Windows [2022-03-01T06:51:51.518Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-03-01T06:51:51.518Z] === RUN TestLayerMigration [2022-03-01T06:51:51.518Z] migration_test.go:45: Failing on Windows [2022-03-01T06:51:51.518Z] --- SKIP: TestLayerMigration (0.00s) [2022-03-01T06:51:51.518Z] === RUN TestLayerMigrationNoTarsplit [2022-03-01T06:51:51.518Z] migration_test.go:181: Failing on Windows [2022-03-01T06:51:51.518Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-03-01T06:51:51.518Z] === RUN TestMountInit [2022-03-01T06:51:51.518Z] mount_test.go:17: Failing on Windows [2022-03-01T06:51:51.518Z] --- SKIP: TestMountInit (0.00s) [2022-03-01T06:51:51.518Z] === RUN TestMountSize [2022-03-01T06:51:51.518Z] mount_test.go:76: Failing on Windows [2022-03-01T06:51:51.518Z] --- SKIP: TestMountSize (0.00s) [2022-03-01T06:51:51.518Z] === RUN TestMountChanges [2022-03-01T06:51:51.518Z] mount_test.go:125: Failing on Windows [2022-03-01T06:51:51.518Z] --- SKIP: TestMountChanges (0.00s) [2022-03-01T06:51:51.518Z] === RUN TestMountApply [2022-03-01T06:51:51.518Z] mount_test.go:212: Failing on Windows [2022-03-01T06:51:51.518Z] --- SKIP: TestMountApply (0.00s) [2022-03-01T06:51:51.518Z] PASS [2022-03-01T06:51:51.518Z] coverage: 30.2% of statements [2022-03-01T06:51:51.518Z] ok github.com/docker/docker/layer 0.379s coverage: 30.2% of statements [2022-03-01T06:51:51.518Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-01T06:51:51.518Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-01T06:51:51.518Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-01T06:51:51.518Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-01T06:51:51.595Z] time="2022-03-01T06:51:51Z" level=info msg="Node a54a190edd90/172.17.21.137, left gossip cluster" [2022-03-01T06:51:52.056Z] time="2022-03-01T06:51:51Z" level=info msg="Node baf0194ebab8/172.17.21.137, left gossip cluster" [2022-03-01T06:51:52.056Z] time="2022-03-01T06:51:51Z" level=info msg="Node baf0194ebab8 change state NodeActive --> NodeFailed" [2022-03-01T06:51:52.056Z] time="2022-03-01T06:51:51Z" level=info msg="Node baf0194ebab8/172.17.21.137, added to failed nodes list" [2022-03-01T06:51:52.056Z] --- PASS: TestNetworkDBIslands (12.27s) [2022-03-01T06:51:52.056Z] PASS [2022-03-01T06:51:52.056Z] coverage: 60.0% of statements [2022-03-01T06:51:52.056Z] ok github.com/docker/docker/libnetwork/networkdb 104.193s coverage: 60.0% of statements [2022-03-01T06:51:52.056Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-01T06:51:52.056Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-03-01T06:51:52.056Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-01T06:51:52.056Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-01T06:51:52.056Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2022-03-01T06:51:52.056Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-01T06:51:52.056Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-03-01T06:51:52.056Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-03-01T06:51:52.056Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-03-01T06:51:52.056Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2022-03-01T06:51:52.056Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-01T06:51:52.056Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-01T06:51:52.056Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-01T06:51:52.056Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-01T06:51:52.056Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-01T06:51:52.056Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-03-01T06:51:52.056Z] ? github.com/docker/docker/pkg/term [no test files] [2022-03-01T06:51:52.056Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-01T06:51:52.056Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-03-01T06:51:52.056Z] ? github.com/docker/docker/quota [no test files] [2022-03-01T06:51:52.056Z] ? github.com/docker/docker/rootless [no test files] [2022-03-01T06:51:52.056Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-01T06:51:52.056Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-01T06:51:52.056Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-01T06:51:52.056Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-01T06:51:52.056Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-01T06:51:52.056Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-01T06:51:52.056Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-01T06:51:52.056Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-01T06:51:52.056Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-01T06:51:52.056Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-01T06:51:52.056Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-01T06:51:52.056Z] ? github.com/docker/docker/volume [no test files] [2022-03-01T06:51:52.056Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-01T06:51:52.056Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-01T06:51:52.134Z] --- PASS: TestServiceUpdatePidsLimit (16.26s) [2022-03-01T06:51:52.134Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s) [2022-03-01T06:51:52.134Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.90s) [2022-03-01T06:51:52.134Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s) [2022-03-01T06:51:52.134Z] PASS [2022-03-01T06:51:52.134Z] [2022-03-01T06:51:52.134Z] === Skipped [2022-03-01T06:51:52.134Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-03-01T06:51:52.134Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-01T06:51:52.134Z] [2022-03-01T06:51:52.134Z] DONE 27 tests, 1 skipped in 181.939s [2022-03-01T06:51:52.134Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-03-01T06:51:52.134Z] INFO: Testing against a local daemon [2022-03-01T06:51:52.134Z] === RUN TestSessionCreate [2022-03-01T06:51:52.134Z] --- PASS: TestSessionCreate (0.02s) [2022-03-01T06:51:52.134Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-01T06:51:52.134Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-03-01T06:51:52.134Z] PASS [2022-03-01T06:51:52.134Z] [2022-03-01T06:51:52.134Z] DONE 2 tests in 0.064s [2022-03-01T06:51:52.134Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-03-01T06:51:52.134Z] INFO: Testing against a local daemon [2022-03-01T06:51:52.134Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-01T06:51:52.134Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2022-03-01T06:51:52.134Z] === RUN TestDiskUsage [2022-03-01T06:51:52.134Z] === PAUSE TestDiskUsage [2022-03-01T06:51:52.134Z] === RUN TestEventsExecDie [2022-03-01T06:51:52.390Z] --- PASS: TestEventsExecDie (0.52s) [2022-03-01T06:51:52.390Z] === RUN TestEventsBackwardsCompatible [2022-03-01T06:51:52.390Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-03-01T06:51:52.390Z] === RUN TestEventsVolumeCreate [2022-03-01T06:51:52.390Z] --- PASS: TestEventsVolumeCreate (0.06s) [2022-03-01T06:51:52.390Z] === RUN TestInfoBinaryCommits [2022-03-01T06:51:52.390Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-03-01T06:51:52.390Z] === RUN TestInfoAPIVersioned [2022-03-01T06:51:52.390Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-03-01T06:51:52.390Z] === RUN TestInfoAPI [2022-03-01T06:51:52.390Z] --- PASS: TestInfoAPI (0.02s) [2022-03-01T06:51:52.390Z] === RUN TestInfoAPIWarnings [2022-03-01T06:51:52.405Z] --- PASS: TestPluginWithDevMounts (1.51s) [2022-03-01T06:51:52.405Z] PASS [2022-03-01T06:51:52.405Z] [2022-03-01T06:51:52.405Z] DONE 1 tests in 1.595s [2022-03-01T06:51:52.405Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2022-03-01T06:51:52.405Z] ++ 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 [2022-03-01T06:51:52.405Z] ++ set -e [2022-03-01T06:51:52.405Z] ++ '[' -n 0 ']' [2022-03-01T06:51:52.405Z] ++ set -x [2022-03-01T06:51:52.406Z] ++ 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 [2022-03-01T06:51:52.408Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-01T06:51:52.408Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-01T06:51:52.505Z] === RUN TestSequenceGetAvailableBit [2022-03-01T06:51:52.505Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-03-01T06:51:52.505Z] === RUN TestSequenceEqual [2022-03-01T06:51:52.505Z] --- PASS: TestSequenceEqual (0.00s) [2022-03-01T06:51:52.505Z] === RUN TestSequenceCopy [2022-03-01T06:51:52.505Z] --- PASS: TestSequenceCopy (0.00s) [2022-03-01T06:51:52.505Z] === RUN TestGetFirstAvailable [2022-03-01T06:51:52.505Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-03-01T06:51:52.505Z] === RUN TestFindSequence [2022-03-01T06:51:52.505Z] --- PASS: TestFindSequence (0.00s) [2022-03-01T06:51:52.505Z] === RUN TestCheckIfAvailable [2022-03-01T06:51:52.505Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-03-01T06:51:52.505Z] === RUN TestMergeSequences [2022-03-01T06:51:52.505Z] --- PASS: TestMergeSequences (0.00s) [2022-03-01T06:51:52.505Z] === RUN TestPushReservation [2022-03-01T06:51:52.505Z] --- PASS: TestPushReservation (0.00s) [2022-03-01T06:51:52.505Z] === RUN TestSerializeDeserialize [2022-03-01T06:51:52.505Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-03-01T06:51:52.505Z] === RUN TestSet [2022-03-01T06:51:52.505Z] --- PASS: TestSet (0.00s) [2022-03-01T06:51:52.505Z] === RUN TestSetUnset [2022-03-01T06:51:52.505Z] --- PASS: TestSetUnset (0.00s) [2022-03-01T06:51:52.505Z] === RUN TestOffsetSetUnset [2022-03-01T06:51:52.505Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-03-01T06:51:52.505Z] === RUN TestSetInRange [2022-03-01T06:51:52.505Z] --- PASS: TestSetInRange (0.00s) [2022-03-01T06:51:52.505Z] === RUN TestSetAnyInRange [2022-03-01T06:51:52.505Z] --- PASS: TestSetAnyInRange (0.00s) [2022-03-01T06:51:52.505Z] === RUN TestMethods [2022-03-01T06:51:52.505Z] --- PASS: TestMethods (0.00s) [2022-03-01T06:51:52.505Z] === RUN TestRandomAllocateDeallocate [2022-03-01T06:51:52.662Z] INFO: Testing against a local daemon [2022-03-01T06:51:52.662Z] === RUN TestSecretInspect [2022-03-01T06:51:53.200Z] === RUN TestDockerSuite/TestBuildEnv [2022-03-01T06:51:54.070Z] === RUN TestInvalidConfig [2022-03-01T06:51:54.070Z] --- PASS: TestInvalidConfig (0.00s) [2022-03-01T06:51:54.070Z] === RUN TestConfig [2022-03-01T06:51:54.070Z] --- PASS: TestConfig (0.00s) [2022-03-01T06:51:54.070Z] === RUN TestOptionsLabels [2022-03-01T06:51:54.070Z] --- PASS: TestOptionsLabels (0.00s) [2022-03-01T06:51:54.070Z] === RUN TestValidName [2022-03-01T06:51:54.070Z] --- PASS: TestValidName (0.00s) [2022-03-01T06:51:54.070Z] PASS [2022-03-01T06:51:54.070Z] coverage: 19.7% of statements [2022-03-01T06:51:54.070Z] ok github.com/docker/docker/libnetwork/config 0.130s coverage: 19.7% of statements [2022-03-01T06:51:54.239Z] [2022-03-01T06:51:54.239Z] === Skipped [2022-03-01T06:51:54.239Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-03-01T06:51:54.239Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-01T06:51:54.239Z] [2022-03-01T06:51:54.239Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-03-01T06:51:54.239Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:51:54.239Z] [2022-03-01T06:51:54.239Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-03-01T06:51:54.239Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:51:54.239Z] [2022-03-01T06:51:54.239Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2022-03-01T06:51:54.239Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:51:54.239Z] [2022-03-01T06:51:54.239Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2022-03-01T06:51:54.239Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:51:54.239Z] [2022-03-01T06:51:54.239Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-03-01T06:51:54.239Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-01T06:51:54.239Z] [2022-03-01T06:51:54.239Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-01T06:51:54.239Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-01T06:51:54.239Z] [2022-03-01T06:51:54.239Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-01T06:51:54.239Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-01T06:51:54.239Z] [2022-03-01T06:51:54.239Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-01T06:51:54.239Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-01T06:51:54.239Z] [2022-03-01T06:51:54.239Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-03-01T06:51:54.239Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-01T06:51:54.239Z] [2022-03-01T06:51:54.239Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-01T06:51:54.239Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-01T06:51:54.239Z] [2022-03-01T06:51:54.239Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-03-01T06:51:54.239Z] daemon_test.go:145: root required [2022-03-01T06:51:54.239Z] [2022-03-01T06:51:54.239Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-01T06:51:54.239Z] reload_test.go:342: root required [2022-03-01T06:51:54.239Z] [2022-03-01T06:51:54.239Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-03-01T06:51:54.239Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:51:54.239Z] [2022-03-01T06:51:54.239Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-01T06:51:54.239Z] pull_v2_test.go:73: Needs fixing on Windows [2022-03-01T06:51:54.239Z] [2022-03-01T06:51:54.239Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-03-01T06:51:54.239Z] pull_v2_test.go:118: Needs fixing on Windows [2022-03-01T06:51:54.239Z] [2022-03-01T06:51:54.239Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-03-01T06:51:54.239Z] download_test.go:267: Needs fixing on Windows [2022-03-01T06:51:54.239Z] [2022-03-01T06:51:54.239Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-03-01T06:51:54.239Z] layer_test.go:291: Failing on Windows [2022-03-01T06:51:54.239Z] [2022-03-01T06:51:54.239Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-03-01T06:51:54.239Z] layer_test.go:340: Failing on Windows [2022-03-01T06:51:54.239Z] [2022-03-01T06:51:54.239Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-03-01T06:51:54.239Z] layer_test.go:455: Failing on Windows [2022-03-01T06:51:54.239Z] [2022-03-01T06:51:54.239Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-03-01T06:51:54.239Z] layer_test.go:684: Failing on Windows [2022-03-01T06:51:54.239Z] [2022-03-01T06:51:54.239Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-03-01T06:51:54.239Z] migration_test.go:45: Failing on Windows [2022-03-01T06:51:54.239Z] [2022-03-01T06:51:54.239Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-03-01T06:51:54.239Z] migration_test.go:181: Failing on Windows [2022-03-01T06:51:54.239Z] [2022-03-01T06:51:54.239Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-03-01T06:51:54.239Z] mount_test.go:17: Failing on Windows [2022-03-01T06:51:54.240Z] [2022-03-01T06:51:54.240Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-03-01T06:51:54.240Z] mount_test.go:76: Failing on Windows [2022-03-01T06:51:54.240Z] [2022-03-01T06:51:54.240Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-03-01T06:51:54.240Z] mount_test.go:125: Failing on Windows [2022-03-01T06:51:54.240Z] [2022-03-01T06:51:54.240Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-03-01T06:51:54.240Z] mount_test.go:212: Failing on Windows [2022-03-01T06:51:54.240Z] [2022-03-01T06:51:54.240Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s) [2022-03-01T06:51:54.240Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:51:54.240Z] [2022-03-01T06:51:54.240Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2022-03-01T06:51:54.240Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:51:54.240Z] [2022-03-01T06:51:54.240Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2022-03-01T06:51:54.240Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:51:54.240Z] [2022-03-01T06:51:54.240Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-03-01T06:51:54.240Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:51:54.240Z] [2022-03-01T06:51:54.240Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-03-01T06:51:54.240Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:51:54.240Z] [2022-03-01T06:51:54.240Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-03-01T06:51:54.240Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:51:54.240Z] [2022-03-01T06:51:54.240Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-03-01T06:51:54.240Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:51:54.240Z] [2022-03-01T06:51:54.240Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-03-01T06:51:54.240Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:51:54.240Z] [2022-03-01T06:51:54.240Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-03-01T06:51:54.240Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:51:54.240Z] [2022-03-01T06:51:54.240Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-03-01T06:51:54.240Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:51:54.240Z] [2022-03-01T06:51:54.240Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-03-01T06:51:54.240Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-01T06:51:54.240Z] [2022-03-01T06:51:54.240Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-03-01T06:51:54.240Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-01T06:51:54.240Z] [2022-03-01T06:51:54.240Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-01T06:51:54.240Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-01T06:51:54.240Z] [2022-03-01T06:51:54.240Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-01T06:51:54.240Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-01T06:51:54.240Z] [2022-03-01T06:51:54.240Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-01T06:51:54.240Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-01T06:51:54.240Z] [2022-03-01T06:51:54.240Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-01T06:51:54.240Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-01T06:51:54.240Z] [2022-03-01T06:51:54.240Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-01T06:51:54.240Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-01T06:51:54.240Z] [2022-03-01T06:51:54.240Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-03-01T06:51:54.240Z] archive_test.go:133: Xz not present in msys2 [2022-03-01T06:51:54.240Z] [2022-03-01T06:51:54.240Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.02s) [2022-03-01T06:51:54.240Z] archive_test.go:140: zstd not installed [2022-03-01T06:51:54.240Z] [2022-03-01T06:51:54.240Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-03-01T06:51:54.240Z] archive_test.go:252: Failing on Windows CI machines [2022-03-01T06:51:54.240Z] [2022-03-01T06:51:54.240Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-03-01T06:51:54.240Z] archive_windows_test.go:16: Currently fails [2022-03-01T06:51:54.240Z] [2022-03-01T06:51:54.240Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-03-01T06:51:54.240Z] changes_test.go:195: needs more investigation [2022-03-01T06:51:54.240Z] [2022-03-01T06:51:54.240Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2022-03-01T06:51:54.240Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-01T06:51:54.240Z] [2022-03-01T06:51:54.240Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2022-03-01T06:51:54.240Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-01T06:51:54.240Z] [2022-03-01T06:51:54.240Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-03-01T06:51:54.240Z] changes_test.go:432: needs further investigation [2022-03-01T06:51:54.240Z] [2022-03-01T06:51:54.240Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-03-01T06:51:54.240Z] changes_test.go:468: needs further investigation [2022-03-01T06:51:54.240Z] [2022-03-01T06:51:54.240Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-03-01T06:51:54.240Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:51:54.240Z] [2022-03-01T06:51:54.240Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-01T06:51:54.240Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:51:54.240Z] [2022-03-01T06:51:54.240Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-03-01T06:51:54.240Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-01T06:51:54.240Z] [2022-03-01T06:51:54.240Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-03-01T06:51:54.240Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-01T06:51:54.240Z] [2022-03-01T06:51:54.240Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-03-01T06:51:54.240Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:51:54.240Z] [2022-03-01T06:51:54.240Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-03-01T06:51:54.240Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-01T06:51:54.240Z] [2022-03-01T06:51:54.240Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-01T06:51:54.240Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:51:54.240Z] [2022-03-01T06:51:54.240Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-01T06:51:54.240Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:51:54.240Z] [2022-03-01T06:51:54.240Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-03-01T06:51:54.240Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:51:54.240Z] [2022-03-01T06:51:54.240Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-03-01T06:51:54.240Z] poller_test.go:40: No chmod on Windows [2022-03-01T06:51:54.240Z] [2022-03-01T06:51:54.240Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-01T06:51:54.240Z] fileutils_test.go:133: Needs porting to Windows [2022-03-01T06:51:54.240Z] [2022-03-01T06:51:54.240Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-01T06:51:54.240Z] fileutils_test.go:179: Needs porting to Windows [2022-03-01T06:51:54.240Z] [2022-03-01T06:51:54.240Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s) [2022-03-01T06:51:54.240Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:51:54.240Z] [2022-03-01T06:51:54.240Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-03-01T06:51:54.240Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:51:54.240Z] [2022-03-01T06:51:54.240Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-03-01T06:51:54.240Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:51:54.240Z] [2022-03-01T06:51:54.240Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-03-01T06:51:54.240Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-01T06:51:54.240Z] [2022-03-01T06:51:54.240Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-03-01T06:51:54.240Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-01T06:51:54.240Z] [2022-03-01T06:51:54.240Z] DONE 2072 tests, 70 skipped in 253.766s [2022-03-01T06:51:54.240Z] INFO: make.ps1 ended at 03/01/2022 06:51:53 [2022-03-01T06:51:54.489Z] Created binary: bundles/binary-daemon/dockerd-dev [2022-03-01T06:51:54.489Z] Copying nested executables into bundles/binary-daemon [2022-03-01T06:51:54.489Z] Building: bundles/binary-daemon/docker-proxy-dev [2022-03-01T06:51:54.489Z] GOOS="" GOARCH="" GOARM="" [2022-03-01T06:51:54.489Z] Created binary: bundles/binary-daemon/docker-proxy-dev [2022-03-01T06:51:54.489Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [2022-03-01T06:51:54.538Z] === RUN TestErrorInterfaces [2022-03-01T06:51:54.539Z] --- PASS: TestErrorInterfaces (0.00s) [2022-03-01T06:51:54.539Z] === RUN TestNetworkMarshalling [2022-03-01T06:51:54.539Z] === RUN TestKey [2022-03-01T06:51:54.539Z] --- PASS: TestKey (0.00s) [2022-03-01T06:51:54.539Z] === RUN TestParseKey [2022-03-01T06:51:54.539Z] --- PASS: TestParseKey (0.00s) [2022-03-01T06:51:54.539Z] === RUN TestInvalidDataStore [2022-03-01T06:51:54.539Z] --- PASS: TestInvalidDataStore (0.00s) [2022-03-01T06:51:54.539Z] === RUN TestKVObjectFlatKey [2022-03-01T06:51:54.539Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-03-01T06:51:54.539Z] === RUN TestAtomicKVObjectFlatKey [2022-03-01T06:51:54.539Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-03-01T06:51:54.539Z] PASS [2022-03-01T06:51:54.539Z] coverage: 21.9% of statements [2022-03-01T06:51:54.539Z] ok github.com/docker/docker/libnetwork/datastore 0.049s coverage: 21.9% of statements [2022-03-01T06:51:54.539Z] --- PASS: TestNetworkMarshalling (0.18s) [2022-03-01T06:51:54.539Z] === RUN TestEndpointMarshalling [2022-03-01T06:51:54.539Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-03-01T06:51:54.539Z] === RUN TestAuxAddresses [2022-03-01T06:51:54.539Z] time="2022-03-01T06:51:54Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-01T06:51:54.539Z] --- PASS: TestAuxAddresses (0.02s) [2022-03-01T06:51:54.539Z] === RUN TestSRVServiceQuery [2022-03-01T06:51:54.539Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:51:54.539Z] --- SKIP: TestSRVServiceQuery (0.01s) [2022-03-01T06:51:54.539Z] === RUN TestServiceVIPReuse [2022-03-01T06:51:54.539Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:51:54.539Z] --- SKIP: TestServiceVIPReuse (0.00s) [2022-03-01T06:51:54.539Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-03-01T06:51:54.539Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:51:54.539Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2022-03-01T06:51:54.539Z] === RUN TestDNSIPQuery [2022-03-01T06:51:54.539Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:51:54.539Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-03-01T06:51:54.539Z] === RUN TestDNSProxyServFail [2022-03-01T06:51:54.539Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:51:54.539Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-03-01T06:51:54.539Z] === RUN TestSandboxAddEmpty [2022-03-01T06:51:54.539Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:51:54.539Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-03-01T06:51:54.539Z] === RUN TestSandboxAddMultiPrio [2022-03-01T06:51:54.539Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:51:54.539Z] --- SKIP: TestSandboxAddMultiPrio (0.01s) [2022-03-01T06:51:54.539Z] === RUN TestSandboxAddSamePrio [2022-03-01T06:51:54.539Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:51:54.539Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-03-01T06:51:54.539Z] === RUN TestCleanupServiceDiscovery [2022-03-01T06:51:54.539Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:51:54.539Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-03-01T06:51:54.539Z] === RUN TestDNSOptions [2022-03-01T06:51:54.539Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:51:54.539Z] --- SKIP: TestDNSOptions (0.00s) [2022-03-01T06:51:54.539Z] === RUN TestMultipleControllersWithSameStore [2022-03-01T06:51:54.539Z] time="2022-03-01T06:51:54Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-01T06:51:54.539Z] time="2022-03-01T06:51:54Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-01T06:51:54.539Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2022-03-01T06:51:54.539Z] PASS [Pipeline] sh [2022-03-01T06:51:54.552Z] --- PASS: TestSecretInspect (1.68s) [2022-03-01T06:51:54.552Z] === RUN TestSecretList [2022-03-01T06:51:54.585Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-03-01T06:51:54.821Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43303/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=9efa8b3500f43524d705cd703dac5ea5944b8ef6 -e DOCKER_GRAPHDRIVER docker:9efa8b3500f43524d705cd703dac5ea5944b8ef6 hack/make.sh cross [2022-03-01T06:51:55.008Z] coverage: 8.5% of statements [2022-03-01T06:51:55.008Z] ok github.com/docker/docker/libnetwork 0.332s coverage: 8.5% of statements [2022-03-01T06:51:55.080Z] [2022-03-01T06:51:55.338Z] Removing bundles/ [2022-03-01T06:51:55.338Z] [2022-03-01T06:51:55.338Z] ---> Making bundle: cross (in bundles/cross) [2022-03-01T06:51:55.338Z] Cross building: bundles/cross/linux/amd64 [2022-03-01T06:51:55.339Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-03-01T06:51:55.339Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-03-01T06:51:55.476Z] === RUN TestIPDataMarshalling [2022-03-01T06:51:55.476Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-03-01T06:51:55.476Z] === RUN TestValidateAndIsV6 [2022-03-01T06:51:55.476Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-03-01T06:51:55.476Z] PASS [2022-03-01T06:51:55.476Z] coverage: 68.9% of statements [2022-03-01T06:51:55.476Z] ok github.com/docker/docker/libnetwork/driverapi 0.048s coverage: 68.9% of statements [2022-03-01T06:51:55.476Z] === RUN TestDriver [2022-03-01T06:51:55.476Z] --- PASS: TestDriver (0.00s) [2022-03-01T06:51:55.476Z] PASS [2022-03-01T06:51:55.476Z] coverage: 34.8% of statements [2022-03-01T06:51:55.476Z] ok github.com/docker/docker/libnetwork/drivers/host 0.052s coverage: 34.8% of statements [2022-03-01T06:51:55.790Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-03-01T06:51:55.790Z] INFO: Unit tests ended at 03/01/2022 06:51:55. Duration:00:04:26.2104693 [2022-03-01T06:51:55.790Z] INFO: Building busybox [2022-03-01T06:51:55.790Z] Sending build context to Docker daemon 5.12kB [2022-03-01T06:51:55.790Z] [2022-03-01T06:51:55.790Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-03-01T06:51:55.790Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-03-01T06:51:55.790Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-03-01T06:51:55.790Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-03-01T06:51:55.790Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-03-01T06:51:55.790Z] ---> bdeb13086b9f [2022-03-01T06:51:55.790Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-03-01T06:51:55.790Z] ---> Running in 2254ce0d6d91 [2022-03-01T06:51:55.945Z] === RUN TestDriver [2022-03-01T06:51:55.945Z] --- PASS: TestDriver (0.00s) [2022-03-01T06:51:55.945Z] PASS [2022-03-01T06:51:55.945Z] coverage: 34.8% of statements [2022-03-01T06:51:55.945Z] ok github.com/docker/docker/libnetwork/drivers/null 0.039s coverage: 34.8% of statements [2022-03-01T06:51:55.971Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-03-01T06:51:55.971Z] docker_cli_daemon_test.go:2522: [d7afef1696a13] daemon is not started [2022-03-01T06:51:56.414Z] === RUN TestNetworkAllocateFree [2022-03-01T06:51:56.414Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-03-01T06:51:56.414Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-03-01T06:51:56.414Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-03-01T06:51:56.414Z] PASS [2022-03-01T06:51:56.414Z] coverage: 63.6% of statements [2022-03-01T06:51:56.414Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.043s coverage: 63.6% of statements [2022-03-01T06:51:56.442Z] --- PASS: TestSecretList (2.09s) [2022-03-01T06:51:56.443Z] === RUN TestSecretsCreateAndDelete [2022-03-01T06:51:56.883Z] === RUN TestGetEmptyCapabilities [2022-03-01T06:51:56.883Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-03-01T06:51:56.883Z] === RUN TestGetExtraCapabilities [2022-03-01T06:51:56.883Z] --- PASS: TestGetExtraCapabilities (0.00s) [2022-03-01T06:51:56.883Z] === RUN TestGetInvalidCapabilities [2022-03-01T06:51:56.883Z] --- PASS: TestGetInvalidCapabilities (0.01s) [2022-03-01T06:51:56.883Z] === RUN TestRemoteDriver [2022-03-01T06:51:56.883Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-01T06:51:56.883Z] === RUN TestDriverError [2022-03-01T06:51:56.883Z] --- PASS: TestDriverError (0.00s) [2022-03-01T06:51:56.883Z] === RUN TestMissingValues [2022-03-01T06:51:56.883Z] --- PASS: TestMissingValues (0.00s) [2022-03-01T06:51:56.883Z] === RUN TestRollback [2022-03-01T06:51:56.883Z] --- PASS: TestRollback (0.00s) [2022-03-01T06:51:56.883Z] PASS [2022-03-01T06:51:56.883Z] coverage: 57.4% of statements [2022-03-01T06:51:56.883Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.084s coverage: 57.4% of statements [2022-03-01T06:51:56.926Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-03-01T06:51:57.869Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2022-03-01T06:51:57.870Z] === RUN TestNAT [2022-03-01T06:51:57.870Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-01T06:51:57.870Z] --- SKIP: TestNAT (0.00s) [2022-03-01T06:51:57.870Z] === RUN TestTransparent [2022-03-01T06:51:57.870Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-01T06:51:57.870Z] --- SKIP: TestTransparent (0.00s) [2022-03-01T06:51:57.870Z] PASS [2022-03-01T06:51:57.870Z] coverage: 0.0% of statements [2022-03-01T06:51:57.870Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.048s coverage: 0.0% of statements [2022-03-01T06:51:57.870Z] === RUN TestNew [2022-03-01T06:51:57.870Z] --- PASS: TestNew (0.00s) [2022-03-01T06:51:57.870Z] === RUN TestAddDriver [2022-03-01T06:51:57.870Z] --- PASS: TestAddDriver (0.00s) [2022-03-01T06:51:57.870Z] === RUN TestAddDuplicateDriver [2022-03-01T06:51:57.870Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-03-01T06:51:57.870Z] === RUN TestIPAMDefaultAddressSpaces [2022-03-01T06:51:57.870Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-03-01T06:51:57.870Z] === RUN TestDriver [2022-03-01T06:51:57.870Z] --- PASS: TestDriver (0.00s) [2022-03-01T06:51:57.870Z] === RUN TestIPAM [2022-03-01T06:51:57.870Z] --- PASS: TestIPAM (0.00s) [2022-03-01T06:51:57.870Z] === RUN TestWalkIPAMs [2022-03-01T06:51:57.870Z] --- PASS: TestWalkIPAMs (0.00s) [2022-03-01T06:51:57.870Z] === RUN TestWalkDrivers [2022-03-01T06:51:57.870Z] --- PASS: TestWalkDrivers (0.00s) [2022-03-01T06:51:57.870Z] PASS [2022-03-01T06:51:57.870Z] coverage: 82.4% of statements [2022-03-01T06:51:57.870Z] ok github.com/docker/docker/libnetwork/drvregistry 0.072s coverage: 82.4% of statements [2022-03-01T06:51:57.870Z] === RUN TestBuildDefault [2022-03-01T06:51:57.870Z] --- PASS: TestBuildDefault (0.00s) [2022-03-01T06:51:57.870Z] === RUN TestBuildHostnameDomainname [2022-03-01T06:51:57.870Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-03-01T06:51:57.870Z] === RUN TestBuildHostname [2022-03-01T06:51:57.870Z] --- PASS: TestBuildHostname (0.00s) [2022-03-01T06:51:57.870Z] === RUN TestBuildHostnameFQDN [2022-03-01T06:51:57.870Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-03-01T06:51:57.870Z] === RUN TestBuildNoIP [2022-03-01T06:51:57.870Z] --- PASS: TestBuildNoIP (0.00s) [2022-03-01T06:51:57.870Z] === RUN TestUpdate [2022-03-01T06:51:57.870Z] --- PASS: TestUpdate (0.00s) [2022-03-01T06:51:57.870Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-03-01T06:51:57.870Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-03-01T06:51:57.870Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-03-01T06:51:57.870Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-03-01T06:51:57.870Z] === RUN TestAddEmpty [2022-03-01T06:51:57.870Z] --- PASS: TestAddEmpty (0.00s) [2022-03-01T06:51:57.870Z] === RUN TestAdd [2022-03-01T06:51:57.870Z] --- PASS: TestAdd (0.00s) [2022-03-01T06:51:57.870Z] === RUN TestDeleteEmpty [2022-03-01T06:51:57.870Z] --- PASS: TestDeleteEmpty (0.00s) [2022-03-01T06:51:57.870Z] === RUN TestDeleteNewline [2022-03-01T06:51:57.870Z] --- PASS: TestDeleteNewline (0.00s) [2022-03-01T06:51:57.870Z] === RUN TestDelete [2022-03-01T06:51:57.870Z] --- PASS: TestDelete (0.00s) [2022-03-01T06:51:57.870Z] === RUN TestConcurrentWrites [2022-03-01T06:51:57.870Z] --- PASS: TestConcurrentWrites (0.19s) [2022-03-01T06:51:57.870Z] PASS [2022-03-01T06:51:57.870Z] coverage: 81.2% of statements [2022-03-01T06:51:57.870Z] ok github.com/docker/docker/libnetwork/etchosts 0.255s coverage: 81.2% of statements [2022-03-01T06:51:58.335Z] --- PASS: TestSecretsCreateAndDelete (2.09s) [2022-03-01T06:51:58.335Z] === RUN TestSecretsUpdate [2022-03-01T06:51:58.339Z] === RUN TestNew [2022-03-01T06:51:58.339Z] --- PASS: TestNew (0.00s) [2022-03-01T06:51:58.339Z] === RUN TestAllocate [2022-03-01T06:51:58.339Z] --- PASS: TestAllocate (0.00s) [2022-03-01T06:51:58.339Z] === RUN TestUninitialized [2022-03-01T06:51:58.339Z] --- PASS: TestUninitialized (0.00s) [2022-03-01T06:51:58.339Z] === RUN TestAllocateInRange [2022-03-01T06:51:58.339Z] --- PASS: TestAllocateInRange (0.00s) [2022-03-01T06:51:58.339Z] === RUN TestAllocateSerial [2022-03-01T06:51:58.339Z] --- PASS: TestAllocateSerial (0.00s) [2022-03-01T06:51:58.339Z] PASS [2022-03-01T06:51:58.339Z] coverage: 87.5% of statements [2022-03-01T06:51:58.339Z] ok github.com/docker/docker/libnetwork/idm 0.036s coverage: 87.5% of statements [2022-03-01T06:51:58.339Z] === RUN TestCaller [2022-03-01T06:51:58.339Z] --- PASS: TestCaller (0.00s) [2022-03-01T06:51:58.339Z] PASS [2022-03-01T06:51:58.339Z] coverage: 100.0% of statements [2022-03-01T06:51:58.339Z] ok github.com/docker/docker/libnetwork/internal/caller 0.035s coverage: 100.0% of statements [2022-03-01T06:51:58.807Z] === RUN TestSetSerialInsertDelete [2022-03-01T06:51:58.807Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-03-01T06:51:58.807Z] === RUN TestSetParallelInsertDelete [2022-03-01T06:51:59.275Z] --- PASS: TestRandomAllocateDeallocate (6.74s) [2022-03-01T06:51:59.275Z] === RUN TestAllocateRandomDeallocate [2022-03-01T06:51:59.743Z] === RUN TestInt2IP2IntConversion [2022-03-01T06:52:00.218Z] --- PASS: TestInt2IP2IntConversion (0.47s) [2022-03-01T06:52:00.218Z] === RUN TestGetAddressVersion [2022-03-01T06:52:00.218Z] --- PASS: TestGetAddressVersion (0.00s) [2022-03-01T06:52:00.218Z] === RUN TestKeyString [2022-03-01T06:52:00.218Z] --- PASS: TestKeyString (0.00s) [2022-03-01T06:52:00.218Z] === RUN TestPoolDataMarshal [2022-03-01T06:52:00.218Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-03-01T06:52:00.218Z] === RUN TestSubnetsMarshal [2022-03-01T06:52:00.218Z] --- PASS: TestSubnetsMarshal (0.06s) [2022-03-01T06:52:00.218Z] === RUN TestAddSubnets [2022-03-01T06:52:00.218Z] === RUN TestPoolRequest [2022-03-01T06:52:00.218Z] --- PASS: TestPoolRequest (0.00s) [2022-03-01T06:52:00.218Z] === RUN TestOtherRequests [2022-03-01T06:52:00.218Z] --- PASS: TestOtherRequests (0.00s) [2022-03-01T06:52:00.218Z] PASS [2022-03-01T06:52:00.218Z] coverage: 57.1% of statements [2022-03-01T06:52:00.218Z] ok github.com/docker/docker/libnetwork/ipams/null 0.039s coverage: 57.1% of statements [2022-03-01T06:52:00.218Z] --- PASS: TestAddSubnets (0.07s) [2022-03-01T06:52:00.218Z] === RUN TestDoublePoolRelease [2022-03-01T06:52:00.218Z] --- PASS: TestDoublePoolRelease (0.03s) [2022-03-01T06:52:00.218Z] === RUN TestAddReleasePoolID [2022-03-01T06:52:00.686Z] --- PASS: TestAddReleasePoolID (0.13s) [2022-03-01T06:52:00.686Z] === RUN TestPredefinedPool [2022-03-01T06:52:00.686Z] --- PASS: TestAllocateRandomDeallocate (1.30s) [2022-03-01T06:52:00.686Z] === RUN TestAllocateRandomDeallocateSerialize [2022-03-01T06:52:00.686Z] --- PASS: TestPredefinedPool (0.04s) [2022-03-01T06:52:00.686Z] === RUN TestRemoveSubnet [2022-03-01T06:52:00.686Z] --- PASS: TestRemoveSubnet (0.22s) [2022-03-01T06:52:00.686Z] === RUN TestGetSameAddress [2022-03-01T06:52:00.686Z] --- PASS: TestGetSameAddress (0.03s) [2022-03-01T06:52:00.686Z] === RUN TestPoolAllocationReuse [2022-03-01T06:52:00.854Z] --- PASS: TestSecretsUpdate (2.07s) [2022-03-01T06:52:00.854Z] === RUN TestTemplatedSecret [2022-03-01T06:52:00.957Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-03-01T06:52:00.957Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (12.37s) [2022-03-01T06:52:00.957Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (12.37s) [2022-03-01T06:52:00.957Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (12.55s) [2022-03-01T06:52:00.957Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (12.61s) [2022-03-01T06:52:00.957Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (8.59s) [2022-03-01T06:52:00.957Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (8.67s) [2022-03-01T06:52:00.957Z] === RUN TestBuildMultiStageCopy [2022-03-01T06:52:00.957Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-01T06:52:01.155Z] === RUN TestGetCapabilities [2022-03-01T06:52:01.593Z] Removing intermediate container 2254ce0d6d91 [2022-03-01T06:52:01.593Z] ---> 5c31a1be1724 [2022-03-01T06:52:01.593Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-03-01T06:52:01.593Z] ---> Running in dfd46f0acd38 [2022-03-01T06:52:01.593Z] Removing intermediate container dfd46f0acd38 [2022-03-01T06:52:01.593Z] ---> 630636a738a2 [2022-03-01T06:52:01.593Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-03-01T06:52:01.593Z] ---> Running in f97567a9946d [2022-03-01T06:52:01.624Z] --- PASS: TestGetCapabilities (0.01s) [2022-03-01T06:52:01.624Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-03-01T06:52:01.624Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2022-03-01T06:52:01.624Z] === RUN TestGetDefaultAddressSpaces [2022-03-01T06:52:01.624Z] --- PASS: TestGetDefaultAddressSpaces (0.01s) [2022-03-01T06:52:01.624Z] === RUN TestRemoteDriver [2022-03-01T06:52:01.624Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-01T06:52:01.624Z] PASS [2022-03-01T06:52:01.624Z] coverage: 47.4% of statements [2022-03-01T06:52:01.624Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.068s coverage: 47.4% of statements [2022-03-01T06:52:01.624Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.23s) [2022-03-01T06:52:01.624Z] === RUN TestRetrieveFromStore [2022-03-01T06:52:02.054Z] Removing intermediate container f97567a9946d [2022-03-01T06:52:02.054Z] ---> 816e9a582a71 [2022-03-01T06:52:02.054Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-03-01T06:52:02.092Z] === RUN TestWindowsIPAM [2022-03-01T06:52:02.092Z] --- PASS: TestWindowsIPAM (0.00s) [2022-03-01T06:52:02.092Z] PASS [2022-03-01T06:52:02.092Z] coverage: 71.4% of statements [2022-03-01T06:52:02.092Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.040s coverage: 71.4% of statements [2022-03-01T06:52:02.561Z] --- PASS: TestRetrieveFromStore (0.63s) [2022-03-01T06:52:02.561Z] === RUN TestIsCorrupted [2022-03-01T06:52:02.561Z] --- PASS: TestIsCorrupted (0.02s) [2022-03-01T06:52:02.561Z] === RUN TestSetRollover [2022-03-01T06:52:02.561Z] --- PASS: TestPoolAllocationReuse (1.89s) [2022-03-01T06:52:02.561Z] === RUN TestGetAddressSubPoolEqualPool [2022-03-01T06:52:02.561Z] --- PASS: TestGetAddressSubPoolEqualPool (0.04s) [2022-03-01T06:52:02.561Z] === RUN TestRequestReleaseAddressFromSubPool [2022-03-01T06:52:03.026Z] [2022-03-01T06:52:03.030Z] === RUN TestDefaultNetwork [2022-03-01T06:52:03.030Z] --- PASS: TestDefaultNetwork (0.25s) [2022-03-01T06:52:03.030Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-03-01T06:52:03.374Z] --- PASS: TestTemplatedSecret (2.39s) [2022-03-01T06:52:03.374Z] === RUN TestSecretCreateResolve [2022-03-01T06:52:03.486Z] ---> 8cb0fdb5fa9b [2022-03-01T06:52:03.486Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2022-03-01T06:52:03.486Z] ---> Running in 461eb81891b7 [2022-03-01T06:52:03.503Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.31s) [2022-03-01T06:52:03.503Z] === RUN TestInitAddressPools [2022-03-01T06:52:03.503Z] --- PASS: TestInitAddressPools (0.00s) [2022-03-01T06:52:03.503Z] PASS [2022-03-01T06:52:03.503Z] coverage: 74.0% of statements [2022-03-01T06:52:03.503Z] ok github.com/docker/docker/libnetwork/ipamutils 0.630s coverage: 74.0% of statements [2022-03-01T06:52:03.975Z] === RUN TestKeyValue [2022-03-01T06:52:03.975Z] --- PASS: TestKeyValue (0.00s) [2022-03-01T06:52:03.975Z] PASS [2022-03-01T06:52:03.975Z] coverage: 60.0% of statements [2022-03-01T06:52:03.975Z] ok github.com/docker/docker/libnetwork/netlabel 0.042s coverage: 60.0% of statements [2022-03-01T06:52:04.443Z] --- PASS: TestSetRollover (2.10s) [2022-03-01T06:52:04.443Z] === RUN TestSetRolloverSerial [2022-03-01T06:52:04.456Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-03-01T06:52:04.741Z] --- PASS: TestSecretCreateResolve (1.67s) [2022-03-01T06:52:04.741Z] PASS [2022-03-01T06:52:04.742Z] [2022-03-01T06:52:04.742Z] DONE 6 tests in 12.085s [2022-03-01T06:52:04.742Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2022-03-01T06:52:04.742Z] ++ 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 [2022-03-01T06:52:04.742Z] ++ set -e [2022-03-01T06:52:04.742Z] ++ '[' -n 0 ']' [2022-03-01T06:52:04.742Z] ++ set -x [2022-03-01T06:52:04.742Z] ++ 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 [2022-03-01T06:52:04.742Z] INFO: Testing against a local daemon [2022-03-01T06:52:04.742Z] === RUN TestServiceCreateInit [2022-03-01T06:52:04.742Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-01T06:52:06.010Z] --- PASS: TestRequestReleaseAddressFromSubPool (3.16s) [2022-03-01T06:52:06.010Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-03-01T06:52:06.370Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-03-01T06:52:06.998Z] --- PASS: TestSetRolloverSerial (2.29s) [2022-03-01T06:52:06.998Z] === RUN TestGetFirstAvailableFromCurrent [2022-03-01T06:52:06.998Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-03-01T06:52:06.998Z] PASS [2022-03-01T06:52:06.998Z] coverage: 84.4% of statements [2022-03-01T06:52:06.998Z] ok github.com/docker/docker/libnetwork/bitseq 14.469s coverage: 84.4% of statements [2022-03-01T06:52:06.998Z] === RUN TestNetworkDBSimple [2022-03-01T06:52:07.986Z] 2022/03/01 06:52:07 Closing DB instances... [2022-03-01T06:52:08.455Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.66s) [2022-03-01T06:52:08.455Z] === RUN TestGetAddress [2022-03-01T06:52:08.913Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-01T06:52:08.917Z] === RUN TestDockerDaemonSuite/TestShmSize [2022-03-01T06:52:08.923Z] --- PASS: TestNetworkDBSimple (2.03s) [2022-03-01T06:52:08.923Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-03-01T06:52:08.923Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-03-01T06:52:08.923Z] PASS [2022-03-01T06:52:08.923Z] coverage: 100.0% of statements [2022-03-01T06:52:08.923Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.038s coverage: 100.0% of statements [2022-03-01T06:52:09.391Z] === RUN TestGenerate [2022-03-01T06:52:09.489Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-01T06:52:09.489Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-01T06:52:09.862Z] --- PASS: TestGenerate (0.00s) [2022-03-01T06:52:09.862Z] === RUN TestGeneratePtr [2022-03-01T06:52:09.862Z] --- PASS: TestGeneratePtr (0.00s) [2022-03-01T06:52:09.862Z] === RUN TestGenerateMissingField [2022-03-01T06:52:09.862Z] --- PASS: TestGenerateMissingField (0.00s) [2022-03-01T06:52:09.862Z] === RUN TestFieldCannotBeSet [2022-03-01T06:52:09.862Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-03-01T06:52:09.862Z] === RUN TestTypeMismatchError [2022-03-01T06:52:09.862Z] --- PASS: TestTypeMismatchError (0.00s) [2022-03-01T06:52:09.862Z] PASS [2022-03-01T06:52:09.862Z] coverage: 100.0% of statements [2022-03-01T06:52:09.862Z] ok github.com/docker/docker/libnetwork/options 0.035s coverage: 100.0% of statements [2022-03-01T06:52:10.303Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2022-03-01T06:52:10.331Z] 2022/03/01 06:52:09 Closing DB instances... [2022-03-01T06:52:10.331Z] testing: warning: no tests to run [2022-03-01T06:52:10.331Z] PASS [2022-03-01T06:52:10.331Z] coverage: 0.0% of statements [2022-03-01T06:52:10.331Z] ok github.com/docker/docker/libnetwork/osl 0.034s coverage: 0.0% of statements [no tests to run] [2022-03-01T06:52:10.331Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-01T06:52:10.331Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-01T06:52:10.331Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-01T06:52:10.331Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-01T06:52:10.331Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-01T06:52:10.331Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-01T06:52:10.331Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-01T06:52:10.331Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-01T06:52:10.331Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-01T06:52:10.331Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-03-01T06:52:10.331Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-01T06:52:10.331Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-01T06:52:10.331Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-01T06:52:10.331Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-03-01T06:52:10.331Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-01T06:52:10.331Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-01T06:52:10.331Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-01T06:52:10.430Z] --- PASS: TestInfoAPIWarnings (16.24s) [2022-03-01T06:52:10.430Z] === RUN TestInfoDebug [2022-03-01T06:52:10.430Z] --- PASS: TestInfoDebug (0.52s) [2022-03-01T06:52:10.430Z] === RUN TestInfoInsecureRegistries [2022-03-01T06:52:10.430Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2022-03-01T06:52:10.430Z] === RUN TestInfoRegistryMirrors [2022-03-01T06:52:10.430Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2022-03-01T06:52:10.430Z] === RUN TestLoginFailsWithBadCredentials [2022-03-01T06:52:10.430Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-03-01T06:52:10.430Z] === RUN TestPingCacheHeaders [2022-03-01T06:52:10.430Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-03-01T06:52:10.430Z] === RUN TestPingGet [2022-03-01T06:52:10.430Z] --- PASS: TestPingGet (0.01s) [2022-03-01T06:52:10.430Z] === RUN TestPingHead [2022-03-01T06:52:10.430Z] --- PASS: TestPingHead (0.02s) [2022-03-01T06:52:10.430Z] === RUN TestVersion [2022-03-01T06:52:10.430Z] --- PASS: TestVersion (0.02s) [2022-03-01T06:52:10.430Z] === CONT TestCgroupDriverSystemdMemoryLimit [2022-03-01T06:52:10.430Z] === CONT TestDiskUsage [2022-03-01T06:52:10.448Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-01T06:52:10.799Z] === RUN TestRequestNewPort [2022-03-01T06:52:10.799Z] --- PASS: TestRequestNewPort (0.00s) [2022-03-01T06:52:10.799Z] === RUN TestRequestSpecificPort [2022-03-01T06:52:10.799Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-03-01T06:52:10.799Z] === RUN TestReleasePort [2022-03-01T06:52:10.799Z] --- PASS: TestReleasePort (0.00s) [2022-03-01T06:52:10.799Z] === RUN TestReuseReleasedPort [2022-03-01T06:52:10.799Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-03-01T06:52:10.799Z] === RUN TestReleaseUnreadledPort [2022-03-01T06:52:10.799Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-03-01T06:52:10.799Z] === RUN TestUnknowProtocol [2022-03-01T06:52:10.799Z] --- PASS: TestUnknowProtocol (0.00s) [2022-03-01T06:52:10.799Z] === RUN TestAllocateAllPorts [2022-03-01T06:52:10.799Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-03-01T06:52:10.799Z] === RUN TestPortAllocation [2022-03-01T06:52:10.799Z] --- PASS: TestPortAllocation (0.00s) [2022-03-01T06:52:10.799Z] === RUN TestPortAllocationWithCustomRange [2022-03-01T06:52:10.799Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-03-01T06:52:10.799Z] === RUN TestNoDuplicateBPR [2022-03-01T06:52:10.799Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-03-01T06:52:10.799Z] === RUN TestChangePortRange [2022-03-01T06:52:10.799Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-03-01T06:52:10.799Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-03-01T06:52:10.799Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-03-01T06:52:10.799Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-03-01T06:52:10.799Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-03-01T06:52:10.799Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-03-01T06:52:10.799Z] --- PASS: TestChangePortRange (0.00s) [2022-03-01T06:52:10.799Z] PASS [2022-03-01T06:52:10.799Z] coverage: 88.6% of statements [2022-03-01T06:52:10.992Z] === RUN TestDiskUsage/empty [2022-03-01T06:52:10.992Z] === RUN TestDiskUsage/empty/container_types [2022-03-01T06:52:10.992Z] === RUN TestDiskUsage/empty/image_types [2022-03-01T06:52:10.992Z] === RUN TestDiskUsage/empty/volume_types [2022-03-01T06:52:10.992Z] === RUN TestDiskUsage/empty/build-cache_types [2022-03-01T06:52:10.992Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-03-01T06:52:10.992Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-03-01T06:52:10.992Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-03-01T06:52:10.992Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-03-01T06:52:10.992Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-03-01T06:52:10.992Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-03-01T06:52:10.992Z] === RUN TestDiskUsage/after_LoadBusybox [2022-03-01T06:52:11.249Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-03-01T06:52:11.249Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-03-01T06:52:11.249Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-03-01T06:52:11.249Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-03-01T06:52:11.249Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-03-01T06:52:11.249Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-03-01T06:52:11.249Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-03-01T06:52:11.249Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-03-01T06:52:11.249Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-03-01T06:52:11.249Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-03-01T06:52:11.249Z] === RUN TestDiskUsage/after_container.Run [2022-03-01T06:52:11.267Z] ok github.com/docker/docker/libnetwork/portallocator 0.045s coverage: 88.6% of statements [2022-03-01T06:52:11.267Z] testing: warning: no tests to run [2022-03-01T06:52:11.267Z] PASS [2022-03-01T06:52:11.267Z] coverage: 0.0% of statements [2022-03-01T06:52:11.267Z] ok github.com/docker/docker/libnetwork/portmapper 0.033s coverage: 0.0% of statements [no tests to run] [2022-03-01T06:52:11.408Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-01T06:52:11.433Z] --- PASS: TestServiceCreateInit (6.45s) [2022-03-01T06:52:11.433Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.46s) [2022-03-01T06:52:11.433Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (2.97s) [2022-03-01T06:52:11.433Z] === RUN TestCreateServiceMultipleTimes [2022-03-01T06:52:11.736Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.83s) [2022-03-01T06:52:11.736Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-03-01T06:52:11.736Z] === RUN TestHashData [2022-03-01T06:52:11.736Z] --- PASS: TestHashData (0.00s) [2022-03-01T06:52:11.736Z] PASS [2022-03-01T06:52:11.736Z] coverage: 2.8% of statements [2022-03-01T06:52:11.736Z] ok github.com/docker/docker/libnetwork/resolvconf 0.038s coverage: 2.8% of statements [2022-03-01T06:52:11.736Z] === RUN TestErrorConstructors [2022-03-01T06:52:11.736Z] --- PASS: TestErrorConstructors (0.00s) [2022-03-01T06:52:11.736Z] === RUN TestCompareIPMask [2022-03-01T06:52:11.736Z] --- PASS: TestCompareIPMask (0.00s) [2022-03-01T06:52:11.736Z] === RUN TestUtilGetHostPartIP [2022-03-01T06:52:11.736Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-03-01T06:52:11.736Z] === RUN TestUtilGetBroadcastIP [2022-03-01T06:52:11.736Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-03-01T06:52:11.736Z] === RUN TestParseCIDR [2022-03-01T06:52:11.736Z] --- PASS: TestParseCIDR (0.00s) [2022-03-01T06:52:11.736Z] PASS [2022-03-01T06:52:11.736Z] coverage: 37.3% of statements [2022-03-01T06:52:11.736Z] ok github.com/docker/docker/libnetwork/types 0.039s coverage: 37.3% of statements [2022-03-01T06:52:11.813Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-03-01T06:52:11.813Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-03-01T06:52:11.813Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-03-01T06:52:11.813Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-03-01T06:52:11.813Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-03-01T06:52:11.813Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-03-01T06:52:11.813Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-03-01T06:52:11.813Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-03-01T06:52:11.813Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-03-01T06:52:11.813Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-03-01T06:52:11.813Z] --- PASS: TestDiskUsage (1.51s) [2022-03-01T06:52:11.813Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-03-01T06:52:11.813Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-03-01T06:52:11.813Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-03-01T06:52:11.813Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-03-01T06:52:11.813Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-03-01T06:52:11.813Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-03-01T06:52:11.813Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-03-01T06:52:11.813Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-03-01T06:52:11.813Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-03-01T06:52:11.813Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-03-01T06:52:11.813Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-03-01T06:52:11.813Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.31s) [2022-03-01T06:52:11.813Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-03-01T06:52:11.813Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-03-01T06:52:11.813Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-03-01T06:52:11.813Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-03-01T06:52:11.813Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-03-01T06:52:11.813Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-03-01T06:52:11.813Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-03-01T06:52:11.813Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-03-01T06:52:11.813Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-03-01T06:52:11.813Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-03-01T06:52:11.813Z] --- PASS: TestDiskUsage/after_container.Run (0.46s) [2022-03-01T06:52:11.813Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-03-01T06:52:11.813Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-03-01T06:52:11.813Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-03-01T06:52:11.813Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-03-01T06:52:11.813Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-03-01T06:52:11.813Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-03-01T06:52:11.813Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-03-01T06:52:11.813Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-03-01T06:52:11.813Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-03-01T06:52:11.813Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-03-01T06:52:11.813Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.54s) [2022-03-01T06:52:11.813Z] PASS [2022-03-01T06:52:11.813Z] [2022-03-01T06:52:11.813Z] DONE 50 tests in 20.192s [2022-03-01T06:52:11.813Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-03-01T06:52:12.069Z] Removing intermediate container 461eb81891b7 [2022-03-01T06:52:12.069Z] ---> 378c2448ba06 [2022-03-01T06:52:12.069Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-03-01T06:52:12.069Z] ---> Running in 30e03397a625 [2022-03-01T06:52:12.069Z] INFO: Testing against a local daemon [2022-03-01T06:52:12.069Z] === RUN TestVolumesCreateAndList [2022-03-01T06:52:12.069Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-03-01T06:52:12.069Z] === RUN TestVolumesRemove [2022-03-01T06:52:12.069Z] --- PASS: TestVolumesRemove (0.07s) [2022-03-01T06:52:12.069Z] === RUN TestVolumesInspect [2022-03-01T06:52:12.069Z] --- PASS: TestVolumesInspect (0.02s) [2022-03-01T06:52:12.069Z] === RUN TestVolumesInvalidJSON [2022-03-01T06:52:12.069Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-01T06:52:12.069Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-01T06:52:12.069Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-01T06:52:12.069Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-03-01T06:52:12.069Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-01T06:52:12.069Z] PASS [2022-03-01T06:52:12.069Z] [2022-03-01T06:52:12.069Z] DONE 5 tests in 0.161s [2022-03-01T06:52:12.069Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-01T06:52:12.632Z] Stopping apparmor (via systemctl): apparmor.service. [2022-03-01T06:52:12.632Z] Removing test suite binaries [2022-03-01T06:52:12.632Z] exiting test-integration [2022-03-01T06:52:12.632Z] ++ exit 0 [2022-03-01T06:52:12.632Z] [2022-03-01T06:52:12.722Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-03-01T06:52:12.723Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-03-01T06:52:12.723Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-03-01T06:52:12.723Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-03-01T06:52:12.723Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-03-01T06:52:12.723Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-03-01T06:52:12.723Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-03-01T06:52:12.723Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-03-01T06:52:12.723Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-03-01T06:52:12.723Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-03-01T06:52:12.723Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-03-01T06:52:12.723Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-03-01T06:52:12.723Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-03-01T06:52:12.723Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-03-01T06:52:12.723Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-03-01T06:52:12.723Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-03-01T06:52:12.723Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-03-01T06:52:12.723Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-03-01T06:52:12.723Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-03-01T06:52:12.723Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-03-01T06:52:12.723Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-03-01T06:52:12.723Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-03-01T06:52:12.723Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-03-01T06:52:12.723Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-03-01T06:52:12.723Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-03-01T06:52:12.723Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-03-01T06:52:12.723Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-03-01T06:52:12.723Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-03-01T06:52:12.723Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-03-01T06:52:12.723Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-03-01T06:52:12.723Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-03-01T06:52:12.723Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-03-01T06:52:12.723Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-03-01T06:52:12.723Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-03-01T06:52:12.723Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-03-01T06:52:12.723Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-03-01T06:52:12.723Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-03-01T06:52:12.723Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-03-01T06:52:12.723Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-03-01T06:52:12.723Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-03-01T06:52:12.723Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-03-01T06:52:12.723Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-03-01T06:52:12.723Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-03-01T06:52:12.723Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-03-01T06:52:12.723Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-03-01T06:52:12.723Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-03-01T06:52:12.723Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-03-01T06:52:12.723Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-03-01T06:52:12.723Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-03-01T06:52:12.723Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-03-01T06:52:12.723Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-03-01T06:52:12.723Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-03-01T06:52:12.723Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-03-01T06:52:12.723Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-03-01T06:52:12.723Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-03-01T06:52:12.723Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-03-01T06:52:12.723Z] PASS [2022-03-01T06:52:12.723Z] coverage: 50.0% of statements [2022-03-01T06:52:12.723Z] ok github.com/docker/docker/oci 0.047s coverage: 50.0% of statements [2022-03-01T06:52:12.856Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2022-03-01T06:52:12.933Z] --- PASS: TestBuildMultiStageCopy (12.34s) [2022-03-01T06:52:12.933Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (7.98s) [2022-03-01T06:52:12.933Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.87s) [2022-03-01T06:52:12.933Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2022-03-01T06:52:12.933Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.18s) [2022-03-01T06:52:12.933Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.32s) [2022-03-01T06:52:12.933Z] === RUN TestBuildMultiStageParentConfig [2022-03-01T06:52:13.118Z] check_test.go:308: [d47abfe9e167f] daemon is not started [2022-03-01T06:52:13.118Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2022-03-01T06:52:13.191Z] 2022/03/01 06:52:12 Closing DB instances... [2022-03-01T06:52:13.191Z] === RUN TestAddressPoolOpt [2022-03-01T06:52:13.191Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-03-01T06:52:13.191Z] === RUN TestValidateEnv [2022-03-01T06:52:13.191Z] === RUN TestValidateEnv/a [2022-03-01T06:52:13.191Z] === RUN TestValidateEnv/something [2022-03-01T06:52:13.191Z] === RUN TestValidateEnv/_=a [2022-03-01T06:52:13.191Z] === RUN TestValidateEnv/env1=value1 [2022-03-01T06:52:13.191Z] === RUN TestValidateEnv/_env1=value1 [2022-03-01T06:52:13.191Z] === RUN TestValidateEnv/env2=value2=value3 [2022-03-01T06:52:13.191Z] === RUN TestValidateEnv/env3=abc!qwe [2022-03-01T06:52:13.191Z] === RUN TestValidateEnv/env_4=value_4 [2022-03-01T06:52:13.191Z] === RUN TestValidateEnv/PATH [2022-03-01T06:52:13.191Z] === RUN TestValidateEnv/=a [2022-03-01T06:52:13.191Z] === RUN TestValidateEnv/PATH= [2022-03-01T06:52:13.191Z] === RUN TestValidateEnv/PATH=something [2022-03-01T06:52:13.191Z] === RUN TestValidateEnv/asd!qwe [2022-03-01T06:52:13.191Z] === RUN TestValidateEnv/1asd [2022-03-01T06:52:13.191Z] === RUN TestValidateEnv/123 [2022-03-01T06:52:13.191Z] === RUN TestValidateEnv/some_space [2022-03-01T06:52:13.191Z] === RUN TestValidateEnv/__some_space_before [2022-03-01T06:52:13.191Z] === RUN TestValidateEnv/some_space_after__ [2022-03-01T06:52:13.191Z] === RUN TestValidateEnv/= [2022-03-01T06:52:13.191Z] === RUN TestValidateEnv/PaTh [2022-03-01T06:52:13.191Z] --- PASS: TestValidateEnv (0.00s) [2022-03-01T06:52:13.191Z] --- PASS: TestValidateEnv/a (0.00s) [2022-03-01T06:52:13.191Z] --- PASS: TestValidateEnv/something (0.00s) [2022-03-01T06:52:13.191Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-03-01T06:52:13.191Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-03-01T06:52:13.191Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-03-01T06:52:13.191Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-03-01T06:52:13.191Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-03-01T06:52:13.191Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-03-01T06:52:13.191Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-03-01T06:52:13.191Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-03-01T06:52:13.191Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-03-01T06:52:13.191Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-03-01T06:52:13.191Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-03-01T06:52:13.191Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-03-01T06:52:13.191Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-03-01T06:52:13.191Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-03-01T06:52:13.191Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-03-01T06:52:13.191Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-03-01T06:52:13.191Z] --- PASS: TestValidateEnv/= (0.00s) [2022-03-01T06:52:13.191Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-03-01T06:52:13.191Z] === RUN TestParseHost [2022-03-01T06:52:13.191Z] --- PASS: TestParseHost (0.00s) [2022-03-01T06:52:13.191Z] === RUN TestParseDockerDaemonHost [2022-03-01T06:52:13.191Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-03-01T06:52:13.191Z] === RUN TestParseTCP [2022-03-01T06:52:13.191Z] --- PASS: TestParseTCP (0.00s) [2022-03-01T06:52:13.191Z] === RUN TestParseInvalidUnixAddrInvalid [2022-03-01T06:52:13.191Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-03-01T06:52:13.191Z] === RUN TestValidateExtraHosts [2022-03-01T06:52:13.191Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-03-01T06:52:13.191Z] === RUN TestIpOptString [2022-03-01T06:52:13.191Z] --- PASS: TestIpOptString (0.00s) [2022-03-01T06:52:13.191Z] === RUN TestNewIpOptInvalidDefaultVal [2022-03-01T06:52:13.191Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-03-01T06:52:13.191Z] === RUN TestNewIpOptValidDefaultVal [2022-03-01T06:52:13.191Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-03-01T06:52:13.191Z] === RUN TestIpOptSetInvalidVal [2022-03-01T06:52:13.191Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-03-01T06:52:13.191Z] === RUN TestValidateIPAddress [2022-03-01T06:52:13.191Z] --- PASS: TestValidateIPAddress (0.00s) [2022-03-01T06:52:13.191Z] === RUN TestMapOpts [2022-03-01T06:52:13.191Z] --- PASS: TestMapOpts (0.00s) [2022-03-01T06:52:13.191Z] === RUN TestListOptsWithoutValidator [2022-03-01T06:52:13.191Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-03-01T06:52:13.191Z] === RUN TestListOptsWithValidator [2022-03-01T06:52:13.191Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-03-01T06:52:13.191Z] === RUN TestValidateDNSSearch [2022-03-01T06:52:13.191Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-03-01T06:52:13.191Z] === RUN TestValidateLabel [2022-03-01T06:52:13.191Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-03-01T06:52:13.191Z] === RUN TestValidateLabel/label_with_general_format [2022-03-01T06:52:13.191Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-03-01T06:52:13.191Z] === RUN TestValidateLabel/label_with_one_more [2022-03-01T06:52:13.191Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-03-01T06:52:13.191Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-03-01T06:52:13.191Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-03-01T06:52:13.191Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-03-01T06:52:13.191Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-03-01T06:52:13.191Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-03-01T06:52:13.191Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-03-01T06:52:13.191Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-03-01T06:52:13.191Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-03-01T06:52:13.191Z] --- PASS: TestValidateLabel (0.00s) [2022-03-01T06:52:13.191Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-03-01T06:52:13.191Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-03-01T06:52:13.191Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-03-01T06:52:13.191Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-03-01T06:52:13.191Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-03-01T06:52:13.191Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-03-01T06:52:13.191Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-03-01T06:52:13.191Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-03-01T06:52:13.191Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-03-01T06:52:13.191Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-03-01T06:52:13.191Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-03-01T06:52:13.191Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-03-01T06:52:13.191Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-03-01T06:52:13.191Z] === RUN TestNamedListOpts [2022-03-01T06:52:13.192Z] --- PASS: TestNamedListOpts (0.00s) [2022-03-01T06:52:13.192Z] === RUN TestNamedMapOpts [2022-03-01T06:52:13.192Z] --- PASS: TestNamedMapOpts (0.00s) [2022-03-01T06:52:13.192Z] === RUN TestParseLink [2022-03-01T06:52:13.192Z] --- PASS: TestParseLink (0.00s) [2022-03-01T06:52:13.192Z] === RUN TestQuotedStringSetWithQuotes [2022-03-01T06:52:13.192Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2022-03-01T06:52:13.192Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2022-03-01T06:52:13.192Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2022-03-01T06:52:13.192Z] === RUN TestQuotedStringSetWithNoQuotes [2022-03-01T06:52:13.192Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2022-03-01T06:52:13.192Z] === RUN TestQuotedStringEmptyOrSingleCharString [2022-03-01T06:52:13.192Z] --- PASS: TestQuotedStringEmptyOrSingleCharString (0.00s) [2022-03-01T06:52:13.192Z] === RUN TestUlimitOpt [2022-03-01T06:52:13.192Z] --- PASS: TestUlimitOpt (0.00s) [2022-03-01T06:52:13.192Z] PASS [2022-03-01T06:52:13.192Z] coverage: 67.4% of statements [2022-03-01T06:52:13.192Z] ok github.com/docker/docker/opts 0.066s coverage: 67.4% of statements [2022-03-01T06:52:13.625Z] [2022-03-01T06:52:13.625Z] SUCCESS: Specified value was saved. [2022-03-01T06:52:13.660Z] === RUN TestParseVersion [2022-03-01T06:52:13.660Z] --- PASS: TestParseVersion (0.00s) [2022-03-01T06:52:13.660Z] PASS [2022-03-01T06:52:13.660Z] coverage: 52.9% of statements [2022-03-01T06:52:13.660Z] ok github.com/docker/docker/pkg/aaparser 0.037s coverage: 52.9% of statements Post stage [Pipeline] junit [2022-03-01T06:52:14.089Z] Recording test results [2022-03-01T06:52:14.648Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.85s) [2022-03-01T06:52:14.648Z] === RUN TestNetworkDBCRUDTableEntry [2022-03-01T06:52:15.116Z] === RUN TestPeerCertificateMarshalJSON [2022-03-01T06:52:15.584Z] === RUN TestIsArchivePathDir [2022-03-01T06:52:15.584Z] --- PASS: TestIsArchivePathDir (0.06s) [2022-03-01T06:52:15.584Z] === RUN TestIsArchivePathInvalidFile [2022-03-01T06:52:15.584Z] --- PASS: TestIsArchivePathInvalidFile (0.12s) [2022-03-01T06:52:15.584Z] === RUN TestIsArchivePathTar [2022-03-01T06:52:15.711Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-01T06:52:15.819Z] --- PASS: TestBuildMultiStageParentConfig (2.50s) [2022-03-01T06:52:15.819Z] === RUN TestBuildLabelWithTargets [2022-03-01T06:52:15.819Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-01T06:52:15.819Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-03-01T06:52:15.819Z] === RUN TestBuildWithEmptyLayers [2022-03-01T06:52:16.048Z] + echo Ensuring container killed. [2022-03-01T06:52:16.048Z] Ensuring container killed. [2022-03-01T06:52:16.048Z] + docker rm -vf docker-pr1 [2022-03-01T06:52:16.048Z] Error: No such container: docker-pr1 [2022-03-01T06:52:16.053Z] --- PASS: TestIsArchivePathTar (0.15s) [2022-03-01T06:52:16.053Z] === RUN TestDecompressStreamGzip [2022-03-01T06:52:16.053Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-03-01T06:52:16.053Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-03-01T06:52:16.053Z] --- PASS: TestPeerCertificateMarshalJSON (0.67s) [2022-03-01T06:52:16.053Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-03-01T06:52:16.053Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-03-01T06:52:16.053Z] === RUN TestMiddleware [2022-03-01T06:52:16.053Z] --- PASS: TestMiddleware (0.00s) [2022-03-01T06:52:16.053Z] === RUN TestNewResponseModifier [2022-03-01T06:52:16.053Z] --- PASS: TestNewResponseModifier (0.00s) [2022-03-01T06:52:16.053Z] PASS [2022-03-01T06:52:16.053Z] coverage: 26.8% of statements [2022-03-01T06:52:16.053Z] ok github.com/docker/docker/pkg/authorization 0.720s coverage: 26.8% of statements [2022-03-01T06:52:16.053Z] --- PASS: TestDecompressStreamGzip (0.12s) [2022-03-01T06:52:16.053Z] === RUN TestDecompressStreamBzip2 [2022-03-01T06:52:16.053Z] --- PASS: TestDecompressStreamBzip2 (0.11s) [2022-03-01T06:52:16.053Z] === RUN TestDecompressStreamXz [2022-03-01T06:52:16.053Z] archive_test.go:133: Xz not present in msys2 [2022-03-01T06:52:16.053Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-03-01T06:52:16.053Z] === RUN TestDecompressStreamZstd [2022-03-01T06:52:16.053Z] archive_test.go:140: zstd not installed [2022-03-01T06:52:16.053Z] --- SKIP: TestDecompressStreamZstd (0.01s) [2022-03-01T06:52:16.053Z] === RUN TestCompressStreamXzUnsupported [2022-03-01T06:52:16.053Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-03-01T06:52:16.053Z] === RUN TestCompressStreamBzip2Unsupported [2022-03-01T06:52:16.053Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-03-01T06:52:16.053Z] === RUN TestCompressStreamInvalid [2022-03-01T06:52:16.053Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-03-01T06:52:16.053Z] === RUN TestExtensionInvalid [2022-03-01T06:52:16.053Z] --- PASS: TestExtensionInvalid (0.00s) [2022-03-01T06:52:16.053Z] === RUN TestExtensionUncompressed [2022-03-01T06:52:16.053Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-03-01T06:52:16.053Z] === RUN TestExtensionBzip2 [2022-03-01T06:52:16.053Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-03-01T06:52:16.053Z] === RUN TestExtensionGzip [2022-03-01T06:52:16.053Z] --- PASS: TestExtensionGzip (0.00s) [2022-03-01T06:52:16.053Z] === RUN TestExtensionXz [2022-03-01T06:52:16.053Z] --- PASS: TestExtensionXz (0.00s) [2022-03-01T06:52:16.053Z] === RUN TestExtensionZstd [2022-03-01T06:52:16.053Z] --- PASS: TestExtensionZstd (0.00s) [2022-03-01T06:52:16.053Z] === RUN TestCmdStreamLargeStderr [2022-03-01T06:52:16.053Z] --- PASS: TestCmdStreamLargeStderr (0.07s) [2022-03-01T06:52:16.053Z] === RUN TestCmdStreamBad [2022-03-01T06:52:16.053Z] archive_test.go:252: Failing on Windows CI machines [2022-03-01T06:52:16.053Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-03-01T06:52:16.053Z] === RUN TestCmdStreamGood [2022-03-01T06:52:16.053Z] --- PASS: TestCmdStreamGood (0.05s) [2022-03-01T06:52:16.053Z] === RUN TestUntarPathWithInvalidDest [2022-03-01T06:52:16.053Z] --- PASS: TestUntarPathWithInvalidDest (0.06s) [2022-03-01T06:52:16.053Z] === RUN TestUntarPathWithInvalidSrc [2022-03-01T06:52:16.053Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-03-01T06:52:16.053Z] === RUN TestUntarPath [Pipeline] sh [2022-03-01T06:52:16.417Z] + echo Chowning /workspace to jenkins user [2022-03-01T06:52:16.417Z] Chowning /workspace to jenkins user [2022-03-01T06:52:16.417Z] + id -u [2022-03-01T06:52:16.417Z] + id -g [2022-03-01T06:52:16.417Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43303:/workspace busybox chown -R 1000:1000 /workspace [2022-03-01T06:52:16.417Z] Unable to find image 'busybox:latest' locally [2022-03-01T06:52:16.417Z] latest: Pulling from library/busybox [2022-03-01T06:52:16.417Z] 009932687766: Pulling fs layer [2022-03-01T06:52:16.522Z] --- PASS: TestUntarPath (0.06s) [2022-03-01T06:52:16.522Z] === RUN TestUntarPathWithDestinationFile [2022-03-01T06:52:16.522Z] --- PASS: TestUntarPathWithDestinationFile (0.06s) [2022-03-01T06:52:16.522Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-03-01T06:52:16.522Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.06s) [2022-03-01T06:52:16.522Z] === RUN TestCopyWithTarInvalidSrc [2022-03-01T06:52:16.522Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-03-01T06:52:16.522Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-03-01T06:52:16.522Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-03-01T06:52:16.522Z] === RUN TestCopyWithTarSrcFile [2022-03-01T06:52:16.522Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-03-01T06:52:16.522Z] === RUN TestCopyWithTarSrcFolder [2022-03-01T06:52:16.522Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-03-01T06:52:16.522Z] === RUN TestCopyFileWithTarInvalidSrc [2022-03-01T06:52:16.522Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-03-01T06:52:16.522Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-03-01T06:52:16.522Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-03-01T06:52:16.522Z] === RUN TestCopyFileWithTarSrcFolder [2022-03-01T06:52:16.522Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-03-01T06:52:16.522Z] === RUN TestCopyFileWithTarSrcFile [2022-03-01T06:52:16.522Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-03-01T06:52:16.522Z] === RUN TestTarFiles [2022-03-01T06:52:16.522Z] === RUN TestUnbuffered [2022-03-01T06:52:16.522Z] --- PASS: TestUnbuffered (0.00s) [2022-03-01T06:52:16.522Z] === RUN TestRaceUnbuffered [2022-03-01T06:52:16.522Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-03-01T06:52:16.522Z] PASS [2022-03-01T06:52:16.522Z] coverage: 100.0% of statements [2022-03-01T06:52:16.522Z] ok github.com/docker/docker/pkg/broadcaster 0.039s coverage: 100.0% of statements [2022-03-01T06:52:16.522Z] 2022/03/01 06:52:16 Closing DB instances... [2022-03-01T06:52:16.539Z] Removing intermediate container 30e03397a625 [2022-03-01T06:52:16.539Z] ---> db5f3530638f [2022-03-01T06:52:16.539Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-03-01T06:52:16.539Z] ---> Running in e104c227c623 [2022-03-01T06:52:16.673Z] 009932687766: Download complete [2022-03-01T06:52:16.673Z] 009932687766: Pull complete [2022-03-01T06:52:16.673Z] Digest: sha256:afcc7f1ac1b49db317a7196c902e61c6c3c4607d63599ee1a82d702d249a0ccb [2022-03-01T06:52:16.673Z] Status: Downloaded newer image for busybox:latest [2022-03-01T06:52:16.784Z] --- PASS: TestBuildWithEmptyLayers (1.47s) [2022-03-01T06:52:16.784Z] === RUN TestBuildMultiStageOnBuild [2022-03-01T06:52:16.990Z] === RUN TestMatch [2022-03-01T06:52:16.990Z] === RUN TestMatch/[[]] [2022-03-01T06:52:16.990Z] === RUN TestMatch/[[foo]] [2022-03-01T06:52:16.990Z] === RUN TestMatch/[[bar]_[foo]] [2022-03-01T06:52:16.990Z] === RUN TestMatch/[[foo_bar]] [2022-03-01T06:52:16.990Z] === RUN TestMatch/[[qux]_[foo]] [2022-03-01T06:52:16.990Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-03-01T06:52:16.990Z] === RUN TestMatch/[] [2022-03-01T06:52:16.990Z] === RUN TestMatch/[]#01 [2022-03-01T06:52:16.990Z] === RUN TestMatch/[[qux]] [2022-03-01T06:52:16.990Z] === RUN TestMatch/[[foo_bar_qux]] [2022-03-01T06:52:16.990Z] === RUN TestMatch/[[qux]_[baz]] [2022-03-01T06:52:16.990Z] === RUN TestMatch/[[foo_baz]] [2022-03-01T06:52:16.990Z] --- PASS: TestMatch (0.00s) [2022-03-01T06:52:16.990Z] --- PASS: TestMatch/[[]] (0.00s) [2022-03-01T06:52:16.990Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-03-01T06:52:16.990Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-03-01T06:52:16.990Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-03-01T06:52:16.990Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-03-01T06:52:16.990Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-03-01T06:52:16.990Z] --- PASS: TestMatch/[] (0.00s) [2022-03-01T06:52:16.990Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-03-01T06:52:16.990Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-03-01T06:52:16.990Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-03-01T06:52:16.990Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-03-01T06:52:16.990Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-03-01T06:52:16.990Z] PASS [2022-03-01T06:52:16.990Z] coverage: 87.5% of statements [2022-03-01T06:52:16.990Z] ok github.com/docker/docker/pkg/capabilities 0.039s coverage: 87.5% of statements [2022-03-01T06:52:17.977Z] === RUN TestChrootTarUntar [2022-03-01T06:52:17.977Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:52:17.977Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-03-01T06:52:17.977Z] === RUN TestChrootUntarWithHugeExcludesList [2022-03-01T06:52:17.977Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:52:17.977Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-01T06:52:17.977Z] === RUN TestChrootUntarEmptyArchive [2022-03-01T06:52:17.977Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-03-01T06:52:17.977Z] === RUN TestChrootTarUntarWithSymlink [2022-03-01T06:52:17.977Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-01T06:52:17.977Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-03-01T06:52:17.977Z] === RUN TestChrootCopyWithTar [2022-03-01T06:52:17.977Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-01T06:52:17.977Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-03-01T06:52:17.977Z] === RUN TestChrootCopyFileWithTar [2022-03-01T06:52:17.977Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:52:17.977Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-03-01T06:52:17.977Z] === RUN TestChrootUntarPath [2022-03-01T06:52:17.977Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-01T06:52:17.977Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-03-01T06:52:17.977Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-03-01T06:52:17.977Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:52:17.977Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-01T06:52:17.977Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-01T06:52:18.375Z] + bundleName=amd64-cgroup2 [2022-03-01T06:52:18.375Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2022-03-01T06:52:18.375Z] Creating amd64-cgroup2-bundles.tar.gz [2022-03-01T06:52:18.375Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [2022-03-01T06:52:18.375Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite (331.02s) [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (6.91s) [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.65s) [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.49s) [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.25s) [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.35s) [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.65s) [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.47s) [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (3.01s) [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.42s) [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.25s) [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (2.96s) [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.21s) [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.40s) [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.00s) [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.46s) [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.52s) [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.21s) [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.54s) [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.08s) [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.55s) [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.67s) [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.53s) [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.53s) [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.17s) [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.77s) [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.17s) [2022-03-01T06:52:18.413Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (1.39s) [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (1.68s) [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.64s) [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.66s) [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (2.79s) [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.53s) [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.99s) [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.22s) [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.55s) [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.53s) [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.52s) [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.64s) [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.59s) [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.62s) [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.65s) [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.67s) [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.49s) [2022-03-01T06:52:18.413Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.84s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.53s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.54s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.53s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (5.26s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.42s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.80s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.41s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.14s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.80s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.91s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.92s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.57s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.17s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (8.34s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.71s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.66s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.18s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.91s) [2022-03-01T06:52:18.414Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2022-03-01T06:52:18.414Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.11s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.00s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (2.69s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (2.37s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (3.06s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.24s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.82s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.13s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.38s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.02s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.65s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.35s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.53s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.32s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.05s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.57s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.64s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.14s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.08s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.54s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.44s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (2.87s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.54s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.69s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.73s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (3.92s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.04s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.40s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.27s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.87s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.39s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.57s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.59s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.58s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.83s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.00s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.26s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.27s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.11s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.47s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.90s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.31s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.35s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.20s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.65s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.09s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.13s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.03s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.29s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.33s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.66s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.74s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.59s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.14s) [2022-03-01T06:52:18.414Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.41s) [2022-03-01T06:52:18.414Z] === RUN TestDockerSwarmSuite [2022-03-01T06:52:18.414Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2022-03-01T06:52:18.445Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:52:18.445Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-01T06:52:18.445Z] === RUN TestChrootApplyDotDotFile [2022-03-01T06:52:18.445Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:52:18.445Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-03-01T06:52:18.445Z] PASS [2022-03-01T06:52:18.445Z] coverage: 15.1% of statements [2022-03-01T06:52:18.445Z] ok github.com/docker/docker/pkg/chrootarchive 0.093s coverage: 15.1% of statements [Pipeline] archiveArtifacts [2022-03-01T06:52:18.641Z] Archiving artifacts [2022-03-01T06:52:18.914Z] --- PASS: TestNetworkDBCRUDTableEntry (4.33s) [2022-03-01T06:52:18.914Z] === RUN TestNetworkDBCRUDTableEntries [2022-03-01T06:52:18.914Z] === RUN TestSizeEmpty [2022-03-01T06:52:18.914Z] --- PASS: TestSizeEmpty (0.00s) [2022-03-01T06:52:18.914Z] === RUN TestSizeEmptyFile [2022-03-01T06:52:18.914Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-03-01T06:52:18.914Z] === RUN TestSizeNonemptyFile [2022-03-01T06:52:18.914Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-03-01T06:52:18.914Z] === RUN TestSizeNestedDirectoryEmpty [2022-03-01T06:52:18.914Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-03-01T06:52:18.914Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-03-01T06:52:18.914Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-03-01T06:52:18.914Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-03-01T06:52:18.914Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-03-01T06:52:18.914Z] === RUN TestMoveToSubdir [2022-03-01T06:52:18.914Z] --- PASS: TestMoveToSubdir (0.00s) [2022-03-01T06:52:18.914Z] === RUN TestSizeNonExistingDirectory [2022-03-01T06:52:18.914Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-03-01T06:52:18.914Z] PASS [2022-03-01T06:52:18.914Z] coverage: 80.0% of statements [2022-03-01T06:52:18.914Z] ok github.com/docker/docker/pkg/directory 0.051s coverage: 80.0% of statements [2022-03-01T06:52:19.900Z] === RUN TestPollerAddRemove [2022-03-01T06:52:19.900Z] --- PASS: TestPollerAddRemove (0.00s) [2022-03-01T06:52:19.900Z] === RUN TestPollerEvent [2022-03-01T06:52:19.900Z] poller_test.go:40: No chmod on Windows [2022-03-01T06:52:19.900Z] --- SKIP: TestPollerEvent (0.00s) [2022-03-01T06:52:19.900Z] === RUN TestPollerClose [2022-03-01T06:52:19.900Z] --- PASS: TestPollerClose (0.00s) [2022-03-01T06:52:19.900Z] PASS [2022-03-01T06:52:19.900Z] coverage: 45.7% of statements [2022-03-01T06:52:19.900Z] ok github.com/docker/docker/pkg/filenotify 0.037s coverage: 45.7% of statements [2022-03-01T06:52:20.200Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43303/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-01T06:52:20.290Z] Cannot create a file when that file already exists. [2022-03-01T06:52:20.547Z] + make clean [2022-03-01T06:52:20.548Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-01T06:52:20.548Z] docker-dev-cache [2022-03-01T06:52:20.548Z] docker-mod-cache [Pipeline] deleteDir [2022-03-01T06:52:20.887Z] === RUN TestCopyFileWithInvalidSrc [2022-03-01T06:52:20.887Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-03-01T06:52:20.887Z] === RUN TestCopyFileWithInvalidDest [2022-03-01T06:52:20.887Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-03-01T06:52:20.887Z] === RUN TestCopyFileWithSameSrcAndDest [2022-03-01T06:52:20.887Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-03-01T06:52:20.887Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-03-01T06:52:20.887Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.01s) [2022-03-01T06:52:20.887Z] === RUN TestCopyFile [2022-03-01T06:52:20.887Z] --- PASS: TestCopyFile (0.00s) [2022-03-01T06:52:20.887Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-03-01T06:52:20.887Z] fileutils_test.go:133: Needs porting to Windows [2022-03-01T06:52:20.887Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-01T06:52:20.887Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-03-01T06:52:20.887Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-03-01T06:52:20.887Z] === RUN TestReadSymlinkedDirectoryToFile [2022-03-01T06:52:20.887Z] fileutils_test.go:179: Needs porting to Windows [2022-03-01T06:52:20.887Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-01T06:52:20.887Z] === RUN TestWildcardMatches [2022-03-01T06:52:20.887Z] --- PASS: TestWildcardMatches (0.00s) [2022-03-01T06:52:20.887Z] === RUN TestPatternMatches [2022-03-01T06:52:20.887Z] --- PASS: TestPatternMatches (0.00s) [2022-03-01T06:52:20.887Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-03-01T06:52:20.887Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-03-01T06:52:20.887Z] === RUN TestPatternMatchesFolderExclusions [2022-03-01T06:52:20.887Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-03-01T06:52:20.887Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-03-01T06:52:20.887Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-03-01T06:52:20.887Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-03-01T06:52:20.887Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-03-01T06:52:20.887Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-03-01T06:52:20.887Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-03-01T06:52:20.887Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-03-01T06:52:20.887Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-03-01T06:52:20.887Z] === RUN TestSingleExclamationError [2022-03-01T06:52:20.887Z] --- PASS: TestSingleExclamationError (0.00s) [2022-03-01T06:52:20.887Z] === RUN TestMatchesWithNoPatterns [2022-03-01T06:52:20.887Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-03-01T06:52:20.887Z] === RUN TestMatchesWithMalformedPatterns [2022-03-01T06:52:20.887Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-03-01T06:52:20.887Z] === RUN TestMatches [2022-03-01T06:52:20.887Z] === RUN TestMatches/MatchesOrParentMatches [2022-03-01T06:52:20.887Z] === RUN TestMatches/MatchesUsingParentResult [2022-03-01T06:52:20.887Z] === RUN TestMatches/MatchesUsingParentResults [2022-03-01T06:52:20.887Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-03-01T06:52:20.887Z] --- PASS: TestMatches (0.01s) [2022-03-01T06:52:20.887Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-03-01T06:52:20.887Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-03-01T06:52:20.887Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-03-01T06:52:20.887Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-03-01T06:52:20.887Z] === RUN TestCleanPatterns [2022-03-01T06:52:20.887Z] --- PASS: TestCleanPatterns (0.00s) [2022-03-01T06:52:20.887Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-03-01T06:52:20.887Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-03-01T06:52:20.887Z] === RUN TestCleanPatternsExceptionFlag [2022-03-01T06:52:20.887Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-03-01T06:52:20.887Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-03-01T06:52:20.887Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-03-01T06:52:20.887Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-03-01T06:52:20.887Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-03-01T06:52:20.887Z] === RUN TestCleanPatternsErrorSingleException [2022-03-01T06:52:20.887Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-03-01T06:52:20.887Z] === RUN TestCreateIfNotExistsDir [2022-03-01T06:52:20.887Z] --- PASS: TestCreateIfNotExistsDir (0.01s) [2022-03-01T06:52:20.887Z] === RUN TestCreateIfNotExistsFile [2022-03-01T06:52:20.887Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-03-01T06:52:20.887Z] === RUN TestMatch [2022-03-01T06:52:20.887Z] --- PASS: TestMatch (0.00s) [2022-03-01T06:52:20.887Z] === RUN TestCompile [2022-03-01T06:52:20.887Z] === RUN TestCompile/slash [2022-03-01T06:52:20.887Z] === RUN TestCompile/backslash [2022-03-01T06:52:20.887Z] --- PASS: TestCompile (0.00s) [2022-03-01T06:52:20.887Z] --- PASS: TestCompile/slash (0.00s) [2022-03-01T06:52:20.887Z] --- PASS: TestCompile/backslash (0.00s) [2022-03-01T06:52:20.887Z] PASS [2022-03-01T06:52:20.887Z] coverage: 84.7% of statements [2022-03-01T06:52:20.887Z] ok github.com/docker/docker/pkg/fileutils 0.092s coverage: 84.7% of statements [2022-03-01T06:52:20.887Z] 2022/03/01 06:52:20 Closing DB instances... [2022-03-01T06:52:21.356Z] --- PASS: TestTarFiles (4.75s) [2022-03-01T06:52:21.357Z] === RUN TestDetectCompressionZstd [2022-03-01T06:52:21.357Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-03-01T06:52:21.357Z] === RUN TestTarUntar [2022-03-01T06:52:21.357Z] --- PASS: TestTarUntar (0.03s) [2022-03-01T06:52:21.357Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-03-01T06:52:21.357Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2022-03-01T06:52:21.357Z] === RUN TestTarWithOptions [2022-03-01T06:52:21.357Z] --- PASS: TestTarWithOptions (0.02s) [2022-03-01T06:52:21.357Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-03-01T06:52:21.357Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-03-01T06:52:21.357Z] === RUN TestUntarUstarGnuConflict [2022-03-01T06:52:21.357Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-03-01T06:52:21.357Z] === RUN TestUntarInvalidFilenames [2022-03-01T06:52:21.357Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames2847477142\\dest" [2022-03-01T06:52:21.357Z] --- PASS: TestUntarInvalidFilenames (0.16s) [2022-03-01T06:52:21.357Z] === RUN TestUntarHardlinkToSymlink [2022-03-01T06:52:21.357Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-03-01T06:52:21.357Z] === RUN TestUntarInvalidHardlink [2022-03-01T06:52:21.357Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3937203844\\victim\\hello" -> "../victim/hello" [2022-03-01T06:52:21.357Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2735588659\\victim\\hello" -> "/../victim/hello" [2022-03-01T06:52:21.357Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2512464045\\victim" -> "../victim" [2022-03-01T06:52:21.357Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1816289400\\victim" -> "../victim" [2022-03-01T06:52:21.357Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2668836461\\victim" -> "../victim" [2022-03-01T06:52:21.357Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2912930916\\victim" -> "../victim" [2022-03-01T06:52:21.357Z] --- PASS: TestUntarInvalidHardlink (0.02s) [2022-03-01T06:52:21.357Z] === RUN TestUntarInvalidSymlink [2022-03-01T06:52:21.357Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink650938931\\dest\\dotdot" -> "../victim/hello" [2022-03-01T06:52:21.357Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2165345518\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-01T06:52:21.357Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink311577365\\dest\\loophole-victim" -> "../victim" [2022-03-01T06:52:21.357Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink540742991\\dest\\loophole-victim" -> "../victim" [2022-03-01T06:52:21.357Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2320797108\\dest\\loophole-victim" -> "../victim" [2022-03-01T06:52:21.357Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1859435861\\dest\\loophole-victim" -> "../victim" [2022-03-01T06:52:21.357Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2480539035\\dest\\dir\\loophole" -> "../../victim" [2022-03-01T06:52:21.357Z] --- PASS: TestUntarInvalidSymlink (0.03s) [2022-03-01T06:52:21.357Z] === RUN TestTempArchiveCloseMultipleTimes [2022-03-01T06:52:21.357Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-03-01T06:52:21.357Z] === RUN TestXGlobalNoParent [2022-03-01T06:52:21.357Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-03-01T06:52:21.357Z] === RUN TestReplaceFileTarWrapper [2022-03-01T06:52:21.357Z] === RUN TestGet [2022-03-01T06:52:21.357Z] --- PASS: TestGet (0.00s) [2022-03-01T06:52:21.357Z] === RUN TestGetShortcutString [2022-03-01T06:52:21.357Z] --- PASS: TestGetShortcutString (0.00s) [2022-03-01T06:52:21.357Z] PASS [2022-03-01T06:52:21.357Z] coverage: 42.9% of statements [2022-03-01T06:52:21.357Z] ok github.com/docker/docker/pkg/homedir 0.037s coverage: 42.9% of statements [2022-03-01T06:52:21.717Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2022-03-01T06:52:21.825Z] --- PASS: TestReplaceFileTarWrapper (0.19s) [2022-03-01T06:52:21.825Z] === RUN TestPrefixHeaderReadable [2022-03-01T06:52:21.825Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2022-03-01T06:52:21.825Z] === RUN TestDisablePigz [2022-03-01T06:52:21.825Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-03-01T06:52:21.825Z] --- PASS: TestDisablePigz (0.13s) [2022-03-01T06:52:21.825Z] === RUN TestPigz [2022-03-01T06:52:21.826Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-03-01T06:52:21.826Z] --- PASS: TestPigz (0.14s) [2022-03-01T06:52:21.826Z] === RUN TestNosysFileInfo [2022-03-01T06:52:21.826Z] --- PASS: TestNosysFileInfo (0.00s) [2022-03-01T06:52:21.826Z] === RUN TestCopyFileWithInvalidDest [2022-03-01T06:52:21.826Z] archive_windows_test.go:16: Currently fails [2022-03-01T06:52:21.826Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-03-01T06:52:21.826Z] === RUN TestCanonicalTarNameForPath [2022-03-01T06:52:21.826Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-03-01T06:52:21.826Z] === RUN TestCanonicalTarName [2022-03-01T06:52:21.826Z] --- PASS: TestCanonicalTarName (0.00s) [2022-03-01T06:52:21.826Z] === RUN TestChmodTarEntry [2022-03-01T06:52:21.826Z] --- PASS: TestChmodTarEntry (0.00s) [2022-03-01T06:52:21.826Z] === RUN TestHardLinkOrder [2022-03-01T06:52:21.826Z] --- PASS: TestHardLinkOrder (0.07s) [2022-03-01T06:52:21.826Z] === RUN TestChangeString [2022-03-01T06:52:21.826Z] --- PASS: TestChangeString (0.00s) [2022-03-01T06:52:21.826Z] === RUN TestChangesWithNoChanges [2022-03-01T06:52:21.826Z] --- PASS: TestChangesWithNoChanges (0.03s) [2022-03-01T06:52:21.826Z] === RUN TestChangesWithChanges [2022-03-01T06:52:22.294Z] --- PASS: TestChangesWithChanges (0.03s) [2022-03-01T06:52:22.294Z] === RUN TestChangesWithChangesGH13590 [2022-03-01T06:52:22.294Z] changes_test.go:195: needs more investigation [2022-03-01T06:52:22.294Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-03-01T06:52:22.294Z] === RUN TestChangesDirsEmpty [2022-03-01T06:52:22.294Z] --- PASS: TestChangesDirsEmpty (0.12s) [2022-03-01T06:52:22.294Z] === RUN TestChangesDirsMutated [2022-03-01T06:52:22.294Z] --- PASS: TestChangesDirsMutated (0.14s) [2022-03-01T06:52:22.294Z] === RUN TestApplyLayer [2022-03-01T06:52:22.294Z] changes_test.go:432: needs further investigation [2022-03-01T06:52:22.294Z] --- SKIP: TestApplyLayer (0.00s) [2022-03-01T06:52:22.294Z] === RUN TestChangesSizeWithHardlinks [2022-03-01T06:52:22.294Z] changes_test.go:468: needs further investigation [2022-03-01T06:52:22.294Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-03-01T06:52:22.294Z] === RUN TestChangesSizeWithNoChanges [2022-03-01T06:52:22.294Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-03-01T06:52:22.294Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-03-01T06:52:22.294Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-03-01T06:52:22.294Z] === RUN TestChangesSize [2022-03-01T06:52:22.294Z] --- PASS: TestChangesSize (0.00s) [2022-03-01T06:52:22.294Z] === RUN TestApplyLayerInvalidFilenames [2022-03-01T06:52:22.294Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames3144985933\\dest" [2022-03-01T06:52:22.294Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2022-03-01T06:52:22.294Z] === RUN TestApplyLayerInvalidHardlink [2022-03-01T06:52:22.294Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1172551236\\victim\\hello" -> "../victim/hello" [2022-03-01T06:52:22.294Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3446907768\\victim\\hello" -> "/../victim/hello" [2022-03-01T06:52:22.294Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink4071691994\\victim" -> "../victim" [2022-03-01T06:52:22.294Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1842798705\\victim" -> "../victim" [2022-03-01T06:52:22.294Z] --- PASS: TestNetworkDBCRUDTableEntries (3.45s) [2022-03-01T06:52:22.294Z] === RUN TestNetworkDBNodeLeave [2022-03-01T06:52:22.294Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2210303966\\victim" -> "../victim" [2022-03-01T06:52:22.294Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3594828144\\victim" -> "../victim" [2022-03-01T06:52:22.294Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s) [2022-03-01T06:52:22.294Z] === RUN TestApplyLayerInvalidSymlink [2022-03-01T06:52:22.294Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3102204497\\dest\\dotdot" -> "../victim/hello" [2022-03-01T06:52:22.294Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2824560410\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-01T06:52:22.294Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2918565658\\dest\\loophole-victim" -> "../victim" [2022-03-01T06:52:22.294Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1141168980\\dest\\loophole-victim" -> "../victim" [2022-03-01T06:52:22.294Z] === RUN TestCreateIDMapOrder [2022-03-01T06:52:22.294Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-03-01T06:52:22.294Z] PASS [2022-03-01T06:52:22.294Z] coverage: 7.2% of statements [2022-03-01T06:52:22.294Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3845347192\\dest\\loophole-victim" -> "../victim" [2022-03-01T06:52:22.294Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink178954311\\dest\\loophole-victim" -> "../victim" [2022-03-01T06:52:22.294Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s) [2022-03-01T06:52:22.294Z] === RUN TestApplyLayerWhiteouts [2022-03-01T06:52:22.294Z] ok github.com/docker/docker/pkg/idtools 0.042s coverage: 7.2% of statements [2022-03-01T06:52:22.294Z] --- PASS: TestApplyLayerWhiteouts (0.06s) [2022-03-01T06:52:22.294Z] === RUN TestGenerateEmptyFile [2022-03-01T06:52:22.294Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-03-01T06:52:22.294Z] === RUN TestGenerateWithContent [2022-03-01T06:52:22.294Z] --- PASS: TestGenerateWithContent (0.00s) [2022-03-01T06:52:22.294Z] PASS [2022-03-01T06:52:22.294Z] coverage: 63.0% of statements [2022-03-01T06:52:22.294Z] ok github.com/docker/docker/pkg/archive 7.034s coverage: 63.0% of statements [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-01T06:52:23.105Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-03-01T06:52:23.862Z] === RUN TestFixedBufferCap [2022-03-01T06:52:23.862Z] --- PASS: TestFixedBufferCap (0.00s) [2022-03-01T06:52:23.862Z] === RUN TestFixedBufferLen [2022-03-01T06:52:23.862Z] --- PASS: TestFixedBufferLen (0.00s) [2022-03-01T06:52:23.862Z] === RUN TestFixedBufferString [2022-03-01T06:52:23.862Z] --- PASS: TestFixedBufferString (0.00s) [2022-03-01T06:52:23.862Z] === RUN TestFixedBufferWrite [2022-03-01T06:52:23.862Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-03-01T06:52:23.862Z] === RUN TestFixedBufferRead [2022-03-01T06:52:23.862Z] --- PASS: TestFixedBufferRead (0.00s) [2022-03-01T06:52:23.862Z] === RUN TestBytesPipeRead [2022-03-01T06:52:23.862Z] --- PASS: TestBytesPipeRead (0.00s) [2022-03-01T06:52:23.862Z] === RUN TestBytesPipeWrite [2022-03-01T06:52:23.862Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-03-01T06:52:23.862Z] === RUN TestBytesPipeWriteRandomChunks [2022-03-01T06:52:23.862Z] --- PASS: TestBytesPipeWriteRandomChunks (0.41s) [2022-03-01T06:52:23.862Z] === RUN TestAtomicWriteToFile [2022-03-01T06:52:23.862Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-03-01T06:52:23.862Z] === RUN TestAtomicWriteSetCommit [2022-03-01T06:52:23.862Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-03-01T06:52:23.862Z] === RUN TestAtomicWriteSetCancel [2022-03-01T06:52:23.862Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-03-01T06:52:23.862Z] === RUN TestReadCloserWrapperClose [2022-03-01T06:52:23.862Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-03-01T06:52:23.862Z] === RUN TestReaderErrWrapperReadOnError [2022-03-01T06:52:23.862Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-03-01T06:52:23.862Z] === RUN TestReaderErrWrapperRead [2022-03-01T06:52:23.862Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-03-01T06:52:23.862Z] === RUN TestCancelReadCloser [2022-03-01T06:52:24.331Z] --- PASS: TestCancelReadCloser (0.10s) [2022-03-01T06:52:24.331Z] === RUN TestWriteCloserWrapperClose [2022-03-01T06:52:24.331Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-03-01T06:52:24.331Z] === RUN TestNopWriteCloser [2022-03-01T06:52:24.331Z] --- PASS: TestNopWriteCloser (0.00s) [2022-03-01T06:52:24.331Z] === RUN TestNopWriter [2022-03-01T06:52:24.331Z] --- PASS: TestNopWriter (0.00s) [2022-03-01T06:52:24.331Z] === RUN TestWriteCounter [2022-03-01T06:52:24.331Z] --- PASS: TestWriteCounter (0.00s) [2022-03-01T06:52:24.331Z] PASS [2022-03-01T06:52:24.331Z] coverage: 69.2% of statements [2022-03-01T06:52:24.331Z] ok github.com/docker/docker/pkg/ioutils 0.595s coverage: 69.2% of statements [2022-03-01T06:52:24.992Z] Removing intermediate container e104c227c623 [2022-03-01T06:52:24.992Z] ---> 1ecbc8a37b47 [2022-03-01T06:52:24.992Z] Step 13/13 : CMD ["sh"] [2022-03-01T06:52:24.992Z] ---> Running in edb6b7e63309 [2022-03-01T06:52:24.992Z] Removing intermediate container edb6b7e63309 [2022-03-01T06:52:24.992Z] ---> 464e24f46f64 [2022-03-01T06:52:24.992Z] Successfully built 464e24f46f64 [2022-03-01T06:52:24.992Z] Successfully tagged busybox:latest [2022-03-01T06:52:24.992Z] INFO: Docker images of the daemon under test [2022-03-01T06:52:24.992Z] [2022-03-01T06:52:24.992Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-01T06:52:24.992Z] busybox latest 464e24f46f64 Less than a second ago 5GB [2022-03-01T06:52:24.992Z] mcr.microsoft.com/windows/servercore ltsc2022 bdeb13086b9f 4 weeks ago 4.96GB [2022-03-01T06:52:24.992Z] microsoft/windowsservercore latest bdeb13086b9f 4 weeks ago 4.96GB [2022-03-01T06:52:24.992Z] [2022-03-01T06:52:24.992Z] INFO: Running integration tests at 03/01/2022 06:52:24... [2022-03-01T06:52:24.992Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-03-01T06:52:24.992Z] INFO: Integration API tests being run from the host: [2022-03-01T06:52:25.023Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2022-03-01T06:52:25.023Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-03-01T06:52:25.319Z] === RUN TestError [2022-03-01T06:52:25.319Z] --- PASS: TestError (0.00s) [2022-03-01T06:52:25.319Z] === RUN TestProgressString [2022-03-01T06:52:25.319Z] === RUN TestProgressString/no_progress [2022-03-01T06:52:25.319Z] === RUN TestProgressString/progress_1 [2022-03-01T06:52:25.319Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-03-01T06:52:25.319Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-03-01T06:52:25.319Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-03-01T06:52:25.319Z] === RUN TestProgressString/with_units [2022-03-01T06:52:25.319Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-03-01T06:52:25.319Z] === RUN TestProgressString/hide_counts [2022-03-01T06:52:25.319Z] --- PASS: TestProgressString (0.00s) [2022-03-01T06:52:25.319Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-03-01T06:52:25.319Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-03-01T06:52:25.319Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-03-01T06:52:25.319Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-03-01T06:52:25.319Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-03-01T06:52:25.319Z] --- PASS: TestProgressString/with_units (0.00s) [2022-03-01T06:52:25.319Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-03-01T06:52:25.319Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-03-01T06:52:25.319Z] === RUN TestJSONMessageDisplay [2022-03-01T06:52:25.319Z] --- PASS: TestJSONMessageDisplay (0.14s) [2022-03-01T06:52:25.319Z] === RUN TestJSONMessageDisplayWithJSONError [2022-03-01T06:52:25.319Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-03-01T06:52:25.319Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-03-01T06:52:25.319Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-03-01T06:52:25.319Z] === RUN TestDisplayJSONMessagesStream [2022-03-01T06:52:25.319Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-03-01T06:52:25.319Z] PASS [2022-03-01T06:52:25.319Z] coverage: 91.7% of statements [2022-03-01T06:52:25.319Z] ok github.com/docker/docker/pkg/jsonmessage 0.187s coverage: 91.7% of statements [2022-03-01T06:52:25.319Z] time="2022-03-01T06:52:25Z" level=error msg="node1(3e64abb73213) Could not close DB: timeout waiting for leave broadcast" [2022-03-01T06:52:25.319Z] --- PASS: TestNetworkDBNodeLeave (3.03s) [2022-03-01T06:52:25.319Z] === RUN TestNetworkDBWatch [2022-03-01T06:52:25.453Z] INFO: make.ps1 starting at 03/01/2022 06:52:24 [2022-03-01T06:52:25.787Z] === RUN TestStandardLongPath [2022-03-01T06:52:25.787Z] --- PASS: TestStandardLongPath (0.00s) [2022-03-01T06:52:25.787Z] === RUN TestUNCLongPath [2022-03-01T06:52:25.787Z] --- PASS: TestUNCLongPath (0.00s) [2022-03-01T06:52:25.787Z] PASS [2022-03-01T06:52:25.787Z] coverage: 100.0% of statements [2022-03-01T06:52:25.787Z] ok github.com/docker/docker/pkg/longpath 0.037s coverage: 100.0% of statements [2022-03-01T06:52:26.279Z] --- PASS: TestCreateServiceMultipleTimes (14.51s) [2022-03-01T06:52:26.279Z] === RUN TestCreateServiceConflict [2022-03-01T06:52:26.424Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-03-01T06:52:26.774Z] === RUN TestNameFormat [2022-03-01T06:52:26.774Z] --- PASS: TestNameFormat (0.00s) [2022-03-01T06:52:26.774Z] === RUN TestNameRetries [2022-03-01T06:52:26.774Z] --- PASS: TestNameRetries (0.00s) [2022-03-01T06:52:26.774Z] PASS [2022-03-01T06:52:26.774Z] coverage: 85.7% of statements [2022-03-01T06:52:26.774Z] ok github.com/docker/docker/pkg/namesgenerator 0.038s coverage: 85.7% of statements [2022-03-01T06:52:27.242Z] 2022/03/01 06:52:26 Closing DB instances... [2022-03-01T06:52:27.242Z] === RUN TestParseKeyValueOpt [2022-03-01T06:52:27.242Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-03-01T06:52:27.242Z] === RUN TestParseUintList [2022-03-01T06:52:27.242Z] --- PASS: TestParseUintList (0.00s) [2022-03-01T06:52:27.242Z] === RUN TestParseUintListMaximumLimits [2022-03-01T06:52:27.242Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-03-01T06:52:27.242Z] PASS [2022-03-01T06:52:27.242Z] coverage: 97.0% of statements [2022-03-01T06:52:27.242Z] ok github.com/docker/docker/pkg/parsers 0.050s coverage: 97.0% of statements [2022-03-01T06:52:27.646Z] --- PASS: TestCreateServiceConflict (2.08s) [2022-03-01T06:52:27.646Z] === RUN TestCreateServiceMaxReplicas [2022-03-01T06:52:27.711Z] === RUN TestNewAndRemove [2022-03-01T06:52:27.711Z] --- PASS: TestNewAndRemove (0.00s) [2022-03-01T06:52:27.711Z] === RUN TestRemoveInvalidPath [2022-03-01T06:52:27.711Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-03-01T06:52:27.711Z] PASS [2022-03-01T06:52:27.711Z] coverage: 82.6% of statements [2022-03-01T06:52:27.711Z] ok github.com/docker/docker/pkg/pidfile 0.043s coverage: 82.6% of statements [2022-03-01T06:52:28.698Z] --- PASS: TestNetworkDBWatch (3.03s) [2022-03-01T06:52:28.698Z] === RUN TestNetworkDBBulkSync [2022-03-01T06:52:29.118Z] --- PASS: TestBuildMultiStageOnBuild (12.13s) [2022-03-01T06:52:29.118Z] === RUN TestBuildUncleanTarFilenames [2022-03-01T06:52:29.118Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-01T06:52:29.118Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2022-03-01T06:52:29.118Z] === RUN TestBuildMultiStageLayerLeak [2022-03-01T06:52:29.686Z] === RUN TestFailedConnection [2022-03-01T06:52:29.686Z] 2022/03/01 06:52:29 Closing DB instances... [2022-03-01T06:52:30.166Z] --- PASS: TestCreateServiceMaxReplicas (2.53s) [2022-03-01T06:52:30.166Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-01T06:52:30.318Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2022-03-01T06:52:30.672Z] --- PASS: TestFailedConnection (1.10s) [2022-03-01T06:52:30.672Z] === RUN TestFailOnce [2022-03-01T06:52:30.672Z] --- PASS: TestGetAddress (22.21s) [2022-03-01T06:52:30.672Z] === RUN TestRequestSyntaxCheck [2022-03-01T06:52:30.672Z] --- PASS: TestRequestSyntaxCheck (0.03s) [2022-03-01T06:52:30.672Z] === RUN TestRequest [2022-03-01T06:52:30.672Z] 2022/03/01 06:52:30 http: panic serving 127.0.0.1:49279: Plugin not ready [2022-03-01T06:52:30.672Z] goroutine 22 [running]: [2022-03-01T06:52:30.672Z] net/http.(*conn).serve.func1() [2022-03-01T06:52:30.672Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-03-01T06:52:30.672Z] panic({0xd9b9a0, 0xeaf6d0}) [2022-03-01T06:52:30.672Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-03-01T06:52:30.672Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0xb56d9f62aada12d7}, 0xc000215a98) [2022-03-01T06:52:30.672Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-03-01T06:52:30.672Z] net/http.HandlerFunc.ServeHTTP(0x0, {0xebc5c0, 0xc0000a80e0}, 0xcd1206) [2022-03-01T06:52:30.672Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-03-01T06:52:30.672Z] net/http.(*ServeMux).ServeHTTP(0x0, {0xebc5c0, 0xc0000a80e0}, 0xc0000b4200) [2022-03-01T06:52:30.672Z] c:/go/src/net/http/server.go:2425 +0x149 [2022-03-01T06:52:30.672Z] net/http.serverHandler.ServeHTTP({0xebacb0}, {0xebc5c0, 0xc0000a80e0}, 0xc0000b4200) [2022-03-01T06:52:30.672Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-03-01T06:52:30.672Z] net/http.(*conn).serve(0xc0000c2000, {0xebe5c0, 0xc000090420}) [2022-03-01T06:52:30.672Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-03-01T06:52:30.672Z] created by net/http.(*Server).Serve [2022-03-01T06:52:30.672Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-03-01T06:52:30.672Z] time="2022-03-01T06:52:30Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49278/Test.FailOnce: Post \"http://127.0.0.1:49278/Test.FailOnce\": EOF, retrying in 1s" [2022-03-01T06:52:31.141Z] --- PASS: TestNetworkDBBulkSync (2.85s) [2022-03-01T06:52:31.141Z] === RUN TestNetworkDBCRUDMediumCluster [2022-03-01T06:52:31.609Z] --- PASS: TestFailOnce (1.16s) [2022-03-01T06:52:31.609Z] === RUN TestEchoInputOutput [2022-03-01T06:52:31.609Z] --- PASS: TestEchoInputOutput (0.00s) [2022-03-01T06:52:31.609Z] === RUN TestBackoff [2022-03-01T06:52:31.609Z] --- PASS: TestBackoff (0.00s) [2022-03-01T06:52:31.609Z] === RUN TestAbortRetry [2022-03-01T06:52:31.609Z] --- PASS: TestAbortRetry (0.00s) [2022-03-01T06:52:31.609Z] === RUN TestClientScheme [2022-03-01T06:52:31.609Z] --- PASS: TestClientScheme (0.00s) [2022-03-01T06:52:31.609Z] === RUN TestNewClientWithTimeout [2022-03-01T06:52:32.077Z] time="2022-03-01T06:52:32Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49287/Test.Echo: Post \"http://127.0.0.1:49287/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-03-01T06:52:33.626Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-03-01T06:52:33.643Z] time="2022-03-01T06:52:33Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49287/Test.Echo: Post \"http://127.0.0.1:49287/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-03-01T06:52:34.569Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-03-01T06:52:34.629Z] 2022/03/01 06:52:34 Closing DB instances... [2022-03-01T06:52:34.830Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-03-01T06:52:35.422Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-03-01T06:52:36.195Z] time="2022-03-01T06:52:36Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49287/Test.Echo: Post \"http://127.0.0.1:49287/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-03-01T06:52:36.383Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-03-01T06:52:36.383Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2022-03-01T06:52:36.650Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-03-01T06:52:36.911Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-03-01T06:52:37.182Z] === RUN TestParseEmptyInterface [2022-03-01T06:52:37.182Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-03-01T06:52:37.182Z] === RUN TestParseNonInterfaceType [2022-03-01T06:52:37.182Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-03-01T06:52:37.182Z] === RUN TestParseWithOneFunction [2022-03-01T06:52:37.182Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-03-01T06:52:37.182Z] === RUN TestParseWithMultipleFuncs [2022-03-01T06:52:37.182Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-03-01T06:52:37.182Z] === RUN TestParseWithUnnamedReturn [2022-03-01T06:52:37.182Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-03-01T06:52:37.182Z] === RUN TestEmbeddedInterface [2022-03-01T06:52:37.182Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-03-01T06:52:37.182Z] === RUN TestParsedImports [2022-03-01T06:52:37.182Z] --- PASS: TestParsedImports (0.00s) [2022-03-01T06:52:37.182Z] === RUN TestAliasedImports [2022-03-01T06:52:37.182Z] --- PASS: TestAliasedImports (0.00s) [2022-03-01T06:52:37.182Z] PASS [2022-03-01T06:52:37.182Z] coverage: 56.8% of statements [2022-03-01T06:52:37.182Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.054s coverage: 56.8% of statements [2022-03-01T06:52:37.182Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.88s) [2022-03-01T06:52:37.182Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-03-01T06:52:38.169Z] === RUN TestHTTPTransport [2022-03-01T06:52:38.169Z] --- PASS: TestHTTPTransport (0.00s) [2022-03-01T06:52:38.169Z] PASS [2022-03-01T06:52:38.169Z] coverage: 85.7% of statements [2022-03-01T06:52:38.169Z] ok github.com/docker/docker/pkg/plugins/transport 0.039s coverage: 85.7% of statements [2022-03-01T06:52:38.169Z] 2022/03/01 06:52:37 Closing DB instances... [2022-03-01T06:52:38.638Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-03-01T06:52:38.638Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-01T06:52:38.638Z] === RUN TestBufioReaderPoolPutAndGet [2022-03-01T06:52:38.638Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-03-01T06:52:38.638Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-03-01T06:52:38.638Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-03-01T06:52:38.638Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-03-01T06:52:38.638Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-01T06:52:38.638Z] === RUN TestBufioWriterPoolPutAndGet [2022-03-01T06:52:38.638Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-03-01T06:52:38.638Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-03-01T06:52:38.638Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-03-01T06:52:38.638Z] === RUN TestBufferPoolPutAndGet [2022-03-01T06:52:38.638Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-03-01T06:52:38.638Z] PASS [2022-03-01T06:52:38.638Z] coverage: 88.2% of statements [2022-03-01T06:52:38.638Z] ok github.com/docker/docker/pkg/pools 0.044s coverage: 88.2% of statements [2022-03-01T06:52:39.107Z] === RUN TestOutputOnPrematureClose [2022-03-01T06:52:39.107Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-03-01T06:52:39.107Z] === RUN TestCompleteSilently [2022-03-01T06:52:39.107Z] --- PASS: TestCompleteSilently (0.00s) [2022-03-01T06:52:39.107Z] PASS [2022-03-01T06:52:39.107Z] coverage: 75.9% of statements [2022-03-01T06:52:39.107Z] ok github.com/docker/docker/pkg/progress 0.033s coverage: 75.9% of statements [2022-03-01T06:52:39.395Z] --- PASS: TestBuildMultiStageLayerLeak (10.38s) [2022-03-01T06:52:39.395Z] === RUN TestBuildWithHugeFile [2022-03-01T06:52:39.575Z] === RUN TestSendToOneSub [2022-03-01T06:52:39.576Z] --- PASS: TestSendToOneSub (0.00s) [2022-03-01T06:52:39.576Z] === RUN TestSendToMultipleSubs [2022-03-01T06:52:39.576Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-03-01T06:52:39.576Z] === RUN TestEvictOneSub [2022-03-01T06:52:39.576Z] --- PASS: TestEvictOneSub (0.00s) [2022-03-01T06:52:39.576Z] === RUN TestClosePublisher [2022-03-01T06:52:39.576Z] --- PASS: TestClosePublisher (0.00s) [2022-03-01T06:52:39.576Z] === RUN TestPubSubRace [2022-03-01T06:52:39.576Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.62s) [2022-03-01T06:52:39.576Z] === RUN TestNetworkDBGarbageCollection [2022-03-01T06:52:40.562Z] --- PASS: TestPubSubRace (1.06s) [2022-03-01T06:52:40.562Z] PASS [2022-03-01T06:52:40.562Z] coverage: 75.0% of statements [2022-03-01T06:52:40.562Z] ok github.com/docker/docker/pkg/pubsub 1.092s coverage: 75.0% of statements [2022-03-01T06:52:41.030Z] time="2022-03-01T06:52:40Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49287/Test.Echo: Post \"http://127.0.0.1:49287/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-03-01T06:52:41.499Z] === RUN TestRegister [2022-03-01T06:52:41.499Z] --- PASS: TestRegister (0.00s) [2022-03-01T06:52:41.499Z] === RUN TestCommand [2022-03-01T06:52:41.499Z] --- PASS: TestCommand (0.03s) [2022-03-01T06:52:41.499Z] === RUN TestNaiveSelf [2022-03-01T06:52:41.499Z] --- PASS: TestNaiveSelf (0.03s) [2022-03-01T06:52:41.499Z] PASS [2022-03-01T06:52:41.499Z] coverage: 82.4% of statements [2022-03-01T06:52:41.499Z] ok github.com/docker/docker/pkg/reexec 0.102s coverage: 82.4% of statements [2022-03-01T06:52:41.499Z] --- PASS: TestRequest (10.66s) [2022-03-01T06:52:41.499Z] === RUN TestOverlappingRequests [2022-03-01T06:52:41.968Z] === RUN TestDump [2022-03-01T06:52:41.968Z] goroutine 19 [running]: [2022-03-01T06:52:41.968Z] github.com/docker/docker/pkg/stack.dump(0xc0b6b7) [2022-03-01T06:52:41.968Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-01T06:52:41.968Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-03-01T06:52:41.968Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-03-01T06:52:41.968Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2022-03-01T06:52:41.968Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-03-01T06:52:41.968Z] testing.tRunner(0xc0000851e0, 0xd78ef8) [2022-03-01T06:52:41.968Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-01T06:52:41.968Z] created by testing.(*T).Run [2022-03-01T06:52:41.968Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-01T06:52:41.968Z] [2022-03-01T06:52:41.968Z] goroutine 1 [chan receive]: [2022-03-01T06:52:41.968Z] testing.(*T).Run(0xc000085040, {0xd6a531, 0xbea413}, 0xd78ef8) [2022-03-01T06:52:41.968Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-01T06:52:41.968Z] testing.runTests.func1(0xc0000b6810) [2022-03-01T06:52:41.968Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-01T06:52:41.968Z] testing.tRunner(0xc000085040, 0xc0000c1ce0) [2022-03-01T06:52:41.968Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-01T06:52:41.968Z] testing.runTests(0xc0000d0080, {0xedcc00, 0x3, 0x3}, {0xc0a90d, 0xd6c22b, 0xee16a0}) [2022-03-01T06:52:41.968Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-01T06:52:41.968Z] testing.(*M).Run(0xc0000d0080) [2022-03-01T06:52:41.968Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-01T06:52:41.968Z] main.main() [2022-03-01T06:52:41.968Z] _testmain.go:95 +0x1f5 [2022-03-01T06:52:41.968Z] --- PASS: TestDump (0.00s) [2022-03-01T06:52:41.968Z] === RUN TestDumpToFile [2022-03-01T06:52:41.968Z] --- PASS: TestOverlappingRequests (0.55s) [2022-03-01T06:52:41.968Z] === RUN TestRelease [2022-03-01T06:52:41.968Z] --- PASS: TestDumpToFile (0.13s) [2022-03-01T06:52:41.968Z] === RUN TestDumpToFileWithEmptyInput [2022-03-01T06:52:41.968Z] goroutine 21 [running]: [2022-03-01T06:52:41.968Z] github.com/docker/docker/pkg/stack.dump(0xc78894) [2022-03-01T06:52:41.968Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-01T06:52:41.968Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0xc78c40}) [2022-03-01T06:52:41.968Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2022-03-01T06:52:41.968Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc0000851e0) [2022-03-01T06:52:41.968Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-03-01T06:52:41.968Z] testing.tRunner(0xc0000856c0, 0xd78ee8) [2022-03-01T06:52:41.968Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-01T06:52:41.968Z] created by testing.(*T).Run [2022-03-01T06:52:41.968Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-01T06:52:41.968Z] [2022-03-01T06:52:41.968Z] goroutine 1 [chan receive]: [2022-03-01T06:52:41.968Z] testing.(*T).Run(0xc000085040, {0xd71316, 0xbea413}, 0xd78ee8) [2022-03-01T06:52:41.968Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-01T06:52:41.968Z] testing.runTests.func1(0xc0000b6810) [2022-03-01T06:52:41.968Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-01T06:52:41.968Z] testing.tRunner(0xc000085040, 0xc0000c1ce0) [2022-03-01T06:52:41.968Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-01T06:52:41.968Z] testing.runTests(0xc0000d0080, {0xedcc00, 0x3, 0x3}, {0xc0a90d, 0xd6c22b, 0xee16a0}) [2022-03-01T06:52:41.968Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-01T06:52:41.968Z] testing.(*M).Run(0xc0000d0080) [2022-03-01T06:52:41.968Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-01T06:52:41.968Z] main.main() [2022-03-01T06:52:41.968Z] _testmain.go:95 +0x1f5 [2022-03-01T06:52:41.968Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-03-01T06:52:41.968Z] PASS [2022-03-01T06:52:41.968Z] coverage: 90.9% of statements [2022-03-01T06:52:41.968Z] ok github.com/docker/docker/pkg/stack 0.168s coverage: 90.9% of statements [2022-03-01T06:52:42.436Z] === RUN TestNewStdWriter [2022-03-01T06:52:42.436Z] --- PASS: TestNewStdWriter (0.00s) [2022-03-01T06:52:42.436Z] === RUN TestWriteWithUninitializedStdWriter [2022-03-01T06:52:42.436Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-03-01T06:52:42.436Z] === RUN TestWriteWithNilBytes [2022-03-01T06:52:42.436Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-03-01T06:52:42.436Z] === RUN TestWrite [2022-03-01T06:52:42.436Z] --- PASS: TestWrite (0.00s) [2022-03-01T06:52:42.436Z] === RUN TestWriteWithWriterError [2022-03-01T06:52:42.436Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-03-01T06:52:42.436Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-03-01T06:52:42.436Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-03-01T06:52:42.436Z] === RUN TestStdCopyWriteAndRead [2022-03-01T06:52:42.436Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-03-01T06:52:42.436Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-03-01T06:52:42.436Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-03-01T06:52:42.436Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-03-01T06:52:42.436Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-03-01T06:52:42.436Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-03-01T06:52:42.436Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-03-01T06:52:42.436Z] === RUN TestStdCopyWithInvalidInputHeader [2022-03-01T06:52:42.436Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-03-01T06:52:42.436Z] === RUN TestStdCopyWithCorruptedPrefix [2022-03-01T06:52:42.436Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-03-01T06:52:42.436Z] === RUN TestStdCopyReturnsWriteErrors [2022-03-01T06:52:42.436Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-03-01T06:52:42.436Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-03-01T06:52:42.436Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-03-01T06:52:42.436Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-03-01T06:52:42.436Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-03-01T06:52:42.436Z] PASS [2022-03-01T06:52:42.437Z] coverage: 100.0% of statements [2022-03-01T06:52:42.437Z] ok github.com/docker/docker/pkg/stdcopy 0.036s coverage: 100.0% of statements [2022-03-01T06:52:43.424Z] === RUN TestRawProgressFormatterFormatStatus [2022-03-01T06:52:43.424Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-03-01T06:52:43.424Z] === RUN TestRawProgressFormatterFormatProgress [2022-03-01T06:52:43.424Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-03-01T06:52:43.424Z] === RUN TestFormatStatus [2022-03-01T06:52:43.424Z] --- PASS: TestFormatStatus (0.00s) [2022-03-01T06:52:43.424Z] === RUN TestFormatError [2022-03-01T06:52:43.424Z] --- PASS: TestFormatError (0.00s) [2022-03-01T06:52:43.424Z] === RUN TestFormatJSONError [2022-03-01T06:52:43.424Z] --- PASS: TestFormatJSONError (0.00s) [2022-03-01T06:52:43.424Z] === RUN TestJsonProgressFormatterFormatProgress [2022-03-01T06:52:43.424Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-03-01T06:52:43.424Z] === RUN TestJsonProgressFormatterFormatStatus [2022-03-01T06:52:43.424Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-03-01T06:52:43.424Z] === RUN TestNewJSONProgressOutput [2022-03-01T06:52:43.424Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-03-01T06:52:43.424Z] === RUN TestAuxFormatterEmit [2022-03-01T06:52:43.424Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-03-01T06:52:43.424Z] === RUN TestStreamWriterStdout [2022-03-01T06:52:43.424Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-03-01T06:52:43.424Z] === RUN TestStreamWriterStderr [2022-03-01T06:52:43.424Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-03-01T06:52:43.424Z] PASS [2022-03-01T06:52:43.424Z] coverage: 66.2% of statements [2022-03-01T06:52:43.424Z] ok github.com/docker/docker/pkg/streamformatter 0.040s coverage: 66.2% of statements [2022-03-01T06:52:43.497Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2022-03-01T06:52:43.761Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2022-03-01T06:52:43.892Z] === RUN TestGenerateRandomID [2022-03-01T06:52:43.892Z] --- PASS: TestGenerateRandomID (0.00s) [2022-03-01T06:52:43.892Z] === RUN TestShortenId [2022-03-01T06:52:43.892Z] --- PASS: TestShortenId (0.00s) [2022-03-01T06:52:43.892Z] === RUN TestShortenSha256Id [2022-03-01T06:52:43.892Z] --- PASS: TestShortenSha256Id (0.00s) [2022-03-01T06:52:43.892Z] === RUN TestShortenIdEmpty [2022-03-01T06:52:43.892Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-03-01T06:52:43.892Z] === RUN TestShortenIdInvalid [2022-03-01T06:52:43.892Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-03-01T06:52:43.892Z] === RUN TestIsShortIDNonHex [2022-03-01T06:52:43.892Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-03-01T06:52:43.892Z] === RUN TestIsShortIDNotCorrectSize [2022-03-01T06:52:43.892Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-03-01T06:52:43.892Z] PASS [2022-03-01T06:52:43.892Z] coverage: 70.6% of statements [2022-03-01T06:52:43.892Z] ok github.com/docker/docker/pkg/stringid 0.033s coverage: 70.6% of statements [2022-03-01T06:52:43.892Z] --- PASS: TestRelease (2.06s) [2022-03-01T06:52:43.892Z] === RUN TestAllocateRandomDeallocate [2022-03-01T06:52:44.366Z] === RUN TestIsCpusetListAvailable [2022-03-01T06:52:44.366Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-03-01T06:52:44.366Z] PASS [2022-03-01T06:52:44.366Z] coverage: 39.4% of statements [2022-03-01T06:52:44.366Z] ok github.com/docker/docker/pkg/sysinfo 0.033s coverage: 39.4% of statements [2022-03-01T06:52:45.011Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.49s) [2022-03-01T06:52:45.011Z] === RUN TestCreateServiceSecretFileMode [2022-03-01T06:52:45.674Z] === RUN TestDockerSuite/TestBuildExpose [2022-03-01T06:52:45.674Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-03-01T06:52:45.931Z] === RUN TestChtimes [2022-03-01T06:52:45.931Z] --- PASS: TestChtimes (0.00s) [2022-03-01T06:52:45.931Z] === RUN TestChtimesWindows [2022-03-01T06:52:45.931Z] --- PASS: TestChtimesWindows (0.00s) [2022-03-01T06:52:45.931Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-03-01T06:52:45.931Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-03-01T06:52:45.931Z] === RUN TestEnsureRemoveAllNotExist [2022-03-01T06:52:45.931Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-03-01T06:52:45.931Z] === RUN TestEnsureRemoveAllWithDir [2022-03-01T06:52:45.931Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-03-01T06:52:45.931Z] === RUN TestEnsureRemoveAllWithFile [2022-03-01T06:52:45.931Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-03-01T06:52:45.931Z] PASS [2022-03-01T06:52:45.931Z] coverage: 12.9% of statements [2022-03-01T06:52:45.931Z] ok github.com/docker/docker/pkg/system 0.040s coverage: 12.9% of statements [2022-03-01T06:52:46.399Z] === RUN TestTailFile [2022-03-01T06:52:46.399Z] --- PASS: TestTailFile (0.00s) [2022-03-01T06:52:46.399Z] === RUN TestTailFileManyLines [2022-03-01T06:52:46.399Z] --- PASS: TestTailFileManyLines (0.00s) [2022-03-01T06:52:46.399Z] === RUN TestTailEmptyFile [2022-03-01T06:52:46.399Z] --- PASS: TestTailEmptyFile (0.00s) [2022-03-01T06:52:46.399Z] === RUN TestTailNegativeN [2022-03-01T06:52:46.399Z] --- PASS: TestTailNegativeN (0.00s) [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader [2022-03-01T06:52:46.399Z] === CONT TestNewTailReader [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/8_byte_delimiter [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/12_byte_delimiter [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/no_delimiter [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/no_delimiter [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/single_byte_delimiter [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/2_byte_delimiter [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/4_byte_delimiter [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/truncated_last_line [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-03-01T06:52:46.399Z] === CONT TestNewTailReader/8_byte_delimiter [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-01T06:52:46.399Z] === CONT TestNewTailReader/single_byte_delimiter [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-01T06:52:46.399Z] === CONT TestNewTailReader/no_delimiter [2022-03-01T06:52:46.399Z] === CONT TestNewTailReader/12_byte_delimiter [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-03-01T06:52:46.399Z] === CONT TestNewTailReader/2_byte_delimiter [2022-03-01T06:52:46.399Z] === CONT TestNewTailReader/4_byte_delimiter [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-01T06:52:46.399Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-01T06:52:46.399Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-01T06:52:46.399Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-01T06:52:46.399Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-01T06:52:46.399Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:52:46.619Z] docker_api_swarm_test.go:563: [d0a201014c042] joining swarm manager [d96fc1866c962]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-01T06:52:46.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:52:46.869Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-03-01T06:52:46.869Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:52:46.869Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-01T06:52:46.869Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:52:46.869Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:52:46.869Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:52:46.869Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:52:46.869Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:52:46.869Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:52:46.869Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:52:46.869Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-01T06:52:46.869Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-01T06:52:46.869Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-01T06:52:46.869Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-01T06:52:46.869Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-01T06:52:46.869Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-01T06:52:46.869Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-01T06:52:46.869Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-01T06:52:46.869Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-01T06:52:46.869Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-01T06:52:46.869Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-01T06:52:46.869Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-03-01T06:52:46.869Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-03-01T06:52:46.869Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-01T06:52:46.869Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-01T06:52:46.869Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-01T06:52:46.869Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-01T06:52:46.869Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-01T06:52:46.869Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-01T06:52:46.869Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-01T06:52:46.869Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-01T06:52:46.869Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-01T06:52:46.869Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-01T06:52:46.869Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-01T06:52:46.869Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-01T06:52:46.869Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-01T06:52:46.869Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-01T06:52:46.869Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-01T06:52:46.869Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-01T06:52:46.869Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-01T06:52:46.869Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-01T06:52:46.869Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-01T06:52:46.869Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-01T06:52:46.869Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-01T06:52:46.869Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-01T06:52:46.869Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-01T06:52:46.869Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:52:46.869Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:52:46.869Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-01T06:52:46.869Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-01T06:52:46.869Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-01T06:52:46.869Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:52:46.869Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-01T06:52:46.869Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-01T06:52:46.869Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:52:46.869Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-01T06:52:46.869Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-01T06:52:46.869Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-01T06:52:46.869Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-01T06:52:46.869Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:52:46.869Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-01T06:52:46.869Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:52:46.869Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-01T06:52:46.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:52:46.869Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-01T06:52:46.869Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-01T06:52:46.869Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-01T06:52:46.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-01T06:52:46.869Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-01T06:52:46.869Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-01T06:52:46.869Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:52:46.869Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-01T06:52:46.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-01T06:52:46.869Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-01T06:52:46.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-01T06:52:46.869Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-01T06:52:46.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-01T06:52:46.869Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-01T06:52:46.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-01T06:52:46.869Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-03-01T06:52:46.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-03-01T06:52:46.869Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-01T06:52:46.869Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-01T06:52:46.869Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:52:46.869Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:52:46.869Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:52:46.869Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:52:46.869Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:52:46.869Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:52:46.869Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:52:46.869Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:52:46.869Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:52:46.869Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:52:46.869Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:52:46.869Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:52:46.869Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:52:46.869Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:52:46.869Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:52:46.869Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:52:46.869Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:52:46.869Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:52:46.869Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:52:46.869Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:52:46.869Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:52:46.869Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-01T06:52:46.869Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:52:46.870Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:52:46.870Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:52:46.870Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:52:46.870Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-01T06:52:46.870Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-01T06:52:46.870Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:52:46.870Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:52:46.870Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:52:46.870Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:52:46.870Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:52:46.870Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:52:46.870Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:52:46.870Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:52:46.870Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:52:46.870Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-01T06:52:46.870Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-01T06:52:46.870Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-01T06:52:46.870Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:52:46.870Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:52:46.870Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:52:46.870Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:52:46.870Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:52:46.871Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:52:46.871Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:52:46.871Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-01T06:52:46.871Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:52:46.871Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-01T06:52:46.871Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:52:46.871Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:52:46.871Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:52:46.871Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:52:46.871Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-03-01T06:52:46.871Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-01T06:52:46.871Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:52:46.871Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:52:46.871Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:52:46.871Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:52:46.871Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:52:46.871Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:52:46.871Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:52:46.871Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-01T06:52:46.871Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:52:46.871Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:52:46.871Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:52:46.871Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:52:46.871Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-01T06:52:46.871Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:52:46.871Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-01T06:52:46.871Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-01T06:52:46.871Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-01T06:52:46.872Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-01T06:52:46.872Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:52:46.872Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:52:46.872Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:52:46.872Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:52:46.872Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-03-01T06:52:46.872Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-01T06:52:46.872Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:52:46.872Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-01T06:52:46.872Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-01T06:52:46.872Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:52:46.872Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-01T06:52:46.872Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:52:46.872Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:52:46.872Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:52:46.872Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-01T06:52:46.872Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:52:46.872Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-01T06:52:46.872Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-01T06:52:46.872Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-01T06:52:46.872Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:52:46.872Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-01T06:52:46.872Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-01T06:52:46.872Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:52:46.872Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-01T06:52:46.872Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:52:46.872Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-01T06:52:46.872Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:52:46.872Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:52:46.872Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-01T06:52:46.872Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:52:46.872Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-01T06:52:46.872Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-01T06:52:46.872Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-01T06:52:46.873Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-01T06:52:46.873Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-01T06:52:46.873Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:52:46.873Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:52:46.873Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:52:46.873Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:52:46.873Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:52:46.873Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:52:46.873Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-01T06:52:46.873Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-01T06:52:46.873Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-01T06:52:46.873Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:52:46.873Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:52:46.873Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-01T06:52:46.873Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-01T06:52:46.873Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:52:46.873Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:52:46.873Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:52:46.873Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:52:46.873Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:52:46.873Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:52:46.873Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-01T06:52:46.873Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-01T06:52:46.873Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-01T06:52:46.873Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-01T06:52:46.873Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-01T06:52:46.873Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-01T06:52:46.873Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-01T06:52:46.873Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-01T06:52:46.873Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-01T06:52:46.873Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:52:46.873Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:52:46.873Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:52:46.873Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:52:46.873Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:52:46.873Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:52:46.873Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:52:46.873Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-01T06:52:46.873Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:52:46.873Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-01T06:52:46.873Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:52:46.873Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:52:46.873Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-01T06:52:46.873Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:52:46.873Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:52:46.873Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:52:46.873Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:52:46.873Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:52:46.873Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:52:46.873Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:52:46.873Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:52:46.873Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:52:46.873Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:52:46.873Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:52:46.873Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:52:46.873Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:52:46.873Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:52:46.873Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:52:46.873Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-01T06:52:46.873Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-01T06:52:46.874Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-01T06:52:46.880Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-03-01T06:52:47.343Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-01T06:52:47.343Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-01T06:52:47.343Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-01T06:52:47.343Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-01T06:52:47.343Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-01T06:52:47.343Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-01T06:52:47.343Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-01T06:52:47.343Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-01T06:52:47.343Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-01T06:52:47.343Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-01T06:52:47.343Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-01T06:52:47.343Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-01T06:52:47.343Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-01T06:52:47.343Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-01T06:52:47.343Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-01T06:52:47.343Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-01T06:52:47.343Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-01T06:52:47.343Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-01T06:52:47.343Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-01T06:52:47.343Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-01T06:52:47.343Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-01T06:52:47.343Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-01T06:52:47.343Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-01T06:52:47.343Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-01T06:52:47.343Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-01T06:52:47.343Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-01T06:52:47.343Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-01T06:52:47.343Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-01T06:52:47.343Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-01T06:52:47.343Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-01T06:52:47.343Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-01T06:52:47.343Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-01T06:52:47.343Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-01T06:52:47.343Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-01T06:52:47.343Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-01T06:52:47.343Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-01T06:52:47.343Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-01T06:52:47.343Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-01T06:52:47.343Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-01T06:52:47.343Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-01T06:52:47.343Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-01T06:52:47.343Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-01T06:52:47.343Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-01T06:52:47.343Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-01T06:52:47.343Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-01T06:52:47.343Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-01T06:52:47.343Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.01s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-01T06:52:47.343Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.01s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.344Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.01s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.01s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.01s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.01s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.01s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-01T06:52:47.345Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-01T06:52:47.345Z] PASS [2022-03-01T06:52:47.345Z] coverage: 88.6% of statements [2022-03-01T06:52:47.345Z] ok github.com/docker/docker/pkg/tailfile 0.173s coverage: 88.6% of statements [2022-03-01T06:52:47.452Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-03-01T06:52:47.814Z] === RUN TestTarSumRemoveNonExistent [2022-03-01T06:52:47.815Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2022-03-01T06:52:47.815Z] === RUN TestTarSumRemove [2022-03-01T06:52:47.815Z] --- PASS: TestTarSumRemove (0.00s) [2022-03-01T06:52:47.815Z] === RUN TestSortFileInfoSums [2022-03-01T06:52:47.815Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-03-01T06:52:47.815Z] === RUN TestNewTarSumForLabelInvalid [2022-03-01T06:52:47.815Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-03-01T06:52:47.815Z] === RUN TestNewTarSumForLabel [2022-03-01T06:52:47.815Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-03-01T06:52:47.815Z] === RUN TestEmptyTar [2022-03-01T06:52:47.815Z] --- PASS: TestEmptyTar (0.00s) [2022-03-01T06:52:47.815Z] === RUN TestTarSumsReadSize [2022-03-01T06:52:47.815Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-03-01T06:52:47.815Z] === RUN TestTarSums [2022-03-01T06:52:47.815Z] --- PASS: TestTarSums (0.07s) [2022-03-01T06:52:47.815Z] === RUN TestIteration [2022-03-01T06:52:47.815Z] --- PASS: TestIteration (0.00s) [2022-03-01T06:52:47.815Z] === RUN TestVersionLabelForChecksum [2022-03-01T06:52:47.815Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-03-01T06:52:47.815Z] === RUN TestVersion [2022-03-01T06:52:47.815Z] --- PASS: TestVersion (0.00s) [2022-03-01T06:52:47.815Z] === RUN TestGetVersion [2022-03-01T06:52:47.815Z] --- PASS: TestGetVersion (0.00s) [2022-03-01T06:52:47.815Z] === RUN TestGetVersions [2022-03-01T06:52:47.815Z] --- PASS: TestGetVersions (0.00s) [2022-03-01T06:52:47.815Z] PASS [2022-03-01T06:52:47.815Z] coverage: 89.3% of statements [2022-03-01T06:52:47.815Z] ok github.com/docker/docker/pkg/tarsum 0.118s coverage: 89.3% of statements [2022-03-01T06:52:48.025Z] === RUN TestDockerSuite/TestBuildFails [2022-03-01T06:52:48.283Z] testing: warning: no tests to run [2022-03-01T06:52:48.283Z] PASS [2022-03-01T06:52:48.283Z] coverage: [no statements] [2022-03-01T06:52:48.283Z] ok github.com/docker/docker/pkg/term/windows 0.033s coverage: [no statements] [no tests to run] [2022-03-01T06:52:48.751Z] === RUN TestTruncIndex [2022-03-01T06:52:48.969Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-03-01T06:52:48.969Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-03-01T06:52:49.220Z] --- PASS: TestTruncIndex (0.10s) [2022-03-01T06:52:49.220Z] PASS [2022-03-01T06:52:49.220Z] coverage: 91.5% of statements [2022-03-01T06:52:49.220Z] ok github.com/docker/docker/pkg/truncindex 0.134s coverage: 91.5% of statements [2022-03-01T06:52:49.220Z] --- PASS: TestNewClientWithTimeout (17.60s) [2022-03-01T06:52:49.220Z] === RUN TestClientStream [2022-03-01T06:52:49.220Z] --- PASS: TestClientStream (0.00s) [2022-03-01T06:52:49.220Z] === RUN TestClientSendFile [2022-03-01T06:52:49.220Z] --- PASS: TestClientSendFile (0.00s) [2022-03-01T06:52:49.220Z] === RUN TestClientWithRequestTimeout [2022-03-01T06:52:49.220Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2022-03-01T06:52:49.220Z] === RUN TestFileSpecPlugin [2022-03-01T06:52:49.220Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-03-01T06:52:49.220Z] === RUN TestFileJSONSpecPlugin [2022-03-01T06:52:49.220Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-03-01T06:52:49.220Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-03-01T06:52:49.220Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-03-01T06:52:49.220Z] === RUN TestPluginAddHandler [2022-03-01T06:52:49.220Z] --- PASS: TestPluginAddHandler (0.00s) [2022-03-01T06:52:49.220Z] === RUN TestPluginWaitBadPlugin [2022-03-01T06:52:49.220Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-03-01T06:52:49.220Z] === RUN TestGet [2022-03-01T06:52:49.220Z] time="2022-03-01T06:52:49Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-03-01T06:52:49.689Z] === RUN TestIsGIT [2022-03-01T06:52:49.689Z] --- PASS: TestIsGIT (0.00s) [2022-03-01T06:52:49.689Z] === RUN TestIsTransport [2022-03-01T06:52:49.689Z] --- PASS: TestIsTransport (0.00s) [2022-03-01T06:52:49.689Z] PASS [2022-03-01T06:52:49.689Z] coverage: 100.0% of statements [2022-03-01T06:52:49.689Z] ok github.com/docker/docker/pkg/urlutil 0.033s coverage: 100.0% of statements [2022-03-01T06:52:50.162Z] === RUN TestVersionInfo [2022-03-01T06:52:50.162Z] --- PASS: TestVersionInfo (0.00s) [2022-03-01T06:52:50.162Z] === RUN TestAppendVersions [2022-03-01T06:52:50.162Z] --- PASS: TestAppendVersions (0.00s) [2022-03-01T06:52:50.162Z] PASS [2022-03-01T06:52:50.162Z] coverage: 88.9% of statements [2022-03-01T06:52:50.162Z] ok github.com/docker/docker/pkg/useragent 0.031s coverage: 88.9% of statements [2022-03-01T06:52:50.162Z] --- PASS: TestAllocateRandomDeallocate (6.02s) [2022-03-01T06:52:50.162Z] === RUN TestRetrieveFromStore [2022-03-01T06:52:50.630Z] time="2022-03-01T06:52:50Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-03-01T06:52:51.517Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-03-01T06:52:51.618Z] === RUN TestValidatePrivileges [2022-03-01T06:52:51.618Z] --- PASS: TestValidatePrivileges (0.00s) [2022-03-01T06:52:51.618Z] === RUN TestFilterByCapNeg [2022-03-01T06:52:51.618Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-03-01T06:52:51.618Z] === RUN TestFilterByCapPos [2022-03-01T06:52:51.618Z] --- PASS: TestFilterByCapPos (0.00s) [2022-03-01T06:52:51.618Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-03-01T06:52:51.618Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-03-01T06:52:51.618Z] PASS [2022-03-01T06:52:51.618Z] coverage: 12.0% of statements [2022-03-01T06:52:51.618Z] ok github.com/docker/docker/plugin 0.040s coverage: 12.0% of statements [2022-03-01T06:52:52.087Z] --- PASS: TestRetrieveFromStore (1.87s) [2022-03-01T06:52:52.087Z] === RUN TestRequestReleaseAddressDuplicate [2022-03-01T06:52:52.087Z] --- PASS: TestRequestReleaseAddressDuplicate (0.02s) [2022-03-01T06:52:52.087Z] === RUN TestParallelPredefinedRequest1 [2022-03-01T06:52:52.087Z] === PAUSE TestParallelPredefinedRequest1 [2022-03-01T06:52:52.087Z] === RUN TestParallelPredefinedRequest2 [2022-03-01T06:52:52.087Z] === PAUSE TestParallelPredefinedRequest2 [2022-03-01T06:52:52.087Z] === RUN TestParallelPredefinedRequest3 [2022-03-01T06:52:52.087Z] === PAUSE TestParallelPredefinedRequest3 [2022-03-01T06:52:52.087Z] === RUN TestParallelPredefinedRequest4 [2022-03-01T06:52:52.087Z] === PAUSE TestParallelPredefinedRequest4 [2022-03-01T06:52:52.087Z] === RUN TestParallelPredefinedRequest5 [2022-03-01T06:52:52.087Z] === PAUSE TestParallelPredefinedRequest5 [2022-03-01T06:52:52.087Z] === RUN TestDebug [2022-03-01T06:52:52.087Z] --- PASS: TestDebug (0.00s) [2022-03-01T06:52:52.087Z] === RUN TestRequestPoolParallel [2022-03-01T06:52:52.087Z] === RUN TestNewSettable [2022-03-01T06:52:52.087Z] --- PASS: TestNewSettable (0.00s) [2022-03-01T06:52:52.087Z] === RUN TestIsSettable [2022-03-01T06:52:52.087Z] --- PASS: TestIsSettable (0.00s) [2022-03-01T06:52:52.087Z] === RUN TestUpdateSettingsEnv [2022-03-01T06:52:52.087Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-03-01T06:52:52.087Z] PASS [2022-03-01T06:52:52.087Z] coverage: 20.0% of statements [2022-03-01T06:52:52.087Z] ok github.com/docker/docker/plugin/v2 0.044s coverage: 20.0% of statements [2022-03-01T06:52:52.556Z] --- PASS: TestRequestPoolParallel (0.43s) [2022-03-01T06:52:52.556Z] === RUN TestFullAllocateRelease [2022-03-01T06:52:52.556Z] time="2022-03-01T06:52:52Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-03-01T06:52:52.903Z] === RUN TestDockerSuite/TestBuildForceRm [2022-03-01T06:52:53.024Z] --- PASS: TestFullAllocateRelease (0.41s) [2022-03-01T06:52:53.024Z] === RUN TestOddAllocateRelease [2022-03-01T06:52:53.024Z] --- PASS: TestOddAllocateRelease (0.23s) [2022-03-01T06:52:53.024Z] === RUN TestFullAllocateSerialReleaseParallel [2022-03-01T06:52:53.024Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.08s) [2022-03-01T06:52:53.024Z] === RUN TestOddAllocateSerialReleaseParallel [2022-03-01T06:52:53.024Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.05s) [2022-03-01T06:52:53.024Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-03-01T06:52:53.024Z] === RUN TestLoad [2022-03-01T06:52:53.024Z] --- PASS: TestLoad (0.00s) [2022-03-01T06:52:53.024Z] === RUN TestSave [2022-03-01T06:52:53.024Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.05s) [2022-03-01T06:52:53.024Z] === CONT TestParallelPredefinedRequest1 [2022-03-01T06:52:53.024Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-01T06:52:53.024Z] === CONT TestParallelPredefinedRequest4 [2022-03-01T06:52:53.024Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-01T06:52:53.024Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-03-01T06:52:53.024Z] === CONT TestParallelPredefinedRequest5 [2022-03-01T06:52:53.024Z] === CONT TestParallelPredefinedRequest2 [2022-03-01T06:52:53.024Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-01T06:52:53.024Z] === CONT TestParallelPredefinedRequest5 [2022-03-01T06:52:53.024Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-01T06:52:53.024Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-03-01T06:52:53.024Z] === CONT TestParallelPredefinedRequest3 [2022-03-01T06:52:53.024Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-03-01T06:52:53.024Z] === CONT TestParallelPredefinedRequest3 [2022-03-01T06:52:53.024Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-01T06:52:53.024Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-03-01T06:52:53.024Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-03-01T06:52:53.024Z] PASS [2022-03-01T06:52:53.024Z] coverage: 85.3% of statements [2022-03-01T06:52:53.024Z] ok github.com/docker/docker/libnetwork/ipam 53.540s coverage: 85.3% of statements [2022-03-01T06:52:53.024Z] --- PASS: TestSave (0.03s) [2022-03-01T06:52:53.024Z] === RUN TestAddDeleteGet [2022-03-01T06:52:53.493Z] --- PASS: TestAddDeleteGet (0.04s) [2022-03-01T06:52:53.493Z] === RUN TestInvalidTags [2022-03-01T06:52:53.493Z] --- PASS: TestInvalidTags (0.00s) [2022-03-01T06:52:53.493Z] PASS [2022-03-01T06:52:53.493Z] coverage: 83.7% of statements [2022-03-01T06:52:53.493Z] ok github.com/docker/docker/reference 0.126s coverage: 83.7% of statements [2022-03-01T06:52:54.293Z] === RUN TestDockerSuite/TestBuildFromGit [2022-03-01T06:52:54.954Z] --- PASS: TestCreateServiceSecretFileMode (12.25s) [2022-03-01T06:52:54.954Z] === RUN TestCreateServiceConfigFileMode [2022-03-01T06:52:55.066Z] === RUN TestResolveAuthConfigIndexServer [2022-03-01T06:52:55.066Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-03-01T06:52:55.066Z] === RUN TestResolveAuthConfigFullURL [2022-03-01T06:52:55.066Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-03-01T06:52:55.066Z] === RUN TestLoadAllowNondistributableArtifacts [2022-03-01T06:52:55.066Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-03-01T06:52:55.066Z] === RUN TestValidateMirror [2022-03-01T06:52:55.066Z] --- PASS: TestValidateMirror (0.00s) [2022-03-01T06:52:55.066Z] === RUN TestLoadInsecureRegistries [2022-03-01T06:52:55.536Z] time="2022-03-01T06:52:54Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-03-01T06:52:55.536Z] time="2022-03-01T06:52:55Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-03-01T06:52:55.536Z] time="2022-03-01T06:52:55Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-03-01T06:52:55.536Z] --- PASS: TestLoadInsecureRegistries (0.13s) [2022-03-01T06:52:55.536Z] === RUN TestNewServiceConfig [2022-03-01T06:52:55.536Z] --- PASS: TestNewServiceConfig (0.00s) [2022-03-01T06:52:55.536Z] === RUN TestValidateIndexName [2022-03-01T06:52:55.536Z] --- PASS: TestValidateIndexName (0.00s) [2022-03-01T06:52:55.536Z] === RUN TestValidateIndexNameWithError [2022-03-01T06:52:55.536Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-03-01T06:52:55.536Z] === RUN TestEndpointParse [2022-03-01T06:52:55.536Z] --- PASS: TestEndpointParse (0.00s) [2022-03-01T06:52:55.536Z] === RUN TestEndpointParseInvalid [2022-03-01T06:52:55.536Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-03-01T06:52:55.536Z] === RUN TestValidateEndpoint [2022-03-01T06:52:55.536Z] --- PASS: TestValidateEndpoint (0.00s) [2022-03-01T06:52:55.536Z] === RUN TestPing [2022-03-01T06:52:55.536Z] --- PASS: TestPing (0.00s) [2022-03-01T06:52:55.536Z] === RUN TestPingRegistryEndpoint [2022-03-01T06:52:55.536Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:52:55.536Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2022-03-01T06:52:55.536Z] === RUN TestEndpoint [2022-03-01T06:52:55.536Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:52:55.536Z] --- SKIP: TestEndpoint (0.00s) [2022-03-01T06:52:55.536Z] === RUN TestParseRepositoryInfo [2022-03-01T06:52:55.536Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-03-01T06:52:55.536Z] === RUN TestNewIndexInfo [2022-03-01T06:52:55.536Z] --- PASS: TestNewIndexInfo (0.00s) [2022-03-01T06:52:55.536Z] === RUN TestMirrorEndpointLookup [2022-03-01T06:52:55.536Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:52:55.536Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-03-01T06:52:55.536Z] === RUN TestSearchRepositories [2022-03-01T06:52:55.536Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-03-01T06:52:55.536Z] Host: 127.0.0.1:49341 [2022-03-01T06:52:55.536Z] User-Agent: docker test client [2022-03-01T06:52:55.536Z] Authorization: Token fake-token [2022-03-01T06:52:55.536Z] X-Docker-Token: true [2022-03-01T06:52:55.536Z] Accept-Encoding: gzip [2022-03-01T06:52:55.536Z] [2022-03-01T06:52:55.536Z] [2022-03-01T06:52:55.536Z] registry_test.go:730: HTTP/1.1 200 OK [2022-03-01T06:52:55.536Z] Connection: close [2022-03-01T06:52:55.536Z] Content-Length: 144 [2022-03-01T06:52:55.536Z] Cache-Control: no-cache [2022-03-01T06:52:55.536Z] Content-Type: application/json [2022-03-01T06:52:55.536Z] Date: Tue, 01 Mar 2022 06:52:55 GMT [2022-03-01T06:52:55.536Z] Expires: -1 [2022-03-01T06:52:55.536Z] Pragma: no-cache [2022-03-01T06:52:55.536Z] Server: docker-tests/mock [2022-03-01T06:52:55.536Z] X-Docker-Registry-Config: mock [2022-03-01T06:52:55.536Z] X-Docker-Registry-Version: 0.0.0 [2022-03-01T06:52:55.536Z] [2022-03-01T06:52:55.536Z] [2022-03-01T06:52:55.536Z] --- PASS: TestSearchRepositories (0.00s) [2022-03-01T06:52:55.536Z] === RUN TestTrustedLocation [2022-03-01T06:52:55.536Z] --- PASS: TestTrustedLocation (0.00s) [2022-03-01T06:52:55.536Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-03-01T06:52:55.536Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-03-01T06:52:55.536Z] === RUN TestAllowNondistributableArtifacts [2022-03-01T06:52:55.536Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-03-01T06:52:55.536Z] === RUN TestIsSecureIndex [2022-03-01T06:52:55.536Z] --- PASS: TestIsSecureIndex (0.00s) [2022-03-01T06:52:55.536Z] PASS [2022-03-01T06:52:55.536Z] coverage: 51.2% of statements [2022-03-01T06:52:55.536Z] ok github.com/docker/docker/registry 0.209s coverage: 51.2% of statements [2022-03-01T06:52:55.677Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-03-01T06:52:55.938Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-03-01T06:52:56.468Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-01T06:52:56.468Z] INFO: Testing against a local daemon [2022-03-01T06:52:56.468Z] === RUN TestBuildWithSession [2022-03-01T06:52:56.468Z] build_session_test.go:25: TODO: BuildKit [2022-03-01T06:52:56.468Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-01T06:52:56.468Z] === RUN TestBuildSquashParent [2022-03-01T06:52:56.468Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:52:56.468Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-03-01T06:52:56.468Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-01T06:52:56.468Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-01T06:52:56.468Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-01T06:52:56.468Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-01T06:52:56.468Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-01T06:52:56.468Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-01T06:52:56.468Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-01T06:52:56.468Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-01T06:52:56.468Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-01T06:52:56.468Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-01T06:52:56.468Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-01T06:52:56.468Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-01T06:52:56.468Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-01T06:52:56.468Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-01T06:52:56.468Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-01T06:52:56.468Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-01T06:52:56.468Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-01T06:52:56.522Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-03-01T06:52:56.522Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-03-01T06:52:56.522Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-03-01T06:52:56.522Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-03-01T06:52:56.522Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-03-01T06:52:56.522Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-03-01T06:52:56.522Z] === RUN TestResumableRequestReaderWithReadError [2022-03-01T06:52:56.522Z] time="2022-03-01T06:52:56Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-03-01T06:52:56.522Z] time="2022-03-01T06:52:56Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-03-01T06:52:56.522Z] --- PASS: TestResumableRequestReaderWithReadError (0.12s) [2022-03-01T06:52:56.522Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-03-01T06:52:56.522Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-03-01T06:52:56.523Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-03-01T06:52:56.523Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-03-01T06:52:56.523Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-03-01T06:52:56.523Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-03-01T06:52:56.523Z] === RUN TestResumableRequestReader [2022-03-01T06:52:56.523Z] --- PASS: TestResumableRequestReader (0.00s) [2022-03-01T06:52:56.523Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-03-01T06:52:56.523Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-03-01T06:52:56.523Z] PASS [2022-03-01T06:52:56.523Z] coverage: 100.0% of statements [2022-03-01T06:52:56.523Z] ok github.com/docker/docker/registry/resumable 0.184s coverage: 100.0% of statements [2022-03-01T06:52:56.879Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-03-01T06:52:56.990Z] === RUN TestRestartManagerTimeout [2022-03-01T06:52:56.990Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-03-01T06:52:56.990Z] === RUN TestRestartManagerTimeoutReset [2022-03-01T06:52:56.990Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-03-01T06:52:56.990Z] PASS [2022-03-01T06:52:56.990Z] coverage: 50.9% of statements [2022-03-01T06:52:56.990Z] ok github.com/docker/docker/restartmanager 0.033s coverage: 50.9% of statements [2022-03-01T06:52:57.977Z] === RUN TestDecodeContainerConfig [2022-03-01T06:52:57.977Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-03-01T06:52:57.977Z] === RUN TestDecodeContainerConfigIsolation [2022-03-01T06:52:57.977Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-03-01T06:52:57.977Z] === RUN TestValidatePrivileged [2022-03-01T06:52:57.977Z] --- PASS: TestValidatePrivileged (0.00s) [2022-03-01T06:52:57.977Z] PASS [2022-03-01T06:52:57.977Z] coverage: 52.6% of statements [2022-03-01T06:52:57.977Z] ok github.com/docker/docker/runconfig 0.040s coverage: 52.6% of statements [2022-03-01T06:52:58.445Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-03-01T06:52:58.445Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-03-01T06:52:58.445Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-03-01T06:52:58.445Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-03-01T06:52:58.445Z] PASS [2022-03-01T06:52:58.445Z] coverage: 62.5% of statements [2022-03-01T06:52:58.445Z] ok github.com/docker/docker/testutil 0.035s coverage: 62.5% of statements [2022-03-01T06:52:58.793Z] docker_api_swarm_test.go:585: [d61ed5e2b847b] joining swarm manager [d96fc1866c962]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-01T06:52:58.793Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-03-01T06:53:00.178Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-03-01T06:53:00.438Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-03-01T06:53:01.380Z] check_test.go:379: [d0a201014c042] daemon is not started [2022-03-01T06:53:02.323Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-03-01T06:53:03.201Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-01T06:53:03.201Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-01T06:53:03.201Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-01T06:53:03.201Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-03-01T06:53:03.201Z] === RUN TestGetDriver [2022-03-01T06:53:03.201Z] --- PASS: TestGetDriver (0.00s) [2022-03-01T06:53:03.201Z] === RUN TestVolumeRequestError [2022-03-01T06:53:03.201Z] --- PASS: TestVolumeRequestError (0.02s) [2022-03-01T06:53:03.201Z] PASS [2022-03-01T06:53:03.201Z] coverage: 36.1% of statements [2022-03-01T06:53:03.201Z] ok github.com/docker/docker/volume/drivers 0.065s coverage: 36.1% of statements [2022-03-01T06:53:03.669Z] === RUN TestGetAddress [2022-03-01T06:53:03.669Z] --- PASS: TestGetAddress (0.00s) [2022-03-01T06:53:03.669Z] === RUN TestRemove [2022-03-01T06:53:03.669Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-01T06:53:03.669Z] --- SKIP: TestRemove (0.00s) [2022-03-01T06:53:03.669Z] === RUN TestInitializeWithVolumes [2022-03-01T06:53:03.669Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-03-01T06:53:03.669Z] === RUN TestCreate [2022-03-01T06:53:03.669Z] --- PASS: TestCreate (0.01s) [2022-03-01T06:53:03.669Z] === RUN TestValidateName [2022-03-01T06:53:03.669Z] --- PASS: TestValidateName (0.00s) [2022-03-01T06:53:03.669Z] === RUN TestCreateWithOpts [2022-03-01T06:53:03.669Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-01T06:53:03.669Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-03-01T06:53:03.669Z] === RUN TestRelaodNoOpts [2022-03-01T06:53:03.669Z] --- PASS: TestRelaodNoOpts (0.01s) [2022-03-01T06:53:03.669Z] PASS [2022-03-01T06:53:03.669Z] coverage: 41.5% of statements [2022-03-01T06:53:03.669Z] ok github.com/docker/docker/volume/local 0.079s coverage: 41.5% of statements [2022-03-01T06:53:04.138Z] === RUN TestLCOWParseMountRaw [2022-03-01T06:53:04.138Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-03-01T06:53:04.138Z] === RUN TestLCOWParseMountRawSplit [2022-03-01T06:53:04.138Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-03-01T06:53:04.138Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-03-01T06:53:04.138Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-03-01T06:53:04.138Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-03-01T06:53:04.138Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-03-01T06:53:04.138Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-03-01T06:53:04.138Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-03-01T06:53:04.138Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-03-01T06:53:04.138Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-03-01T06:53:04.138Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-03-01T06:53:04.138Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-03-01T06:53:04.138Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-03-01T06:53:04.138Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-03-01T06:53:04.138Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-03-01T06:53:04.138Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-03-01T06:53:04.138Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-03-01T06:53:04.138Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-03-01T06:53:04.138Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-03-01T06:53:04.138Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-03-01T06:53:04.138Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-03-01T06:53:04.138Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-03-01T06:53:04.138Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-03-01T06:53:04.138Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-01T06:53:04.138Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-03-01T06:53:04.138Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-01T06:53:04.138Z] === RUN TestLinuxParseMountRaw [2022-03-01T06:53:04.138Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-03-01T06:53:04.138Z] === RUN TestLinuxParseMountRawSplit [2022-03-01T06:53:04.138Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-03-01T06:53:04.138Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-03-01T06:53:04.138Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-03-01T06:53:04.138Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-03-01T06:53:04.138Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-03-01T06:53:04.138Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-03-01T06:53:04.138Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-03-01T06:53:04.138Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-03-01T06:53:04.138Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-03-01T06:53:04.138Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-03-01T06:53:04.138Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-03-01T06:53:04.138Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-03-01T06:53:04.138Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-03-01T06:53:04.138Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-03-01T06:53:04.138Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-03-01T06:53:04.138Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-03-01T06:53:04.138Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-03-01T06:53:04.138Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-03-01T06:53:04.138Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-03-01T06:53:04.138Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-03-01T06:53:04.138Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-03-01T06:53:04.138Z] === RUN TestConvertTmpfsOptions [2022-03-01T06:53:04.138Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-03-01T06:53:04.138Z] linux_parser_test.go:209: data="ro" [2022-03-01T06:53:04.138Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-03-01T06:53:04.138Z] === RUN TestParseMountSpec [2022-03-01T06:53:04.138Z] parser_test.go:62: case 0 [2022-03-01T06:53:04.138Z] parser_test.go:62: case 1 [2022-03-01T06:53:04.138Z] parser_test.go:62: case 2 [2022-03-01T06:53:04.138Z] parser_test.go:62: case 3 [2022-03-01T06:53:04.138Z] parser_test.go:62: case 4 [2022-03-01T06:53:04.138Z] parser_test.go:62: case 5 [2022-03-01T06:53:04.138Z] --- PASS: TestParseMountSpec (0.00s) [2022-03-01T06:53:04.138Z] === RUN TestValidateMount [2022-03-01T06:53:04.138Z] --- PASS: TestValidateMount (0.00s) [2022-03-01T06:53:04.138Z] === RUN TestWindowsParseMountRaw [2022-03-01T06:53:04.138Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-03-01T06:53:04.138Z] === RUN TestWindowsParseMountRawSplit [2022-03-01T06:53:04.138Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-03-01T06:53:04.138Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-03-01T06:53:04.138Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-03-01T06:53:04.138Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-03-01T06:53:04.138Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-03-01T06:53:04.138Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-03-01T06:53:04.138Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-03-01T06:53:04.138Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-03-01T06:53:04.138Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-03-01T06:53:04.138Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-03-01T06:53:04.138Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-03-01T06:53:04.138Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-03-01T06:53:04.138Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-03-01T06:53:04.138Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-03-01T06:53:04.138Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-03-01T06:53:04.138Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-03-01T06:53:04.138Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-03-01T06:53:04.138Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-03-01T06:53:04.138Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-03-01T06:53:04.138Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-03-01T06:53:04.138Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-03-01T06:53:04.138Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-03-01T06:53:04.138Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-03-01T06:53:04.138Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-03-01T06:53:04.138Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-01T06:53:04.138Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-03-01T06:53:04.138Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-01T06:53:04.138Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-03-01T06:53:04.138Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-03-01T06:53:04.138Z] PASS [2022-03-01T06:53:04.138Z] coverage: 67.6% of statements [2022-03-01T06:53:04.138Z] ok github.com/docker/docker/volume/mounts 0.047s coverage: 67.6% of statements [2022-03-01T06:53:04.241Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-03-01T06:53:04.608Z] --- PASS: TestGet (15.01s) [2022-03-01T06:53:04.608Z] === RUN TestPluginWithNoManifest [2022-03-01T06:53:04.608Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-03-01T06:53:04.608Z] === RUN TestGetAll [2022-03-01T06:53:04.608Z] --- PASS: TestGetAll (0.00s) [2022-03-01T06:53:04.608Z] PASS [2022-03-01T06:53:04.608Z] coverage: 73.2% of statements [2022-03-01T06:53:04.608Z] ok github.com/docker/docker/pkg/plugins 34.940s coverage: 73.2% of statements [2022-03-01T06:53:05.075Z] === RUN TestSetGetMeta [2022-03-01T06:53:05.075Z] === PAUSE TestSetGetMeta [2022-03-01T06:53:05.075Z] === RUN TestRestore [2022-03-01T06:53:05.075Z] === PAUSE TestRestore [2022-03-01T06:53:05.075Z] === RUN TestServiceCreate [2022-03-01T06:53:05.075Z] === PAUSE TestServiceCreate [2022-03-01T06:53:05.075Z] === RUN TestServiceList [2022-03-01T06:53:05.075Z] === PAUSE TestServiceList [2022-03-01T06:53:05.075Z] === RUN TestServiceRemove [2022-03-01T06:53:05.075Z] === PAUSE TestServiceRemove [2022-03-01T06:53:05.075Z] === RUN TestServiceGet [2022-03-01T06:53:05.075Z] === PAUSE TestServiceGet [2022-03-01T06:53:05.075Z] === RUN TestServicePrune [2022-03-01T06:53:05.075Z] === PAUSE TestServicePrune [2022-03-01T06:53:05.075Z] === RUN TestCreate [2022-03-01T06:53:05.075Z] === PAUSE TestCreate [2022-03-01T06:53:05.075Z] === RUN TestRemove [2022-03-01T06:53:05.075Z] === PAUSE TestRemove [2022-03-01T06:53:05.075Z] === RUN TestList [2022-03-01T06:53:05.075Z] === PAUSE TestList [2022-03-01T06:53:05.075Z] === RUN TestFindByDriver [2022-03-01T06:53:05.075Z] === PAUSE TestFindByDriver [2022-03-01T06:53:05.075Z] === RUN TestFindByReferenced [2022-03-01T06:53:05.075Z] === PAUSE TestFindByReferenced [2022-03-01T06:53:05.075Z] === RUN TestDerefMultipleOfSameRef [2022-03-01T06:53:05.075Z] === PAUSE TestDerefMultipleOfSameRef [2022-03-01T06:53:05.075Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-01T06:53:05.075Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-01T06:53:05.075Z] === RUN TestDefererencePluginOnCreateError [2022-03-01T06:53:05.075Z] === PAUSE TestDefererencePluginOnCreateError [2022-03-01T06:53:05.075Z] === RUN TestRefDerefRemove [2022-03-01T06:53:05.075Z] === PAUSE TestRefDerefRemove [2022-03-01T06:53:05.075Z] === RUN TestGet [2022-03-01T06:53:05.075Z] === PAUSE TestGet [2022-03-01T06:53:05.075Z] === RUN TestGetWithReference [2022-03-01T06:53:05.075Z] === PAUSE TestGetWithReference [2022-03-01T06:53:05.075Z] === RUN TestFilterFunc [2022-03-01T06:53:05.075Z] === RUN TestFilterFunc/test_nil_list [2022-03-01T06:53:05.075Z] === PAUSE TestFilterFunc/test_nil_list [2022-03-01T06:53:05.075Z] === RUN TestFilterFunc/test_empty_list [2022-03-01T06:53:05.075Z] === PAUSE TestFilterFunc/test_empty_list [2022-03-01T06:53:05.075Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-03-01T06:53:05.075Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-03-01T06:53:05.075Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-01T06:53:05.075Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-01T06:53:05.075Z] === RUN TestFilterFunc/test_filter_some [2022-03-01T06:53:05.075Z] === PAUSE TestFilterFunc/test_filter_some [2022-03-01T06:53:05.075Z] === RUN TestFilterFunc/test_filter_middle [2022-03-01T06:53:05.075Z] === PAUSE TestFilterFunc/test_filter_middle [2022-03-01T06:53:05.075Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-03-01T06:53:05.075Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-03-01T06:53:05.075Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-03-01T06:53:05.075Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-03-01T06:53:05.075Z] === CONT TestFilterFunc/test_nil_list [2022-03-01T06:53:05.075Z] === CONT TestFilterFunc/test_filter_some [2022-03-01T06:53:05.075Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-01T06:53:05.075Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-03-01T06:53:05.075Z] === CONT TestFilterFunc/test_empty_list [2022-03-01T06:53:05.075Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-03-01T06:53:05.075Z] === CONT TestFilterFunc/test_filter_middle [2022-03-01T06:53:05.075Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-03-01T06:53:05.075Z] --- PASS: TestFilterFunc (0.00s) [2022-03-01T06:53:05.075Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-03-01T06:53:05.075Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-03-01T06:53:05.075Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-03-01T06:53:05.075Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-03-01T06:53:05.075Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-03-01T06:53:05.075Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-03-01T06:53:05.075Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-03-01T06:53:05.075Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-03-01T06:53:05.075Z] === CONT TestSetGetMeta [2022-03-01T06:53:05.075Z] === CONT TestList [2022-03-01T06:53:05.075Z] === CONT TestServiceGet [2022-03-01T06:53:05.075Z] === CONT TestDefererencePluginOnCreateError [2022-03-01T06:53:05.075Z] --- PASS: TestSetGetMeta (0.02s) [2022-03-01T06:53:05.075Z] === CONT TestServiceRemove [2022-03-01T06:53:05.075Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2022-03-01T06:53:05.075Z] === CONT TestServiceList [2022-03-01T06:53:05.075Z] --- PASS: TestList (0.04s) [2022-03-01T06:53:05.075Z] === CONT TestServiceCreate [2022-03-01T06:53:05.184Z] === RUN TestDockerSuite/TestBuildHistory [2022-03-01T06:53:05.547Z] --- PASS: TestServiceGet (0.13s) [2022-03-01T06:53:05.547Z] === CONT TestRestore [2022-03-01T06:53:05.547Z] --- PASS: TestServiceRemove (0.12s) [2022-03-01T06:53:05.547Z] === CONT TestCreate [2022-03-01T06:53:05.547Z] --- PASS: TestServiceList (0.11s) [2022-03-01T06:53:05.547Z] === CONT TestRemove [2022-03-01T06:53:05.547Z] --- PASS: TestServiceCreate (0.10s) [2022-03-01T06:53:05.547Z] === CONT TestGet [2022-03-01T06:53:05.547Z] --- PASS: TestCreate (0.02s) [2022-03-01T06:53:05.547Z] === CONT TestGetWithReference [2022-03-01T06:53:05.547Z] --- PASS: TestGet (0.03s) [2022-03-01T06:53:05.547Z] === CONT TestRefDerefRemove [2022-03-01T06:53:05.547Z] --- PASS: TestRestore (0.04s) [2022-03-01T06:53:05.547Z] === CONT TestDerefMultipleOfSameRef [2022-03-01T06:53:05.547Z] --- PASS: TestRemove (0.03s) [2022-03-01T06:53:05.547Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-01T06:53:05.547Z] --- PASS: TestRefDerefRemove (0.02s) [2022-03-01T06:53:05.547Z] === CONT TestServicePrune [2022-03-01T06:53:05.547Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2022-03-01T06:53:05.547Z] === CONT TestFindByReferenced [2022-03-01T06:53:05.547Z] --- PASS: TestGetWithReference (0.03s) [2022-03-01T06:53:05.547Z] === CONT TestFindByDriver [2022-03-01T06:53:05.547Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2022-03-01T06:53:05.547Z] time="2022-03-01T06:53:05Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-01T06:53:05.547Z] --- PASS: TestFindByReferenced (0.02s) [2022-03-01T06:53:05.547Z] --- PASS: TestFindByDriver (0.02s) [2022-03-01T06:53:05.547Z] time="2022-03-01T06:53:05Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-01T06:53:05.547Z] time="2022-03-01T06:53:05Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-01T06:53:05.547Z] time="2022-03-01T06:53:05Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-03-01T06:53:05.547Z] time="2022-03-01T06:53:05Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-01T06:53:05.547Z] --- PASS: TestServicePrune (0.05s) [2022-03-01T06:53:05.547Z] PASS [2022-03-01T06:53:05.547Z] coverage: 69.0% of statements [2022-03-01T06:53:05.547Z] ok github.com/docker/docker/volume/service 0.289s coverage: 69.0% of statements [2022-03-01T06:53:08.885Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-01T06:53:08.885Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-01T06:53:09.385Z] === RUN TestDockerSuite/TestBuildIidFile [2022-03-01T06:53:09.385Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-03-01T06:53:09.793Z] --- PASS: TestCreateServiceConfigFileMode (12.37s) [2022-03-01T06:53:09.793Z] === RUN TestCreateServiceSysctls [2022-03-01T06:53:09.955Z] === RUN TestDockerSuite/TestBuildInheritance [2022-03-01T06:53:10.356Z] --- PASS: TestCreateServiceSysctls (2.81s) [2022-03-01T06:53:10.356Z] === RUN TestCreateServiceCapabilities [2022-03-01T06:53:10.526Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-03-01T06:53:10.786Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-03-01T06:53:11.047Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-03-01T06:53:11.617Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2022-03-01T06:53:11.617Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-03-01T06:53:11.617Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2022-03-01T06:53:11.877Z] === RUN TestDockerSuite/TestBuildLabel [2022-03-01T06:53:12.448Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-03-01T06:53:12.872Z] --- PASS: TestCreateServiceCapabilities (2.32s) [2022-03-01T06:53:12.872Z] === RUN TestInspect [2022-03-01T06:53:13.018Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-03-01T06:53:13.279Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-03-01T06:53:13.851Z] === RUN TestDockerSuite/TestBuildLabels [2022-03-01T06:53:14.423Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-03-01T06:53:14.684Z] docker_api_swarm_test.go:46: [d1d45fc976b45] joining swarm manager [d6e842a2dd741]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-01T06:53:14.762Z] --- PASS: TestInspect (2.17s) [2022-03-01T06:53:14.762Z] === RUN TestCreateJob [2022-03-01T06:53:16.069Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-03-01T06:53:17.313Z] --- PASS: TestCreateJob (2.67s) [2022-03-01T06:53:17.314Z] === RUN TestReplicatedJob [2022-03-01T06:53:17.470Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-03-01T06:53:17.470Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (14.67s) [2022-03-01T06:53:17.470Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (14.91s) [2022-03-01T06:53:17.470Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (15.24s) [2022-03-01T06:53:17.470Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (15.34s) [2022-03-01T06:53:17.470Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (8.31s) [2022-03-01T06:53:17.470Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (8.81s) [2022-03-01T06:53:17.470Z] === RUN TestBuildMultiStageCopy [2022-03-01T06:53:17.470Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-01T06:53:18.615Z] === RUN TestDockerSuite/TestBuildLastModified [2022-03-01T06:53:22.560Z] --- PASS: TestReplicatedJob (4.74s) [2022-03-01T06:53:22.560Z] === RUN TestUpdateReplicatedJob [2022-03-01T06:53:23.900Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-03-01T06:53:25.079Z] --- PASS: TestUpdateReplicatedJob (2.50s) [2022-03-01T06:53:25.079Z] === RUN TestServiceListWithStatuses [2022-03-01T06:53:25.079Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-01T06:53:25.079Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-01T06:53:25.079Z] === RUN TestDockerNetworkConnectAlias [2022-03-01T06:53:25.813Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-03-01T06:53:25.813Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-03-01T06:53:26.075Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-03-01T06:53:26.075Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-03-01T06:53:26.351Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-03-01T06:53:26.351Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-03-01T06:53:27.821Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-01T06:53:28.281Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-01T06:53:28.348Z] --- PASS: TestDockerNetworkConnectAlias (3.42s) [2022-03-01T06:53:28.348Z] === RUN TestDockerNetworkReConnect [2022-03-01T06:53:28.930Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-03-01T06:53:29.251Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-01T06:53:29.871Z] --- PASS: TestImportExtremelyLargeImageWorks (172.67s) [2022-03-01T06:53:29.871Z] PASS [2022-03-01T06:53:29.871Z] [2022-03-01T06:53:29.871Z] DONE 22 tests in 176.305s [2022-03-01T06:53:29.871Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-03-01T06:53:29.871Z] ++ 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 [2022-03-01T06:53:29.871Z] ++ set -e [2022-03-01T06:53:29.871Z] ++ '[' -n 0 ']' [2022-03-01T06:53:29.871Z] ++ set -x [2022-03-01T06:53:29.871Z] ++ 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 [2022-03-01T06:53:29.871Z] INFO: Testing against a local daemon [2022-03-01T06:53:29.871Z] === RUN TestNetworkCreateDelete [2022-03-01T06:53:29.871Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-03-01T06:53:30.131Z] --- PASS: TestNetworkCreateDelete (0.14s) [2022-03-01T06:53:30.131Z] === RUN TestDockerNetworkDeletePreferID [2022-03-01T06:53:30.221Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-01T06:53:30.701Z] --- PASS: TestDockerNetworkDeletePreferID (0.46s) [2022-03-01T06:53:30.701Z] === RUN TestDaemonDNSFallback [2022-03-01T06:53:30.863Z] --- PASS: TestDockerNetworkReConnect (2.77s) [2022-03-01T06:53:30.863Z] === RUN TestServicePlugin [2022-03-01T06:53:30.863Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-01T06:53:30.863Z] --- SKIP: TestServicePlugin (0.00s) [2022-03-01T06:53:30.863Z] === RUN TestServiceUpdateLabel [2022-03-01T06:53:31.760Z] --- PASS: TestBuildMultiStageCopy (13.92s) [2022-03-01T06:53:31.761Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (9.65s) [2022-03-01T06:53:31.761Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.80s) [2022-03-01T06:53:31.761Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.99s) [2022-03-01T06:53:31.761Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.17s) [2022-03-01T06:53:31.761Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.30s) [2022-03-01T06:53:31.761Z] === RUN TestBuildMultiStageParentConfig [2022-03-01T06:53:31.787Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-03-01T06:53:31.787Z] Copying nested executables into bundles/cross/linux/amd64-daemon [2022-03-01T06:53:31.787Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-03-01T06:53:31.787Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-03-01T06:53:31.787Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-03-01T06:53:31.787Z] Cross building: bundles/cross/windows/amd64 [2022-03-01T06:53:31.787Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-03-01T06:53:31.787Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-03-01T06:53:32.612Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-03-01T06:53:32.873Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-03-01T06:53:33.133Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-03-01T06:53:33.378Z] --- PASS: TestServiceUpdateLabel (2.11s) [2022-03-01T06:53:33.378Z] === RUN TestServiceUpdateSecrets [2022-03-01T06:53:33.393Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2022-03-01T06:53:33.954Z] --- PASS: TestBuildMultiStageParentConfig (2.56s) [2022-03-01T06:53:33.954Z] === RUN TestBuildLabelWithTargets [2022-03-01T06:53:33.954Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-01T06:53:33.954Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-03-01T06:53:33.954Z] === RUN TestBuildWithEmptyLayers [2022-03-01T06:53:34.333Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2022-03-01T06:53:35.493Z] --- PASS: TestBuildWithEmptyLayers (1.31s) [2022-03-01T06:53:35.494Z] === RUN TestBuildMultiStageOnBuild [2022-03-01T06:53:35.656Z] 2022/03/01 06:53:31 Closing DB instances... [2022-03-01T06:53:35.656Z] --- PASS: TestNetworkDBGarbageCollection (54.23s) [2022-03-01T06:53:35.656Z] === RUN TestFindNode [2022-03-01T06:53:35.656Z] 2022/03/01 06:53:33 Closing DB instances... [2022-03-01T06:53:35.656Z] --- PASS: TestFindNode (0.02s) [2022-03-01T06:53:35.656Z] === RUN TestChangeNodeState [2022-03-01T06:53:35.656Z] 2022/03/01 06:53:33 Closing DB instances... [2022-03-01T06:53:35.656Z] --- PASS: TestChangeNodeState (0.02s) [2022-03-01T06:53:35.656Z] === RUN TestNodeReincarnation [2022-03-01T06:53:35.656Z] 2022/03/01 06:53:33 Closing DB instances... [2022-03-01T06:53:37.630Z] --- PASS: TestDaemonDNSFallback (6.58s) [2022-03-01T06:53:37.630Z] === RUN TestInspectNetwork [2022-03-01T06:53:39.450Z] time="2022-03-01T06:53:38Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-03-01T06:53:39.450Z] --- PASS: TestNodeReincarnation (5.02s) [2022-03-01T06:53:39.450Z] === RUN TestParallelCreate [2022-03-01T06:53:39.450Z] 2022/03/01 06:53:38 Closing DB instances... [2022-03-01T06:53:39.450Z] --- PASS: TestParallelCreate (0.02s) [2022-03-01T06:53:39.450Z] === RUN TestParallelDelete [2022-03-01T06:53:39.450Z] 2022/03/01 06:53:38 Closing DB instances... [2022-03-01T06:53:39.450Z] --- PASS: TestParallelDelete (0.02s) [2022-03-01T06:53:39.450Z] === RUN TestNetworkDBIslands [2022-03-01T06:53:39.450Z] time="2022-03-01T06:53:38Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:b4478daeb471 with config:&{NodeID:b4478daeb471 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-01T06:53:39.450Z] time="2022-03-01T06:53:38Z" level=info msg="Node b4478daeb471/192.168.47.179, joined gossip cluster" [2022-03-01T06:53:39.450Z] time="2022-03-01T06:53:38Z" level=info msg="Node b4478daeb471/192.168.47.179, added to nodes list" [2022-03-01T06:53:39.450Z] time="2022-03-01T06:53:38Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:929b7b0a1ccb with config:&{NodeID:929b7b0a1ccb Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-01T06:53:39.450Z] time="2022-03-01T06:53:38Z" level=info msg="Node 929b7b0a1ccb/192.168.47.179, joined gossip cluster" [2022-03-01T06:53:39.450Z] time="2022-03-01T06:53:38Z" level=info msg="Node 929b7b0a1ccb/192.168.47.179, added to nodes list" [2022-03-01T06:53:39.450Z] time="2022-03-01T06:53:38Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-03-01T06:53:39.450Z] time="2022-03-01T06:53:38Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-03-01T06:53:39.450Z] time="2022-03-01T06:53:38Z" level=debug msg="memberlist: Stream connection from=[::1]:49418" [2022-03-01T06:53:39.450Z] time="2022-03-01T06:53:38Z" level=info msg="Node 929b7b0a1ccb/192.168.47.179, joined gossip cluster" [2022-03-01T06:53:39.450Z] time="2022-03-01T06:53:38Z" level=info msg="Node 929b7b0a1ccb/192.168.47.179, added to nodes list" [2022-03-01T06:53:39.450Z] time="2022-03-01T06:53:38Z" level=info msg="Node b4478daeb471/192.168.47.179, joined gossip cluster" [2022-03-01T06:53:39.450Z] time="2022-03-01T06:53:38Z" level=info msg="Node b4478daeb471/192.168.47.179, added to nodes list" [2022-03-01T06:53:39.450Z] time="2022-03-01T06:53:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-03-01T06:53:39.450Z] time="2022-03-01T06:53:38Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49419" [2022-03-01T06:53:39.450Z] time="2022-03-01T06:53:39Z" level=debug msg="memberlist: Failed to join 192.168.47.179: dial tcp 192.168.47.179:10013: connectex: No connection could be made because the target machine actively refused it." [2022-03-01T06:53:39.918Z] time="2022-03-01T06:53:39Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:a4c596bd2e71 with config:&{NodeID:a4c596bd2e71 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-01T06:53:39.918Z] time="2022-03-01T06:53:39Z" level=info msg="Node a4c596bd2e71/192.168.47.179, joined gossip cluster" [2022-03-01T06:53:39.918Z] time="2022-03-01T06:53:39Z" level=info msg="Node a4c596bd2e71/192.168.47.179, added to nodes list" [2022-03-01T06:53:39.918Z] time="2022-03-01T06:53:39Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-03-01T06:53:39.918Z] time="2022-03-01T06:53:39Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-03-01T06:53:39.918Z] time="2022-03-01T06:53:39Z" level=debug msg="memberlist: Stream connection from=[::1]:49421" [2022-03-01T06:53:39.918Z] time="2022-03-01T06:53:39Z" level=info msg="Node a4c596bd2e71/192.168.47.179, joined gossip cluster" [2022-03-01T06:53:39.918Z] time="2022-03-01T06:53:39Z" level=info msg="Node a4c596bd2e71/192.168.47.179, added to nodes list" [2022-03-01T06:53:39.918Z] time="2022-03-01T06:53:39Z" level=info msg="Node b4478daeb471/192.168.47.179, joined gossip cluster" [2022-03-01T06:53:39.918Z] time="2022-03-01T06:53:39Z" level=info msg="Node b4478daeb471/192.168.47.179, added to nodes list" [2022-03-01T06:53:39.918Z] time="2022-03-01T06:53:39Z" level=info msg="Node 929b7b0a1ccb/192.168.47.179, joined gossip cluster" [2022-03-01T06:53:39.918Z] time="2022-03-01T06:53:39Z" level=info msg="Node 929b7b0a1ccb/192.168.47.179, added to nodes list" [2022-03-01T06:53:39.918Z] time="2022-03-01T06:53:39Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-03-01T06:53:39.918Z] time="2022-03-01T06:53:39Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49422" [2022-03-01T06:53:39.918Z] time="2022-03-01T06:53:39Z" level=info msg="Node a4c596bd2e71/192.168.47.179, joined gossip cluster" [2022-03-01T06:53:39.918Z] time="2022-03-01T06:53:39Z" level=info msg="Node a4c596bd2e71/192.168.47.179, added to nodes list" [2022-03-01T06:53:40.387Z] time="2022-03-01T06:53:40Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:42d36cf5025a with config:&{NodeID:42d36cf5025a Hostname:node4 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10036 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-01T06:53:40.387Z] time="2022-03-01T06:53:40Z" level=info msg="Node 42d36cf5025a/192.168.47.179, joined gossip cluster" [2022-03-01T06:53:40.387Z] time="2022-03-01T06:53:40Z" level=info msg="Node 42d36cf5025a/192.168.47.179, added to nodes list" [2022-03-01T06:53:40.387Z] time="2022-03-01T06:53:40Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-03-01T06:53:40.387Z] time="2022-03-01T06:53:40Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-03-01T06:53:40.387Z] time="2022-03-01T06:53:40Z" level=debug msg="memberlist: Stream connection from=[::1]:49423" [2022-03-01T06:53:40.387Z] time="2022-03-01T06:53:40Z" level=info msg="Node 42d36cf5025a/192.168.47.179, joined gossip cluster" [2022-03-01T06:53:40.387Z] time="2022-03-01T06:53:40Z" level=info msg="Node 42d36cf5025a/192.168.47.179, added to nodes list" [2022-03-01T06:53:40.387Z] time="2022-03-01T06:53:40Z" level=info msg="Node b4478daeb471/192.168.47.179, joined gossip cluster" [2022-03-01T06:53:40.387Z] time="2022-03-01T06:53:40Z" level=info msg="Node b4478daeb471/192.168.47.179, added to nodes list" [2022-03-01T06:53:40.387Z] time="2022-03-01T06:53:40Z" level=info msg="Node 929b7b0a1ccb/192.168.47.179, joined gossip cluster" [2022-03-01T06:53:40.387Z] time="2022-03-01T06:53:40Z" level=info msg="Node 929b7b0a1ccb/192.168.47.179, added to nodes list" [2022-03-01T06:53:40.387Z] time="2022-03-01T06:53:40Z" level=info msg="Node a4c596bd2e71/192.168.47.179, joined gossip cluster" [2022-03-01T06:53:40.387Z] time="2022-03-01T06:53:40Z" level=info msg="Node a4c596bd2e71/192.168.47.179, added to nodes list" [2022-03-01T06:53:40.387Z] time="2022-03-01T06:53:40Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-03-01T06:53:40.387Z] time="2022-03-01T06:53:40Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49424" [2022-03-01T06:53:40.387Z] time="2022-03-01T06:53:40Z" level=info msg="Node 42d36cf5025a/192.168.47.179, joined gossip cluster" [2022-03-01T06:53:40.387Z] time="2022-03-01T06:53:40Z" level=info msg="Node 42d36cf5025a/192.168.47.179, added to nodes list" [2022-03-01T06:53:40.387Z] time="2022-03-01T06:53:40Z" level=info msg="Node 42d36cf5025a/192.168.47.179, joined gossip cluster" [2022-03-01T06:53:40.387Z] time="2022-03-01T06:53:40Z" level=info msg="Node 42d36cf5025a/192.168.47.179, added to nodes list" [2022-03-01T06:53:40.856Z] time="2022-03-01T06:53:40Z" level=debug msg="memberlist: Failed to join 192.168.47.179: dial tcp 192.168.47.179:10013: connectex: No connection could be made because the target machine actively refused it." [2022-03-01T06:53:40.856Z] time="2022-03-01T06:53:40Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:583a83d8a659 with config:&{NodeID:583a83d8a659 Hostname:node5 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10037 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-01T06:53:40.856Z] time="2022-03-01T06:53:40Z" level=info msg="Node 583a83d8a659/192.168.47.179, joined gossip cluster" [2022-03-01T06:53:40.856Z] time="2022-03-01T06:53:40Z" level=info msg="Node 583a83d8a659/192.168.47.179, added to nodes list" [2022-03-01T06:53:40.856Z] time="2022-03-01T06:53:40Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-03-01T06:53:40.856Z] time="2022-03-01T06:53:40Z" level=debug msg="memberlist: Stream connection from=[::1]:49426" [2022-03-01T06:53:40.856Z] time="2022-03-01T06:53:40Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-03-01T06:53:40.856Z] time="2022-03-01T06:53:40Z" level=info msg="Node 583a83d8a659/192.168.47.179, joined gossip cluster" [2022-03-01T06:53:40.856Z] time="2022-03-01T06:53:40Z" level=info msg="Node 583a83d8a659/192.168.47.179, added to nodes list" [2022-03-01T06:53:40.856Z] time="2022-03-01T06:53:40Z" level=info msg="Node b4478daeb471/192.168.47.179, joined gossip cluster" [2022-03-01T06:53:40.856Z] time="2022-03-01T06:53:40Z" level=info msg="Node b4478daeb471/192.168.47.179, added to nodes list" [2022-03-01T06:53:40.856Z] time="2022-03-01T06:53:40Z" level=info msg="Node 929b7b0a1ccb/192.168.47.179, joined gossip cluster" [2022-03-01T06:53:40.856Z] time="2022-03-01T06:53:40Z" level=info msg="Node 929b7b0a1ccb/192.168.47.179, added to nodes list" [2022-03-01T06:53:40.856Z] time="2022-03-01T06:53:40Z" level=info msg="Node a4c596bd2e71/192.168.47.179, joined gossip cluster" [2022-03-01T06:53:40.856Z] time="2022-03-01T06:53:40Z" level=info msg="Node a4c596bd2e71/192.168.47.179, added to nodes list" [2022-03-01T06:53:40.856Z] time="2022-03-01T06:53:40Z" level=info msg="Node 42d36cf5025a/192.168.47.179, joined gossip cluster" [2022-03-01T06:53:40.856Z] time="2022-03-01T06:53:40Z" level=info msg="Node 42d36cf5025a/192.168.47.179, added to nodes list" [2022-03-01T06:53:40.856Z] time="2022-03-01T06:53:40Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-03-01T06:53:40.856Z] time="2022-03-01T06:53:40Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49427" [2022-03-01T06:53:40.856Z] time="2022-03-01T06:53:40Z" level=info msg="Node 583a83d8a659/192.168.47.179, joined gossip cluster" [2022-03-01T06:53:40.856Z] time="2022-03-01T06:53:40Z" level=info msg="Node 583a83d8a659/192.168.47.179, added to nodes list" [2022-03-01T06:53:40.856Z] time="2022-03-01T06:53:40Z" level=info msg="Node 583a83d8a659/192.168.47.179, joined gossip cluster" [2022-03-01T06:53:40.856Z] time="2022-03-01T06:53:40Z" level=info msg="Node 583a83d8a659/192.168.47.179, added to nodes list" [2022-03-01T06:53:40.856Z] time="2022-03-01T06:53:40Z" level=info msg="Node 583a83d8a659/192.168.47.179, joined gossip cluster" [2022-03-01T06:53:40.856Z] time="2022-03-01T06:53:40Z" level=info msg="Node 583a83d8a659/192.168.47.179, added to nodes list" [2022-03-01T06:53:40.928Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-03-01T06:53:40.928Z] === RUN TestInspectNetwork/full_network_id [2022-03-01T06:53:40.928Z] === RUN TestInspectNetwork/partial_network_id [2022-03-01T06:53:40.928Z] === RUN TestInspectNetwork/network_name [2022-03-01T06:53:40.928Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-03-01T06:53:41.324Z] networkdb_test.go:835: Re-joining: 3 [2022-03-01T06:53:41.324Z] time="2022-03-01T06:53:40Z" level=info msg="The new bootstrap node list is:[192.168.47.179:10033 192.168.47.179:10034 192.168.47.179:10035]" [2022-03-01T06:53:41.324Z] time="2022-03-01T06:53:40Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.47.179:10033" [2022-03-01T06:53:41.324Z] time="2022-03-01T06:53:40Z" level=debug msg="memberlist: Stream connection from=192.168.47.179:49428" [2022-03-01T06:53:41.324Z] time="2022-03-01T06:53:40Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.47.179:10034" [2022-03-01T06:53:41.324Z] time="2022-03-01T06:53:40Z" level=debug msg="memberlist: Stream connection from=192.168.47.179:49429" [2022-03-01T06:53:41.324Z] time="2022-03-01T06:53:40Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.47.179:10035" [2022-03-01T06:53:41.324Z] time="2022-03-01T06:53:40Z" level=debug msg="memberlist: Stream connection from=192.168.47.179:49430" [2022-03-01T06:53:41.324Z] networkdb_test.go:835: Re-joining: 4 [2022-03-01T06:53:41.324Z] time="2022-03-01T06:53:41Z" level=info msg="The new bootstrap node list is:[192.168.47.179:10033 192.168.47.179:10034 192.168.47.179:10035]" [2022-03-01T06:53:41.324Z] time="2022-03-01T06:53:41Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.47.179:10033" [2022-03-01T06:53:41.324Z] time="2022-03-01T06:53:41Z" level=debug msg="memberlist: Stream connection from=192.168.47.179:49431" [2022-03-01T06:53:41.324Z] time="2022-03-01T06:53:41Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.47.179:10034" [2022-03-01T06:53:41.324Z] time="2022-03-01T06:53:41Z" level=debug msg="memberlist: Stream connection from=192.168.47.179:49432" [2022-03-01T06:53:41.324Z] time="2022-03-01T06:53:41Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.47.179:10035" [2022-03-01T06:53:41.324Z] time="2022-03-01T06:53:41Z" level=debug msg="memberlist: Stream connection from=192.168.47.179:49433" [2022-03-01T06:53:41.793Z] time="2022-03-01T06:53:41Z" level=info msg="node 0 leaving" [2022-03-01T06:53:41.793Z] time="2022-03-01T06:53:41Z" level=debug msg="memberlist: Failed to join 192.168.47.179: dial tcp 192.168.47.179:10013: connectex: No connection could be made because the target machine actively refused it." [2022-03-01T06:53:41.793Z] time="2022-03-01T06:53:41Z" level=info msg="Node b4478daeb471 change state NodeActive --> NodeLeft" [2022-03-01T06:53:41.793Z] time="2022-03-01T06:53:41Z" level=info msg="node2(929b7b0a1ccb): Node leave event for b4478daeb471/192.168.47.179" [2022-03-01T06:53:41.793Z] time="2022-03-01T06:53:41Z" level=info msg="Node b4478daeb471 change state NodeActive --> NodeLeft" [2022-03-01T06:53:41.793Z] time="2022-03-01T06:53:41Z" level=info msg="node4(42d36cf5025a): Node leave event for b4478daeb471/192.168.47.179" [2022-03-01T06:53:41.793Z] time="2022-03-01T06:53:41Z" level=info msg="Node b4478daeb471 change state NodeActive --> NodeLeft" [2022-03-01T06:53:41.793Z] time="2022-03-01T06:53:41Z" level=info msg="node5(583a83d8a659): Node leave event for b4478daeb471/192.168.47.179" [2022-03-01T06:53:41.793Z] time="2022-03-01T06:53:41Z" level=info msg="Node b4478daeb471 change state NodeActive --> NodeLeft" [2022-03-01T06:53:41.793Z] time="2022-03-01T06:53:41Z" level=info msg="node3(a4c596bd2e71): Node leave event for b4478daeb471/192.168.47.179" [2022-03-01T06:53:41.793Z] time="2022-03-01T06:53:41Z" level=info msg="Node b4478daeb471 change state NodeActive --> NodeLeft" [2022-03-01T06:53:41.793Z] time="2022-03-01T06:53:41Z" level=info msg="node1(b4478daeb471): Node leave event for b4478daeb471/192.168.47.179" [2022-03-01T06:53:41.793Z] time="2022-03-01T06:53:41Z" level=info msg="Node b4478daeb471/192.168.47.179, left gossip cluster" [2022-03-01T06:53:41.793Z] time="2022-03-01T06:53:41Z" level=info msg="Node b4478daeb471/192.168.47.179, left gossip cluster" [2022-03-01T06:53:41.793Z] time="2022-03-01T06:53:41Z" level=info msg="Node b4478daeb471/192.168.47.179, left gossip cluster" [2022-03-01T06:53:41.793Z] time="2022-03-01T06:53:41Z" level=info msg="Node b4478daeb471/192.168.47.179, left gossip cluster" [2022-03-01T06:53:41.793Z] time="2022-03-01T06:53:41Z" level=info msg="Node b4478daeb471/192.168.47.179, left gossip cluster" [2022-03-01T06:53:42.265Z] time="2022-03-01T06:53:41Z" level=info msg="node 1 leaving" [2022-03-01T06:53:42.265Z] time="2022-03-01T06:53:41Z" level=info msg="Node 929b7b0a1ccb change state NodeActive --> NodeLeft" [2022-03-01T06:53:42.265Z] time="2022-03-01T06:53:41Z" level=info msg="node3(a4c596bd2e71): Node leave event for 929b7b0a1ccb/192.168.47.179" [2022-03-01T06:53:42.265Z] time="2022-03-01T06:53:41Z" level=info msg="Node 929b7b0a1ccb change state NodeActive --> NodeLeft" [2022-03-01T06:53:42.265Z] time="2022-03-01T06:53:41Z" level=info msg="node4(42d36cf5025a): Node leave event for 929b7b0a1ccb/192.168.47.179" [2022-03-01T06:53:42.265Z] time="2022-03-01T06:53:41Z" level=info msg="Node 929b7b0a1ccb/192.168.47.179, left gossip cluster" [2022-03-01T06:53:42.265Z] time="2022-03-01T06:53:41Z" level=info msg="Node 929b7b0a1ccb change state NodeActive --> NodeFailed" [2022-03-01T06:53:42.265Z] time="2022-03-01T06:53:41Z" level=info msg="Node 929b7b0a1ccb/192.168.47.179, added to failed nodes list" [2022-03-01T06:53:42.265Z] time="2022-03-01T06:53:41Z" level=info msg="Node 929b7b0a1ccb change state NodeActive --> NodeLeft" [2022-03-01T06:53:42.265Z] time="2022-03-01T06:53:41Z" level=info msg="node5(583a83d8a659): Node leave event for 929b7b0a1ccb/192.168.47.179" [2022-03-01T06:53:42.265Z] time="2022-03-01T06:53:41Z" level=error msg="node: 929b7b0a1ccb is unknown to memberlist" [2022-03-01T06:53:42.265Z] time="2022-03-01T06:53:42Z" level=info msg="Node 929b7b0a1ccb/192.168.47.179, left gossip cluster" [2022-03-01T06:53:42.265Z] time="2022-03-01T06:53:42Z" level=info msg="Node 929b7b0a1ccb/192.168.47.179, left gossip cluster" [2022-03-01T06:53:42.265Z] time="2022-03-01T06:53:42Z" level=info msg="Node 929b7b0a1ccb/192.168.47.179, left gossip cluster" [2022-03-01T06:53:42.734Z] time="2022-03-01T06:53:42Z" level=info msg="node 2 leaving" [2022-03-01T06:53:42.734Z] time="2022-03-01T06:53:42Z" level=info msg="Node a4c596bd2e71 change state NodeActive --> NodeLeft" [2022-03-01T06:53:42.734Z] time="2022-03-01T06:53:42Z" level=info msg="node4(42d36cf5025a): Node leave event for a4c596bd2e71/192.168.47.179" [2022-03-01T06:53:42.734Z] time="2022-03-01T06:53:42Z" level=info msg="Node a4c596bd2e71 change state NodeActive --> NodeLeft" [2022-03-01T06:53:42.734Z] time="2022-03-01T06:53:42Z" level=info msg="node5(583a83d8a659): Node leave event for a4c596bd2e71/192.168.47.179" [2022-03-01T06:53:42.734Z] time="2022-03-01T06:53:42Z" level=info msg="Node a4c596bd2e71 change state NodeActive --> NodeLeft" [2022-03-01T06:53:42.734Z] time="2022-03-01T06:53:42Z" level=info msg="node3(a4c596bd2e71): Node leave event for a4c596bd2e71/192.168.47.179" [2022-03-01T06:53:42.734Z] time="2022-03-01T06:53:42Z" level=debug msg="memberlist: Failed ping: 583a83d8a659 (timeout reached)" [2022-03-01T06:53:42.734Z] time="2022-03-01T06:53:42Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->192.168.47.179:10035: use of closed network connection" [2022-03-01T06:53:42.734Z] time="2022-03-01T06:53:42Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->192.168.47.179:10036: use of closed network connection" [2022-03-01T06:53:42.734Z] time="2022-03-01T06:53:42Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->192.168.47.179:10034: use of closed network connection" [2022-03-01T06:53:42.734Z] time="2022-03-01T06:53:42Z" level=debug msg="memberlist: Stream connection from=192.168.47.179:49435" [2022-03-01T06:53:42.734Z] time="2022-03-01T06:53:42Z" level=debug msg="memberlist: Failed to join 192.168.47.179: dial tcp 192.168.47.179:10013: connectex: No connection could be made because the target machine actively refused it." [2022-03-01T06:53:42.734Z] time="2022-03-01T06:53:42Z" level=info msg="Node a4c596bd2e71/192.168.47.179, left gossip cluster" [2022-03-01T06:53:42.734Z] time="2022-03-01T06:53:42Z" level=info msg="Node a4c596bd2e71/192.168.47.179, left gossip cluster" [2022-03-01T06:53:42.734Z] time="2022-03-01T06:53:42Z" level=info msg="Node a4c596bd2e71/192.168.47.179, left gossip cluster" [2022-03-01T06:53:42.839Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-03-01T06:53:43.202Z] time="2022-03-01T06:53:42Z" level=warning msg="memberlist: Was able to connect to 583a83d8a659 but other probes failed, network may be misconfigured" [2022-03-01T06:53:43.202Z] networkdb_test.go:867: node4: OK [2022-03-01T06:53:43.202Z] networkdb_test.go:867: node5: OK [2022-03-01T06:53:43.202Z] time="2022-03-01T06:53:42Z" level=info msg="node 0 coming back" [2022-03-01T06:53:43.202Z] time="2022-03-01T06:53:42Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:ef2ae1fb494d with config:&{NodeID:ef2ae1fb494d Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-01T06:53:43.202Z] time="2022-03-01T06:53:42Z" level=info msg="Node ef2ae1fb494d/192.168.47.179, joined gossip cluster" [2022-03-01T06:53:43.202Z] time="2022-03-01T06:53:42Z" level=info msg="Node ef2ae1fb494d/192.168.47.179, added to nodes list" [2022-03-01T06:53:43.202Z] time="2022-03-01T06:53:42Z" level=info msg="node 1 coming back" [2022-03-01T06:53:43.202Z] time="2022-03-01T06:53:42Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:c4dff35994bc with config:&{NodeID:c4dff35994bc Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-01T06:53:43.202Z] time="2022-03-01T06:53:42Z" level=info msg="Node c4dff35994bc/192.168.47.179, joined gossip cluster" [2022-03-01T06:53:43.202Z] time="2022-03-01T06:53:42Z" level=info msg="Node c4dff35994bc/192.168.47.179, added to nodes list" [2022-03-01T06:53:43.202Z] time="2022-03-01T06:53:42Z" level=info msg="node 2 coming back" [2022-03-01T06:53:43.202Z] time="2022-03-01T06:53:42Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:f95dcddfb3f9 with config:&{NodeID:f95dcddfb3f9 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2022-03-01T06:53:43.202Z] time="2022-03-01T06:53:42Z" level=info msg="Node f95dcddfb3f9/192.168.47.179, joined gossip cluster" [2022-03-01T06:53:43.202Z] time="2022-03-01T06:53:42Z" level=info msg="Node f95dcddfb3f9/192.168.47.179, added to nodes list" [2022-03-01T06:53:43.409Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-03-01T06:53:43.670Z] time="2022-03-01T06:53:43Z" level=debug msg="memberlist: Failed to join 192.168.47.179: dial tcp 192.168.47.179:10013: connectex: No connection could be made because the target machine actively refused it." [2022-03-01T06:53:44.658Z] time="2022-03-01T06:53:44Z" level=debug msg="memberlist: Failed to join 192.168.47.179: dial tcp 192.168.47.179:10013: connectex: No connection could be made because the target machine actively refused it." [2022-03-01T06:53:45.320Z] --- PASS: TestInspectNetwork (7.90s) [2022-03-01T06:53:45.320Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-03-01T06:53:45.320Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-03-01T06:53:45.320Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-03-01T06:53:45.320Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-03-01T06:53:45.320Z] === RUN TestRunContainerWithBridgeNone [2022-03-01T06:53:45.320Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-03-01T06:53:45.320Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2022-03-01T06:53:45.320Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-03-01T06:53:45.646Z] time="2022-03-01T06:53:45Z" level=debug msg="memberlist: Failed to join 192.168.47.179: dial tcp 192.168.47.179:10013: connectex: No connection could be made because the target machine actively refused it." [2022-03-01T06:53:46.632Z] time="2022-03-01T06:53:46Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [192.168.47.179:10033 192.168.47.179:10034 192.168.47.179:10035]" [2022-03-01T06:53:46.632Z] time="2022-03-01T06:53:46Z" level=debug msg="memberlist: Failed to join 192.168.47.179: dial tcp 192.168.47.179:10013: connectex: No connection could be made because the target machine actively refused it." [2022-03-01T06:53:46.632Z] time="2022-03-01T06:53:46Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [192.168.47.179:10033 192.168.47.179:10034 192.168.47.179:10035]" [2022-03-01T06:53:47.231Z] --- PASS: TestRunContainerWithBridgeNone (1.99s) [2022-03-01T06:53:47.231Z] === RUN TestNetworkInvalidJSON [2022-03-01T06:53:47.231Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-01T06:53:47.231Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-01T06:53:47.231Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-01T06:53:47.231Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-01T06:53:47.231Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-01T06:53:47.231Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-01T06:53:47.231Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-01T06:53:47.231Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-01T06:53:47.231Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-01T06:53:47.231Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2022-03-01T06:53:47.231Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-03-01T06:53:47.231Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-03-01T06:53:47.231Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-03-01T06:53:47.231Z] === RUN TestNetworkList [2022-03-01T06:53:47.231Z] === RUN TestNetworkList//networks [2022-03-01T06:53:47.231Z] === PAUSE TestNetworkList//networks [2022-03-01T06:53:47.231Z] === RUN TestNetworkList//networks/ [2022-03-01T06:53:47.231Z] === PAUSE TestNetworkList//networks/ [2022-03-01T06:53:47.231Z] === CONT TestNetworkList//networks [2022-03-01T06:53:47.231Z] === CONT TestNetworkList//networks/ [2022-03-01T06:53:47.231Z] --- PASS: TestNetworkList (0.02s) [2022-03-01T06:53:47.231Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-01T06:53:47.231Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-01T06:53:47.231Z] === RUN TestHostIPv4BridgeLabel [2022-03-01T06:53:47.620Z] time="2022-03-01T06:53:47Z" level=debug msg="memberlist: Failed to join 192.168.47.179: dial tcp 192.168.47.179:10013: connectex: No connection could be made because the target machine actively refused it." [2022-03-01T06:53:47.620Z] time="2022-03-01T06:53:47Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.47.179:10033" [2022-03-01T06:53:47.620Z] time="2022-03-01T06:53:47Z" level=debug msg="memberlist: Stream connection from=192.168.47.179:49442" [2022-03-01T06:53:47.620Z] time="2022-03-01T06:53:47Z" level=info msg="Node 42d36cf5025a/192.168.47.179, joined gossip cluster" [2022-03-01T06:53:47.620Z] time="2022-03-01T06:53:47Z" level=info msg="Node 42d36cf5025a/192.168.47.179, added to nodes list" [2022-03-01T06:53:47.620Z] time="2022-03-01T06:53:47Z" level=info msg="Node 583a83d8a659/192.168.47.179, joined gossip cluster" [2022-03-01T06:53:47.620Z] time="2022-03-01T06:53:47Z" level=info msg="Node 583a83d8a659/192.168.47.179, added to nodes list" [2022-03-01T06:53:47.620Z] time="2022-03-01T06:53:47Z" level=info msg="Node ef2ae1fb494d/192.168.47.179, joined gossip cluster" [2022-03-01T06:53:47.620Z] time="2022-03-01T06:53:47Z" level=info msg="Node ef2ae1fb494d/192.168.47.179, is the new incarnation of the shutdown node b4478daeb471/192.168.47.179" [2022-03-01T06:53:47.620Z] time="2022-03-01T06:53:47Z" level=info msg="Node ef2ae1fb494d/192.168.47.179, added to nodes list" [2022-03-01T06:53:47.620Z] time="2022-03-01T06:53:47Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.47.179:10034" [2022-03-01T06:53:47.620Z] time="2022-03-01T06:53:47Z" level=debug msg="memberlist: Stream connection from=192.168.47.179:49443" [2022-03-01T06:53:47.620Z] time="2022-03-01T06:53:47Z" level=info msg="Node ef2ae1fb494d/192.168.47.179, joined gossip cluster" [2022-03-01T06:53:47.620Z] time="2022-03-01T06:53:47Z" level=info msg="Node ef2ae1fb494d/192.168.47.179, added to nodes list" [2022-03-01T06:53:47.620Z] time="2022-03-01T06:53:47Z" level=info msg="Node 583a83d8a659/192.168.47.179, joined gossip cluster" [2022-03-01T06:53:47.620Z] time="2022-03-01T06:53:47Z" level=info msg="Node 583a83d8a659/192.168.47.179, added to nodes list" [2022-03-01T06:53:47.620Z] time="2022-03-01T06:53:47Z" level=info msg="Node 42d36cf5025a/192.168.47.179, joined gossip cluster" [2022-03-01T06:53:47.620Z] time="2022-03-01T06:53:47Z" level=info msg="Node 42d36cf5025a/192.168.47.179, added to nodes list" [2022-03-01T06:53:47.620Z] time="2022-03-01T06:53:47Z" level=info msg="Node c4dff35994bc/192.168.47.179, joined gossip cluster" [2022-03-01T06:53:47.620Z] time="2022-03-01T06:53:47Z" level=info msg="Node c4dff35994bc/192.168.47.179, is the new incarnation of the shutdown node 929b7b0a1ccb/192.168.47.179" [2022-03-01T06:53:47.620Z] time="2022-03-01T06:53:47Z" level=info msg="Node c4dff35994bc/192.168.47.179, added to nodes list" [2022-03-01T06:53:47.620Z] time="2022-03-01T06:53:47Z" level=debug msg="memberlist: Initiating push/pull sync with: 192.168.47.179:10035" [2022-03-01T06:53:47.620Z] time="2022-03-01T06:53:47Z" level=debug msg="memberlist: Stream connection from=192.168.47.179:49444" [2022-03-01T06:53:47.620Z] time="2022-03-01T06:53:47Z" level=info msg="Node ef2ae1fb494d/192.168.47.179, joined gossip cluster" [2022-03-01T06:53:47.620Z] time="2022-03-01T06:53:47Z" level=info msg="Node ef2ae1fb494d/192.168.47.179, added to nodes list" [2022-03-01T06:53:47.620Z] time="2022-03-01T06:53:47Z" level=info msg="Node c4dff35994bc/192.168.47.179, joined gossip cluster" [2022-03-01T06:53:47.620Z] time="2022-03-01T06:53:47Z" level=info msg="Node c4dff35994bc/192.168.47.179, added to nodes list" [2022-03-01T06:53:47.620Z] time="2022-03-01T06:53:47Z" level=info msg="Node 583a83d8a659/192.168.47.179, joined gossip cluster" [2022-03-01T06:53:47.620Z] time="2022-03-01T06:53:47Z" level=info msg="Node 583a83d8a659/192.168.47.179, added to nodes list" [2022-03-01T06:53:47.620Z] time="2022-03-01T06:53:47Z" level=info msg="Node 42d36cf5025a/192.168.47.179, joined gossip cluster" [2022-03-01T06:53:47.620Z] time="2022-03-01T06:53:47Z" level=info msg="Node 42d36cf5025a/192.168.47.179, added to nodes list" [2022-03-01T06:53:47.620Z] time="2022-03-01T06:53:47Z" level=info msg="Node f95dcddfb3f9/192.168.47.179, joined gossip cluster" [2022-03-01T06:53:47.620Z] time="2022-03-01T06:53:47Z" level=info msg="Node f95dcddfb3f9/192.168.47.179, is the new incarnation of the shutdown node a4c596bd2e71/192.168.47.179" [2022-03-01T06:53:47.620Z] time="2022-03-01T06:53:47Z" level=info msg="Node f95dcddfb3f9/192.168.47.179, added to nodes list" [2022-03-01T06:53:47.620Z] time="2022-03-01T06:53:47Z" level=info msg="Node f95dcddfb3f9/192.168.47.179, joined gossip cluster" [2022-03-01T06:53:47.620Z] time="2022-03-01T06:53:47Z" level=info msg="Node f95dcddfb3f9/192.168.47.179, added to nodes list" [2022-03-01T06:53:47.620Z] time="2022-03-01T06:53:47Z" level=info msg="Node c4dff35994bc/192.168.47.179, joined gossip cluster" [2022-03-01T06:53:47.620Z] time="2022-03-01T06:53:47Z" level=info msg="Node c4dff35994bc/192.168.47.179, added to nodes list" [2022-03-01T06:53:47.620Z] time="2022-03-01T06:53:47Z" level=info msg="Node f95dcddfb3f9/192.168.47.179, joined gossip cluster" [2022-03-01T06:53:47.620Z] time="2022-03-01T06:53:47Z" level=info msg="Node f95dcddfb3f9/192.168.47.179, is the new incarnation of the shutdown node a4c596bd2e71/192.168.47.179" [2022-03-01T06:53:47.620Z] time="2022-03-01T06:53:47Z" level=info msg="Node f95dcddfb3f9/192.168.47.179, added to nodes list" [2022-03-01T06:53:47.620Z] time="2022-03-01T06:53:47Z" level=info msg="Node ef2ae1fb494d/192.168.47.179, joined gossip cluster" [2022-03-01T06:53:47.620Z] time="2022-03-01T06:53:47Z" level=info msg="Node ef2ae1fb494d/192.168.47.179, is the new incarnation of the shutdown node b4478daeb471/192.168.47.179" [2022-03-01T06:53:47.620Z] time="2022-03-01T06:53:47Z" level=info msg="Node ef2ae1fb494d/192.168.47.179, added to nodes list" [2022-03-01T06:53:47.620Z] time="2022-03-01T06:53:47Z" level=info msg="Node c4dff35994bc/192.168.47.179, joined gossip cluster" [2022-03-01T06:53:47.620Z] time="2022-03-01T06:53:47Z" level=info msg="Node c4dff35994bc/192.168.47.179, is the new incarnation of the shutdown node 929b7b0a1ccb/192.168.47.179" [2022-03-01T06:53:47.620Z] time="2022-03-01T06:53:47Z" level=info msg="Node c4dff35994bc/192.168.47.179, added to nodes list" [2022-03-01T06:53:47.620Z] time="2022-03-01T06:53:47Z" level=info msg="Node f95dcddfb3f9/192.168.47.179, joined gossip cluster" [2022-03-01T06:53:47.620Z] time="2022-03-01T06:53:47Z" level=info msg="Node f95dcddfb3f9/192.168.47.179, added to nodes list" [2022-03-01T06:53:47.802Z] --- PASS: TestHostIPv4BridgeLabel (0.61s) [2022-03-01T06:53:47.802Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-01T06:53:48.088Z] 2022/03/01 06:53:47 Closing DB instances... [2022-03-01T06:53:48.216Z] --- PASS: TestServiceUpdateSecrets (14.26s) [2022-03-01T06:53:48.216Z] === RUN TestServiceUpdateConfigs [2022-03-01T06:53:48.557Z] time="2022-03-01T06:53:48Z" level=info msg="Node ef2ae1fb494d change state NodeActive --> NodeLeft" [2022-03-01T06:53:48.557Z] time="2022-03-01T06:53:48Z" level=info msg="node5(583a83d8a659): Node leave event for ef2ae1fb494d/192.168.47.179" [2022-03-01T06:53:48.557Z] time="2022-03-01T06:53:48Z" level=info msg="Node ef2ae1fb494d change state NodeActive --> NodeLeft" [2022-03-01T06:53:48.557Z] time="2022-03-01T06:53:48Z" level=info msg="node3(f95dcddfb3f9): Node leave event for ef2ae1fb494d/192.168.47.179" [2022-03-01T06:53:48.557Z] time="2022-03-01T06:53:48Z" level=info msg="Node ef2ae1fb494d change state NodeActive --> NodeLeft" [2022-03-01T06:53:48.557Z] time="2022-03-01T06:53:48Z" level=info msg="node2(c4dff35994bc): Node leave event for ef2ae1fb494d/192.168.47.179" [2022-03-01T06:53:48.557Z] time="2022-03-01T06:53:48Z" level=info msg="Node ef2ae1fb494d change state NodeActive --> NodeLeft" [2022-03-01T06:53:48.557Z] time="2022-03-01T06:53:48Z" level=info msg="node1(ef2ae1fb494d): Node leave event for ef2ae1fb494d/192.168.47.179" [2022-03-01T06:53:48.557Z] time="2022-03-01T06:53:48Z" level=info msg="Node ef2ae1fb494d change state NodeActive --> NodeLeft" [2022-03-01T06:53:48.557Z] time="2022-03-01T06:53:48Z" level=info msg="node4(42d36cf5025a): Node leave event for ef2ae1fb494d/192.168.47.179" [2022-03-01T06:53:48.557Z] time="2022-03-01T06:53:48Z" level=info msg="Node ef2ae1fb494d/192.168.47.179, left gossip cluster" [2022-03-01T06:53:48.557Z] time="2022-03-01T06:53:48Z" level=info msg="Node ef2ae1fb494d/192.168.47.179, left gossip cluster" [2022-03-01T06:53:48.557Z] time="2022-03-01T06:53:48Z" level=info msg="Node ef2ae1fb494d/192.168.47.179, left gossip cluster" [2022-03-01T06:53:48.557Z] time="2022-03-01T06:53:48Z" level=info msg="Node ef2ae1fb494d/192.168.47.179, left gossip cluster" [2022-03-01T06:53:48.557Z] time="2022-03-01T06:53:48Z" level=info msg="Node ef2ae1fb494d/192.168.47.179, left gossip cluster" [2022-03-01T06:53:48.557Z] time="2022-03-01T06:53:48Z" level=debug msg="memberlist: Failed to join 192.168.47.179: dial tcp 192.168.47.179:10013: connectex: No connection could be made because the target machine actively refused it." [2022-03-01T06:53:48.743Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-03-01T06:53:48.743Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-03-01T06:53:48.743Z] === RUN TestDaemonDefaultNetworkPools [2022-03-01T06:53:48.743Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-03-01T06:53:49.026Z] time="2022-03-01T06:53:48Z" level=info msg="Node c4dff35994bc change state NodeActive --> NodeLeft" [2022-03-01T06:53:49.026Z] time="2022-03-01T06:53:48Z" level=info msg="node3(f95dcddfb3f9): Node leave event for c4dff35994bc/192.168.47.179" [2022-03-01T06:53:49.026Z] time="2022-03-01T06:53:48Z" level=info msg="Node c4dff35994bc change state NodeActive --> NodeLeft" [2022-03-01T06:53:49.026Z] time="2022-03-01T06:53:48Z" level=info msg="node4(42d36cf5025a): Node leave event for c4dff35994bc/192.168.47.179" [2022-03-01T06:53:49.026Z] time="2022-03-01T06:53:48Z" level=info msg="Node c4dff35994bc change state NodeActive --> NodeLeft" [2022-03-01T06:53:49.026Z] time="2022-03-01T06:53:48Z" level=info msg="node5(583a83d8a659): Node leave event for c4dff35994bc/192.168.47.179" [2022-03-01T06:53:49.026Z] time="2022-03-01T06:53:48Z" level=info msg="Node c4dff35994bc change state NodeActive --> NodeLeft" [2022-03-01T06:53:49.026Z] time="2022-03-01T06:53:48Z" level=info msg="node2(c4dff35994bc): Node leave event for c4dff35994bc/192.168.47.179" [2022-03-01T06:53:49.026Z] time="2022-03-01T06:53:48Z" level=info msg="Node c4dff35994bc/192.168.47.179, left gossip cluster" [2022-03-01T06:53:49.026Z] time="2022-03-01T06:53:48Z" level=info msg="Node c4dff35994bc/192.168.47.179, left gossip cluster" [2022-03-01T06:53:49.026Z] time="2022-03-01T06:53:48Z" level=info msg="Node c4dff35994bc/192.168.47.179, left gossip cluster" [2022-03-01T06:53:49.026Z] time="2022-03-01T06:53:48Z" level=info msg="Node c4dff35994bc/192.168.47.179, left gossip cluster" [2022-03-01T06:53:49.026Z] time="2022-03-01T06:53:48Z" level=info msg="Node f95dcddfb3f9 change state NodeActive --> NodeLeft" [2022-03-01T06:53:49.026Z] time="2022-03-01T06:53:48Z" level=info msg="node5(583a83d8a659): Node leave event for f95dcddfb3f9/192.168.47.179" [2022-03-01T06:53:49.026Z] time="2022-03-01T06:53:48Z" level=info msg="Node f95dcddfb3f9 change state NodeActive --> NodeLeft" [2022-03-01T06:53:49.026Z] time="2022-03-01T06:53:48Z" level=info msg="node4(42d36cf5025a): Node leave event for f95dcddfb3f9/192.168.47.179" [2022-03-01T06:53:49.026Z] time="2022-03-01T06:53:48Z" level=info msg="Node f95dcddfb3f9 change state NodeActive --> NodeLeft" [2022-03-01T06:53:49.026Z] time="2022-03-01T06:53:48Z" level=info msg="node3(f95dcddfb3f9): Node leave event for f95dcddfb3f9/192.168.47.179" [2022-03-01T06:53:49.494Z] time="2022-03-01T06:53:49Z" level=info msg="Node f95dcddfb3f9/192.168.47.179, left gossip cluster" [2022-03-01T06:53:49.494Z] time="2022-03-01T06:53:49Z" level=info msg="Node f95dcddfb3f9/192.168.47.179, left gossip cluster" [2022-03-01T06:53:49.494Z] time="2022-03-01T06:53:49Z" level=info msg="Node f95dcddfb3f9/192.168.47.179, left gossip cluster" [2022-03-01T06:53:49.494Z] time="2022-03-01T06:53:49Z" level=debug msg="memberlist: Failed to join 192.168.47.179: dial tcp 192.168.47.179:10013: connectex: No connection could be made because the target machine actively refused it." [2022-03-01T06:53:49.494Z] time="2022-03-01T06:53:49Z" level=debug msg="memberlist: Failed ping: 42d36cf5025a (timeout reached)" [2022-03-01T06:53:49.494Z] time="2022-03-01T06:53:49Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->192.168.47.179:10035: use of closed network connection" [2022-03-01T06:53:49.494Z] time="2022-03-01T06:53:49Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->192.168.47.179:10037: use of closed network connection" [2022-03-01T06:53:49.494Z] time="2022-03-01T06:53:49Z" level=debug msg="memberlist: Stream connection from=192.168.47.179:49447" [2022-03-01T06:53:49.683Z] --- PASS: TestDaemonDefaultNetworkPools (0.78s) [2022-03-01T06:53:49.683Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-01T06:53:49.970Z] time="2022-03-01T06:53:49Z" level=info msg="Node 42d36cf5025a change state NodeActive --> NodeLeft" [2022-03-01T06:53:49.970Z] time="2022-03-01T06:53:49Z" level=info msg="node5(583a83d8a659): Node leave event for 42d36cf5025a/192.168.47.179" [2022-03-01T06:53:49.970Z] time="2022-03-01T06:53:49Z" level=info msg="Node 42d36cf5025a change state NodeActive --> NodeLeft" [2022-03-01T06:53:49.970Z] time="2022-03-01T06:53:49Z" level=info msg="node4(42d36cf5025a): Node leave event for 42d36cf5025a/192.168.47.179" [2022-03-01T06:53:49.970Z] time="2022-03-01T06:53:49Z" level=warning msg="memberlist: Was able to connect to 42d36cf5025a but other probes failed, network may be misconfigured" [2022-03-01T06:53:50.254Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-03-01T06:53:50.439Z] time="2022-03-01T06:53:50Z" level=info msg="Node 42d36cf5025a/192.168.47.179, left gossip cluster" [2022-03-01T06:53:50.477Z] --- PASS: TestBuildMultiStageOnBuild (12.86s) [2022-03-01T06:53:50.477Z] === RUN TestBuildUncleanTarFilenames [2022-03-01T06:53:50.477Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-01T06:53:50.477Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2022-03-01T06:53:50.477Z] === RUN TestBuildMultiStageLayerLeak [2022-03-01T06:53:50.516Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-03-01T06:53:50.778Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.18s) [2022-03-01T06:53:50.778Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-01T06:53:50.906Z] time="2022-03-01T06:53:50Z" level=debug msg="memberlist: Failed to join 192.168.47.179: dial tcp 192.168.47.179:10013: connectex: No connection could be made because the target machine actively refused it." [2022-03-01T06:53:50.907Z] time="2022-03-01T06:53:50Z" level=info msg="Node 42d36cf5025a/192.168.47.179, left gossip cluster" [2022-03-01T06:53:51.375Z] time="2022-03-01T06:53:51Z" level=warning msg="memberlist: Failed to send ping: write udp [::]:10036->192.168.47.179:10037: use of closed network connection" [2022-03-01T06:53:51.375Z] time="2022-03-01T06:53:51Z" level=info msg="Node 583a83d8a659/192.168.47.179, left gossip cluster" [2022-03-01T06:53:51.375Z] time="2022-03-01T06:53:51Z" level=info msg="Node 583a83d8a659 change state NodeActive --> NodeFailed" [2022-03-01T06:53:51.375Z] time="2022-03-01T06:53:51Z" level=info msg="Node 583a83d8a659/192.168.47.179, added to failed nodes list" [2022-03-01T06:53:51.375Z] --- PASS: TestNetworkDBIslands (12.27s) [2022-03-01T06:53:51.375Z] PASS [2022-03-01T06:53:51.375Z] coverage: 60.6% of statements [2022-03-01T06:53:51.375Z] ok github.com/docker/docker/libnetwork/networkdb 104.562s coverage: 60.6% of statements [2022-03-01T06:53:51.375Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-01T06:53:51.375Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-03-01T06:53:51.375Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-01T06:53:51.375Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-01T06:53:51.375Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2022-03-01T06:53:51.375Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-01T06:53:51.375Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-03-01T06:53:51.375Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-03-01T06:53:51.375Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-03-01T06:53:51.375Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2022-03-01T06:53:51.375Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-01T06:53:51.375Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-01T06:53:51.375Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-01T06:53:51.375Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-01T06:53:51.375Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-01T06:53:51.375Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-03-01T06:53:51.375Z] ? github.com/docker/docker/pkg/term [no test files] [2022-03-01T06:53:51.375Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-01T06:53:51.375Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-03-01T06:53:51.375Z] ? github.com/docker/docker/quota [no test files] [2022-03-01T06:53:51.375Z] ? github.com/docker/docker/rootless [no test files] [2022-03-01T06:53:51.375Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-01T06:53:51.375Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-01T06:53:51.375Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-01T06:53:51.375Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-01T06:53:51.375Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-01T06:53:51.375Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-01T06:53:51.375Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-01T06:53:51.375Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-01T06:53:51.375Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-01T06:53:51.375Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-01T06:53:51.375Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-01T06:53:51.375Z] ? github.com/docker/docker/volume [no test files] [2022-03-01T06:53:51.375Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-01T06:53:51.375Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-01T06:53:52.164Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.31s) [2022-03-01T06:53:52.164Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-01T06:53:52.164Z] === RUN TestDockerSuite/TestBuildNetNone [2022-03-01T06:53:52.424Z] === RUN TestDockerSuite/TestBuildNoContext [2022-03-01T06:53:52.684Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.62s) [2022-03-01T06:53:52.684Z] === RUN TestServiceWithPredefinedNetwork [2022-03-01T06:53:52.939Z] [2022-03-01T06:53:52.939Z] === Skipped [2022-03-01T06:53:52.939Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-03-01T06:53:52.939Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-01T06:53:52.939Z] [2022-03-01T06:53:52.939Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.02s) [2022-03-01T06:53:52.939Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:53:52.939Z] [2022-03-01T06:53:52.939Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.01s) [2022-03-01T06:53:52.939Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:53:52.939Z] [2022-03-01T06:53:52.939Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-03-01T06:53:52.939Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:53:52.939Z] [2022-03-01T06:53:52.939Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2022-03-01T06:53:52.939Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:53:52.939Z] [2022-03-01T06:53:52.939Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-03-01T06:53:52.939Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-01T06:53:52.939Z] [2022-03-01T06:53:52.939Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-01T06:53:52.939Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-01T06:53:52.939Z] [2022-03-01T06:53:52.939Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-01T06:53:52.939Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-01T06:53:52.939Z] [2022-03-01T06:53:52.939Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-01T06:53:52.939Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-01T06:53:52.939Z] [2022-03-01T06:53:52.939Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-03-01T06:53:52.939Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-01T06:53:52.939Z] [2022-03-01T06:53:52.939Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-01T06:53:52.939Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-01T06:53:52.939Z] [2022-03-01T06:53:52.939Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-03-01T06:53:52.939Z] daemon_test.go:145: root required [2022-03-01T06:53:52.939Z] [2022-03-01T06:53:52.939Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-01T06:53:53.255Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-03-01T06:53:53.407Z] reload_test.go:342: root required [2022-03-01T06:53:53.407Z] [2022-03-01T06:53:53.407Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.03s) [2022-03-01T06:53:53.407Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:53:53.407Z] [2022-03-01T06:53:53.407Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-01T06:53:53.407Z] pull_v2_test.go:73: Needs fixing on Windows [2022-03-01T06:53:53.407Z] [2022-03-01T06:53:53.407Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-03-01T06:53:53.407Z] pull_v2_test.go:118: Needs fixing on Windows [2022-03-01T06:53:53.407Z] [2022-03-01T06:53:53.407Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-03-01T06:53:53.407Z] download_test.go:267: Needs fixing on Windows [2022-03-01T06:53:53.407Z] [2022-03-01T06:53:53.407Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-03-01T06:53:53.407Z] layer_test.go:291: Failing on Windows [2022-03-01T06:53:53.407Z] [2022-03-01T06:53:53.407Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-03-01T06:53:53.407Z] layer_test.go:340: Failing on Windows [2022-03-01T06:53:53.407Z] [2022-03-01T06:53:53.407Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-03-01T06:53:53.407Z] layer_test.go:455: Failing on Windows [2022-03-01T06:53:53.407Z] [2022-03-01T06:53:53.407Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-03-01T06:53:53.407Z] layer_test.go:684: Failing on Windows [2022-03-01T06:53:53.407Z] [2022-03-01T06:53:53.407Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-03-01T06:53:53.407Z] migration_test.go:45: Failing on Windows [2022-03-01T06:53:53.407Z] [2022-03-01T06:53:53.407Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-03-01T06:53:53.407Z] migration_test.go:181: Failing on Windows [2022-03-01T06:53:53.407Z] [2022-03-01T06:53:53.407Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-03-01T06:53:53.407Z] mount_test.go:17: Failing on Windows [2022-03-01T06:53:53.407Z] [2022-03-01T06:53:53.407Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-03-01T06:53:53.407Z] mount_test.go:76: Failing on Windows [2022-03-01T06:53:53.407Z] [2022-03-01T06:53:53.407Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-03-01T06:53:53.407Z] mount_test.go:125: Failing on Windows [2022-03-01T06:53:53.407Z] [2022-03-01T06:53:53.407Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-03-01T06:53:53.407Z] mount_test.go:212: Failing on Windows [2022-03-01T06:53:53.407Z] [2022-03-01T06:53:53.407Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s) [2022-03-01T06:53:53.407Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:53:53.407Z] [2022-03-01T06:53:53.407Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2022-03-01T06:53:53.407Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:53:53.407Z] [2022-03-01T06:53:53.407Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2022-03-01T06:53:53.407Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:53:53.407Z] [2022-03-01T06:53:53.407Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-03-01T06:53:53.407Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:53:53.407Z] [2022-03-01T06:53:53.407Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-03-01T06:53:53.407Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:53:53.407Z] [2022-03-01T06:53:53.407Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-03-01T06:53:53.407Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:53:53.407Z] [2022-03-01T06:53:53.407Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.01s) [2022-03-01T06:53:53.407Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:53:53.407Z] [2022-03-01T06:53:53.407Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-03-01T06:53:53.407Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:53:53.407Z] [2022-03-01T06:53:53.407Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-03-01T06:53:53.407Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:53:53.407Z] [2022-03-01T06:53:53.407Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-03-01T06:53:53.407Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-01T06:53:53.407Z] [2022-03-01T06:53:53.407Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-03-01T06:53:53.407Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-01T06:53:53.407Z] [2022-03-01T06:53:53.407Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-03-01T06:53:53.407Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-01T06:53:53.407Z] [2022-03-01T06:53:53.407Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-01T06:53:53.407Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-01T06:53:53.407Z] [2022-03-01T06:53:53.407Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-01T06:53:53.407Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-01T06:53:53.407Z] [2022-03-01T06:53:53.407Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-01T06:53:53.407Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-01T06:53:53.407Z] [2022-03-01T06:53:53.407Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-01T06:53:53.407Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-01T06:53:53.407Z] [2022-03-01T06:53:53.407Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-01T06:53:53.407Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-01T06:53:53.407Z] [2022-03-01T06:53:53.407Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-03-01T06:53:53.407Z] archive_test.go:133: Xz not present in msys2 [2022-03-01T06:53:53.407Z] [2022-03-01T06:53:53.407Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.01s) [2022-03-01T06:53:53.407Z] archive_test.go:140: zstd not installed [2022-03-01T06:53:53.407Z] [2022-03-01T06:53:53.407Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-03-01T06:53:53.407Z] archive_test.go:252: Failing on Windows CI machines [2022-03-01T06:53:53.407Z] [2022-03-01T06:53:53.407Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-03-01T06:53:53.407Z] archive_windows_test.go:16: Currently fails [2022-03-01T06:53:53.407Z] [2022-03-01T06:53:53.407Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-03-01T06:53:53.407Z] changes_test.go:195: needs more investigation [2022-03-01T06:53:53.407Z] [2022-03-01T06:53:53.407Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-03-01T06:53:53.407Z] changes_test.go:432: needs further investigation [2022-03-01T06:53:53.407Z] [2022-03-01T06:53:53.407Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-03-01T06:53:53.407Z] changes_test.go:468: needs further investigation [2022-03-01T06:53:53.407Z] [2022-03-01T06:53:53.407Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-03-01T06:53:53.407Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:53:53.407Z] [2022-03-01T06:53:53.407Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-01T06:53:53.407Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:53:53.407Z] [2022-03-01T06:53:53.407Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-03-01T06:53:53.407Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-01T06:53:53.407Z] [2022-03-01T06:53:53.407Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-03-01T06:53:53.407Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-01T06:53:53.407Z] [2022-03-01T06:53:53.407Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-03-01T06:53:53.407Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:53:53.407Z] [2022-03-01T06:53:53.407Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-03-01T06:53:53.408Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-01T06:53:53.408Z] [2022-03-01T06:53:53.408Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-01T06:53:53.408Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:53:53.408Z] [2022-03-01T06:53:53.408Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-01T06:53:53.408Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:53:53.408Z] [2022-03-01T06:53:53.408Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-03-01T06:53:53.408Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:53:53.408Z] [2022-03-01T06:53:53.408Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-03-01T06:53:53.408Z] poller_test.go:40: No chmod on Windows [2022-03-01T06:53:53.408Z] [2022-03-01T06:53:53.408Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-01T06:53:53.408Z] fileutils_test.go:133: Needs porting to Windows [2022-03-01T06:53:53.408Z] [2022-03-01T06:53:53.408Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-01T06:53:53.408Z] fileutils_test.go:179: Needs porting to Windows [2022-03-01T06:53:53.408Z] [2022-03-01T06:53:53.408Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2022-03-01T06:53:53.408Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:53:53.408Z] [2022-03-01T06:53:53.408Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-03-01T06:53:53.408Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:53:53.408Z] [2022-03-01T06:53:53.408Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-03-01T06:53:53.408Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-01T06:53:53.408Z] [2022-03-01T06:53:53.408Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-03-01T06:53:53.408Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-01T06:53:53.408Z] [2022-03-01T06:53:53.408Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-03-01T06:53:53.408Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-01T06:53:53.408Z] [2022-03-01T06:53:53.408Z] DONE 2072 tests, 68 skipped in 265.805s [2022-03-01T06:53:53.408Z] INFO: make.ps1 ended at 03/01/2022 06:53:53 [2022-03-01T06:53:53.825Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-03-01T06:53:54.972Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-03-01T06:53:54.972Z] INFO: Unit tests ended at 03/01/2022 06:53:54. Duration:00:04:41.7252471 [2022-03-01T06:53:54.972Z] INFO: Building busybox [2022-03-01T06:53:54.972Z] Sending build context to Docker daemon 5.12kB [2022-03-01T06:53:54.972Z] [2022-03-01T06:53:54.972Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-03-01T06:53:54.972Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-03-01T06:53:54.972Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-03-01T06:53:54.972Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-03-01T06:53:54.972Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-03-01T06:53:54.972Z] ---> c703d4d60533 [2022-03-01T06:53:54.972Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-03-01T06:53:55.209Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-03-01T06:53:55.440Z] ---> Running in 5de3ef7ba346 [2022-03-01T06:53:55.469Z] --- PASS: TestServiceWithPredefinedNetwork (2.79s) [2022-03-01T06:53:55.470Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-01T06:53:55.470Z] service_test.go:243: FLAKY_TEST [2022-03-01T06:53:55.470Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-01T06:53:55.470Z] === RUN TestServiceWithDataPathPortInit [2022-03-01T06:53:55.730Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-03-01T06:53:55.730Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-03-01T06:53:55.990Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-03-01T06:53:56.251Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-03-01T06:53:56.822Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-03-01T06:53:58.734Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-03-01T06:53:58.994Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-03-01T06:54:00.378Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-03-01T06:54:00.808Z] --- PASS: TestBuildMultiStageLayerLeak (11.09s) [2022-03-01T06:54:00.808Z] === RUN TestBuildWithHugeFile [2022-03-01T06:54:01.319Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-03-01T06:54:03.053Z] --- PASS: TestServiceUpdateConfigs (14.27s) [2022-03-01T06:54:03.053Z] === RUN TestServiceUpdateNetwork [2022-03-01T06:54:03.234Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-03-01T06:54:03.803Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-03-01T06:54:04.748Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-03-01T06:54:05.320Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-03-01T06:54:07.864Z] === RUN TestDockerSuite/TestBuildPATH [2022-03-01T06:54:08.805Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-03-01T06:54:09.374Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-03-01T06:54:10.315Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-03-01T06:54:11.256Z] --- PASS: TestServiceWithDataPathPortInit (15.68s) [2022-03-01T06:54:11.256Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-01T06:54:12.996Z] --- PASS: TestServiceUpdateNetwork (11.59s) [2022-03-01T06:54:12.997Z] === RUN TestServiceUpdatePidsLimit [2022-03-01T06:54:13.255Z] Removing intermediate container 5de3ef7ba346 [2022-03-01T06:54:13.255Z] ---> e268d0db0319 [2022-03-01T06:54:13.255Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-03-01T06:54:13.255Z] ---> Running in c6ab73140ff3 [2022-03-01T06:54:13.723Z] Removing intermediate container c6ab73140ff3 [2022-03-01T06:54:13.723Z] ---> 46b589d4dcf1 [2022-03-01T06:54:13.723Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-03-01T06:54:13.723Z] ---> Running in 254e0b391e5e [2022-03-01T06:54:13.924Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-03-01T06:54:14.191Z] Removing intermediate container 254e0b391e5e [2022-03-01T06:54:14.191Z] ---> 6ddd7cb02e89 [2022-03-01T06:54:14.191Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-03-01T06:54:14.486Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-03-01T06:54:14.554Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:jo22i23eu0ovqbjo2gyq7mwh3 Created:2022-03-01 06:54:12.433988998 +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[f04262c7d2d8f669c750bbfec49dfa36efb4816cb7d0d0fd829364224fec6281:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.mymka5l9jzbpboy0woysns1um EndpointID:a282ab88f5fb2b2ef1414e6bb86f99c1564a97e3e5fa195cb81aac264e4fc3c8 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:7844812d1f9c5f478ed79fb5603b112dd9c0f322ae084ad400e8c6e88e7b4d4f 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:c91b194dfe1f IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.mymka5l9jzbpboy0woysns1um EndpointID:a282ab88f5fb2b2ef1414e6bb86f99c1564a97e3e5fa195cb81aac264e4fc3c8 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-03-01T06:54:15.756Z] [2022-03-01T06:54:16.225Z] ---> c5b76c5e0323 [2022-03-01T06:54:16.225Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2022-03-01T06:54:16.225Z] ---> Running in 55504c26974f [2022-03-01T06:54:16.496Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-03-01T06:54:19.037Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.61s) [2022-03-01T06:54:19.037Z] PASS [2022-03-01T06:54:19.037Z] [2022-03-01T06:54:19.037Z] === Skipped [2022-03-01T06:54:19.037Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-01T06:54:19.037Z] service_test.go:243: FLAKY_TEST [2022-03-01T06:54:19.037Z] [2022-03-01T06:54:19.037Z] DONE 26 tests, 1 skipped in 48.880s [2022-03-01T06:54:19.037Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-03-01T06:54:19.037Z] ++ 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 [2022-03-01T06:54:19.037Z] ++ set -e [2022-03-01T06:54:19.037Z] ++ '[' -n 0 ']' [2022-03-01T06:54:19.037Z] ++ set -x [2022-03-01T06:54:19.037Z] ++ 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 [2022-03-01T06:54:19.037Z] INFO: Testing against a local daemon [2022-03-01T06:54:19.037Z] === RUN TestDockerNetworkIpvlanPersistance [2022-03-01T06:54:19.037Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-01T06:54:19.037Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-01T06:54:19.037Z] === RUN TestDockerNetworkIpvlan [2022-03-01T06:54:19.037Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-01T06:54:19.037Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-03-01T06:54:19.037Z] PASS [2022-03-01T06:54:19.037Z] [2022-03-01T06:54:19.037Z] === Skipped [2022-03-01T06:54:19.037Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-01T06:54:19.037Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-01T06:54:19.037Z] [2022-03-01T06:54:19.037Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-03-01T06:54:19.037Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-01T06:54:19.037Z] [2022-03-01T06:54:19.037Z] DONE 2 tests, 2 skipped in 0.132s [2022-03-01T06:54:19.037Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-03-01T06:54:19.037Z] ++ 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 [2022-03-01T06:54:19.037Z] ++ set -e [2022-03-01T06:54:19.037Z] ++ '[' -n 0 ']' [2022-03-01T06:54:19.037Z] ++ set -x [2022-03-01T06:54:19.037Z] ++ 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 [2022-03-01T06:54:19.037Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2022-03-01T06:54:19.037Z] INFO: Testing against a local daemon [2022-03-01T06:54:19.037Z] === RUN TestDockerNetworkMacvlanPersistance [2022-03-01T06:54:20.419Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.37s) [2022-03-01T06:54:20.419Z] === RUN TestDockerNetworkMacvlan [2022-03-01T06:54:20.419Z] === RUN TestDockerSuite/TestBuildRm [2022-03-01T06:54:21.361Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-03-01T06:54:21.932Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-03-01T06:54:22.504Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2022-03-01T06:54:22.572Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-03-01T06:54:22.764Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-03-01T06:54:22.764Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-03-01T06:54:23.706Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-03-01T06:54:25.090Z] docker_api_swarm_test.go:304: [db20d96d14d31] joining swarm manager [da0040091711f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-01T06:54:25.350Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-03-01T06:54:25.350Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-03-01T06:54:25.921Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-03-01T06:54:26.492Z] docker_api_swarm_test.go:305: [d6a63c3c45891] joining swarm manager [da0040091711f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-01T06:54:26.492Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-03-01T06:54:27.433Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2022-03-01T06:54:27.693Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-03-01T06:54:27.693Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-03-01T06:54:28.635Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-03-01T06:54:29.109Z] --- PASS: TestServiceUpdatePidsLimit (15.41s) [2022-03-01T06:54:29.109Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.52s) [2022-03-01T06:54:29.109Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.80s) [2022-03-01T06:54:29.109Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s) [2022-03-01T06:54:29.109Z] PASS [2022-03-01T06:54:29.109Z] [2022-03-01T06:54:29.109Z] === Skipped [2022-03-01T06:54:29.109Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2022-03-01T06:54:29.109Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-01T06:54:29.109Z] [2022-03-01T06:54:29.109Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2022-03-01T06:54:29.109Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-01T06:54:29.109Z] [2022-03-01T06:54:29.109Z] DONE 27 tests, 2 skipped in 143.839s [2022-03-01T06:54:29.109Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2022-03-01T06:54:29.109Z] ++ 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 [2022-03-01T06:54:29.109Z] ++ set -e [2022-03-01T06:54:29.109Z] ++ '[' -n 0 ']' [2022-03-01T06:54:29.109Z] ++ set -x [2022-03-01T06:54:29.109Z] ++ 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 [2022-03-01T06:54:29.109Z] INFO: Testing against a local daemon [2022-03-01T06:54:29.109Z] === RUN TestSessionCreate [2022-03-01T06:54:29.109Z] --- PASS: TestSessionCreate (0.02s) [2022-03-01T06:54:29.109Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-01T06:54:29.109Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-03-01T06:54:29.109Z] PASS [2022-03-01T06:54:29.109Z] [2022-03-01T06:54:29.109Z] DONE 2 tests in 0.122s [2022-03-01T06:54:29.109Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2022-03-01T06:54:29.109Z] ++ 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 [2022-03-01T06:54:29.109Z] ++ set -e [2022-03-01T06:54:29.109Z] ++ '[' -n 0 ']' [2022-03-01T06:54:29.109Z] ++ set -x [2022-03-01T06:54:29.109Z] ++ 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 [2022-03-01T06:54:29.109Z] INFO: Testing against a local daemon [2022-03-01T06:54:29.109Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-01T06:54:29.109Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-01T06:54:29.109Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-01T06:54:29.109Z] === RUN TestDiskUsage [2022-03-01T06:54:29.109Z] === PAUSE TestDiskUsage [2022-03-01T06:54:29.109Z] === RUN TestEventsExecDie [2022-03-01T06:54:29.109Z] --- PASS: TestEventsExecDie (0.46s) [2022-03-01T06:54:29.109Z] === RUN TestEventsBackwardsCompatible [2022-03-01T06:54:29.109Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2022-03-01T06:54:29.109Z] === RUN TestEventsVolumeCreate [2022-03-01T06:54:29.109Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-03-01T06:54:29.109Z] === RUN TestInfoBinaryCommits [2022-03-01T06:54:29.109Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-03-01T06:54:29.109Z] === RUN TestInfoAPIVersioned [2022-03-01T06:54:29.365Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-03-01T06:54:29.365Z] === RUN TestInfoAPI [2022-03-01T06:54:29.365Z] --- PASS: TestInfoAPI (0.02s) [2022-03-01T06:54:29.365Z] === RUN TestInfoAPIWarnings [2022-03-01T06:54:29.577Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-03-01T06:54:32.124Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-03-01T06:54:32.695Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-03-01T06:54:32.695Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-03-01T06:54:32.956Z] --- PASS: TestDockerNetworkMacvlan (12.50s) [2022-03-01T06:54:32.956Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2022-03-01T06:54:32.956Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2022-03-01T06:54:32.956Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.24s) [2022-03-01T06:54:32.956Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.36s) [2022-03-01T06:54:32.956Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.72s) [2022-03-01T06:54:32.956Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.90s) [2022-03-01T06:54:32.956Z] PASS [2022-03-01T06:54:32.956Z] [2022-03-01T06:54:32.956Z] DONE 8 tests in 14.020s [2022-03-01T06:54:32.956Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-03-01T06:54:32.956Z] ++ 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 [2022-03-01T06:54:32.956Z] ++ set -e [2022-03-01T06:54:32.956Z] ++ '[' -n 0 ']' [2022-03-01T06:54:32.956Z] ++ set -x [2022-03-01T06:54:32.956Z] ++ 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 [2022-03-01T06:54:32.956Z] testing: warning: no tests to run [2022-03-01T06:54:32.956Z] PASS [2022-03-01T06:54:32.956Z] [2022-03-01T06:54:32.956Z] DONE 0 tests in 0.036s [2022-03-01T06:54:32.956Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-03-01T06:54:32.956Z] ++ 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 [2022-03-01T06:54:32.956Z] ++ set -e [2022-03-01T06:54:32.956Z] ++ '[' -n 0 ']' [2022-03-01T06:54:32.956Z] ++ set -x [2022-03-01T06:54:32.956Z] ++ 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 [2022-03-01T06:54:32.956Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-03-01T06:54:32.956Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2022-03-01T06:54:32.956Z] === RUN TestDockerSuite/TestBuildSpaces [2022-03-01T06:54:32.956Z] INFO: Testing against a local daemon [2022-03-01T06:54:33.217Z] === RUN TestAuthZPluginAllowRequest [2022-03-01T06:54:33.217Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-03-01T06:54:34.159Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-03-01T06:54:34.159Z] === RUN TestDockerSuite/TestBuildStderr [2022-03-01T06:54:34.419Z] --- PASS: TestAuthZPluginAllowRequest (1.33s) [2022-03-01T06:54:34.419Z] === RUN TestAuthZPluginTLS [2022-03-01T06:54:34.990Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-03-01T06:54:34.990Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-03-01T06:54:34.990Z] === RUN TestAuthZPluginDenyRequest [2022-03-01T06:54:35.561Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-03-01T06:54:35.561Z] === RUN TestAuthZPluginAPIDenyResponse [2022-03-01T06:54:35.794Z] --- PASS: TestBuildWithHugeFile (101.88s) [2022-03-01T06:54:35.794Z] === RUN TestBuildWCOWSandboxSize [2022-03-01T06:54:35.794Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-01T06:54:35.794Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-01T06:54:35.794Z] === RUN TestBuildWithEmptyDockerfile [2022-03-01T06:54:35.794Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-01T06:54:35.794Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-01T06:54:35.794Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-01T06:54:35.794Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-01T06:54:35.794Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-01T06:54:35.794Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-01T06:54:35.794Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-01T06:54:35.794Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-01T06:54:35.794Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-01T06:54:35.794Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2022-03-01T06:54:35.794Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-03-01T06:54:35.794Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-03-01T06:54:35.794Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-03-01T06:54:35.794Z] === RUN TestBuildPreserveOwnership [2022-03-01T06:54:35.794Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-01T06:54:35.794Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-03-01T06:54:35.794Z] === RUN TestBuildPlatformInvalid [2022-03-01T06:54:35.794Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-03-01T06:54:35.794Z] PASS [2022-03-01T06:54:35.794Z] ok github.com/docker/docker/integration/build 161.974s [2022-03-01T06:54:35.794Z] [2022-03-01T06:54:35.794Z] === Skipped [2022-03-01T06:54:35.794Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-03-01T06:54:35.794Z] build_session_test.go:25: TODO: BuildKit [2022-03-01T06:54:35.794Z] [2022-03-01T06:54:35.794Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-03-01T06:54:35.794Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:54:35.794Z] [2022-03-01T06:54:35.794Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-03-01T06:54:35.794Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-01T06:54:35.794Z] [2022-03-01T06:54:35.794Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2022-03-01T06:54:35.794Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-01T06:54:35.794Z] [2022-03-01T06:54:35.794Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-03-01T06:54:35.794Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-01T06:54:35.794Z] [2022-03-01T06:54:35.794Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-03-01T06:54:35.794Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-01T06:54:35.794Z] [2022-03-01T06:54:35.794Z] DONE 29 tests, 6 skipped in 189.949s [2022-03-01T06:54:35.794Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-03-01T06:54:35.794Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-01T06:54:35.794Z] INFO: Testing against a local daemon [2022-03-01T06:54:35.794Z] === RUN TestConfigInspect [2022-03-01T06:54:35.794Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:54:35.794Z] --- SKIP: TestConfigInspect (0.00s) [2022-03-01T06:54:35.794Z] === RUN TestConfigList [2022-03-01T06:54:35.794Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:54:35.794Z] --- SKIP: TestConfigList (0.00s) [2022-03-01T06:54:35.794Z] === RUN TestConfigsCreateAndDelete [2022-03-01T06:54:35.794Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:54:35.794Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-03-01T06:54:35.794Z] === RUN TestConfigsUpdate [2022-03-01T06:54:35.794Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:54:35.794Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-03-01T06:54:35.794Z] === RUN TestTemplatedConfig [2022-03-01T06:54:35.794Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:54:35.794Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-03-01T06:54:35.794Z] === RUN TestConfigCreateResolve [2022-03-01T06:54:35.794Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:54:35.794Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-03-01T06:54:35.794Z] PASS [2022-03-01T06:54:35.794Z] ok github.com/docker/docker/integration/config 0.110s [2022-03-01T06:54:35.794Z] [2022-03-01T06:54:35.794Z] === Skipped [2022-03-01T06:54:35.794Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-03-01T06:54:35.794Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:54:35.794Z] [2022-03-01T06:54:35.794Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-03-01T06:54:35.794Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:54:35.794Z] [2022-03-01T06:54:35.794Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-03-01T06:54:35.794Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:54:35.794Z] [2022-03-01T06:54:35.794Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-03-01T06:54:35.794Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:54:35.794Z] [2022-03-01T06:54:35.794Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-03-01T06:54:35.794Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:54:35.794Z] [2022-03-01T06:54:35.794Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-03-01T06:54:35.794Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:54:35.794Z] [2022-03-01T06:54:35.794Z] DONE 6 tests, 6 skipped in 2.046s [2022-03-01T06:54:35.794Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-03-01T06:54:35.794Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-01T06:54:35.794Z] INFO: Testing against a local daemon [2022-03-01T06:54:35.794Z] === RUN TestCheckpoint [2022-03-01T06:54:35.794Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-01T06:54:35.794Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-01T06:54:35.794Z] === RUN TestContainerInvalidJSON [2022-03-01T06:54:35.794Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-01T06:54:35.794Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-01T06:54:35.794Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-01T06:54:35.794Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-01T06:54:35.794Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-01T06:54:35.794Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-01T06:54:35.794Z] --- PASS: TestContainerInvalidJSON (0.04s) [2022-03-01T06:54:35.794Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-01T06:54:35.794Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-01T06:54:35.794Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-01T06:54:35.794Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.22s) [2022-03-01T06:54:35.794Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-01T06:54:35.794Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.24s) [2022-03-01T06:54:35.794Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-01T06:54:35.794Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.23s) [2022-03-01T06:54:35.794Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-01T06:54:35.794Z] --- PASS: TestCopyToContainerPathIsNotDir (0.25s) [2022-03-01T06:54:35.794Z] === RUN TestCopyFromContainer [2022-03-01T06:54:35.794Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:54:35.794Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-03-01T06:54:35.794Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-01T06:54:35.794Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-01T06:54:35.794Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-01T06:54:35.794Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-01T06:54:35.794Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-01T06:54:35.794Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-01T06:54:35.794Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-01T06:54:35.794Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-01T06:54:35.794Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-01T06:54:35.794Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-01T06:54:35.794Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.04s) [2022-03-01T06:54:35.794Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-01T06:54:35.794Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-01T06:54:35.794Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2022-03-01T06:54:35.794Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-01T06:54:35.794Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-01T06:54:35.794Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-03-01T06:54:35.794Z] === RUN TestCreateWithInvalidEnv [2022-03-01T06:54:35.794Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-01T06:54:35.794Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-01T06:54:35.794Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-01T06:54:35.794Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-01T06:54:35.794Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-01T06:54:35.794Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-01T06:54:35.794Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-01T06:54:35.794Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-01T06:54:35.794Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-01T06:54:35.794Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2022-03-01T06:54:35.794Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-01T06:54:35.794Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-01T06:54:35.794Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-01T06:54:35.794Z] === RUN TestCreateTmpfsMountsTarget [2022-03-01T06:54:35.794Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:54:35.794Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-03-01T06:54:35.794Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-01T06:54:35.794Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:54:35.794Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-03-01T06:54:35.794Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-01T06:54:35.794Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:54:35.794Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-01T06:54:35.794Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-01T06:54:35.794Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-01T06:54:35.794Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-01T06:54:35.794Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-01T06:54:35.794Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-01T06:54:35.794Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-01T06:54:35.794Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-01T06:54:35.795Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-01T06:54:35.795Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-01T06:54:35.795Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-01T06:54:35.795Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-01T06:54:35.795Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-01T06:54:35.795Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-01T06:54:35.795Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-01T06:54:35.795Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-01T06:54:35.795Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-01T06:54:35.795Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2022-03-01T06:54:35.795Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s) [2022-03-01T06:54:35.795Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-01T06:54:35.795Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-01T06:54:35.795Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-01T06:54:35.795Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-03-01T06:54:35.795Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-01T06:54:35.795Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-01T06:54:35.795Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-01T06:54:35.795Z] === RUN TestCreateDifferentPlatform [2022-03-01T06:54:35.795Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-01T06:54:35.795Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-01T06:54:35.795Z] --- PASS: TestCreateDifferentPlatform (0.05s) [2022-03-01T06:54:35.795Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-01T06:54:35.795Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-01T06:54:35.795Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-01T06:54:35.795Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.11s) [2022-03-01T06:54:35.795Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-01T06:54:35.795Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-01T06:54:35.795Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-01T06:54:35.795Z] === RUN TestContainerKillOnDaemonStart [2022-03-01T06:54:35.795Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:54:35.795Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-03-01T06:54:35.795Z] === RUN TestDiff [2022-03-01T06:54:35.795Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-01T06:54:35.795Z] --- SKIP: TestDiff (0.00s) [2022-03-01T06:54:35.795Z] === RUN TestExecWithCloseStdin [2022-03-01T06:54:35.795Z] --- PASS: TestExecWithCloseStdin (2.47s) [2022-03-01T06:54:35.795Z] === RUN TestExec [2022-03-01T06:54:35.795Z] --- PASS: TestExec (2.13s) [2022-03-01T06:54:35.795Z] === RUN TestExecUser [2022-03-01T06:54:35.795Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-01T06:54:35.795Z] --- SKIP: TestExecUser (0.00s) [2022-03-01T06:54:35.795Z] === RUN TestExportContainerAndImportImage [2022-03-01T06:54:35.795Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:54:35.795Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-03-01T06:54:35.795Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-01T06:54:35.795Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:54:35.795Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-03-01T06:54:35.795Z] === RUN TestHealthCheckWorkdir [2022-03-01T06:54:35.795Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-01T06:54:35.795Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-03-01T06:54:35.795Z] === RUN TestHealthKillContainer [2022-03-01T06:54:35.795Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-01T06:54:35.795Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-03-01T06:54:35.795Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-01T06:54:35.795Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-01T06:54:35.795Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-03-01T06:54:35.795Z] === RUN TestKillContainerInvalidSignal [2022-03-01T06:54:35.795Z] --- PASS: TestKillContainerInvalidSignal (2.06s) [2022-03-01T06:54:35.795Z] === RUN TestKillContainer [2022-03-01T06:54:35.795Z] === RUN TestKillContainer/no_signal [2022-03-01T06:54:36.133Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s) [2022-03-01T06:54:36.133Z] === RUN TestAuthZPluginDenyResponse [2022-03-01T06:54:36.704Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2022-03-01T06:54:36.704Z] === RUN TestAuthZPluginAllowEventStream [2022-03-01T06:54:36.754Z] === RUN TestKillContainer/non_killing_signal [2022-03-01T06:54:36.754Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-01T06:54:36.754Z] === RUN TestKillContainer/killing_signal [2022-03-01T06:54:37.510Z] Removing intermediate container 55504c26974f [2022-03-01T06:54:37.510Z] ---> 540f0c559270 [2022-03-01T06:54:37.510Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-03-01T06:54:37.510Z] ---> Running in c637de5d4434 [2022-03-01T06:54:37.510Z] [2022-03-01T06:54:37.510Z] SUCCESS: Specified value was saved. [2022-03-01T06:54:37.644Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-03-01T06:54:37.905Z] --- PASS: TestAuthZPluginAllowEventStream (1.41s) [2022-03-01T06:54:37.905Z] === RUN TestAuthZPluginErrorResponse [2022-03-01T06:54:38.545Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-03-01T06:54:38.545Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2022-03-01T06:54:38.545Z] === RUN TestAuthZPluginErrorRequest [2022-03-01T06:54:39.079Z] Removing intermediate container c637de5d4434 [2022-03-01T06:54:39.079Z] ---> 5fe1cd156610 [2022-03-01T06:54:39.079Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-03-01T06:54:39.122Z] --- PASS: TestAuthZPluginErrorRequest (0.56s) [2022-03-01T06:54:39.122Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-03-01T06:54:39.382Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-03-01T06:54:39.547Z] ---> Running in 49868c009b69 [2022-03-01T06:54:39.642Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-03-01T06:54:39.642Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2022-03-01T06:54:39.642Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-03-01T06:54:39.643Z] --- PASS: TestKillContainer (4.66s) [2022-03-01T06:54:39.643Z] --- PASS: TestKillContainer/no_signal (2.02s) [2022-03-01T06:54:39.643Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-01T06:54:39.643Z] --- PASS: TestKillContainer/killing_signal (2.61s) [2022-03-01T06:54:39.643Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-01T06:54:39.643Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-01T06:54:39.643Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-01T06:54:39.643Z] === RUN TestKillStoppedContainer [2022-03-01T06:54:39.643Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-01T06:54:39.643Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-03-01T06:54:39.643Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-01T06:54:39.643Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-01T06:54:39.643Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-01T06:54:39.643Z] === RUN TestKillDifferentUserContainer [2022-03-01T06:54:39.643Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-01T06:54:39.643Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-03-01T06:54:39.643Z] === RUN TestInspectOomKilledTrue [2022-03-01T06:54:39.643Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:54:39.643Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-01T06:54:39.643Z] === RUN TestInspectOomKilledFalse [2022-03-01T06:54:39.643Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-01T06:54:39.643Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-01T06:54:39.643Z] === RUN TestLogsFollowTailEmpty [2022-03-01T06:54:40.216Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-03-01T06:54:41.168Z] --- PASS: TestLogsFollowTailEmpty (2.08s) [2022-03-01T06:54:41.168Z] === RUN TestNetworkNat [2022-03-01T06:54:41.168Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-01T06:54:41.168Z] --- SKIP: TestNetworkNat (0.00s) [2022-03-01T06:54:41.168Z] === RUN TestNetworkLocalhostTCPNat [2022-03-01T06:54:41.603Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.72s) [2022-03-01T06:54:41.603Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-03-01T06:54:41.603Z] === RUN TestDockerSuite/TestBuildUser [2022-03-01T06:54:42.988Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.66s) [2022-03-01T06:54:42.988Z] === RUN TestAuthZPluginHeader [2022-03-01T06:54:42.988Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-03-01T06:54:43.930Z] --- PASS: TestAuthZPluginHeader (0.78s) [2022-03-01T06:54:43.930Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-03-01T06:54:44.051Z] --- PASS: TestNetworkLocalhostTCPNat (2.41s) [2022-03-01T06:54:44.051Z] === RUN TestNetworkLoopbackNat [2022-03-01T06:54:44.051Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-01T06:54:44.051Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-03-01T06:54:44.051Z] === RUN TestPause [2022-03-01T06:54:44.051Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-01T06:54:44.051Z] --- SKIP: TestPause (0.00s) [2022-03-01T06:54:44.051Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-01T06:54:45.315Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-03-01T06:54:45.425Z] Cannot create a file when that file already exists. [2022-03-01T06:54:46.211Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.15s) [2022-03-01T06:54:46.212Z] === RUN TestPauseStopPausedContainer [2022-03-01T06:54:46.212Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:54:46.212Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-03-01T06:54:46.212Z] === RUN TestPsFilter [2022-03-01T06:54:46.212Z] --- PASS: TestPsFilter (0.32s) [2022-03-01T06:54:46.212Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-01T06:54:47.409Z] --- PASS: TestInfoAPIWarnings (16.21s) [2022-03-01T06:54:47.409Z] === RUN TestInfoDebug [2022-03-01T06:54:47.409Z] --- PASS: TestInfoDebug (0.52s) [2022-03-01T06:54:47.409Z] === RUN TestInfoInsecureRegistries [2022-03-01T06:54:47.409Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-03-01T06:54:47.409Z] === RUN TestInfoRegistryMirrors [2022-03-01T06:54:47.409Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2022-03-01T06:54:47.409Z] === RUN TestLoginFailsWithBadCredentials [2022-03-01T06:54:47.409Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s) [2022-03-01T06:54:47.409Z] === RUN TestPingCacheHeaders [2022-03-01T06:54:47.409Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-03-01T06:54:47.409Z] === RUN TestPingGet [2022-03-01T06:54:47.409Z] --- PASS: TestPingGet (0.01s) [2022-03-01T06:54:47.409Z] === RUN TestPingHead [2022-03-01T06:54:47.409Z] --- PASS: TestPingHead (0.02s) [2022-03-01T06:54:47.409Z] === RUN TestVersion [2022-03-01T06:54:47.409Z] --- PASS: TestVersion (0.02s) [2022-03-01T06:54:47.409Z] === CONT TestDiskUsage [2022-03-01T06:54:47.665Z] === RUN TestDiskUsage/empty [2022-03-01T06:54:47.665Z] === RUN TestDiskUsage/empty/container_types [2022-03-01T06:54:47.665Z] === RUN TestDiskUsage/empty/image_types [2022-03-01T06:54:47.665Z] === RUN TestDiskUsage/empty/volume_types [2022-03-01T06:54:47.665Z] === RUN TestDiskUsage/empty/build-cache_types [2022-03-01T06:54:47.665Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-03-01T06:54:47.665Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-03-01T06:54:47.665Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-03-01T06:54:47.665Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-03-01T06:54:47.665Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-03-01T06:54:47.665Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-03-01T06:54:47.665Z] === RUN TestDiskUsage/after_LoadBusybox [2022-03-01T06:54:47.921Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-03-01T06:54:47.922Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-03-01T06:54:47.922Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-03-01T06:54:47.922Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-03-01T06:54:47.922Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-03-01T06:54:47.922Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-03-01T06:54:47.922Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-03-01T06:54:47.922Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-03-01T06:54:47.922Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-03-01T06:54:47.922Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-03-01T06:54:47.922Z] === RUN TestDiskUsage/after_container.Run [2022-03-01T06:54:48.178Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-03-01T06:54:48.178Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-03-01T06:54:48.178Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-03-01T06:54:48.178Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-03-01T06:54:48.178Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-03-01T06:54:48.178Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-03-01T06:54:48.178Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-03-01T06:54:48.178Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-03-01T06:54:48.178Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-03-01T06:54:48.178Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-03-01T06:54:48.178Z] --- PASS: TestDiskUsage (1.09s) [2022-03-01T06:54:48.178Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-03-01T06:54:48.178Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-03-01T06:54:48.178Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-03-01T06:54:48.178Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-03-01T06:54:48.178Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-03-01T06:54:48.178Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-03-01T06:54:48.178Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-03-01T06:54:48.178Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-03-01T06:54:48.178Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-03-01T06:54:48.178Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-03-01T06:54:48.178Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-03-01T06:54:48.178Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.15s) [2022-03-01T06:54:48.178Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-03-01T06:54:48.178Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-03-01T06:54:48.178Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-03-01T06:54:48.178Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-03-01T06:54:48.178Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-03-01T06:54:48.178Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-03-01T06:54:48.178Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-03-01T06:54:48.178Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-03-01T06:54:48.178Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-03-01T06:54:48.178Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-03-01T06:54:48.178Z] --- PASS: TestDiskUsage/after_container.Run (0.26s) [2022-03-01T06:54:48.178Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-03-01T06:54:48.178Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-03-01T06:54:48.178Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-03-01T06:54:48.178Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-03-01T06:54:48.178Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-03-01T06:54:48.178Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-03-01T06:54:48.178Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-03-01T06:54:48.178Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-03-01T06:54:48.178Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-03-01T06:54:48.178Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-03-01T06:54:48.178Z] PASS [2022-03-01T06:54:48.178Z] [2022-03-01T06:54:48.178Z] === Skipped [2022-03-01T06:54:48.178Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-01T06:54:48.178Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-01T06:54:48.178Z] [2022-03-01T06:54:48.178Z] DONE 50 tests, 1 skipped in 19.690s [2022-03-01T06:54:48.178Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2022-03-01T06:54:48.178Z] ++ 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 [2022-03-01T06:54:48.178Z] ++ set -e [2022-03-01T06:54:48.178Z] ++ '[' -n 0 ']' [2022-03-01T06:54:48.178Z] ++ set -x [2022-03-01T06:54:48.178Z] ++ 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 [2022-03-01T06:54:48.435Z] INFO: Testing against a local daemon [2022-03-01T06:54:48.435Z] === RUN TestVolumesCreateAndList [2022-03-01T06:54:48.435Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-03-01T06:54:48.435Z] === RUN TestVolumesRemove [2022-03-01T06:54:48.435Z] --- PASS: TestVolumesRemove (0.07s) [2022-03-01T06:54:48.435Z] === RUN TestVolumesInspect [2022-03-01T06:54:48.435Z] --- PASS: TestVolumesInspect (0.02s) [2022-03-01T06:54:48.435Z] === RUN TestVolumesInvalidJSON [2022-03-01T06:54:48.435Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-01T06:54:48.435Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-01T06:54:48.435Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-01T06:54:48.435Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-03-01T06:54:48.435Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-01T06:54:48.435Z] PASS [2022-03-01T06:54:48.435Z] [2022-03-01T06:54:48.435Z] DONE 5 tests in 0.207s [2022-03-01T06:54:48.435Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-01T06:54:48.616Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.35s) [2022-03-01T06:54:48.616Z] === RUN TestAuthZPluginV2Disable [2022-03-01T06:54:48.691Z] ++++ cat bundles/test-integration/docker.pid [2022-03-01T06:54:48.691Z] +++ kill 13128 [2022-03-01T06:54:48.947Z] +++ /etc/init.d/apparmor stop [2022-03-01T06:54:48.947Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-01T06:54:48.947Z] [2022-03-01T06:54:48.947Z] Unloading profiles will leave already running processes permanently [2022-03-01T06:54:48.947Z] unconfined, which can lead to unexpected situations. [2022-03-01T06:54:48.947Z] [2022-03-01T06:54:48.947Z] To set a process to complain mode, use the command line tool [2022-03-01T06:54:48.947Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-01T06:54:48.947Z] +++ true [2022-03-01T06:54:48.947Z] exiting test-integration [2022-03-01T06:54:48.947Z] ++ exit 0 [2022-03-01T06:54:48.947Z] [2022-03-01T06:54:49.102Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.68s) [2022-03-01T06:54:49.103Z] === RUN TestRemoveContainerWithVolume [2022-03-01T06:54:49.220Z] Removing intermediate container 49868c009b69 [2022-03-01T06:54:49.220Z] ---> 356132f9de1d [2022-03-01T06:54:49.220Z] Step 13/13 : CMD ["sh"] [2022-03-01T06:54:49.220Z] ---> Running in 43f73640ee86 [2022-03-01T06:54:49.220Z] Removing intermediate container 43f73640ee86 [2022-03-01T06:54:49.220Z] ---> b597731b611e [2022-03-01T06:54:49.220Z] Successfully built b597731b611e [2022-03-01T06:54:49.220Z] Successfully tagged busybox:latest [2022-03-01T06:54:49.220Z] INFO: Docker images of the daemon under test [2022-03-01T06:54:49.220Z] Post stage [Pipeline] junit [2022-03-01T06:54:49.519Z] Recording test results [2022-03-01T06:54:49.685Z] [Checks API] No suitable checks publisher found. [2022-03-01T06:54:49.689Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-01T06:54:49.689Z] busybox latest b597731b611e Less than a second ago 5.78GB [2022-03-01T06:54:49.689Z] microsoft/windowsservercore latest c703d4d60533 3 weeks ago 5.75GB [2022-03-01T06:54:49.689Z] mcr.microsoft.com/windows/servercore ltsc2019 c703d4d60533 3 weeks ago 5.75GB [2022-03-01T06:54:49.689Z] [2022-03-01T06:54:49.689Z] INFO: Running integration tests at 03/01/2022 06:54:49... [2022-03-01T06:54:49.689Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-03-01T06:54:49.689Z] INFO: Integration API tests being run from the host: [2022-03-01T06:54:49.689Z] INFO: make.ps1 starting at 03/01/2022 06:54:49 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-01T06:54:50.052Z] + echo Ensuring container killed. [2022-03-01T06:54:50.052Z] Ensuring container killed. [2022-03-01T06:54:50.052Z] + docker rm -vf docker-pr1 [2022-03-01T06:54:50.052Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-03-01T06:54:50.379Z] + echo Chowning /workspace to jenkins user [2022-03-01T06:54:50.380Z] Chowning /workspace to jenkins user [2022-03-01T06:54:50.380Z] + id -u [2022-03-01T06:54:50.380Z] + id -g [2022-03-01T06:54:50.380Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43303:/workspace busybox chown -R 1000:1000 /workspace [2022-03-01T06:54:50.380Z] Unable to find image 'busybox:latest' locally [2022-03-01T06:54:50.380Z] latest: Pulling from library/busybox [2022-03-01T06:54:50.380Z] b0fae56fd889: Pulling fs layer [2022-03-01T06:54:50.640Z] b0fae56fd889: Verifying Checksum [2022-03-01T06:54:50.640Z] b0fae56fd889: Download complete [2022-03-01T06:54:50.640Z] b0fae56fd889: Pull complete [2022-03-01T06:54:50.640Z] Digest: sha256:afcc7f1ac1b49db317a7196c902e61c6c3c4607d63599ee1a82d702d249a0ccb [2022-03-01T06:54:50.640Z] Status: Downloaded newer image for busybox:latest [2022-03-01T06:54:50.675Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-03-01T06:54:51.264Z] --- PASS: TestRemoveContainerWithVolume (2.66s) [2022-03-01T06:54:51.264Z] === RUN TestRemoveContainerRunning [2022-03-01T06:54:51.918Z] --- PASS: TestAuthZPluginV2Disable (3.73s) [2022-03-01T06:54:51.918Z] === RUN TestAuthZPluginV2RejectVolumeRequests [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-01T06:54:52.179Z] docker_api_swarm_test.go:364: Waiting for possible election... [2022-03-01T06:54:52.293Z] + bundleName=arm64-integration [2022-03-01T06:54:52.293Z] + echo Creating arm64-integration-bundles.tar.gz [2022-03-01T06:54:52.293Z] Creating arm64-integration-bundles.tar.gz [2022-03-01T06:54:52.293Z] + xargs tar -czf arm64-integration-bundles.tar.gz [2022-03-01T06:54:52.293Z] + 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 [2022-03-01T06:54:52.302Z] Archiving artifacts [2022-03-01T06:54:53.219Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-03-01T06:54:53.219Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-03-01T06:54:53.219Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-03-01T06:54:53.219Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-03-01T06:54:53.219Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2022-03-01T06:54:53.219Z] remote: Enumerating objects: 23, done. [2022-03-01T06:54:53.219Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2022-03-01T06:54:53.219Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2022-03-01T06:54:53.219Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2022-03-01T06:54:53.220Z] Receiving objects: 4% (1/23) Receiving objects: 8% (2/23) Receiving objects: 13% (3/23) Receiving objects: 17% (4/23) Receiving objects: 21% (5/23) Receiving objects: 26% (6/23) Receiving objects: 30% (7/23) Receiving objects: 34% (8/23) Receiving objects: 39% (9/23) Receiving objects: 43% (10/23) Receiving objects: 47% (11/23) Receiving objects: 52% (12/23) Receiving objects: 56% (13/23) Receiving objects: 60% (14/23) Receiving objects: 65% (15/23) Receiving objects: 69% (16/23) Receiving objects: 73% (17/23) Receiving objects: 78% (18/23) Receiving objects: 82% (19/23) Receiving objects: 86% (20/23) Receiving objects: 91% (21/23) Receiving objects: 95% (22/23) Receiving objects: 100% (23/23) Receiving objects: 100% (23/23), 10.17 KiB | 10.17 MiB/s, done. [2022-03-01T06:54:53.220Z] Resolving deltas: 0% (0/2) Resolving deltas: 50% (1/2) Resolving deltas: 100% (2/2) Resolving deltas: 100% (2/2), done. [2022-03-01T06:54:53.220Z] Building: bundles/cross/windows/amd64/containerutility.exe [2022-03-01T06:54:53.220Z] Cross building: bundles/cross/linux/ppc64le [2022-03-01T06:54:53.220Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-03-01T06:54:53.220Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-03-01T06:54:53.425Z] --- PASS: TestRemoveContainerRunning (2.03s) [2022-03-01T06:54:53.425Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-01T06:54:53.680Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43303/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-01T06:54:53.982Z] + make clean [2022-03-01T06:54:53.982Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-01T06:54:53.982Z] docker-dev-cache [2022-03-01T06:54:53.982Z] docker-mod-cache [Pipeline] deleteDir [2022-03-01T06:54:55.479Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.39s) [2022-03-01T06:54:55.479Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-03-01T06:54:55.587Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.04s) [2022-03-01T06:54:55.587Z] === RUN TestRemoveInvalidContainer [2022-03-01T06:54:55.587Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2022-03-01T06:54:55.587Z] === RUN TestRenameLinkedContainer [2022-03-01T06:54:55.587Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-01T06:54:55.587Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-03-01T06:54:55.587Z] === RUN TestRenameStoppedContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-01T06:54:56.421Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-03-01T06:54:56.993Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-03-01T06:54:56.993Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-03-01T06:54:57.938Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-03-01T06:54:58.473Z] --- PASS: TestRenameStoppedContainer (2.68s) [2022-03-01T06:54:58.473Z] === RUN TestRenameRunningContainerAndReuse [2022-03-01T06:54:58.511Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-03-01T06:54:59.897Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-03-01T06:54:59.897Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-03-01T06:54:59.897Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-03-01T06:54:59.897Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2022-03-01T06:54:59.897Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-03-01T06:54:59.897Z] docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows [2022-03-01T06:54:59.897Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-03-01T06:54:59.897Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-03-01T06:54:59.897Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-03-01T06:55:01.810Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-03-01T06:55:01.811Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-03-01T06:55:02.183Z] --- PASS: TestRenameRunningContainerAndReuse (4.10s) [2022-03-01T06:55:02.183Z] === RUN TestRenameInvalidName [2022-03-01T06:55:03.203Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-03-01T06:55:03.775Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-03-01T06:55:04.347Z] --- PASS: TestRenameInvalidName (2.09s) [2022-03-01T06:55:04.347Z] === RUN TestRenameAnonymousContainer [2022-03-01T06:55:04.720Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-03-01T06:55:04.720Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-03-01T06:55:06.633Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-03-01T06:55:06.633Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.32s) [2022-03-01T06:55:06.633Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-03-01T06:55:07.576Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-03-01T06:55:08.517Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-03-01T06:55:08.517Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2022-03-01T06:55:08.517Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-03-01T06:55:09.089Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-03-01T06:55:09.089Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-03-01T06:55:09.089Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-03-01T06:55:09.661Z] === RUN TestDockerSuite/TestBuildXZHost [2022-03-01T06:55:10.603Z] docker_api_swarm_test.go:272: [dff8950a84316] joining swarm manager [db41474e95035]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-01T06:55:11.173Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-03-01T06:55:11.174Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-03-01T06:55:11.174Z] docker_cli_sni_test.go:18: Flakey test [2022-03-01T06:55:11.174Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-03-01T06:55:11.744Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-03-01T06:55:12.008Z] docker_api_swarm_test.go:273: [daf2b7b701705] joining swarm manager [db41474e95035]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-01T06:55:12.268Z] === RUN TestDockerSuite/TestCommitChange [2022-03-01T06:55:13.208Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-03-01T06:55:13.778Z] === RUN TestDockerSuite/TestCommitHardlink [2022-03-01T06:55:14.649Z] --- PASS: TestRenameAnonymousContainer (8.96s) [2022-03-01T06:55:14.649Z] === RUN TestRenameContainerWithSameName [2022-03-01T06:55:14.723Z] === RUN TestDockerSuite/TestCommitNewFile [2022-03-01T06:55:15.609Z] --- PASS: TestRenameContainerWithSameName (2.15s) [2022-03-01T06:55:15.609Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-01T06:55:15.609Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-01T06:55:15.609Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-03-01T06:55:15.609Z] === RUN TestResize [2022-03-01T06:55:15.664Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-03-01T06:55:15.924Z] === RUN TestDockerSuite/TestCommitTTY [2022-03-01T06:55:17.308Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-03-01T06:55:17.568Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-03-01T06:55:17.777Z] --- PASS: TestResize (2.11s) [2022-03-01T06:55:17.778Z] === RUN TestResizeWithInvalidSize [2022-03-01T06:55:18.509Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-03-01T06:55:19.082Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-03-01T06:55:19.082Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-03-01T06:55:19.082Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-03-01T06:55:19.082Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-03-01T06:55:19.082Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-03-01T06:55:19.082Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-03-01T06:55:19.082Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-03-01T06:55:19.963Z] --- PASS: TestResizeWithInvalidSize (2.14s) [2022-03-01T06:55:19.963Z] === RUN TestResizeWhenContainerNotStarted [2022-03-01T06:55:20.025Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-03-01T06:55:20.812Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-01T06:55:20.812Z] INFO: Testing against a local daemon [2022-03-01T06:55:20.812Z] === RUN TestBuildWithSession [2022-03-01T06:55:20.812Z] build_session_test.go:25: TODO: BuildKit [2022-03-01T06:55:20.812Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-01T06:55:20.812Z] === RUN TestBuildSquashParent [2022-03-01T06:55:20.812Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:55:20.812Z] --- SKIP: TestBuildSquashParent (0.01s) [2022-03-01T06:55:20.812Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-01T06:55:20.812Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-01T06:55:20.812Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-01T06:55:20.812Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-01T06:55:20.812Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-01T06:55:20.812Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-01T06:55:20.812Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-01T06:55:20.812Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-01T06:55:20.812Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-01T06:55:20.812Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-01T06:55:20.812Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-01T06:55:20.812Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-01T06:55:20.812Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-01T06:55:20.812Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-01T06:55:20.812Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-01T06:55:20.812Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-01T06:55:20.812Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-01T06:55:20.967Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-03-01T06:55:20.967Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-03-01T06:55:21.539Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-03-01T06:55:22.121Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-03-01T06:55:22.396Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-03-01T06:55:22.852Z] --- PASS: TestResizeWhenContainerNotStarted (2.75s) [2022-03-01T06:55:22.852Z] === RUN TestDaemonRestartKillContainers [2022-03-01T06:55:22.852Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:55:22.852Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-03-01T06:55:22.852Z] === RUN TestStats [2022-03-01T06:55:22.852Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-01T06:55:22.852Z] --- SKIP: TestStats (0.00s) [2022-03-01T06:55:22.852Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-01T06:55:22.974Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-03-01T06:55:23.235Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.60s) [2022-03-01T06:55:23.235Z] PASS [2022-03-01T06:55:23.235Z] [2022-03-01T06:55:23.235Z] DONE 17 tests in 50.304s [2022-03-01T06:55:23.235Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-03-01T06:55:23.235Z] ++ 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 [2022-03-01T06:55:23.235Z] ++ set -e [2022-03-01T06:55:23.235Z] ++ '[' -n 0 ']' [2022-03-01T06:55:23.235Z] ++ set -x [2022-03-01T06:55:23.235Z] ++ 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 [2022-03-01T06:55:23.235Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-03-01T06:55:23.496Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-03-01T06:55:23.496Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-03-01T06:55:23.496Z] INFO: Testing against a local daemon [2022-03-01T06:55:23.496Z] === RUN TestPluginInvalidJSON [2022-03-01T06:55:23.496Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-01T06:55:23.496Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-01T06:55:23.496Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-01T06:55:23.496Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-03-01T06:55:23.496Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-01T06:55:23.496Z] === RUN TestPluginInstall [2022-03-01T06:55:23.496Z] === RUN TestPluginInstall/no_auth [2022-03-01T06:55:24.068Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-03-01T06:55:24.068Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-03-01T06:55:24.068Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-03-01T06:55:24.068Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-03-01T06:55:24.068Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-03-01T06:55:24.641Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-03-01T06:55:25.213Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-03-01T06:55:25.785Z] time="2022-03-01T06:55:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-01T06:55:25.785Z] time="2022-03-01T06:55:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0e4c79a7826c951786bafc6abb551818f7d8e8f421e19c7598e3a77ca34697b4" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-01T06:55:25.785Z] time="2022-03-01T06:55:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-01T06:55:25.785Z] time="2022-03-01T06:55:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0e4c79a7826c951786bafc6abb551818f7d8e8f421e19c7598e3a77ca34697b4" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-01T06:55:25.785Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-03-01T06:55:25.785Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-03-01T06:55:26.046Z] === RUN TestPluginInstall/with_htpasswd [2022-03-01T06:55:26.619Z] time="2022-03-01T06:55:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-01T06:55:26.619Z] time="2022-03-01T06:55:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6be95df8941f6931b87345df6511dec1a099834909f0cb652063fdd4e1525c85" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-01T06:55:26.619Z] time="2022-03-01T06:55:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-01T06:55:26.619Z] time="2022-03-01T06:55:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6be95df8941f6931b87345df6511dec1a099834909f0cb652063fdd4e1525c85" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-01T06:55:26.880Z] === RUN TestPluginInstall/with_insecure [2022-03-01T06:55:27.140Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-03-01T06:55:27.514Z] --- PASS: TestStopContainerWithRestartPolicyAlways (4.96s) [2022-03-01T06:55:27.514Z] === RUN TestStopContainerWithTimeout [2022-03-01T06:55:27.514Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-01T06:55:27.514Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-03-01T06:55:27.514Z] === RUN TestUpdateRestartPolicy [2022-03-01T06:55:27.713Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-03-01T06:55:27.713Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-03-01T06:55:27.973Z] time="2022-03-01T06:55:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-01T06:55:27.973Z] time="2022-03-01T06:55:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b52eec9ea8237af57d8be48424e403a5f791f5e83b4c660bd7e6fe528ea0728d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-01T06:55:27.973Z] time="2022-03-01T06:55:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-01T06:55:27.973Z] time="2022-03-01T06:55:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b52eec9ea8237af57d8be48424e403a5f791f5e83b4c660bd7e6fe528ea0728d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-01T06:55:28.234Z] plugin_test.go:165: [d9b2ca27280c9] daemon is not started [2022-03-01T06:55:28.234Z] --- PASS: TestPluginInstall (4.79s) [2022-03-01T06:55:28.234Z] --- PASS: TestPluginInstall/no_auth (2.65s) [2022-03-01T06:55:28.234Z] --- PASS: TestPluginInstall/with_htpasswd (0.83s) [2022-03-01T06:55:28.234Z] --- PASS: TestPluginInstall/with_insecure (1.30s) [2022-03-01T06:55:28.234Z] === RUN TestPluginsWithRuntimes [2022-03-01T06:55:28.234Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-03-01T06:55:28.805Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-03-01T06:55:29.378Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-03-01T06:55:29.950Z] === RUN TestPluginsWithRuntimes/No_Args [2022-03-01T06:55:29.950Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-03-01T06:55:29.950Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-03-01T06:55:30.521Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-03-01T06:55:30.782Z] === RUN TestPluginsWithRuntimes/With_Args [2022-03-01T06:55:31.044Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-03-01T06:55:31.616Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-03-01T06:55:31.616Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-03-01T06:55:32.190Z] --- PASS: TestPluginsWithRuntimes (3.75s) [2022-03-01T06:55:32.190Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.99s) [2022-03-01T06:55:32.190Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.01s) [2022-03-01T06:55:32.190Z] === RUN TestPluginBackCompatMediaTypes [2022-03-01T06:55:32.190Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-03-01T06:55:32.763Z] --- PASS: TestPluginBackCompatMediaTypes (0.74s) [2022-03-01T06:55:32.763Z] PASS [2022-03-01T06:55:32.763Z] [2022-03-01T06:55:32.763Z] DONE 10 tests in 9.484s [2022-03-01T06:55:32.763Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-03-01T06:55:32.763Z] ++ 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 [2022-03-01T06:55:32.763Z] ++ set -e [2022-03-01T06:55:32.763Z] ++ '[' -n 0 ']' [2022-03-01T06:55:32.763Z] ++ set -x [2022-03-01T06:55:32.763Z] ++ 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 [2022-03-01T06:55:33.026Z] INFO: Testing against a local daemon [2022-03-01T06:55:33.026Z] === RUN TestExternalGraphDriver [2022-03-01T06:55:33.026Z] === RUN TestExternalGraphDriver/json [2022-03-01T06:55:33.026Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2022-03-01T06:55:33.287Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-03-01T06:55:33.339Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-01T06:55:33.339Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-01T06:55:34.675Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-03-01T06:55:34.675Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-03-01T06:55:34.675Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-03-01T06:55:34.675Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-03-01T06:55:34.675Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-03-01T06:55:34.936Z] === RUN TestExternalGraphDriver/spec [2022-03-01T06:55:35.198Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-03-01T06:55:37.113Z] === RUN TestExternalGraphDriver/pull [2022-03-01T06:55:38.496Z] --- PASS: TestExternalGraphDriver (5.45s) [2022-03-01T06:55:38.496Z] --- PASS: TestExternalGraphDriver/json (1.95s) [2022-03-01T06:55:38.496Z] --- PASS: TestExternalGraphDriver/spec (1.83s) [2022-03-01T06:55:38.496Z] --- PASS: TestExternalGraphDriver/pull (1.63s) [2022-03-01T06:55:38.496Z] === RUN TestGraphdriverPluginV2 [2022-03-01T06:55:39.436Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-03-01T06:55:40.007Z] === RUN TestDockerSuite/TestContainerAPITop [2022-03-01T06:55:40.578Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-03-01T06:55:40.578Z] docker_api_containers_test.go:417: unmatched requirement DaemonIsWindows [2022-03-01T06:55:40.578Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-03-01T06:55:40.578Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-03-01T06:55:42.511Z] --- PASS: TestGraphdriverPluginV2 (4.09s) [2022-03-01T06:55:42.511Z] PASS [2022-03-01T06:55:42.511Z] [2022-03-01T06:55:42.511Z] DONE 5 tests in 9.711s [2022-03-01T06:55:42.511Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-03-01T06:55:42.511Z] ++ 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 [2022-03-01T06:55:42.511Z] ++ set -e [2022-03-01T06:55:42.511Z] ++ '[' -n 0 ']' [2022-03-01T06:55:42.511Z] ++ set -x [2022-03-01T06:55:42.511Z] ++ 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 [2022-03-01T06:55:42.511Z] INFO: Testing against a local daemon [2022-03-01T06:55:42.511Z] === RUN TestContinueAfterPluginCrash [2022-03-01T06:55:42.511Z] === PAUSE TestContinueAfterPluginCrash [2022-03-01T06:55:42.511Z] === RUN TestReadPluginNoRead [2022-03-01T06:55:42.511Z] === PAUSE TestReadPluginNoRead [2022-03-01T06:55:42.511Z] === RUN TestDaemonStartWithLogOpt [2022-03-01T06:55:42.511Z] === PAUSE TestDaemonStartWithLogOpt [2022-03-01T06:55:42.511Z] === CONT TestContinueAfterPluginCrash [2022-03-01T06:55:42.511Z] === CONT TestDaemonStartWithLogOpt [2022-03-01T06:55:43.087Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-03-01T06:55:43.659Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-03-01T06:55:45.047Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-03-01T06:55:45.867Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-03-01T06:55:45.867Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (11.65s) [2022-03-01T06:55:45.867Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (11.80s) [2022-03-01T06:55:45.867Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (12.18s) [2022-03-01T06:55:45.867Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (16.25s) [2022-03-01T06:55:45.867Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (7.64s) [2022-03-01T06:55:45.867Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (12.42s) [2022-03-01T06:55:45.867Z] === RUN TestBuildMultiStageCopy [2022-03-01T06:55:45.867Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-01T06:55:46.961Z] --- PASS: TestDaemonStartWithLogOpt (4.24s) [2022-03-01T06:55:46.961Z] === CONT TestReadPluginNoRead [2022-03-01T06:55:48.351Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-03-01T06:55:48.925Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-03-01T06:55:49.498Z] === RUN TestReadPluginNoRead/default [2022-03-01T06:55:50.070Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-03-01T06:55:51.012Z] === RUN TestReadPluginNoRead/disabled_caching [2022-03-01T06:55:51.273Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-03-01T06:55:51.847Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2022-03-01T06:55:51.847Z] --- PASS: TestContinueAfterPluginCrash (9.36s) [2022-03-01T06:55:52.419Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-03-01T06:55:52.589Z] --- PASS: TestUpdateRestartPolicy (21.87s) [2022-03-01T06:55:52.589Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-01T06:55:52.589Z] --- PASS: TestUpdateRestartWithAutoRemove (2.06s) [2022-03-01T06:55:52.589Z] === RUN TestWaitNonBlocked [2022-03-01T06:55:52.589Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-01T06:55:52.589Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-01T06:55:52.589Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-01T06:55:52.589Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-01T06:55:52.589Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-01T06:55:52.589Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-01T06:55:53.028Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-01T06:55:53.361Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2022-03-01T06:55:53.497Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-01T06:55:53.932Z] === CONT TestReadPluginNoRead [2022-03-01T06:55:53.932Z] read_test.go:92: [dc03951087c56] daemon is not started [2022-03-01T06:55:53.932Z] --- PASS: TestReadPluginNoRead (7.07s) [2022-03-01T06:55:53.932Z] --- PASS: TestReadPluginNoRead/default (1.54s) [2022-03-01T06:55:53.932Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.54s) [2022-03-01T06:55:53.932Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.43s) [2022-03-01T06:55:53.932Z] PASS [2022-03-01T06:55:53.932Z] [2022-03-01T06:55:53.932Z] DONE 6 tests in 11.420s [2022-03-01T06:55:53.932Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-03-01T06:55:53.932Z] ++ 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 [2022-03-01T06:55:53.932Z] ++ set -e [2022-03-01T06:55:53.932Z] ++ '[' -n 0 ']' [2022-03-01T06:55:53.932Z] ++ set -x [2022-03-01T06:55:53.932Z] ++ 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 [2022-03-01T06:55:53.932Z] testing: warning: no tests to run [2022-03-01T06:55:53.932Z] PASS [2022-03-01T06:55:53.932Z] [2022-03-01T06:55:53.932Z] DONE 0 tests in 0.073s [2022-03-01T06:55:53.932Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-03-01T06:55:53.932Z] ++ 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 [2022-03-01T06:55:53.932Z] ++ set -e [2022-03-01T06:55:53.933Z] ++ '[' -n 0 ']' [2022-03-01T06:55:53.933Z] ++ set -x [2022-03-01T06:55:53.933Z] ++ 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 [2022-03-01T06:55:54.193Z] INFO: Testing against a local daemon [2022-03-01T06:55:54.193Z] === RUN TestPluginWithDevMounts [2022-03-01T06:55:54.193Z] === PAUSE TestPluginWithDevMounts [2022-03-01T06:55:54.193Z] === CONT TestPluginWithDevMounts [2022-03-01T06:55:54.484Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-01T06:55:54.755Z] --- PASS: TestWaitNonBlocked (0.03s) [2022-03-01T06:55:54.755Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.71s) [2022-03-01T06:55:54.755Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (3.07s) [2022-03-01T06:55:54.755Z] === RUN TestWaitBlocked [2022-03-01T06:55:54.755Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:55:54.755Z] --- SKIP: TestWaitBlocked (0.00s) [2022-03-01T06:55:54.755Z] PASS [2022-03-01T06:55:54.755Z] ok github.com/docker/docker/integration/container 88.072s [2022-03-01T06:55:54.755Z] [2022-03-01T06:55:54.755Z] === Skipped [2022-03-01T06:55:54.755Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-03-01T06:55:54.755Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-01T06:55:54.755Z] [2022-03-01T06:55:54.755Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-03-01T06:55:54.755Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:55:54.755Z] [2022-03-01T06:55:54.755Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-03-01T06:55:54.755Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-01T06:55:54.755Z] [2022-03-01T06:55:54.755Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-03-01T06:55:54.755Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:55:54.755Z] [2022-03-01T06:55:54.755Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-03-01T06:55:54.755Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:55:54.755Z] [2022-03-01T06:55:54.755Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-01T06:55:54.755Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:55:54.755Z] [2022-03-01T06:55:54.755Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-01T06:55:54.755Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-01T06:55:54.755Z] [2022-03-01T06:55:54.755Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-01T06:55:54.755Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-01T06:55:54.755Z] [2022-03-01T06:55:54.755Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-03-01T06:55:54.755Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:55:54.755Z] [2022-03-01T06:55:54.755Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-03-01T06:55:54.755Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-01T06:55:54.755Z] [2022-03-01T06:55:54.755Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-03-01T06:55:54.755Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-01T06:55:54.755Z] [2022-03-01T06:55:54.755Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-03-01T06:55:54.755Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:55:54.755Z] [2022-03-01T06:55:54.755Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-03-01T06:55:54.755Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:55:54.755Z] [2022-03-01T06:55:54.755Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-03-01T06:55:54.755Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-01T06:55:54.755Z] [2022-03-01T06:55:54.755Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-03-01T06:55:54.755Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-01T06:55:54.755Z] [2022-03-01T06:55:54.755Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-03-01T06:55:54.755Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-01T06:55:54.755Z] [2022-03-01T06:55:54.755Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-03-01T06:55:54.755Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-01T06:55:54.755Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-01T06:55:54.755Z] [2022-03-01T06:55:54.755Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-01T06:55:54.755Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-01T06:55:54.755Z] [2022-03-01T06:55:54.755Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-03-01T06:55:54.755Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-01T06:55:54.755Z] [2022-03-01T06:55:54.755Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-01T06:55:54.755Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-01T06:55:54.755Z] [2022-03-01T06:55:54.755Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-03-01T06:55:54.755Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-01T06:55:54.755Z] [2022-03-01T06:55:54.755Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-03-01T06:55:54.755Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:55:54.755Z] [2022-03-01T06:55:54.755Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-03-01T06:55:54.755Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-01T06:55:54.755Z] [2022-03-01T06:55:54.755Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-03-01T06:55:54.755Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-01T06:55:54.755Z] [2022-03-01T06:55:54.755Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-03-01T06:55:54.755Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-01T06:55:54.755Z] [2022-03-01T06:55:54.755Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-03-01T06:55:54.755Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-01T06:55:54.755Z] [2022-03-01T06:55:54.755Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-03-01T06:55:54.755Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:55:54.755Z] [2022-03-01T06:55:54.755Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-03-01T06:55:54.755Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-01T06:55:54.755Z] [2022-03-01T06:55:54.755Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-03-01T06:55:54.755Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-01T06:55:54.755Z] [2022-03-01T06:55:54.755Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-03-01T06:55:54.755Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:55:54.755Z] [2022-03-01T06:55:54.755Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-03-01T06:55:54.755Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-01T06:55:54.755Z] [2022-03-01T06:55:54.755Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-03-01T06:55:54.755Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-01T06:55:54.755Z] [2022-03-01T06:55:54.755Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-03-01T06:55:54.755Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:55:54.755Z] [2022-03-01T06:55:54.755Z] DONE 87 tests, 33 skipped in 90.529s [2022-03-01T06:55:54.755Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-03-01T06:55:54.765Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2022-03-01T06:55:55.471Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-01T06:55:56.151Z] --- PASS: TestPluginWithDevMounts (1.69s) [2022-03-01T06:55:56.151Z] PASS [2022-03-01T06:55:56.151Z] [2022-03-01T06:55:56.151Z] DONE 1 tests in 1.837s [2022-03-01T06:55:56.151Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-03-01T06:55:56.151Z] ++ 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 [2022-03-01T06:55:56.151Z] ++ set -e [2022-03-01T06:55:56.151Z] ++ '[' -n 0 ']' [2022-03-01T06:55:56.151Z] ++ set -x [2022-03-01T06:55:56.151Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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 [2022-03-01T06:55:56.151Z] INFO: Testing against a local daemon [2022-03-01T06:55:56.151Z] === RUN TestSecretInspect [2022-03-01T06:55:56.151Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2022-03-01T06:55:56.724Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2022-03-01T06:55:57.038Z] --- PASS: TestBuildMultiStageCopy (12.53s) [2022-03-01T06:55:57.038Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (8.29s) [2022-03-01T06:55:57.038Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.79s) [2022-03-01T06:55:57.038Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.98s) [2022-03-01T06:55:57.038Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.14s) [2022-03-01T06:55:57.038Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.33s) [2022-03-01T06:55:57.038Z] === RUN TestBuildMultiStageParentConfig [2022-03-01T06:55:57.411Z] --- PASS: TestBuildWithHugeFile (103.35s) [2022-03-01T06:55:57.411Z] === RUN TestBuildWCOWSandboxSize [2022-03-01T06:55:57.411Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-01T06:55:57.411Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-01T06:55:57.411Z] === RUN TestBuildWithEmptyDockerfile [2022-03-01T06:55:57.411Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-01T06:55:57.411Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-01T06:55:57.411Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-01T06:55:57.411Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-01T06:55:57.411Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-01T06:55:57.411Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-01T06:55:57.411Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-01T06:55:57.411Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-01T06:55:57.411Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-01T06:55:57.411Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2022-03-01T06:55:57.411Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-03-01T06:55:57.411Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-03-01T06:55:57.411Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-03-01T06:55:57.411Z] === RUN TestBuildPreserveOwnership [2022-03-01T06:55:57.411Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-01T06:55:57.411Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-03-01T06:55:57.411Z] === RUN TestBuildPlatformInvalid [2022-03-01T06:55:57.411Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-03-01T06:55:57.411Z] PASS [2022-03-01T06:55:57.411Z] ok github.com/docker/docker/integration/build 168.807s [2022-03-01T06:55:57.411Z] [2022-03-01T06:55:57.411Z] === Skipped [2022-03-01T06:55:57.411Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-03-01T06:55:57.411Z] build_session_test.go:25: TODO: BuildKit [2022-03-01T06:55:57.411Z] [2022-03-01T06:55:57.411Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-03-01T06:55:57.411Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:55:57.411Z] [2022-03-01T06:55:57.411Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-03-01T06:55:57.411Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-01T06:55:57.411Z] [2022-03-01T06:55:57.411Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2022-03-01T06:55:57.411Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-01T06:55:57.411Z] [2022-03-01T06:55:57.411Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-03-01T06:55:57.411Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-01T06:55:57.411Z] [2022-03-01T06:55:57.411Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-03-01T06:55:57.411Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-01T06:55:57.411Z] [2022-03-01T06:55:57.411Z] DONE 29 tests, 6 skipped in 197.067s [2022-03-01T06:55:57.411Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-03-01T06:55:57.411Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-01T06:55:57.411Z] INFO: Testing against a local daemon [2022-03-01T06:55:57.411Z] === RUN TestConfigInspect [2022-03-01T06:55:57.411Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:55:57.411Z] --- SKIP: TestConfigInspect (0.00s) [2022-03-01T06:55:57.411Z] === RUN TestConfigList [2022-03-01T06:55:57.411Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:55:57.411Z] --- SKIP: TestConfigList (0.00s) [2022-03-01T06:55:57.411Z] === RUN TestConfigsCreateAndDelete [2022-03-01T06:55:57.411Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:55:57.411Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-03-01T06:55:57.411Z] === RUN TestConfigsUpdate [2022-03-01T06:55:57.411Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:55:57.411Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-03-01T06:55:57.411Z] === RUN TestTemplatedConfig [2022-03-01T06:55:57.411Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:55:57.411Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-03-01T06:55:57.411Z] === RUN TestConfigCreateResolve [2022-03-01T06:55:57.411Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:55:57.411Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-03-01T06:55:57.411Z] PASS [2022-03-01T06:55:57.411Z] ok github.com/docker/docker/integration/config 0.099s [2022-03-01T06:55:57.411Z] [2022-03-01T06:55:57.411Z] === Skipped [2022-03-01T06:55:57.411Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-03-01T06:55:57.411Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:55:57.411Z] [2022-03-01T06:55:57.411Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-03-01T06:55:57.411Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:55:57.411Z] [2022-03-01T06:55:57.411Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-03-01T06:55:57.411Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:55:57.411Z] [2022-03-01T06:55:57.411Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-03-01T06:55:57.411Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:55:57.411Z] [2022-03-01T06:55:57.411Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-03-01T06:55:57.411Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:55:57.411Z] [2022-03-01T06:55:57.411Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-03-01T06:55:57.411Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:55:57.411Z] [2022-03-01T06:55:57.411Z] DONE 6 tests, 6 skipped in 2.076s [2022-03-01T06:55:57.411Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-03-01T06:55:57.411Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-01T06:55:57.411Z] INFO: Testing against a local daemon [2022-03-01T06:55:57.411Z] === RUN TestCheckpoint [2022-03-01T06:55:57.411Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-01T06:55:57.411Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-01T06:55:57.411Z] === RUN TestContainerInvalidJSON [2022-03-01T06:55:57.411Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-01T06:55:57.411Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-01T06:55:57.411Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-01T06:55:57.411Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-01T06:55:57.411Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-01T06:55:57.411Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-01T06:55:57.411Z] --- PASS: TestContainerInvalidJSON (0.03s) [2022-03-01T06:55:57.411Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-01T06:55:57.411Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2022-03-01T06:55:57.411Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-01T06:55:57.411Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.23s) [2022-03-01T06:55:57.411Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-01T06:55:57.411Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.21s) [2022-03-01T06:55:57.411Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-01T06:55:57.411Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.20s) [2022-03-01T06:55:57.411Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-01T06:55:57.411Z] --- PASS: TestCopyToContainerPathIsNotDir (0.21s) [2022-03-01T06:55:57.411Z] === RUN TestCopyFromContainer [2022-03-01T06:55:57.411Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:55:57.411Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-03-01T06:55:57.411Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-01T06:55:57.411Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-01T06:55:57.411Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-01T06:55:57.411Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-01T06:55:57.411Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-01T06:55:57.411Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-01T06:55:57.411Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-01T06:55:57.411Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-01T06:55:57.411Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-01T06:55:57.411Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-01T06:55:57.411Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2022-03-01T06:55:57.411Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-01T06:55:57.411Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-01T06:55:57.411Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-01T06:55:57.411Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-01T06:55:57.411Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-01T06:55:57.411Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-03-01T06:55:57.411Z] === RUN TestCreateWithInvalidEnv [2022-03-01T06:55:57.411Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-01T06:55:57.411Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-01T06:55:57.411Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-01T06:55:57.411Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-01T06:55:57.411Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-01T06:55:57.411Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-01T06:55:57.411Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-01T06:55:57.411Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-01T06:55:57.411Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-01T06:55:57.411Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2022-03-01T06:55:57.411Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-01T06:55:57.411Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-01T06:55:57.411Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-01T06:55:57.411Z] === RUN TestCreateTmpfsMountsTarget [2022-03-01T06:55:57.411Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:55:57.411Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-03-01T06:55:57.411Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-01T06:55:57.411Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:55:57.411Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-03-01T06:55:57.411Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-01T06:55:57.411Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:55:57.411Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-01T06:55:57.411Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-01T06:55:57.411Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-01T06:55:57.411Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-01T06:55:57.411Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-01T06:55:57.411Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-01T06:55:57.411Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-01T06:55:57.411Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-01T06:55:57.411Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-01T06:55:57.411Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-01T06:55:57.411Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-01T06:55:57.411Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-01T06:55:57.411Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-01T06:55:57.411Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-01T06:55:57.411Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-01T06:55:57.411Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-01T06:55:57.411Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-01T06:55:57.411Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2022-03-01T06:55:57.411Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-01T06:55:57.411Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-01T06:55:57.411Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-01T06:55:57.411Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-03-01T06:55:57.411Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2022-03-01T06:55:57.411Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-01T06:55:57.411Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-01T06:55:57.411Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-01T06:55:57.411Z] === RUN TestCreateDifferentPlatform [2022-03-01T06:55:57.412Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-01T06:55:57.412Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-01T06:55:57.412Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2022-03-01T06:55:57.412Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-01T06:55:57.412Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-01T06:55:57.412Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-01T06:55:57.412Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.11s) [2022-03-01T06:55:57.412Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-01T06:55:57.412Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-01T06:55:57.412Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-03-01T06:55:57.412Z] === RUN TestContainerKillOnDaemonStart [2022-03-01T06:55:57.412Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:55:57.412Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-03-01T06:55:57.412Z] === RUN TestDiff [2022-03-01T06:55:57.412Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-01T06:55:57.412Z] --- SKIP: TestDiff (0.00s) [2022-03-01T06:55:57.412Z] === RUN TestExecWithCloseStdin [2022-03-01T06:55:57.412Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-03-01T06:55:57.412Z] --- SKIP: TestExecWithCloseStdin (0.00s) [2022-03-01T06:55:57.412Z] === RUN TestExec [2022-03-01T06:55:57.412Z] --- PASS: TestExec (3.98s) [2022-03-01T06:55:57.412Z] === RUN TestExecUser [2022-03-01T06:55:57.412Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-01T06:55:57.412Z] --- SKIP: TestExecUser (0.00s) [2022-03-01T06:55:57.412Z] === RUN TestExportContainerAndImportImage [2022-03-01T06:55:57.412Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:55:57.412Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-03-01T06:55:57.412Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-01T06:55:57.412Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:55:57.412Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-03-01T06:55:57.412Z] === RUN TestHealthCheckWorkdir [2022-03-01T06:55:57.412Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-01T06:55:57.412Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-03-01T06:55:57.412Z] === RUN TestHealthKillContainer [2022-03-01T06:55:57.412Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-01T06:55:57.412Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-03-01T06:55:57.412Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-01T06:55:57.412Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-01T06:55:57.412Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-03-01T06:55:57.412Z] === RUN TestKillContainerInvalidSignal [2022-03-01T06:55:57.412Z] --- PASS: TestKillContainerInvalidSignal (3.01s) [2022-03-01T06:55:57.412Z] === RUN TestKillContainer [2022-03-01T06:55:57.412Z] === RUN TestKillContainer/no_signal [2022-03-01T06:55:57.666Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000eac618_} [2022-03-01T06:55:58.609Z] --- PASS: TestSecretInspect (2.48s) [2022-03-01T06:55:58.609Z] === RUN TestSecretList [2022-03-01T06:55:58.870Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-12264426883_/foo_false____} [2022-03-01T06:55:58.973Z] === RUN TestKillContainer/non_killing_signal [2022-03-01T06:55:58.973Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-01T06:55:58.973Z] === RUN TestKillContainer/killing_signal [2022-03-01T06:55:59.992Z] --- PASS: TestBuildMultiStageParentConfig (2.61s) [2022-03-01T06:55:59.992Z] === RUN TestBuildLabelWithTargets [2022-03-01T06:55:59.992Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-01T06:55:59.992Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2022-03-01T06:55:59.992Z] === RUN TestBuildWithEmptyLayers [2022-03-01T06:56:00.257Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2022-03-01T06:56:00.563Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-12264426883_/foo_true____} [2022-03-01T06:56:00.983Z] --- PASS: TestBuildWithEmptyLayers (1.40s) [2022-03-01T06:56:00.983Z] === RUN TestBuildMultiStageOnBuild [2022-03-01T06:56:01.143Z] --- PASS: TestSecretList (2.70s) [2022-03-01T06:56:01.143Z] === RUN TestSecretsCreateAndDelete [2022-03-01T06:56:02.098Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-33603465954_/foo_false____} [2022-03-01T06:56:02.360Z] docker_api_swarm_node_test.go:20: [d3696c0cab7b4] joining swarm manager [d7ad1f7e10bb3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-01T06:56:02.728Z] --- PASS: TestKillContainer (6.13s) [2022-03-01T06:56:02.728Z] --- PASS: TestKillContainer/no_signal (3.02s) [2022-03-01T06:56:02.728Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-01T06:56:02.728Z] --- PASS: TestKillContainer/killing_signal (3.08s) [2022-03-01T06:56:02.728Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-01T06:56:02.728Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-01T06:56:02.728Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-01T06:56:02.728Z] === RUN TestKillStoppedContainer [2022-03-01T06:56:02.728Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-01T06:56:02.728Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-03-01T06:56:02.728Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-01T06:56:02.728Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-01T06:56:02.728Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-01T06:56:02.728Z] === RUN TestKillDifferentUserContainer [2022-03-01T06:56:02.728Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-01T06:56:02.728Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-03-01T06:56:02.728Z] === RUN TestInspectOomKilledTrue [2022-03-01T06:56:02.728Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:02.728Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-01T06:56:02.728Z] === RUN TestInspectOomKilledFalse [2022-03-01T06:56:02.728Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-01T06:56:02.728Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-01T06:56:02.728Z] === RUN TestLogsFollowTailEmpty [2022-03-01T06:56:03.306Z] docker_api_swarm_node_test.go:21: [d86e283be4c5f] joining swarm manager [d7ad1f7e10bb3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-01T06:56:03.567Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-33603465954_/foo_true____} [2022-03-01T06:56:03.829Z] --- PASS: TestSecretsCreateAndDelete (2.55s) [2022-03-01T06:56:03.829Z] === RUN TestSecretsUpdate [2022-03-01T06:56:05.213Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-33603465954_/foo_true__0xc000eac648__} [2022-03-01T06:56:05.649Z] --- PASS: TestLogsFollowTailEmpty (2.98s) [2022-03-01T06:56:05.649Z] === RUN TestNetworkNat [2022-03-01T06:56:05.649Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-01T06:56:05.649Z] --- SKIP: TestNetworkNat (0.00s) [2022-03-01T06:56:05.649Z] === RUN TestNetworkLocalhostTCPNat [2022-03-01T06:56:06.156Z] --- PASS: TestSecretsUpdate (2.35s) [2022-03-01T06:56:06.156Z] === RUN TestTemplatedSecret [2022-03-01T06:56:06.417Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000eac660_} [2022-03-01T06:56:06.989Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000eac678_} [2022-03-01T06:56:07.559Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000eac690_} [2022-03-01T06:56:08.941Z] --- PASS: TestTemplatedSecret (2.71s) [2022-03-01T06:56:08.941Z] === RUN TestSecretCreateResolve [2022-03-01T06:56:08.941Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000eac6a8_} [2022-03-01T06:56:09.390Z] --- PASS: TestNetworkLocalhostTCPNat (3.73s) [2022-03-01T06:56:09.390Z] === RUN TestNetworkLoopbackNat [2022-03-01T06:56:09.390Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-01T06:56:09.390Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-03-01T06:56:09.390Z] === RUN TestPause [2022-03-01T06:56:09.390Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-01T06:56:09.390Z] --- SKIP: TestPause (0.00s) [2022-03-01T06:56:09.390Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-01T06:56:10.324Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-03-01T06:56:11.265Z] --- PASS: TestSecretCreateResolve (2.29s) [2022-03-01T06:56:11.265Z] PASS [2022-03-01T06:56:11.265Z] [2022-03-01T06:56:11.265Z] DONE 6 tests in 15.207s [2022-03-01T06:56:11.265Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-03-01T06:56:11.265Z] ++ 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 [2022-03-01T06:56:11.265Z] ++ set -e [2022-03-01T06:56:11.265Z] ++ '[' -n 0 ']' [2022-03-01T06:56:11.265Z] ++ set -x [2022-03-01T06:56:11.265Z] ++ 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 [2022-03-01T06:56:11.265Z] INFO: Testing against a local daemon [2022-03-01T06:56:11.265Z] === RUN TestServiceCreateInit [2022-03-01T06:56:11.265Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-03-01T06:56:11.265Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-03-01T06:56:11.265Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-03-01T06:56:11.265Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-03-01T06:56:11.265Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-03-01T06:56:11.265Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-03-01T06:56:11.265Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-03-01T06:56:11.265Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-01T06:56:11.265Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-03-01T06:56:11.265Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-03-01T06:56:11.265Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-03-01T06:56:11.265Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-03-01T06:56:11.265Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2022-03-01T06:56:11.265Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2022-03-01T06:56:11.525Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2022-03-01T06:56:11.525Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2022-03-01T06:56:11.525Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2022-03-01T06:56:11.525Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2022-03-01T06:56:11.525Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-03-01T06:56:12.311Z] --- PASS: TestPauseFailsOnWindowsServerContainers (3.11s) [2022-03-01T06:56:12.311Z] === RUN TestPauseStopPausedContainer [2022-03-01T06:56:12.311Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:12.311Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-03-01T06:56:12.311Z] === RUN TestPsFilter [2022-03-01T06:56:12.311Z] --- PASS: TestPsFilter (0.30s) [2022-03-01T06:56:12.311Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-01T06:56:13.435Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-03-01T06:56:14.007Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2022-03-01T06:56:15.394Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-03-01T06:56:15.893Z] === RUN TestConfigDaemonLibtrustID [2022-03-01T06:56:15.893Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-01T06:56:15.893Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-03-01T06:56:15.893Z] === RUN TestDaemonConfigValidation [2022-03-01T06:56:15.893Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-01T06:56:15.893Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-03-01T06:56:15.893Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-01T06:56:15.893Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-01T06:56:15.893Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-03-01T06:56:15.893Z] === RUN TestDaemonProxy [2022-03-01T06:56:15.893Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-01T06:56:15.893Z] --- SKIP: TestDaemonProxy (0.00s) [2022-03-01T06:56:15.893Z] PASS [2022-03-01T06:56:15.893Z] ok github.com/docker/docker/integration/daemon 0.108s [2022-03-01T06:56:15.893Z] [2022-03-01T06:56:15.893Z] === Skipped [2022-03-01T06:56:15.893Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-03-01T06:56:15.893Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-01T06:56:15.893Z] [2022-03-01T06:56:15.893Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-03-01T06:56:15.893Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-01T06:56:15.893Z] [2022-03-01T06:56:15.893Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-03-01T06:56:15.893Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-01T06:56:15.893Z] [2022-03-01T06:56:15.893Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-03-01T06:56:15.893Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-01T06:56:15.893Z] [2022-03-01T06:56:15.893Z] DONE 4 tests, 4 skipped in 20.646s [2022-03-01T06:56:15.893Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-03-01T06:56:15.968Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-01T06:56:16.059Z] --- PASS: TestRemoveContainerWithRemovedVolume (3.14s) [2022-03-01T06:56:16.059Z] === RUN TestRemoveContainerWithVolume [2022-03-01T06:56:17.884Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-03-01T06:56:18.800Z] --- PASS: TestBuildMultiStageOnBuild (16.41s) [2022-03-01T06:56:18.800Z] === RUN TestBuildUncleanTarFilenames [2022-03-01T06:56:18.800Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-01T06:56:18.800Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2022-03-01T06:56:18.800Z] === RUN TestBuildMultiStageLayerLeak [2022-03-01T06:56:18.981Z] --- PASS: TestRemoveContainerWithVolume (3.02s) [2022-03-01T06:56:18.981Z] === RUN TestRemoveContainerRunning [2022-03-01T06:56:19.616Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-01T06:56:19.616Z] INFO: Testing against a local daemon [2022-03-01T06:56:19.616Z] === RUN TestCommitInheritsEnv [2022-03-01T06:56:19.616Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-01T06:56:19.616Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-03-01T06:56:19.616Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-01T06:56:19.616Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-01T06:56:19.616Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-03-01T06:56:19.616Z] === RUN TestImportWithCustomPlatform [2022-03-01T06:56:19.616Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-01T06:56:19.616Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-03-01T06:56:19.616Z] === RUN TestImagesFilterMultiReference [2022-03-01T06:56:19.616Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2022-03-01T06:56:19.616Z] === RUN TestImagePullPlatformInvalid [2022-03-01T06:56:19.616Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-03-01T06:56:19.616Z] === RUN TestRemoveImageOrphaning [2022-03-01T06:56:19.799Z] docker_api_swarm_test.go:502: [d899c3b2f6171] joining swarm manager [d3eaf023929de]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-01T06:56:19.799Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-03-01T06:56:19.799Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-03-01T06:56:20.370Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-03-01T06:56:20.575Z] --- PASS: TestRemoveImageOrphaning (1.04s) [2022-03-01T06:56:20.575Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-01T06:56:20.575Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2022-03-01T06:56:20.575Z] === RUN TestTagInvalidReference [2022-03-01T06:56:20.576Z] --- PASS: TestTagInvalidReference (0.04s) [2022-03-01T06:56:20.576Z] === RUN TestTagValidPrefixedRepo [2022-03-01T06:56:20.576Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2022-03-01T06:56:20.576Z] === RUN TestTagExistedNameWithoutForce [2022-03-01T06:56:20.576Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2022-03-01T06:56:20.576Z] === RUN TestTagOfficialNames [2022-03-01T06:56:20.576Z] --- PASS: TestTagOfficialNames (0.08s) [2022-03-01T06:56:20.576Z] === RUN TestTagMatchesDigest [2022-03-01T06:56:20.576Z] --- PASS: TestTagMatchesDigest (0.03s) [2022-03-01T06:56:20.576Z] PASS [2022-03-01T06:56:20.576Z] ok github.com/docker/docker/integration/image 1.545s [2022-03-01T06:56:20.945Z] --- PASS: TestServiceCreateInit (9.74s) [2022-03-01T06:56:20.945Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.56s) [2022-03-01T06:56:20.945Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.15s) [2022-03-01T06:56:20.945Z] === RUN TestCreateServiceMultipleTimes [2022-03-01T06:56:21.031Z] [2022-03-01T06:56:21.031Z] === Skipped [2022-03-01T06:56:21.031Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-03-01T06:56:21.031Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-01T06:56:21.031Z] [2022-03-01T06:56:21.031Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-03-01T06:56:21.031Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-01T06:56:21.031Z] [2022-03-01T06:56:21.031Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-03-01T06:56:21.031Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-01T06:56:21.031Z] [2022-03-01T06:56:21.031Z] DONE 12 tests, 3 skipped in 5.402s [2022-03-01T06:56:21.031Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-03-01T06:56:21.205Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2022-03-01T06:56:21.786Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-03-01T06:56:21.892Z] --- PASS: TestRemoveContainerRunning (3.08s) [2022-03-01T06:56:21.892Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-01T06:56:22.358Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-03-01T06:56:22.929Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-03-01T06:56:23.193Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-01T06:56:23.193Z] INFO: Testing against a local daemon [2022-03-01T06:56:23.193Z] === RUN TestNetworkCreateDelete [2022-03-01T06:56:23.193Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:56:23.193Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-03-01T06:56:23.193Z] === RUN TestDockerNetworkDeletePreferID [2022-03-01T06:56:23.193Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-03-01T06:56:23.193Z] --- SKIP: TestDockerNetworkDeletePreferID (0.01s) [2022-03-01T06:56:23.193Z] === RUN TestDaemonDNSFallback [2022-03-01T06:56:23.193Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:56:23.193Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-03-01T06:56:23.193Z] === RUN TestInspectNetwork [2022-03-01T06:56:23.193Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-01T06:56:23.193Z] --- SKIP: TestInspectNetwork (0.00s) [2022-03-01T06:56:23.193Z] === RUN TestRunContainerWithBridgeNone [2022-03-01T06:56:23.193Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:56:23.193Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-03-01T06:56:23.193Z] === RUN TestNetworkInvalidJSON [2022-03-01T06:56:23.193Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-01T06:56:23.193Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-01T06:56:23.193Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-01T06:56:23.193Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-01T06:56:23.193Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-01T06:56:23.193Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-01T06:56:23.193Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-01T06:56:23.193Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-01T06:56:23.193Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-01T06:56:23.193Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2022-03-01T06:56:23.193Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-03-01T06:56:23.193Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-03-01T06:56:23.193Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-03-01T06:56:23.193Z] === RUN TestNetworkList [2022-03-01T06:56:23.193Z] === RUN TestNetworkList//networks [2022-03-01T06:56:23.193Z] === PAUSE TestNetworkList//networks [2022-03-01T06:56:23.193Z] === RUN TestNetworkList//networks/ [2022-03-01T06:56:23.193Z] === PAUSE TestNetworkList//networks/ [2022-03-01T06:56:23.193Z] === CONT TestNetworkList//networks [2022-03-01T06:56:23.193Z] === CONT TestNetworkList//networks/ [2022-03-01T06:56:23.193Z] --- PASS: TestNetworkList (0.05s) [2022-03-01T06:56:23.193Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-01T06:56:23.193Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-01T06:56:23.193Z] === RUN TestHostIPv4BridgeLabel [2022-03-01T06:56:23.193Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-01T06:56:23.193Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-03-01T06:56:23.193Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-01T06:56:23.193Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-01T06:56:23.193Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-03-01T06:56:23.193Z] === RUN TestDaemonDefaultNetworkPools [2022-03-01T06:56:23.193Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-01T06:56:23.193Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-03-01T06:56:23.193Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-01T06:56:23.193Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-01T06:56:23.193Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-01T06:56:23.193Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-01T06:56:23.193Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-01T06:56:23.193Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-01T06:56:23.193Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-01T06:56:23.193Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-01T06:56:23.193Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-01T06:56:23.193Z] === RUN TestServiceWithPredefinedNetwork [2022-03-01T06:56:23.193Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-01T06:56:23.193Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-03-01T06:56:23.193Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-01T06:56:23.193Z] service_test.go:243: FLAKY_TEST [2022-03-01T06:56:23.193Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-01T06:56:23.193Z] === RUN TestServiceWithDataPathPortInit [2022-03-01T06:56:23.193Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-01T06:56:23.193Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-03-01T06:56:23.193Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-01T06:56:23.193Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-01T06:56:23.193Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-01T06:56:23.193Z] PASS [2022-03-01T06:56:23.193Z] ok github.com/docker/docker/integration/network 0.172s [2022-03-01T06:56:23.193Z] [2022-03-01T06:56:23.193Z] === Skipped [2022-03-01T06:56:23.193Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-03-01T06:56:23.193Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:56:23.193Z] [2022-03-01T06:56:23.193Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.01s) [2022-03-01T06:56:23.193Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-03-01T06:56:23.193Z] [2022-03-01T06:56:23.193Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-03-01T06:56:23.193Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:56:23.193Z] [2022-03-01T06:56:23.193Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-03-01T06:56:23.193Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-01T06:56:23.193Z] [2022-03-01T06:56:23.193Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-03-01T06:56:23.193Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:56:23.193Z] [2022-03-01T06:56:23.193Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-03-01T06:56:23.193Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-01T06:56:23.193Z] [2022-03-01T06:56:23.193Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-03-01T06:56:23.194Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-01T06:56:23.194Z] [2022-03-01T06:56:23.194Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-03-01T06:56:23.194Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-01T06:56:23.194Z] [2022-03-01T06:56:23.194Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-01T06:56:23.194Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-01T06:56:23.194Z] [2022-03-01T06:56:23.194Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-01T06:56:23.194Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-01T06:56:23.194Z] [2022-03-01T06:56:23.194Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-01T06:56:23.194Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-01T06:56:23.194Z] [2022-03-01T06:56:23.194Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-03-01T06:56:23.194Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-01T06:56:23.194Z] [2022-03-01T06:56:23.194Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-01T06:56:23.194Z] service_test.go:243: FLAKY_TEST [2022-03-01T06:56:23.194Z] [2022-03-01T06:56:23.194Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-03-01T06:56:23.194Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-01T06:56:23.194Z] [2022-03-01T06:56:23.194Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-01T06:56:23.194Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-01T06:56:23.194Z] [2022-03-01T06:56:23.194Z] DONE 22 tests, 15 skipped in 2.177s [2022-03-01T06:56:23.194Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-03-01T06:56:23.870Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-03-01T06:56:24.157Z] testing: warning: no tests to run [2022-03-01T06:56:24.157Z] PASS [2022-03-01T06:56:24.157Z] ok github.com/docker/docker/integration/network/ipvlan 0.066s [2022-03-01T06:56:24.157Z] [2022-03-01T06:56:24.157Z] DONE 0 tests in 0.644s [2022-03-01T06:56:24.157Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-03-01T06:56:24.612Z] testing: warning: no tests to run [2022-03-01T06:56:24.612Z] PASS [2022-03-01T06:56:24.612Z] ok github.com/docker/docker/integration/network/macvlan 0.078s [2022-03-01T06:56:24.612Z] [2022-03-01T06:56:24.612Z] DONE 0 tests in 0.622s [2022-03-01T06:56:24.612Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-03-01T06:56:24.808Z] --- PASS: TestRemoveContainerForceRemoveRunning (3.11s) [2022-03-01T06:56:24.808Z] === RUN TestRemoveInvalidContainer [2022-03-01T06:56:24.808Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2022-03-01T06:56:24.808Z] === RUN TestRenameLinkedContainer [2022-03-01T06:56:24.808Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-01T06:56:24.808Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-03-01T06:56:24.808Z] === RUN TestRenameStoppedContainer [2022-03-01T06:56:24.815Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-03-01T06:56:25.574Z] testing: warning: no tests to run [2022-03-01T06:56:25.574Z] PASS [2022-03-01T06:56:25.574Z] ok github.com/docker/docker/integration/plugin 0.071s [2022-03-01T06:56:25.574Z] [2022-03-01T06:56:25.574Z] DONE 0 tests in 0.646s [2022-03-01T06:56:25.574Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-03-01T06:56:25.757Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-03-01T06:56:26.029Z] testing: warning: no tests to run [2022-03-01T06:56:26.029Z] PASS [2022-03-01T06:56:26.029Z] ok github.com/docker/docker/integration/plugin/authz 0.066s [2022-03-01T06:56:26.029Z] [2022-03-01T06:56:26.029Z] DONE 0 tests in 0.678s [2022-03-01T06:56:26.484Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-03-01T06:56:26.701Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-03-01T06:56:26.962Z] docker_api_swarm_test.go:507: [db03ce97bbc70] joining swarm manager [d3eaf023929de]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-01T06:56:27.535Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-03-01T06:56:27.725Z] --- PASS: TestRenameStoppedContainer (3.05s) [2022-03-01T06:56:27.725Z] === RUN TestRenameRunningContainerAndReuse [2022-03-01T06:56:28.108Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-03-01T06:56:28.680Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-03-01T06:56:29.621Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-03-01T06:56:29.677Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-03-01T06:56:29.677Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-03-01T06:56:29.677Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-03-01T06:56:29.677Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-03-01T06:56:29.677Z] Cross building: bundles/cross/linux/s390x [2022-03-01T06:56:29.677Z] Building: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-03-01T06:56:29.677Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-03-01T06:56:30.562Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-03-01T06:56:31.135Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-03-01T06:56:31.156Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-01T06:56:31.156Z] INFO: Testing against a local daemon [2022-03-01T06:56:31.156Z] === RUN TestPluginInvalidJSON [2022-03-01T06:56:31.156Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-01T06:56:31.156Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-01T06:56:31.156Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-01T06:56:31.156Z] --- PASS: TestPluginInvalidJSON (0.04s) [2022-03-01T06:56:31.156Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-01T06:56:31.156Z] === RUN TestPluginInstall [2022-03-01T06:56:31.156Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-01T06:56:31.156Z] --- SKIP: TestPluginInstall (0.00s) [2022-03-01T06:56:31.156Z] === RUN TestPluginsWithRuntimes [2022-03-01T06:56:31.156Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-01T06:56:31.156Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-03-01T06:56:31.156Z] === RUN TestPluginBackCompatMediaTypes [2022-03-01T06:56:31.156Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-01T06:56:31.156Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-03-01T06:56:31.156Z] PASS [2022-03-01T06:56:31.156Z] ok github.com/docker/docker/integration/plugin/common 0.099s [2022-03-01T06:56:31.156Z] [2022-03-01T06:56:31.156Z] === Skipped [2022-03-01T06:56:31.156Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-03-01T06:56:31.156Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-01T06:56:31.156Z] [2022-03-01T06:56:31.156Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-03-01T06:56:31.156Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-01T06:56:31.156Z] [2022-03-01T06:56:31.156Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-03-01T06:56:31.156Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-01T06:56:31.156Z] [2022-03-01T06:56:31.156Z] DONE 5 tests, 3 skipped in 4.418s [2022-03-01T06:56:31.156Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-03-01T06:56:31.706Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-03-01T06:56:31.706Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-03-01T06:56:32.278Z] === RUN TestDockerSuite/TestCpRelativePath [2022-03-01T06:56:33.222Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-03-01T06:56:33.323Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-01T06:56:33.323Z] INFO: Testing against a local daemon [2022-03-01T06:56:33.323Z] === RUN TestExternalGraphDriver [2022-03-01T06:56:33.323Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-01T06:56:33.323Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-03-01T06:56:33.323Z] === RUN TestGraphdriverPluginV2 [2022-03-01T06:56:33.323Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-01T06:56:33.323Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-03-01T06:56:33.323Z] PASS [2022-03-01T06:56:33.323Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.113s [2022-03-01T06:56:33.323Z] [2022-03-01T06:56:33.323Z] === Skipped [2022-03-01T06:56:33.323Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-03-01T06:56:33.323Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-01T06:56:33.323Z] [2022-03-01T06:56:33.323Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-03-01T06:56:33.323Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-01T06:56:33.323Z] [2022-03-01T06:56:33.323Z] DONE 2 tests, 2 skipped in 2.363s [2022-03-01T06:56:33.323Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-03-01T06:56:33.738Z] --- PASS: TestBuildMultiStageLayerLeak (15.40s) [2022-03-01T06:56:33.738Z] === RUN TestBuildWithHugeFile [2022-03-01T06:56:33.794Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-03-01T06:56:34.055Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-03-01T06:56:34.629Z] === RUN TestDockerSuite/TestCpToCaseA [2022-03-01T06:56:34.811Z] --- PASS: TestRenameRunningContainerAndReuse (6.10s) [2022-03-01T06:56:34.811Z] === RUN TestRenameInvalidName [2022-03-01T06:56:35.487Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-01T06:56:35.487Z] INFO: Testing against a local daemon [2022-03-01T06:56:35.487Z] === RUN TestReadPluginNoRead [2022-03-01T06:56:35.487Z] read_test.go:21: no unix domain sockets on Windows [2022-03-01T06:56:35.487Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-03-01T06:56:35.487Z] PASS [2022-03-01T06:56:35.487Z] ok github.com/docker/docker/integration/plugin/logging 0.088s [2022-03-01T06:56:35.487Z] [2022-03-01T06:56:35.487Z] === Skipped [2022-03-01T06:56:35.487Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-03-01T06:56:35.487Z] read_test.go:21: no unix domain sockets on Windows [2022-03-01T06:56:35.487Z] [2022-03-01T06:56:35.487Z] DONE 1 tests, 1 skipped in 2.005s [2022-03-01T06:56:35.487Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-03-01T06:56:35.573Z] === RUN TestDockerSuite/TestCpToCaseB [2022-03-01T06:56:36.147Z] === RUN TestDockerSuite/TestCpToCaseC [2022-03-01T06:56:36.447Z] testing: warning: no tests to run [2022-03-01T06:56:36.447Z] PASS [2022-03-01T06:56:36.447Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.063s [2022-03-01T06:56:36.447Z] [2022-03-01T06:56:36.447Z] DONE 0 tests in 1.055s [2022-03-01T06:56:36.447Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-03-01T06:56:36.999Z] --- PASS: TestRenameInvalidName (2.97s) [2022-03-01T06:56:36.999Z] === RUN TestRenameAnonymousContainer [2022-03-01T06:56:37.529Z] === RUN TestDockerSuite/TestCpToCaseD [2022-03-01T06:56:38.470Z] --- PASS: TestCreateServiceMultipleTimes (17.29s) [2022-03-01T06:56:38.470Z] === RUN TestCreateServiceConflict [2022-03-01T06:56:38.617Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-01T06:56:38.618Z] INFO: Testing against a local daemon [2022-03-01T06:56:38.618Z] === RUN TestPluginWithDevMounts [2022-03-01T06:56:38.618Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:38.618Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-03-01T06:56:38.618Z] PASS [2022-03-01T06:56:38.618Z] ok github.com/docker/docker/integration/plugin/volumes 0.086s [2022-03-01T06:56:38.618Z] [2022-03-01T06:56:38.618Z] === Skipped [2022-03-01T06:56:38.618Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-03-01T06:56:38.618Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:38.618Z] [2022-03-01T06:56:38.618Z] DONE 1 tests, 1 skipped in 2.064s [2022-03-01T06:56:38.618Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-03-01T06:56:40.811Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-01T06:56:40.811Z] INFO: Testing against a local daemon [2022-03-01T06:56:40.811Z] === RUN TestSecretInspect [2022-03-01T06:56:40.811Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:40.811Z] --- SKIP: TestSecretInspect (0.00s) [2022-03-01T06:56:40.811Z] === RUN TestSecretList [2022-03-01T06:56:40.811Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:40.811Z] --- SKIP: TestSecretList (0.00s) [2022-03-01T06:56:40.811Z] === RUN TestSecretsCreateAndDelete [2022-03-01T06:56:40.811Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:40.811Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-03-01T06:56:40.811Z] === RUN TestSecretsUpdate [2022-03-01T06:56:40.811Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:40.811Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-03-01T06:56:40.811Z] === RUN TestTemplatedSecret [2022-03-01T06:56:40.811Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:40.811Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-03-01T06:56:40.812Z] === RUN TestSecretCreateResolve [2022-03-01T06:56:40.812Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:56:40.812Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-03-01T06:56:40.812Z] PASS [2022-03-01T06:56:40.812Z] ok github.com/docker/docker/integration/secret 0.086s [2022-03-01T06:56:40.812Z] [2022-03-01T06:56:40.812Z] === Skipped [2022-03-01T06:56:40.812Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-03-01T06:56:40.812Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:40.812Z] [2022-03-01T06:56:40.812Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-03-01T06:56:40.812Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:40.812Z] [2022-03-01T06:56:40.812Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-03-01T06:56:40.812Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:40.812Z] [2022-03-01T06:56:40.812Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-03-01T06:56:40.812Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:40.812Z] [2022-03-01T06:56:40.812Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-03-01T06:56:40.812Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:40.812Z] [2022-03-01T06:56:40.812Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-03-01T06:56:40.812Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:56:40.812Z] [2022-03-01T06:56:40.812Z] DONE 6 tests, 6 skipped in 1.864s [2022-03-01T06:56:40.812Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-03-01T06:56:41.013Z] === RUN TestDockerSuite/TestCpToCaseE [2022-03-01T06:56:41.273Z] --- PASS: TestCreateServiceConflict (2.94s) [2022-03-01T06:56:41.273Z] === RUN TestCreateServiceMaxReplicas [2022-03-01T06:56:42.972Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-01T06:56:42.972Z] INFO: Testing against a local daemon [2022-03-01T06:56:42.972Z] === RUN TestServiceCreateInit [2022-03-01T06:56:42.972Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-01T06:56:42.972Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:42.972Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-01T06:56:42.972Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:42.972Z] --- PASS: TestServiceCreateInit (0.04s) [2022-03-01T06:56:42.972Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-01T06:56:42.973Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-01T06:56:42.973Z] === RUN TestCreateServiceMultipleTimes [2022-03-01T06:56:42.973Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:42.973Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-03-01T06:56:42.973Z] === RUN TestCreateServiceConflict [2022-03-01T06:56:42.973Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:42.973Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-03-01T06:56:42.973Z] === RUN TestCreateServiceMaxReplicas [2022-03-01T06:56:42.973Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:42.973Z] --- SKIP: TestCreateServiceMaxReplicas (0.04s) [2022-03-01T06:56:42.973Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-01T06:56:42.973Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:42.973Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-01T06:56:42.973Z] === RUN TestCreateServiceSecretFileMode [2022-03-01T06:56:42.973Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:42.973Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-03-01T06:56:42.973Z] === RUN TestCreateServiceConfigFileMode [2022-03-01T06:56:42.973Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:42.973Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-03-01T06:56:42.973Z] === RUN TestCreateServiceSysctls [2022-03-01T06:56:42.973Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:42.973Z] --- SKIP: TestCreateServiceSysctls (0.04s) [2022-03-01T06:56:42.973Z] === RUN TestCreateServiceCapabilities [2022-03-01T06:56:42.973Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:42.973Z] --- SKIP: TestCreateServiceCapabilities (0.04s) [2022-03-01T06:56:42.973Z] === RUN TestInspect [2022-03-01T06:56:42.973Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:42.973Z] --- SKIP: TestInspect (0.00s) [2022-03-01T06:56:42.973Z] === RUN TestCreateJob [2022-03-01T06:56:42.973Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:42.973Z] --- SKIP: TestCreateJob (0.00s) [2022-03-01T06:56:42.973Z] === RUN TestReplicatedJob [2022-03-01T06:56:42.973Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:42.973Z] --- SKIP: TestReplicatedJob (0.00s) [2022-03-01T06:56:42.973Z] === RUN TestUpdateReplicatedJob [2022-03-01T06:56:42.973Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:42.973Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-03-01T06:56:42.973Z] === RUN TestServiceListWithStatuses [2022-03-01T06:56:42.973Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:42.973Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-01T06:56:42.973Z] === RUN TestDockerNetworkConnectAlias [2022-03-01T06:56:42.973Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:42.973Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-03-01T06:56:42.973Z] === RUN TestDockerNetworkReConnect [2022-03-01T06:56:42.973Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:42.973Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-03-01T06:56:42.973Z] === RUN TestServicePlugin [2022-03-01T06:56:42.973Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:42.973Z] --- SKIP: TestServicePlugin (0.00s) [2022-03-01T06:56:42.973Z] === RUN TestServiceUpdateLabel [2022-03-01T06:56:42.973Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:56:42.973Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-03-01T06:56:42.973Z] === RUN TestServiceUpdateSecrets [2022-03-01T06:56:42.973Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:56:42.973Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-03-01T06:56:42.973Z] === RUN TestServiceUpdateConfigs [2022-03-01T06:56:42.973Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:56:42.973Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-03-01T06:56:42.973Z] === RUN TestServiceUpdateNetwork [2022-03-01T06:56:42.973Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:56:42.973Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-03-01T06:56:42.973Z] === RUN TestServiceUpdatePidsLimit [2022-03-01T06:56:42.973Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:56:42.973Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-03-01T06:56:42.973Z] PASS [2022-03-01T06:56:42.973Z] ok github.com/docker/docker/integration/service 0.234s [2022-03-01T06:56:43.192Z] === RUN TestDockerSuite/TestCpToCaseF [2022-03-01T06:56:43.428Z] [2022-03-01T06:56:43.428Z] === Skipped [2022-03-01T06:56:43.428Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-01T06:56:43.428Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:43.428Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-01T06:56:43.428Z] [2022-03-01T06:56:43.428Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-01T06:56:43.428Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:43.428Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-01T06:56:43.428Z] [2022-03-01T06:56:43.428Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-03-01T06:56:43.428Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:43.428Z] [2022-03-01T06:56:43.428Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-03-01T06:56:43.428Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:43.428Z] [2022-03-01T06:56:43.428Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.04s) [2022-03-01T06:56:43.428Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:43.428Z] [2022-03-01T06:56:43.428Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-01T06:56:43.428Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:43.428Z] [2022-03-01T06:56:43.428Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-03-01T06:56:43.428Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:43.428Z] [2022-03-01T06:56:43.428Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-03-01T06:56:43.428Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:43.428Z] [2022-03-01T06:56:43.428Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.04s) [2022-03-01T06:56:43.428Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:43.428Z] [2022-03-01T06:56:43.428Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.04s) [2022-03-01T06:56:43.428Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:43.428Z] [2022-03-01T06:56:43.428Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-03-01T06:56:43.428Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:43.428Z] [2022-03-01T06:56:43.428Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-03-01T06:56:43.429Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:43.429Z] [2022-03-01T06:56:43.429Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-03-01T06:56:43.429Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:43.429Z] [2022-03-01T06:56:43.429Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-03-01T06:56:43.429Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:43.429Z] [2022-03-01T06:56:43.429Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-03-01T06:56:43.429Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:43.429Z] [2022-03-01T06:56:43.429Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-03-01T06:56:43.429Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:43.429Z] [2022-03-01T06:56:43.429Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-03-01T06:56:43.429Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:43.429Z] [2022-03-01T06:56:43.429Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-03-01T06:56:43.429Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:43.429Z] [2022-03-01T06:56:43.429Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-03-01T06:56:43.429Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:56:43.429Z] [2022-03-01T06:56:43.429Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-03-01T06:56:43.429Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:56:43.429Z] [2022-03-01T06:56:43.429Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-03-01T06:56:43.429Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:56:43.429Z] [2022-03-01T06:56:43.429Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-03-01T06:56:43.429Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:56:43.429Z] [2022-03-01T06:56:43.429Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-03-01T06:56:43.429Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:56:43.429Z] [2022-03-01T06:56:43.429Z] DONE 24 tests, 23 skipped in 2.522s [2022-03-01T06:56:43.429Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-03-01T06:56:43.764Z] === RUN TestDockerSuite/TestCpToCaseG [2022-03-01T06:56:44.705Z] --- PASS: TestCreateServiceMaxReplicas (3.35s) [2022-03-01T06:56:44.705Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-01T06:56:44.958Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-01T06:56:44.958Z] INFO: Testing against a local daemon [2022-03-01T06:56:44.958Z] === RUN TestSessionCreate [2022-03-01T06:56:44.958Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-01T06:56:44.958Z] --- SKIP: TestSessionCreate (0.00s) [2022-03-01T06:56:44.958Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-01T06:56:44.958Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-01T06:56:44.958Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-03-01T06:56:44.958Z] PASS [2022-03-01T06:56:44.958Z] ok github.com/docker/docker/integration/session 0.091s [2022-03-01T06:56:44.958Z] [2022-03-01T06:56:44.958Z] === Skipped [2022-03-01T06:56:44.958Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-03-01T06:56:44.958Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-01T06:56:44.958Z] [2022-03-01T06:56:44.958Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-03-01T06:56:44.958Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-01T06:56:44.958Z] [2022-03-01T06:56:44.958Z] DONE 2 tests, 2 skipped in 1.651s [2022-03-01T06:56:44.958Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-03-01T06:56:47.126Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-01T06:56:47.126Z] INFO: Testing against a local daemon [2022-03-01T06:56:47.126Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-01T06:56:47.126Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:47.126Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-01T06:56:47.126Z] === RUN TestDiskUsage [2022-03-01T06:56:47.126Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-01T06:56:47.126Z] --- SKIP: TestDiskUsage (0.00s) [2022-03-01T06:56:47.126Z] === RUN TestEventsExecDie [2022-03-01T06:56:47.126Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-01T06:56:47.126Z] --- SKIP: TestEventsExecDie (0.00s) [2022-03-01T06:56:47.126Z] === RUN TestEventsBackwardsCompatible [2022-03-01T06:56:47.126Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-01T06:56:47.126Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-03-01T06:56:47.126Z] === RUN TestEventsVolumeCreate [2022-03-01T06:56:47.126Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-01T06:56:47.126Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-03-01T06:56:47.126Z] === RUN TestInfoAPI [2022-03-01T06:56:47.126Z] --- PASS: TestInfoAPI (0.04s) [2022-03-01T06:56:47.126Z] === RUN TestInfoAPIWarnings [2022-03-01T06:56:47.126Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-01T06:56:47.126Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-03-01T06:56:47.126Z] === RUN TestInfoDebug [2022-03-01T06:56:47.126Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-01T06:56:47.126Z] --- SKIP: TestInfoDebug (0.00s) [2022-03-01T06:56:47.126Z] === RUN TestInfoInsecureRegistries [2022-03-01T06:56:47.126Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-01T06:56:47.126Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-03-01T06:56:47.126Z] === RUN TestInfoRegistryMirrors [2022-03-01T06:56:47.126Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-01T06:56:47.126Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-03-01T06:56:47.126Z] === RUN TestLoginFailsWithBadCredentials [2022-03-01T06:56:47.250Z] === RUN TestDockerSuite/TestCpToCaseH [2022-03-01T06:56:48.087Z] --- PASS: TestLoginFailsWithBadCredentials (0.98s) [2022-03-01T06:56:48.087Z] === RUN TestPingCacheHeaders [2022-03-01T06:56:48.087Z] --- PASS: TestPingCacheHeaders (0.03s) [2022-03-01T06:56:48.087Z] === RUN TestPingGet [2022-03-01T06:56:48.087Z] --- PASS: TestPingGet (0.03s) [2022-03-01T06:56:48.087Z] === RUN TestPingHead [2022-03-01T06:56:48.087Z] --- PASS: TestPingHead (0.04s) [2022-03-01T06:56:48.087Z] === RUN TestVersion [2022-03-01T06:56:48.087Z] --- PASS: TestVersion (0.04s) [2022-03-01T06:56:48.087Z] PASS [2022-03-01T06:56:48.087Z] ok github.com/docker/docker/integration/system 1.233s [2022-03-01T06:56:48.087Z] [2022-03-01T06:56:48.087Z] === Skipped [2022-03-01T06:56:48.087Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-01T06:56:48.087Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:56:48.087Z] [2022-03-01T06:56:48.087Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-03-01T06:56:48.087Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-01T06:56:48.087Z] [2022-03-01T06:56:48.087Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-03-01T06:56:48.087Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-01T06:56:48.087Z] [2022-03-01T06:56:48.087Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-03-01T06:56:48.087Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-01T06:56:48.087Z] [2022-03-01T06:56:48.087Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-03-01T06:56:48.087Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-01T06:56:48.087Z] [2022-03-01T06:56:48.087Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-03-01T06:56:48.087Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-01T06:56:48.087Z] [2022-03-01T06:56:48.087Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-03-01T06:56:48.087Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-01T06:56:48.087Z] [2022-03-01T06:56:48.087Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-03-01T06:56:48.087Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-01T06:56:48.087Z] [2022-03-01T06:56:48.087Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-03-01T06:56:48.087Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-01T06:56:48.087Z] [2022-03-01T06:56:48.087Z] DONE 15 tests, 9 skipped in 2.980s [2022-03-01T06:56:48.087Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-03-01T06:56:49.162Z] === RUN TestDockerSuite/TestCpToCaseI [2022-03-01T06:56:49.391Z] --- PASS: TestRenameAnonymousContainer (11.47s) [2022-03-01T06:56:49.391Z] === RUN TestRenameContainerWithSameName [2022-03-01T06:56:49.736Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-03-01T06:56:50.261Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-01T06:56:50.261Z] INFO: Testing against a local daemon [2022-03-01T06:56:50.261Z] === RUN TestVolumesCreateAndList [2022-03-01T06:56:50.261Z] --- PASS: TestVolumesCreateAndList (0.05s) [2022-03-01T06:56:50.261Z] === RUN TestVolumesRemove [2022-03-01T06:56:50.261Z] --- PASS: TestVolumesRemove (0.14s) [2022-03-01T06:56:50.261Z] === RUN TestVolumesInspect [2022-03-01T06:56:50.261Z] --- PASS: TestVolumesInspect (0.03s) [2022-03-01T06:56:50.261Z] === RUN TestVolumesInvalidJSON [2022-03-01T06:56:50.261Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-01T06:56:50.261Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-01T06:56:50.261Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-01T06:56:50.261Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2022-03-01T06:56:50.261Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.01s) [2022-03-01T06:56:50.261Z] PASS [2022-03-01T06:56:50.261Z] ok github.com/docker/docker/integration/volume 0.303s [2022-03-01T06:56:50.261Z] [2022-03-01T06:56:50.261Z] DONE 5 tests in 2.158s [2022-03-01T06:56:50.261Z] INFO: make.ps1 ended at 03/01/2022 06:56:50 [2022-03-01T06:56:50.261Z] INFO: Integration CLI tests being run from the host: [2022-03-01T06:56:50.261Z] 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" [2022-03-01T06:56:51.575Z] --- PASS: TestRenameContainerWithSameName (3.33s) [2022-03-01T06:56:51.575Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-01T06:56:51.575Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-01T06:56:51.575Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-03-01T06:56:51.575Z] === RUN TestResize [2022-03-01T06:56:53.040Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2022-03-01T06:56:53.040Z] === RUN TestDockerSuite/TestCpToDot [2022-03-01T06:56:53.611Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-03-01T06:56:54.488Z] --- PASS: TestResize (2.97s) [2022-03-01T06:56:54.488Z] === RUN TestResizeWithInvalidSize [2022-03-01T06:56:54.552Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-03-01T06:56:55.124Z] === RUN TestDockerSuite/TestCpToStdout [2022-03-01T06:56:55.695Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-03-01T06:56:56.637Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-03-01T06:56:56.897Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-03-01T06:56:57.469Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2022-03-01T06:56:57.730Z] === RUN TestDockerSuite/TestCpVolumePath [2022-03-01T06:56:58.232Z] --- PASS: TestResizeWithInvalidSize (3.02s) [2022-03-01T06:56:58.232Z] === RUN TestResizeWhenContainerNotStarted [2022-03-01T06:56:58.673Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-03-01T06:56:58.673Z] === RUN TestDockerSuite/TestCreateArgs [2022-03-01T06:56:58.673Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.97s) [2022-03-01T06:56:58.673Z] === RUN TestCreateServiceSecretFileMode [2022-03-01T06:56:58.673Z] === RUN TestDockerSuite/TestCreateByImageID [2022-03-01T06:56:59.246Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-03-01T06:56:59.819Z] docker_api_swarm_node_test.go:81: [d8ee4155caaa7] joining swarm manager [d477e2b1ea68c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-01T06:56:59.819Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-03-01T06:56:59.819Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-03-01T06:56:59.819Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-03-01T06:56:59.819Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-03-01T06:57:00.549Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-01T06:57:00.549Z] INFO: Testing against a local daemon [2022-03-01T06:57:00.549Z] === RUN TestDockerSuite [2022-03-01T06:57:00.549Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-03-01T06:57:00.549Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-03-01T06:57:00.549Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-01T06:57:00.549Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-03-01T06:57:00.549Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-03-01T06:57:00.549Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-03-01T06:57:00.549Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-03-01T06:57:00.549Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-01T06:57:00.549Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-03-01T06:57:00.549Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-03-01T06:57:00.549Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-03-01T06:57:00.549Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-03-01T06:57:00.762Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-03-01T06:57:01.004Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-03-01T06:57:01.023Z] === RUN TestDockerSuite/TestCreateLabels [2022-03-01T06:57:01.023Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-03-01T06:57:01.023Z] === RUN TestDockerSuite/TestCreateRM [2022-03-01T06:57:01.159Z] --- PASS: TestResizeWhenContainerNotStarted (3.09s) [2022-03-01T06:57:01.159Z] === RUN TestDaemonRestartKillContainers [2022-03-01T06:57:01.159Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:57:01.159Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-03-01T06:57:01.159Z] === RUN TestStats [2022-03-01T06:57:01.159Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-01T06:57:01.159Z] --- SKIP: TestStats (0.00s) [2022-03-01T06:57:01.159Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-01T06:57:01.284Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-03-01T06:57:01.284Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-01T06:57:01.284Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-03-01T06:57:01.459Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-03-01T06:57:01.546Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-03-01T06:57:01.546Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-03-01T06:57:02.939Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-03-01T06:57:03.200Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-03-01T06:57:03.200Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-03-01T06:57:07.415Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-03-01T06:57:07.415Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-03-01T06:57:07.415Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-03-01T06:57:07.415Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-03-01T06:57:07.415Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-03-01T06:57:07.415Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-03-01T06:57:07.989Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-03-01T06:57:08.562Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-03-01T06:57:09.134Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-03-01T06:57:09.749Z] --- PASS: TestStopContainerWithRestartPolicyAlways (8.05s) [2022-03-01T06:57:09.749Z] === RUN TestStopContainerWithTimeout [2022-03-01T06:57:09.749Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-01T06:57:09.749Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-03-01T06:57:09.749Z] === RUN TestUpdateRestartPolicy [2022-03-01T06:57:10.078Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-03-01T06:57:11.022Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-03-01T06:57:11.283Z] --- PASS: TestCreateServiceSecretFileMode (12.81s) [2022-03-01T06:57:11.283Z] === RUN TestCreateServiceConfigFileMode [2022-03-01T06:57:11.544Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-03-01T06:57:12.116Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-03-01T06:57:12.116Z] === RUN TestDockerSuite/TestDevicePermissions [2022-03-01T06:57:12.689Z] === RUN TestDockerSuite/TestDockerFails [2022-03-01T06:57:12.689Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2022-03-01T06:57:12.689Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2022-03-01T06:57:12.689Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2022-03-01T06:57:12.950Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2022-03-01T06:57:13.894Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2022-03-01T06:57:14.466Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2022-03-01T06:57:15.412Z] docker_api_swarm_node_test.go:53: [db353cbb39559] joining swarm manager [d6411191235d4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-01T06:57:15.984Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2022-03-01T06:57:15.984Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2022-03-01T06:57:15.984Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2022-03-01T06:57:15.984Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2022-03-01T06:57:15.984Z] docker_api_swarm_node_test.go:54: [d2b516229fc72] joining swarm manager [d6411191235d4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-01T06:57:22.570Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-03-01T06:57:23.143Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-03-01T06:57:24.528Z] --- PASS: TestCreateServiceConfigFileMode (12.96s) [2022-03-01T06:57:24.528Z] === RUN TestCreateServiceSysctls [2022-03-01T06:57:25.100Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-03-01T06:57:26.487Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2022-03-01T06:57:27.434Z] === RUN TestDockerSuite/TestEventsAttach [2022-03-01T06:57:28.006Z] --- PASS: TestCreateServiceSysctls (3.53s) [2022-03-01T06:57:28.006Z] === RUN TestCreateServiceCapabilities [2022-03-01T06:57:28.006Z] === RUN TestDockerSuite/TestEventsCommit [2022-03-01T06:57:28.958Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-03-01T06:57:29.532Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-03-01T06:57:30.103Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-03-01T06:57:30.677Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2022-03-01T06:57:30.938Z] --- PASS: TestCreateServiceCapabilities (3.00s) [2022-03-01T06:57:30.938Z] === RUN TestInspect [2022-03-01T06:57:32.324Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2022-03-01T06:57:34.241Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-03-01T06:57:34.241Z] --- PASS: TestInspect (3.15s) [2022-03-01T06:57:34.241Z] === RUN TestCreateJob [2022-03-01T06:57:34.917Z] --- PASS: TestUpdateRestartPolicy (24.06s) [2022-03-01T06:57:34.917Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-01T06:57:35.889Z] --- PASS: TestUpdateRestartWithAutoRemove (2.98s) [2022-03-01T06:57:35.889Z] === RUN TestWaitNonBlocked [2022-03-01T06:57:35.889Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-01T06:57:35.889Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-01T06:57:35.889Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-01T06:57:35.889Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-01T06:57:35.889Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-01T06:57:35.889Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-01T06:57:36.156Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2022-03-01T06:57:37.542Z] --- PASS: TestCreateJob (3.39s) [2022-03-01T06:57:37.542Z] === RUN TestReplicatedJob [2022-03-01T06:57:38.485Z] === RUN TestDockerSuite/TestEventsCopy [2022-03-01T06:57:39.634Z] --- PASS: TestWaitNonBlocked (0.03s) [2022-03-01T06:57:39.634Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (3.69s) [2022-03-01T06:57:39.634Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.79s) [2022-03-01T06:57:39.634Z] === RUN TestWaitBlocked [2022-03-01T06:57:39.634Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:57:39.634Z] --- SKIP: TestWaitBlocked (0.00s) [2022-03-01T06:57:39.634Z] PASS [2022-03-01T06:57:39.634Z] ok github.com/docker/docker/integration/container 111.778s [2022-03-01T06:57:39.634Z] [2022-03-01T06:57:39.634Z] === Skipped [2022-03-01T06:57:39.634Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-03-01T06:57:39.634Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-01T06:57:39.634Z] [2022-03-01T06:57:39.635Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-03-01T06:57:39.635Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:57:39.635Z] [2022-03-01T06:57:39.635Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-03-01T06:57:39.635Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-01T06:57:39.635Z] [2022-03-01T06:57:39.635Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-03-01T06:57:39.635Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:57:39.635Z] [2022-03-01T06:57:39.635Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-03-01T06:57:39.635Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:57:39.635Z] [2022-03-01T06:57:39.635Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-01T06:57:39.635Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:57:39.635Z] [2022-03-01T06:57:39.635Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-01T06:57:39.635Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-01T06:57:39.635Z] [2022-03-01T06:57:39.635Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-03-01T06:57:39.635Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-01T06:57:39.635Z] [2022-03-01T06:57:39.635Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-03-01T06:57:39.635Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:57:39.635Z] [2022-03-01T06:57:39.635Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-03-01T06:57:39.635Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-01T06:57:39.635Z] [2022-03-01T06:57:39.635Z] === SKIP: github.com/docker/docker/integration/container TestExecWithCloseStdin (0.00s) [2022-03-01T06:57:39.635Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-03-01T06:57:39.635Z] [2022-03-01T06:57:39.635Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-03-01T06:57:39.635Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-01T06:57:39.635Z] [2022-03-01T06:57:39.635Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-03-01T06:57:39.635Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:57:39.635Z] [2022-03-01T06:57:39.635Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-03-01T06:57:39.635Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:57:39.635Z] [2022-03-01T06:57:39.635Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-03-01T06:57:39.635Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-01T06:57:39.635Z] [2022-03-01T06:57:39.635Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-03-01T06:57:39.635Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-01T06:57:39.635Z] [2022-03-01T06:57:39.635Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-03-01T06:57:39.635Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-01T06:57:39.635Z] [2022-03-01T06:57:39.635Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-03-01T06:57:39.635Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-01T06:57:39.635Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-01T06:57:39.635Z] [2022-03-01T06:57:39.635Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-01T06:57:39.635Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-01T06:57:39.635Z] [2022-03-01T06:57:39.635Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-03-01T06:57:39.635Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-01T06:57:39.635Z] [2022-03-01T06:57:39.635Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-01T06:57:39.635Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-01T06:57:39.635Z] [2022-03-01T06:57:39.635Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-03-01T06:57:39.635Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-01T06:57:39.635Z] [2022-03-01T06:57:39.635Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-03-01T06:57:39.635Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:57:39.635Z] [2022-03-01T06:57:39.635Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-03-01T06:57:39.635Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-01T06:57:39.635Z] [2022-03-01T06:57:39.635Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-03-01T06:57:39.635Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-01T06:57:39.635Z] [2022-03-01T06:57:39.635Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-03-01T06:57:39.635Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-01T06:57:39.635Z] [2022-03-01T06:57:39.635Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-03-01T06:57:39.635Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-01T06:57:39.635Z] [2022-03-01T06:57:39.635Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-03-01T06:57:39.635Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:57:39.635Z] [2022-03-01T06:57:39.635Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-03-01T06:57:39.635Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-01T06:57:39.635Z] [2022-03-01T06:57:39.635Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-03-01T06:57:39.635Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-01T06:57:39.635Z] [2022-03-01T06:57:39.635Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-03-01T06:57:39.635Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:57:39.635Z] [2022-03-01T06:57:39.635Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-03-01T06:57:39.635Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-01T06:57:39.635Z] [2022-03-01T06:57:39.635Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-03-01T06:57:39.635Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-01T06:57:39.635Z] [2022-03-01T06:57:39.635Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-03-01T06:57:39.635Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:57:39.635Z] [2022-03-01T06:57:39.635Z] DONE 87 tests, 34 skipped in 114.093s [2022-03-01T06:57:39.635Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-03-01T06:57:39.874Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-03-01T06:57:40.818Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-03-01T06:57:42.733Z] --- PASS: TestReplicatedJob (5.37s) [2022-03-01T06:57:42.733Z] === RUN TestUpdateReplicatedJob [2022-03-01T06:57:46.034Z] --- PASS: TestUpdateReplicatedJob (3.16s) [2022-03-01T06:57:46.034Z] === RUN TestServiceListWithStatuses [2022-03-01T06:57:46.034Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-01T06:57:46.034Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-01T06:57:46.034Z] === RUN TestDockerNetworkConnectAlias [2022-03-01T06:57:46.295Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-03-01T06:57:46.868Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-03-01T06:57:47.814Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-03-01T06:57:48.076Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2022-03-01T06:57:48.076Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2022-03-01T06:57:48.338Z] === RUN TestDockerSuite/TestEventsFilterType [2022-03-01T06:57:48.910Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2022-03-01T06:57:49.171Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2022-03-01T06:57:49.171Z] === RUN TestDockerSuite/TestEventsFilters [2022-03-01T06:57:50.558Z] === RUN TestDockerSuite/TestEventsFormat [2022-03-01T06:57:51.123Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-03-01T06:57:51.123Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-03-01T06:57:51.123Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-03-01T06:57:51.123Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-03-01T06:57:51.123Z] [Pipeline] } [Pipeline] // stage [2022-03-01T06:57:51.146Z] --- PASS: TestDockerNetworkConnectAlias (5.22s) [2022-03-01T06:57:51.146Z] === RUN TestDockerNetworkReConnect [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-03-01T06:57:51.463Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-03-01T06:57:51.722Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-03-01T06:57:51.722Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-03-01T06:57:51.722Z] === RUN TestDockerSuite/TestEventsImageImport [2022-03-01T06:57:51.745Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43303/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=9efa8b3500f43524d705cd703dac5ea5944b8ef6 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:9efa8b3500f43524d705cd703dac5ea5944b8ef6 hack/test/unit [2022-03-01T06:57:52.004Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2022-03-01T06:57:52.004Z] + TESTFLAGS+=' -test.timeout=5m' [2022-03-01T06:57:52.004Z] + TESTDIRS=./... [2022-03-01T06:57:52.004Z] + exclude_paths='/vendor/|/integration' [2022-03-01T06:57:52.004Z] ++ grep -vE '(/vendor/|/integration)' [2022-03-01T06:57:52.004Z] ++ go list ./... [2022-03-01T06:57:52.294Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-03-01T06:57:52.869Z] === RUN TestDockerSuite/TestEventsImagePull [2022-03-01T06:57:52.943Z] + pkg_list='github.com/docker/docker/api [2022-03-01T06:57:52.944Z] github.com/docker/docker/api/server [2022-03-01T06:57:52.944Z] github.com/docker/docker/api/server/backend/build [2022-03-01T06:57:52.944Z] github.com/docker/docker/api/server/httputils [2022-03-01T06:57:52.944Z] github.com/docker/docker/api/server/middleware [2022-03-01T06:57:52.944Z] github.com/docker/docker/api/server/router [2022-03-01T06:57:52.944Z] github.com/docker/docker/api/server/router/build [2022-03-01T06:57:52.944Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-01T06:57:52.944Z] github.com/docker/docker/api/server/router/container [2022-03-01T06:57:52.944Z] github.com/docker/docker/api/server/router/debug [2022-03-01T06:57:52.944Z] github.com/docker/docker/api/server/router/distribution [2022-03-01T06:57:52.944Z] github.com/docker/docker/api/server/router/grpc [2022-03-01T06:57:52.944Z] github.com/docker/docker/api/server/router/image [2022-03-01T06:57:52.944Z] github.com/docker/docker/api/server/router/network [2022-03-01T06:57:52.944Z] github.com/docker/docker/api/server/router/plugin [2022-03-01T06:57:52.944Z] github.com/docker/docker/api/server/router/session [2022-03-01T06:57:52.944Z] github.com/docker/docker/api/server/router/swarm [2022-03-01T06:57:52.944Z] github.com/docker/docker/api/server/router/system [2022-03-01T06:57:52.944Z] github.com/docker/docker/api/server/router/volume [2022-03-01T06:57:52.944Z] github.com/docker/docker/api/types [2022-03-01T06:57:52.944Z] github.com/docker/docker/api/types/backend [2022-03-01T06:57:52.944Z] github.com/docker/docker/api/types/blkiodev [2022-03-01T06:57:52.944Z] github.com/docker/docker/api/types/container [2022-03-01T06:57:52.944Z] github.com/docker/docker/api/types/events [2022-03-01T06:57:52.944Z] github.com/docker/docker/api/types/filters [2022-03-01T06:57:52.944Z] github.com/docker/docker/api/types/image [2022-03-01T06:57:52.944Z] github.com/docker/docker/api/types/mount [2022-03-01T06:57:52.944Z] github.com/docker/docker/api/types/network [2022-03-01T06:57:52.944Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-01T06:57:52.944Z] github.com/docker/docker/api/types/registry [2022-03-01T06:57:52.944Z] github.com/docker/docker/api/types/strslice [2022-03-01T06:57:52.944Z] github.com/docker/docker/api/types/swarm [2022-03-01T06:57:52.944Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-01T06:57:52.944Z] github.com/docker/docker/api/types/time [2022-03-01T06:57:52.944Z] github.com/docker/docker/api/types/versions [2022-03-01T06:57:52.944Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-01T06:57:52.944Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-01T06:57:52.944Z] github.com/docker/docker/api/types/volume [2022-03-01T06:57:52.944Z] github.com/docker/docker/builder [2022-03-01T06:57:52.944Z] github.com/docker/docker/builder/builder-next [2022-03-01T06:57:52.944Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-01T06:57:52.944Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-01T06:57:52.944Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-01T06:57:52.944Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-01T06:57:52.944Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-01T06:57:52.944Z] github.com/docker/docker/builder/builder-next/worker [2022-03-01T06:57:52.944Z] github.com/docker/docker/builder/dockerfile [2022-03-01T06:57:52.944Z] github.com/docker/docker/builder/dockerignore [2022-03-01T06:57:52.944Z] github.com/docker/docker/builder/remotecontext [2022-03-01T06:57:52.944Z] github.com/docker/docker/builder/remotecontext/git [2022-03-01T06:57:52.944Z] github.com/docker/docker/cli [2022-03-01T06:57:52.944Z] github.com/docker/docker/cli/config [2022-03-01T06:57:52.944Z] github.com/docker/docker/cli/debug [2022-03-01T06:57:52.944Z] github.com/docker/docker/client [2022-03-01T06:57:52.944Z] github.com/docker/docker/cmd/docker-proxy [2022-03-01T06:57:52.944Z] github.com/docker/docker/cmd/dockerd [2022-03-01T06:57:52.944Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-01T06:57:52.944Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-01T06:57:52.944Z] github.com/docker/docker/container [2022-03-01T06:57:52.944Z] github.com/docker/docker/container/stream [2022-03-01T06:57:52.944Z] github.com/docker/docker/contrib/apparmor [2022-03-01T06:57:52.944Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-01T06:57:52.944Z] github.com/docker/docker/contrib/httpserver [2022-03-01T06:57:52.944Z] github.com/docker/docker/daemon [2022-03-01T06:57:52.944Z] github.com/docker/docker/daemon/cluster [2022-03-01T06:57:52.944Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-01T06:57:52.944Z] github.com/docker/docker/daemon/cluster/convert [2022-03-01T06:57:52.944Z] github.com/docker/docker/daemon/cluster/executor [2022-03-01T06:57:52.944Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-01T06:57:52.944Z] github.com/docker/docker/daemon/cluster/provider [2022-03-01T06:57:52.944Z] github.com/docker/docker/daemon/config [2022-03-01T06:57:52.944Z] github.com/docker/docker/daemon/events [2022-03-01T06:57:52.944Z] github.com/docker/docker/daemon/events/testutils [2022-03-01T06:57:52.944Z] github.com/docker/docker/daemon/exec [2022-03-01T06:57:52.944Z] github.com/docker/docker/daemon/graphdriver [2022-03-01T06:57:52.944Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-01T06:57:52.944Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-01T06:57:52.944Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-01T06:57:52.944Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-01T06:57:52.944Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-01T06:57:52.944Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-01T06:57:52.944Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-01T06:57:52.944Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-01T06:57:52.944Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-01T06:57:52.944Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-01T06:57:52.944Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-01T06:57:52.944Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-01T06:57:52.944Z] github.com/docker/docker/daemon/images [2022-03-01T06:57:52.944Z] github.com/docker/docker/daemon/initlayer [2022-03-01T06:57:52.944Z] github.com/docker/docker/daemon/links [2022-03-01T06:57:52.944Z] github.com/docker/docker/daemon/listeners [2022-03-01T06:57:52.944Z] github.com/docker/docker/daemon/logger [2022-03-01T06:57:52.944Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-01T06:57:52.944Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-01T06:57:52.944Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-01T06:57:52.944Z] github.com/docker/docker/daemon/logger/gelf [2022-03-01T06:57:52.944Z] github.com/docker/docker/daemon/logger/journald [2022-03-01T06:57:52.944Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-01T06:57:52.944Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-01T06:57:52.944Z] github.com/docker/docker/daemon/logger/local [2022-03-01T06:57:52.944Z] github.com/docker/docker/daemon/logger/logentries [2022-03-01T06:57:52.944Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-01T06:57:52.944Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-01T06:57:52.944Z] github.com/docker/docker/daemon/logger/splunk [2022-03-01T06:57:52.944Z] github.com/docker/docker/daemon/logger/syslog [2022-03-01T06:57:52.944Z] github.com/docker/docker/daemon/logger/templates [2022-03-01T06:57:52.944Z] github.com/docker/docker/daemon/names [2022-03-01T06:57:52.944Z] github.com/docker/docker/daemon/network [2022-03-01T06:57:52.944Z] github.com/docker/docker/daemon/stats [2022-03-01T06:57:52.944Z] github.com/docker/docker/distribution [2022-03-01T06:57:52.944Z] github.com/docker/docker/distribution/metadata [2022-03-01T06:57:52.944Z] github.com/docker/docker/distribution/utils [2022-03-01T06:57:52.944Z] github.com/docker/docker/distribution/xfer [2022-03-01T06:57:52.944Z] github.com/docker/docker/dockerversion [2022-03-01T06:57:52.944Z] github.com/docker/docker/errdefs [2022-03-01T06:57:52.944Z] github.com/docker/docker/image [2022-03-01T06:57:52.944Z] github.com/docker/docker/image/cache [2022-03-01T06:57:52.944Z] github.com/docker/docker/image/tarexport [2022-03-01T06:57:52.944Z] github.com/docker/docker/image/v1 [2022-03-01T06:57:52.944Z] github.com/docker/docker/internal/test/suite [2022-03-01T06:57:52.944Z] github.com/docker/docker/layer [2022-03-01T06:57:52.944Z] github.com/docker/docker/libcontainerd [2022-03-01T06:57:52.944Z] github.com/docker/docker/libcontainerd/queue [2022-03-01T06:57:52.944Z] github.com/docker/docker/libcontainerd/remote [2022-03-01T06:57:52.944Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-01T06:57:52.944Z] github.com/docker/docker/libcontainerd/types [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/bitseq [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/cluster [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/config [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/datastore [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/driverapi [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/etchosts [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/idm [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/ipam [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/iptables [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/netlabel [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/netutils [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/networkdb [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/ns [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/options [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/osl [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/portallocator [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/portmapper [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/testutils [2022-03-01T06:57:52.944Z] github.com/docker/docker/libnetwork/types [2022-03-01T06:57:52.944Z] github.com/docker/docker/oci [2022-03-01T06:57:52.944Z] github.com/docker/docker/oci/caps [2022-03-01T06:57:52.944Z] github.com/docker/docker/opts [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/aaparser [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/archive [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/authorization [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/broadcaster [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/capabilities [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/chrootarchive [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/containerfs [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/devicemapper [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/directory [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/dmesg [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/filenotify [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/fileutils [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/fsutils [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/homedir [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/idtools [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/ioutils [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/jsonmessage [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/locker [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/longpath [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/loopback [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/mount [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/namesgenerator [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/parsers [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/pidfile [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/platform [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/plugingetter [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/plugins [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/plugins/transport [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/pools [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/progress [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/pubsub [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/reexec [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/signal [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/stack [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/stdcopy [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/streamformatter [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/stringid [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/symlink [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/sysinfo [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/system [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/tailfile [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/tarsum [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/term [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/term/windows [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/truncindex [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/urlutil [2022-03-01T06:57:52.944Z] github.com/docker/docker/pkg/useragent [2022-03-01T06:57:52.944Z] github.com/docker/docker/plugin [2022-03-01T06:57:52.944Z] github.com/docker/docker/plugin/executor/containerd [2022-03-01T06:57:52.944Z] github.com/docker/docker/plugin/v2 [2022-03-01T06:57:52.944Z] github.com/docker/docker/profiles/apparmor [2022-03-01T06:57:52.944Z] github.com/docker/docker/profiles/seccomp [2022-03-01T06:57:52.944Z] github.com/docker/docker/quota [2022-03-01T06:57:52.944Z] github.com/docker/docker/reference [2022-03-01T06:57:52.944Z] github.com/docker/docker/registry [2022-03-01T06:57:52.944Z] github.com/docker/docker/registry/resumable [2022-03-01T06:57:52.944Z] github.com/docker/docker/restartmanager [2022-03-01T06:57:52.944Z] github.com/docker/docker/rootless [2022-03-01T06:57:52.944Z] github.com/docker/docker/rootless/specconv [2022-03-01T06:57:52.944Z] github.com/docker/docker/runconfig [2022-03-01T06:57:52.944Z] github.com/docker/docker/runconfig/opts [2022-03-01T06:57:52.944Z] github.com/docker/docker/testutil [2022-03-01T06:57:52.944Z] github.com/docker/docker/testutil/daemon [2022-03-01T06:57:52.944Z] github.com/docker/docker/testutil/environment [2022-03-01T06:57:52.944Z] github.com/docker/docker/testutil/fakecontext [2022-03-01T06:57:52.944Z] github.com/docker/docker/testutil/fakegit [2022-03-01T06:57:52.945Z] github.com/docker/docker/testutil/fakestorage [2022-03-01T06:57:52.945Z] github.com/docker/docker/testutil/fixtures/load [2022-03-01T06:57:52.945Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-01T06:57:52.945Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-01T06:57:52.945Z] github.com/docker/docker/testutil/registry [2022-03-01T06:57:52.945Z] github.com/docker/docker/testutil/request [2022-03-01T06:57:52.945Z] github.com/docker/docker/volume [2022-03-01T06:57:52.945Z] github.com/docker/docker/volume/drivers [2022-03-01T06:57:52.945Z] github.com/docker/docker/volume/local [2022-03-01T06:57:52.945Z] github.com/docker/docker/volume/mounts [2022-03-01T06:57:52.945Z] github.com/docker/docker/volume/service [2022-03-01T06:57:52.945Z] github.com/docker/docker/volume/service/opts [2022-03-01T06:57:52.945Z] github.com/docker/docker/volume/testutils' [2022-03-01T06:57:52.945Z] ++ echo 'github.com/docker/docker/api [2022-03-01T06:57:52.945Z] github.com/docker/docker/api/server [2022-03-01T06:57:52.945Z] github.com/docker/docker/api/server/backend/build [2022-03-01T06:57:52.945Z] github.com/docker/docker/api/server/httputils [2022-03-01T06:57:52.945Z] github.com/docker/docker/api/server/middleware [2022-03-01T06:57:52.945Z] github.com/docker/docker/api/server/router [2022-03-01T06:57:52.945Z] github.com/docker/docker/api/server/router/build [2022-03-01T06:57:52.945Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-01T06:57:52.945Z] github.com/docker/docker/api/server/router/container [2022-03-01T06:57:52.945Z] github.com/docker/docker/api/server/router/debug [2022-03-01T06:57:52.945Z] github.com/docker/docker/api/server/router/distribution [2022-03-01T06:57:52.945Z] github.com/docker/docker/api/server/router/grpc [2022-03-01T06:57:52.945Z] github.com/docker/docker/api/server/router/image [2022-03-01T06:57:52.945Z] github.com/docker/docker/api/server/router/network [2022-03-01T06:57:52.945Z] github.com/docker/docker/api/server/router/plugin [2022-03-01T06:57:52.945Z] github.com/docker/docker/api/server/router/session [2022-03-01T06:57:52.945Z] github.com/docker/docker/api/server/router/swarm [2022-03-01T06:57:52.945Z] github.com/docker/docker/api/server/router/system [2022-03-01T06:57:52.945Z] github.com/docker/docker/api/server/router/volume [2022-03-01T06:57:52.945Z] github.com/docker/docker/api/types [2022-03-01T06:57:52.945Z] github.com/docker/docker/api/types/backend [2022-03-01T06:57:52.945Z] github.com/docker/docker/api/types/blkiodev [2022-03-01T06:57:52.945Z] github.com/docker/docker/api/types/container [2022-03-01T06:57:52.945Z] github.com/docker/docker/api/types/events [2022-03-01T06:57:52.945Z] github.com/docker/docker/api/types/filters [2022-03-01T06:57:52.945Z] github.com/docker/docker/api/types/image [2022-03-01T06:57:52.945Z] github.com/docker/docker/api/types/mount [2022-03-01T06:57:52.945Z] github.com/docker/docker/api/types/network [2022-03-01T06:57:52.945Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-01T06:57:52.945Z] github.com/docker/docker/api/types/registry [2022-03-01T06:57:52.945Z] github.com/docker/docker/api/types/strslice [2022-03-01T06:57:52.945Z] github.com/docker/docker/api/types/swarm [2022-03-01T06:57:52.945Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-01T06:57:52.945Z] github.com/docker/docker/api/types/time [2022-03-01T06:57:52.945Z] github.com/docker/docker/api/types/versions [2022-03-01T06:57:52.945Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-01T06:57:52.945Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-01T06:57:52.945Z] github.com/docker/docker/api/types/volume [2022-03-01T06:57:52.945Z] github.com/docker/docker/builder [2022-03-01T06:57:52.945Z] github.com/docker/docker/builder/builder-next [2022-03-01T06:57:52.945Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-01T06:57:52.945Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-01T06:57:52.945Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-01T06:57:52.945Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-01T06:57:52.945Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-01T06:57:52.945Z] github.com/docker/docker/builder/builder-next/worker [2022-03-01T06:57:52.945Z] github.com/docker/docker/builder/dockerfile [2022-03-01T06:57:52.945Z] github.com/docker/docker/builder/dockerignore [2022-03-01T06:57:52.945Z] github.com/docker/docker/builder/remotecontext [2022-03-01T06:57:52.945Z] github.com/docker/docker/builder/remotecontext/git [2022-03-01T06:57:52.945Z] github.com/docker/docker/cli [2022-03-01T06:57:52.945Z] github.com/docker/docker/cli/config [2022-03-01T06:57:52.945Z] github.com/docker/docker/cli/debug [2022-03-01T06:57:52.945Z] github.com/docker/docker/client [2022-03-01T06:57:52.945Z] github.com/docker/docker/cmd/docker-proxy [2022-03-01T06:57:52.945Z] github.com/docker/docker/cmd/dockerd [2022-03-01T06:57:52.945Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-01T06:57:52.945Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-01T06:57:52.945Z] github.com/docker/docker/container [2022-03-01T06:57:52.945Z] github.com/docker/docker/container/stream [2022-03-01T06:57:52.945Z] github.com/docker/docker/contrib/apparmor [2022-03-01T06:57:52.945Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-01T06:57:52.945Z] github.com/docker/docker/contrib/httpserver [2022-03-01T06:57:52.945Z] github.com/docker/docker/daemon [2022-03-01T06:57:52.945Z] github.com/docker/docker/daemon/cluster [2022-03-01T06:57:52.945Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-01T06:57:52.945Z] github.com/docker/docker/daemon/cluster/convert [2022-03-01T06:57:52.945Z] github.com/docker/docker/daemon/cluster/executor [2022-03-01T06:57:52.945Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-01T06:57:52.945Z] github.com/docker/docker/daemon/cluster/provider [2022-03-01T06:57:52.945Z] github.com/docker/docker/daemon/config [2022-03-01T06:57:52.945Z] github.com/docker/docker/daemon/events [2022-03-01T06:57:52.945Z] github.com/docker/docker/daemon/events/testutils [2022-03-01T06:57:52.945Z] github.com/docker/docker/daemon/exec [2022-03-01T06:57:52.945Z] github.com/docker/docker/daemon/graphdriver [2022-03-01T06:57:52.945Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-01T06:57:52.945Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-01T06:57:52.945Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-01T06:57:52.945Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-01T06:57:52.945Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-01T06:57:52.945Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-01T06:57:52.945Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-01T06:57:52.945Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-01T06:57:52.945Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-01T06:57:52.945Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-01T06:57:52.945Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-01T06:57:52.945Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-01T06:57:52.945Z] github.com/docker/docker/daemon/images [2022-03-01T06:57:52.945Z] github.com/docker/docker/daemon/initlayer [2022-03-01T06:57:52.945Z] github.com/docker/docker/daemon/links [2022-03-01T06:57:52.945Z] github.com/docker/docker/daemon/listeners [2022-03-01T06:57:52.945Z] github.com/docker/docker/daemon/logger [2022-03-01T06:57:52.945Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-01T06:57:52.945Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-01T06:57:52.945Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-01T06:57:52.945Z] github.com/docker/docker/daemon/logger/gelf [2022-03-01T06:57:52.945Z] github.com/docker/docker/daemon/logger/journald [2022-03-01T06:57:52.945Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-01T06:57:52.945Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-01T06:57:52.945Z] github.com/docker/docker/daemon/logger/local [2022-03-01T06:57:52.945Z] github.com/docker/docker/daemon/logger/logentries [2022-03-01T06:57:52.945Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-01T06:57:52.945Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-01T06:57:52.945Z] github.com/docker/docker/daemon/logger/splunk [2022-03-01T06:57:52.945Z] github.com/docker/docker/daemon/logger/syslog [2022-03-01T06:57:52.945Z] github.com/docker/docker/daemon/logger/templates [2022-03-01T06:57:52.945Z] github.com/docker/docker/daemon/names [2022-03-01T06:57:52.945Z] github.com/docker/docker/daemon/network [2022-03-01T06:57:52.945Z] github.com/docker/docker/daemon/stats [2022-03-01T06:57:52.945Z] github.com/docker/docker/distribution [2022-03-01T06:57:52.945Z] github.com/docker/docker/distribution/metadata [2022-03-01T06:57:52.945Z] github.com/docker/docker/distribution/utils [2022-03-01T06:57:52.945Z] github.com/docker/docker/distribution/xfer [2022-03-01T06:57:52.945Z] github.com/docker/docker/dockerversion [2022-03-01T06:57:52.945Z] github.com/docker/docker/errdefs [2022-03-01T06:57:52.945Z] github.com/docker/docker/image [2022-03-01T06:57:52.945Z] github.com/docker/docker/image/cache [2022-03-01T06:57:52.945Z] github.com/docker/docker/image/tarexport [2022-03-01T06:57:52.945Z] github.com/docker/docker/image/v1 [2022-03-01T06:57:52.945Z] github.com/docker/docker/internal/test/suite [2022-03-01T06:57:52.945Z] github.com/docker/docker/layer [2022-03-01T06:57:52.945Z] github.com/docker/docker/libcontainerd [2022-03-01T06:57:52.945Z] github.com/docker/docker/libcontainerd/queue [2022-03-01T06:57:52.945Z] github.com/docker/docker/libcontainerd/remote [2022-03-01T06:57:52.945Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-01T06:57:52.945Z] github.com/docker/docker/libcontainerd/types [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/bitseq [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/cluster [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/config [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/datastore [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/driverapi [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/etchosts [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/idm [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/ipam [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/iptables [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/netlabel [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/netutils [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/networkdb [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/ns [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/options [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/osl [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/portallocator [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/portmapper [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/testutils [2022-03-01T06:57:52.945Z] github.com/docker/docker/libnetwork/types [2022-03-01T06:57:52.945Z] github.com/docker/docker/oci [2022-03-01T06:57:52.945Z] github.com/docker/docker/oci/caps [2022-03-01T06:57:52.945Z] github.com/docker/docker/opts [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/aaparser [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/archive [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/authorization [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/broadcaster [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/capabilities [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/chrootarchive [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/containerfs [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/devicemapper [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/directory [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/dmesg [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/filenotify [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/fileutils [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/fsutils [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/homedir [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/idtools [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/ioutils [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/jsonmessage [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/locker [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/longpath [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/loopback [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/mount [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/namesgenerator [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/parsers [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/pidfile [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/platform [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/plugingetter [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/plugins [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/plugins/transport [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/pools [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/progress [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/pubsub [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/reexec [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/signal [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/stack [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/stdcopy [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/streamformatter [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/stringid [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/symlink [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/sysinfo [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/system [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/tailfile [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/tarsum [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/term [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/term/windows [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/truncindex [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/urlutil [2022-03-01T06:57:52.945Z] github.com/docker/docker/pkg/useragent [2022-03-01T06:57:52.945Z] github.com/docker/docker/plugin [2022-03-01T06:57:52.945Z] github.com/docker/docker/plugin/executor/containerd [2022-03-01T06:57:52.945Z] github.com/docker/docker/plugin/v2 [2022-03-01T06:57:52.945Z] github.com/docker/docker/profiles/apparmor [2022-03-01T06:57:52.945Z] github.com/docker/docker/profiles/seccomp [2022-03-01T06:57:52.945Z] github.com/docker/docker/quota [2022-03-01T06:57:52.945Z] github.com/docker/docker/reference [2022-03-01T06:57:52.945Z] github.com/docker/docker/registry [2022-03-01T06:57:52.945Z] github.com/docker/docker/registry/resumable [2022-03-01T06:57:52.945Z] github.com/docker/docker/restartmanager [2022-03-01T06:57:52.945Z] github.com/docker/docker/rootless [2022-03-01T06:57:52.945Z] github.com/docker/docker/rootless/specconv [2022-03-01T06:57:52.945Z] github.com/docker/docker/runconfig [2022-03-01T06:57:52.945Z] github.com/docker/docker/runconfig/opts [2022-03-01T06:57:52.945Z] github.com/docker/docker/testutil [2022-03-01T06:57:52.945Z] github.com/docker/docker/testutil/daemon [2022-03-01T06:57:52.946Z] github.com/docker/docker/testutil/environment [2022-03-01T06:57:52.946Z] github.com/docker/docker/testutil/fakecontext [2022-03-01T06:57:52.946Z] github.com/docker/docker/testutil/fakegit [2022-03-01T06:57:52.946Z] github.com/docker/docker/testutil/fakestorage [2022-03-01T06:57:52.946Z] github.com/docker/docker/testutil/fixtures/load [2022-03-01T06:57:52.946Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-01T06:57:52.946Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-01T06:57:52.946Z] github.com/docker/docker/testutil/registry [2022-03-01T06:57:52.946Z] github.com/docker/docker/testutil/request [2022-03-01T06:57:52.946Z] github.com/docker/docker/volume [2022-03-01T06:57:52.946Z] github.com/docker/docker/volume/drivers [2022-03-01T06:57:52.946Z] github.com/docker/docker/volume/local [2022-03-01T06:57:52.946Z] github.com/docker/docker/volume/mounts [2022-03-01T06:57:52.946Z] github.com/docker/docker/volume/service [2022-03-01T06:57:52.946Z] github.com/docker/docker/volume/service/opts [2022-03-01T06:57:52.946Z] github.com/docker/docker/volume/testutils' [2022-03-01T06:57:52.946Z] ++ grep --fixed-strings -v /libnetwork [2022-03-01T06:57:52.946Z] + base_pkg_list='github.com/docker/docker/api [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/server [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/server/backend/build [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/server/httputils [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/server/middleware [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/server/router [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/server/router/build [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/server/router/container [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/server/router/debug [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/server/router/distribution [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/server/router/grpc [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/server/router/image [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/server/router/network [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/server/router/plugin [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/server/router/session [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/server/router/swarm [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/server/router/system [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/server/router/volume [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/types [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/types/backend [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/types/blkiodev [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/types/container [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/types/events [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/types/filters [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/types/image [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/types/mount [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/types/network [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/types/registry [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/types/strslice [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/types/swarm [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/types/time [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/types/versions [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/types/volume [2022-03-01T06:57:52.946Z] github.com/docker/docker/builder [2022-03-01T06:57:52.946Z] github.com/docker/docker/builder/builder-next [2022-03-01T06:57:52.946Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-01T06:57:52.946Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-01T06:57:52.946Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-01T06:57:52.946Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-01T06:57:52.946Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-01T06:57:52.946Z] github.com/docker/docker/builder/builder-next/worker [2022-03-01T06:57:52.946Z] github.com/docker/docker/builder/dockerfile [2022-03-01T06:57:52.946Z] github.com/docker/docker/builder/dockerignore [2022-03-01T06:57:52.946Z] github.com/docker/docker/builder/remotecontext [2022-03-01T06:57:52.946Z] github.com/docker/docker/builder/remotecontext/git [2022-03-01T06:57:52.946Z] github.com/docker/docker/cli [2022-03-01T06:57:52.946Z] github.com/docker/docker/cli/config [2022-03-01T06:57:52.946Z] github.com/docker/docker/cli/debug [2022-03-01T06:57:52.946Z] github.com/docker/docker/client [2022-03-01T06:57:52.946Z] github.com/docker/docker/cmd/docker-proxy [2022-03-01T06:57:52.946Z] github.com/docker/docker/cmd/dockerd [2022-03-01T06:57:52.946Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-01T06:57:52.946Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-01T06:57:52.946Z] github.com/docker/docker/container [2022-03-01T06:57:52.946Z] github.com/docker/docker/container/stream [2022-03-01T06:57:52.946Z] github.com/docker/docker/contrib/apparmor [2022-03-01T06:57:52.946Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-01T06:57:52.946Z] github.com/docker/docker/contrib/httpserver [2022-03-01T06:57:52.946Z] github.com/docker/docker/daemon [2022-03-01T06:57:52.946Z] github.com/docker/docker/daemon/cluster [2022-03-01T06:57:52.946Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-01T06:57:52.946Z] github.com/docker/docker/daemon/cluster/convert [2022-03-01T06:57:52.946Z] github.com/docker/docker/daemon/cluster/executor [2022-03-01T06:57:52.946Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-01T06:57:52.946Z] github.com/docker/docker/daemon/cluster/provider [2022-03-01T06:57:52.946Z] github.com/docker/docker/daemon/config [2022-03-01T06:57:52.946Z] github.com/docker/docker/daemon/events [2022-03-01T06:57:52.946Z] github.com/docker/docker/daemon/events/testutils [2022-03-01T06:57:52.946Z] github.com/docker/docker/daemon/exec [2022-03-01T06:57:52.946Z] github.com/docker/docker/daemon/graphdriver [2022-03-01T06:57:52.946Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-01T06:57:52.946Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-01T06:57:52.946Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-01T06:57:52.946Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-01T06:57:52.946Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-01T06:57:52.946Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-01T06:57:52.946Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-01T06:57:52.946Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-01T06:57:52.946Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-01T06:57:52.946Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-01T06:57:52.946Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-01T06:57:52.946Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-01T06:57:52.946Z] github.com/docker/docker/daemon/images [2022-03-01T06:57:52.946Z] github.com/docker/docker/daemon/initlayer [2022-03-01T06:57:52.946Z] github.com/docker/docker/daemon/links [2022-03-01T06:57:52.946Z] github.com/docker/docker/daemon/listeners [2022-03-01T06:57:52.946Z] github.com/docker/docker/daemon/logger [2022-03-01T06:57:52.946Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-01T06:57:52.946Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-01T06:57:52.946Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-01T06:57:52.946Z] github.com/docker/docker/daemon/logger/gelf [2022-03-01T06:57:52.946Z] github.com/docker/docker/daemon/logger/journald [2022-03-01T06:57:52.946Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-01T06:57:52.946Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-01T06:57:52.946Z] github.com/docker/docker/daemon/logger/local [2022-03-01T06:57:52.946Z] github.com/docker/docker/daemon/logger/logentries [2022-03-01T06:57:52.946Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-01T06:57:52.946Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-01T06:57:52.946Z] github.com/docker/docker/daemon/logger/splunk [2022-03-01T06:57:52.946Z] github.com/docker/docker/daemon/logger/syslog [2022-03-01T06:57:52.946Z] github.com/docker/docker/daemon/logger/templates [2022-03-01T06:57:52.946Z] github.com/docker/docker/daemon/names [2022-03-01T06:57:52.946Z] github.com/docker/docker/daemon/network [2022-03-01T06:57:52.946Z] github.com/docker/docker/daemon/stats [2022-03-01T06:57:52.946Z] github.com/docker/docker/distribution [2022-03-01T06:57:52.946Z] github.com/docker/docker/distribution/metadata [2022-03-01T06:57:52.946Z] github.com/docker/docker/distribution/utils [2022-03-01T06:57:52.946Z] github.com/docker/docker/distribution/xfer [2022-03-01T06:57:52.946Z] github.com/docker/docker/dockerversion [2022-03-01T06:57:52.946Z] github.com/docker/docker/errdefs [2022-03-01T06:57:52.946Z] github.com/docker/docker/image [2022-03-01T06:57:52.946Z] github.com/docker/docker/image/cache [2022-03-01T06:57:52.946Z] github.com/docker/docker/image/tarexport [2022-03-01T06:57:52.946Z] github.com/docker/docker/image/v1 [2022-03-01T06:57:52.946Z] github.com/docker/docker/internal/test/suite [2022-03-01T06:57:52.946Z] github.com/docker/docker/layer [2022-03-01T06:57:52.946Z] github.com/docker/docker/libcontainerd [2022-03-01T06:57:52.946Z] github.com/docker/docker/libcontainerd/queue [2022-03-01T06:57:52.946Z] github.com/docker/docker/libcontainerd/remote [2022-03-01T06:57:52.946Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-01T06:57:52.946Z] github.com/docker/docker/libcontainerd/types [2022-03-01T06:57:52.946Z] github.com/docker/docker/oci [2022-03-01T06:57:52.946Z] github.com/docker/docker/oci/caps [2022-03-01T06:57:52.946Z] github.com/docker/docker/opts [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/aaparser [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/archive [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/authorization [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/broadcaster [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/capabilities [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/chrootarchive [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/containerfs [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/devicemapper [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/directory [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/dmesg [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/filenotify [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/fileutils [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/fsutils [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/homedir [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/idtools [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/ioutils [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/jsonmessage [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/locker [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/longpath [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/loopback [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/mount [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/namesgenerator [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/parsers [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/pidfile [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/platform [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/plugingetter [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/plugins [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/plugins/transport [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/pools [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/progress [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/pubsub [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/reexec [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/signal [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/stack [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/stdcopy [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/streamformatter [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/stringid [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/symlink [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/sysinfo [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/system [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/tailfile [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/tarsum [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/term [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/term/windows [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/truncindex [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/urlutil [2022-03-01T06:57:52.946Z] github.com/docker/docker/pkg/useragent [2022-03-01T06:57:52.946Z] github.com/docker/docker/plugin [2022-03-01T06:57:52.946Z] github.com/docker/docker/plugin/executor/containerd [2022-03-01T06:57:52.946Z] github.com/docker/docker/plugin/v2 [2022-03-01T06:57:52.946Z] github.com/docker/docker/profiles/apparmor [2022-03-01T06:57:52.946Z] github.com/docker/docker/profiles/seccomp [2022-03-01T06:57:52.946Z] github.com/docker/docker/quota [2022-03-01T06:57:52.946Z] github.com/docker/docker/reference [2022-03-01T06:57:52.946Z] github.com/docker/docker/registry [2022-03-01T06:57:52.946Z] github.com/docker/docker/registry/resumable [2022-03-01T06:57:52.946Z] github.com/docker/docker/restartmanager [2022-03-01T06:57:52.946Z] github.com/docker/docker/rootless [2022-03-01T06:57:52.946Z] github.com/docker/docker/rootless/specconv [2022-03-01T06:57:52.946Z] github.com/docker/docker/runconfig [2022-03-01T06:57:52.946Z] github.com/docker/docker/runconfig/opts [2022-03-01T06:57:52.946Z] github.com/docker/docker/testutil [2022-03-01T06:57:52.946Z] github.com/docker/docker/testutil/daemon [2022-03-01T06:57:52.946Z] github.com/docker/docker/testutil/environment [2022-03-01T06:57:52.946Z] github.com/docker/docker/testutil/fakecontext [2022-03-01T06:57:52.946Z] github.com/docker/docker/testutil/fakegit [2022-03-01T06:57:52.946Z] github.com/docker/docker/testutil/fakestorage [2022-03-01T06:57:52.946Z] github.com/docker/docker/testutil/fixtures/load [2022-03-01T06:57:52.946Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-01T06:57:52.946Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-01T06:57:52.946Z] github.com/docker/docker/testutil/registry [2022-03-01T06:57:52.946Z] github.com/docker/docker/testutil/request [2022-03-01T06:57:52.946Z] github.com/docker/docker/volume [2022-03-01T06:57:52.946Z] github.com/docker/docker/volume/drivers [2022-03-01T06:57:52.946Z] github.com/docker/docker/volume/local [2022-03-01T06:57:52.946Z] github.com/docker/docker/volume/mounts [2022-03-01T06:57:52.946Z] github.com/docker/docker/volume/service [2022-03-01T06:57:52.946Z] github.com/docker/docker/volume/service/opts [2022-03-01T06:57:52.946Z] github.com/docker/docker/volume/testutils' [2022-03-01T06:57:52.946Z] ++ grep --fixed-strings /libnetwork [2022-03-01T06:57:52.946Z] ++ echo 'github.com/docker/docker/api [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/server [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/server/backend/build [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/server/httputils [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/server/middleware [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/server/router [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/server/router/build [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/server/router/container [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/server/router/debug [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/server/router/distribution [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/server/router/grpc [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/server/router/image [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/server/router/network [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/server/router/plugin [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/server/router/session [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/server/router/swarm [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/server/router/system [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/server/router/volume [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/types [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/types/backend [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/types/blkiodev [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/types/container [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/types/events [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/types/filters [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/types/image [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/types/mount [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/types/network [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/types/registry [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/types/strslice [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/types/swarm [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/types/time [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/types/versions [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-01T06:57:52.946Z] github.com/docker/docker/api/types/volume [2022-03-01T06:57:52.946Z] github.com/docker/docker/builder [2022-03-01T06:57:52.946Z] github.com/docker/docker/builder/builder-next [2022-03-01T06:57:52.946Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-01T06:57:52.946Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-01T06:57:52.946Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-01T06:57:52.946Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-01T06:57:52.946Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-01T06:57:52.946Z] github.com/docker/docker/builder/builder-next/worker [2022-03-01T06:57:52.947Z] github.com/docker/docker/builder/dockerfile [2022-03-01T06:57:52.947Z] github.com/docker/docker/builder/dockerignore [2022-03-01T06:57:52.947Z] github.com/docker/docker/builder/remotecontext [2022-03-01T06:57:52.947Z] github.com/docker/docker/builder/remotecontext/git [2022-03-01T06:57:52.947Z] github.com/docker/docker/cli [2022-03-01T06:57:52.947Z] github.com/docker/docker/cli/config [2022-03-01T06:57:52.947Z] github.com/docker/docker/cli/debug [2022-03-01T06:57:52.947Z] github.com/docker/docker/client [2022-03-01T06:57:52.947Z] github.com/docker/docker/cmd/docker-proxy [2022-03-01T06:57:52.947Z] github.com/docker/docker/cmd/dockerd [2022-03-01T06:57:52.947Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-01T06:57:52.947Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-01T06:57:52.947Z] github.com/docker/docker/container [2022-03-01T06:57:52.947Z] github.com/docker/docker/container/stream [2022-03-01T06:57:52.947Z] github.com/docker/docker/contrib/apparmor [2022-03-01T06:57:52.947Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-01T06:57:52.947Z] github.com/docker/docker/contrib/httpserver [2022-03-01T06:57:52.947Z] github.com/docker/docker/daemon [2022-03-01T06:57:52.947Z] github.com/docker/docker/daemon/cluster [2022-03-01T06:57:52.947Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-01T06:57:52.947Z] github.com/docker/docker/daemon/cluster/convert [2022-03-01T06:57:52.947Z] github.com/docker/docker/daemon/cluster/executor [2022-03-01T06:57:52.947Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-01T06:57:52.947Z] github.com/docker/docker/daemon/cluster/provider [2022-03-01T06:57:52.947Z] github.com/docker/docker/daemon/config [2022-03-01T06:57:52.947Z] github.com/docker/docker/daemon/events [2022-03-01T06:57:52.947Z] github.com/docker/docker/daemon/events/testutils [2022-03-01T06:57:52.947Z] github.com/docker/docker/daemon/exec [2022-03-01T06:57:52.947Z] github.com/docker/docker/daemon/graphdriver [2022-03-01T06:57:52.947Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-01T06:57:52.947Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-01T06:57:52.947Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-01T06:57:52.947Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-01T06:57:52.947Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-01T06:57:52.947Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-01T06:57:52.947Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-01T06:57:52.947Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-01T06:57:52.947Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-01T06:57:52.947Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-01T06:57:52.947Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-01T06:57:52.947Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-01T06:57:52.947Z] github.com/docker/docker/daemon/images [2022-03-01T06:57:52.947Z] github.com/docker/docker/daemon/initlayer [2022-03-01T06:57:52.947Z] github.com/docker/docker/daemon/links [2022-03-01T06:57:52.947Z] github.com/docker/docker/daemon/listeners [2022-03-01T06:57:52.947Z] github.com/docker/docker/daemon/logger [2022-03-01T06:57:52.947Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-01T06:57:52.947Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-01T06:57:52.947Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-01T06:57:52.947Z] github.com/docker/docker/daemon/logger/gelf [2022-03-01T06:57:52.947Z] github.com/docker/docker/daemon/logger/journald [2022-03-01T06:57:52.947Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-01T06:57:52.947Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-01T06:57:52.947Z] github.com/docker/docker/daemon/logger/local [2022-03-01T06:57:52.947Z] github.com/docker/docker/daemon/logger/logentries [2022-03-01T06:57:52.947Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-01T06:57:52.947Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-01T06:57:52.947Z] github.com/docker/docker/daemon/logger/splunk [2022-03-01T06:57:52.947Z] github.com/docker/docker/daemon/logger/syslog [2022-03-01T06:57:52.947Z] github.com/docker/docker/daemon/logger/templates [2022-03-01T06:57:52.947Z] github.com/docker/docker/daemon/names [2022-03-01T06:57:52.947Z] github.com/docker/docker/daemon/network [2022-03-01T06:57:52.947Z] github.com/docker/docker/daemon/stats [2022-03-01T06:57:52.947Z] github.com/docker/docker/distribution [2022-03-01T06:57:52.947Z] github.com/docker/docker/distribution/metadata [2022-03-01T06:57:52.947Z] github.com/docker/docker/distribution/utils [2022-03-01T06:57:52.947Z] github.com/docker/docker/distribution/xfer [2022-03-01T06:57:52.947Z] github.com/docker/docker/dockerversion [2022-03-01T06:57:52.947Z] github.com/docker/docker/errdefs [2022-03-01T06:57:52.947Z] github.com/docker/docker/image [2022-03-01T06:57:52.947Z] github.com/docker/docker/image/cache [2022-03-01T06:57:52.947Z] github.com/docker/docker/image/tarexport [2022-03-01T06:57:52.947Z] github.com/docker/docker/image/v1 [2022-03-01T06:57:52.947Z] github.com/docker/docker/internal/test/suite [2022-03-01T06:57:52.947Z] github.com/docker/docker/layer [2022-03-01T06:57:52.947Z] github.com/docker/docker/libcontainerd [2022-03-01T06:57:52.947Z] github.com/docker/docker/libcontainerd/queue [2022-03-01T06:57:52.947Z] github.com/docker/docker/libcontainerd/remote [2022-03-01T06:57:52.947Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-01T06:57:52.947Z] github.com/docker/docker/libcontainerd/types [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/bitseq [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/cluster [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/config [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/datastore [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/driverapi [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/etchosts [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/idm [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/ipam [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/iptables [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/netlabel [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/netutils [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/networkdb [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/ns [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/options [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/osl [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/portallocator [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/portmapper [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/testutils [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/types [2022-03-01T06:57:52.947Z] github.com/docker/docker/oci [2022-03-01T06:57:52.947Z] github.com/docker/docker/oci/caps [2022-03-01T06:57:52.947Z] github.com/docker/docker/opts [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/aaparser [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/archive [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/authorization [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/broadcaster [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/capabilities [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/chrootarchive [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/containerfs [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/devicemapper [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/directory [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/dmesg [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/filenotify [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/fileutils [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/fsutils [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/homedir [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/idtools [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/ioutils [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/jsonmessage [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/locker [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/longpath [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/loopback [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/mount [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/namesgenerator [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/parsers [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/pidfile [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/platform [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/plugingetter [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/plugins [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/plugins/transport [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/pools [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/progress [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/pubsub [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/reexec [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/signal [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/stack [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/stdcopy [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/streamformatter [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/stringid [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/symlink [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/sysinfo [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/system [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/tailfile [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/tarsum [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/term [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/term/windows [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/truncindex [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/urlutil [2022-03-01T06:57:52.947Z] github.com/docker/docker/pkg/useragent [2022-03-01T06:57:52.947Z] github.com/docker/docker/plugin [2022-03-01T06:57:52.947Z] github.com/docker/docker/plugin/executor/containerd [2022-03-01T06:57:52.947Z] github.com/docker/docker/plugin/v2 [2022-03-01T06:57:52.947Z] github.com/docker/docker/profiles/apparmor [2022-03-01T06:57:52.947Z] github.com/docker/docker/profiles/seccomp [2022-03-01T06:57:52.947Z] github.com/docker/docker/quota [2022-03-01T06:57:52.947Z] github.com/docker/docker/reference [2022-03-01T06:57:52.947Z] github.com/docker/docker/registry [2022-03-01T06:57:52.947Z] github.com/docker/docker/registry/resumable [2022-03-01T06:57:52.947Z] github.com/docker/docker/restartmanager [2022-03-01T06:57:52.947Z] github.com/docker/docker/rootless [2022-03-01T06:57:52.947Z] github.com/docker/docker/rootless/specconv [2022-03-01T06:57:52.947Z] github.com/docker/docker/runconfig [2022-03-01T06:57:52.947Z] github.com/docker/docker/runconfig/opts [2022-03-01T06:57:52.947Z] github.com/docker/docker/testutil [2022-03-01T06:57:52.947Z] github.com/docker/docker/testutil/daemon [2022-03-01T06:57:52.947Z] github.com/docker/docker/testutil/environment [2022-03-01T06:57:52.947Z] github.com/docker/docker/testutil/fakecontext [2022-03-01T06:57:52.947Z] github.com/docker/docker/testutil/fakegit [2022-03-01T06:57:52.947Z] github.com/docker/docker/testutil/fakestorage [2022-03-01T06:57:52.947Z] github.com/docker/docker/testutil/fixtures/load [2022-03-01T06:57:52.947Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-01T06:57:52.947Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-01T06:57:52.947Z] github.com/docker/docker/testutil/registry [2022-03-01T06:57:52.947Z] github.com/docker/docker/testutil/request [2022-03-01T06:57:52.947Z] github.com/docker/docker/volume [2022-03-01T06:57:52.947Z] github.com/docker/docker/volume/drivers [2022-03-01T06:57:52.947Z] github.com/docker/docker/volume/local [2022-03-01T06:57:52.947Z] github.com/docker/docker/volume/mounts [2022-03-01T06:57:52.947Z] github.com/docker/docker/volume/service [2022-03-01T06:57:52.947Z] github.com/docker/docker/volume/service/opts [2022-03-01T06:57:52.947Z] github.com/docker/docker/volume/testutils' [2022-03-01T06:57:52.947Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/bitseq [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/cluster [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/config [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/datastore [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/driverapi [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/etchosts [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/idm [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-01T06:57:52.947Z] github.com/docker/docker/libnetwork/ipam [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/iptables [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/netlabel [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/netutils [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/networkdb [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/ns [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/options [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/osl [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/portallocator [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/portmapper [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/testutils [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/types' [2022-03-01T06:57:52.948Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-03-01T06:57:52.948Z] + echo 'github.com/docker/docker/libnetwork [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/bitseq [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/cluster [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/config [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/datastore [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/driverapi [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/etchosts [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/idm [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/ipam [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/iptables [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/netlabel [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/netutils [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/networkdb [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/ns [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/options [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/osl [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/portallocator [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/portmapper [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/testutils [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/types' [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-01T06:57:52.948Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-01T06:57:52.948Z] + type docker-proxy [2022-03-01T06:57:52.948Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-03-01T06:57:52.948Z] + hack/make.sh binary-proxy install-proxy [2022-03-01T06:57:52.948Z] [2022-03-01T06:57:52.948Z] Removing bundles/ [2022-03-01T06:57:52.948Z] [2022-03-01T06:57:52.948Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-03-01T06:57:52.948Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-03-01T06:57:52.948Z] GOOS="" GOARCH="" GOARM="" [2022-03-01T06:57:54.262Z] === RUN TestDockerSuite/TestEventsImageTag [2022-03-01T06:57:54.523Z] --- PASS: TestDockerNetworkReConnect (3.42s) [2022-03-01T06:57:54.523Z] === RUN TestServicePlugin [2022-03-01T06:57:54.523Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2022-03-01T06:57:55.095Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2022-03-01T06:57:55.357Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2022-03-01T06:57:55.357Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-03-01T06:57:55.357Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2022-03-01T06:57:55.357Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-03-01T06:57:55.357Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-03-01T06:57:56.746Z] docker_api_swarm_test.go:202: [dba3a24ad3342] joining swarm manager [d85ed04aa3af6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-01T06:57:58.133Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2022-03-01T06:57:58.706Z] plugin_test.go:61: [d6d6b4ea2aab4] joining swarm manager [dd50ab00fe8fe]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-01T06:57:58.706Z] === RUN TestDockerSuite/TestEventsRename [2022-03-01T06:57:59.279Z] === RUN TestDockerSuite/TestEventsResize [2022-03-01T06:57:59.521Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-03-01T06:57:59.521Z] [2022-03-01T06:57:59.521Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-03-01T06:57:59.521Z] Installing docker-proxy to /usr/local/bin/ [2022-03-01T06:57:59.521Z] [2022-03-01T06:57:59.521Z] + mkdir -p bundles [2022-03-01T06:57:59.521Z] + '[' -n 'github.com/docker/docker/api [2022-03-01T06:57:59.521Z] github.com/docker/docker/api/server [2022-03-01T06:57:59.521Z] github.com/docker/docker/api/server/backend/build [2022-03-01T06:57:59.521Z] github.com/docker/docker/api/server/httputils [2022-03-01T06:57:59.521Z] github.com/docker/docker/api/server/middleware [2022-03-01T06:57:59.521Z] github.com/docker/docker/api/server/router [2022-03-01T06:57:59.521Z] github.com/docker/docker/api/server/router/build [2022-03-01T06:57:59.521Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-01T06:57:59.521Z] github.com/docker/docker/api/server/router/container [2022-03-01T06:57:59.521Z] github.com/docker/docker/api/server/router/debug [2022-03-01T06:57:59.521Z] github.com/docker/docker/api/server/router/distribution [2022-03-01T06:57:59.521Z] github.com/docker/docker/api/server/router/grpc [2022-03-01T06:57:59.521Z] github.com/docker/docker/api/server/router/image [2022-03-01T06:57:59.521Z] github.com/docker/docker/api/server/router/network [2022-03-01T06:57:59.521Z] github.com/docker/docker/api/server/router/plugin [2022-03-01T06:57:59.521Z] github.com/docker/docker/api/server/router/session [2022-03-01T06:57:59.521Z] github.com/docker/docker/api/server/router/swarm [2022-03-01T06:57:59.521Z] github.com/docker/docker/api/server/router/system [2022-03-01T06:57:59.521Z] github.com/docker/docker/api/server/router/volume [2022-03-01T06:57:59.521Z] github.com/docker/docker/api/types [2022-03-01T06:57:59.521Z] github.com/docker/docker/api/types/backend [2022-03-01T06:57:59.521Z] github.com/docker/docker/api/types/blkiodev [2022-03-01T06:57:59.521Z] github.com/docker/docker/api/types/container [2022-03-01T06:57:59.521Z] github.com/docker/docker/api/types/events [2022-03-01T06:57:59.521Z] github.com/docker/docker/api/types/filters [2022-03-01T06:57:59.521Z] github.com/docker/docker/api/types/image [2022-03-01T06:57:59.521Z] github.com/docker/docker/api/types/mount [2022-03-01T06:57:59.521Z] github.com/docker/docker/api/types/network [2022-03-01T06:57:59.521Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-01T06:57:59.521Z] github.com/docker/docker/api/types/registry [2022-03-01T06:57:59.521Z] github.com/docker/docker/api/types/strslice [2022-03-01T06:57:59.521Z] github.com/docker/docker/api/types/swarm [2022-03-01T06:57:59.521Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-01T06:57:59.521Z] github.com/docker/docker/api/types/time [2022-03-01T06:57:59.521Z] github.com/docker/docker/api/types/versions [2022-03-01T06:57:59.521Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-01T06:57:59.521Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-01T06:57:59.521Z] github.com/docker/docker/api/types/volume [2022-03-01T06:57:59.521Z] github.com/docker/docker/builder [2022-03-01T06:57:59.521Z] github.com/docker/docker/builder/builder-next [2022-03-01T06:57:59.521Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-01T06:57:59.521Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-01T06:57:59.521Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-01T06:57:59.521Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-01T06:57:59.521Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-01T06:57:59.521Z] github.com/docker/docker/builder/builder-next/worker [2022-03-01T06:57:59.521Z] github.com/docker/docker/builder/dockerfile [2022-03-01T06:57:59.521Z] github.com/docker/docker/builder/dockerignore [2022-03-01T06:57:59.521Z] github.com/docker/docker/builder/remotecontext [2022-03-01T06:57:59.521Z] github.com/docker/docker/builder/remotecontext/git [2022-03-01T06:57:59.521Z] github.com/docker/docker/cli [2022-03-01T06:57:59.521Z] github.com/docker/docker/cli/config [2022-03-01T06:57:59.521Z] github.com/docker/docker/cli/debug [2022-03-01T06:57:59.521Z] github.com/docker/docker/client [2022-03-01T06:57:59.521Z] github.com/docker/docker/cmd/docker-proxy [2022-03-01T06:57:59.521Z] github.com/docker/docker/cmd/dockerd [2022-03-01T06:57:59.521Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-01T06:57:59.521Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-01T06:57:59.521Z] github.com/docker/docker/container [2022-03-01T06:57:59.521Z] github.com/docker/docker/container/stream [2022-03-01T06:57:59.521Z] github.com/docker/docker/contrib/apparmor [2022-03-01T06:57:59.521Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-01T06:57:59.521Z] github.com/docker/docker/contrib/httpserver [2022-03-01T06:57:59.521Z] github.com/docker/docker/daemon [2022-03-01T06:57:59.521Z] github.com/docker/docker/daemon/cluster [2022-03-01T06:57:59.521Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-01T06:57:59.521Z] github.com/docker/docker/daemon/cluster/convert [2022-03-01T06:57:59.521Z] github.com/docker/docker/daemon/cluster/executor [2022-03-01T06:57:59.521Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-01T06:57:59.521Z] github.com/docker/docker/daemon/cluster/provider [2022-03-01T06:57:59.521Z] github.com/docker/docker/daemon/config [2022-03-01T06:57:59.521Z] github.com/docker/docker/daemon/events [2022-03-01T06:57:59.521Z] github.com/docker/docker/daemon/events/testutils [2022-03-01T06:57:59.521Z] github.com/docker/docker/daemon/exec [2022-03-01T06:57:59.521Z] github.com/docker/docker/daemon/graphdriver [2022-03-01T06:57:59.521Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-01T06:57:59.521Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-01T06:57:59.521Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-01T06:57:59.521Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-01T06:57:59.521Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-01T06:57:59.521Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-01T06:57:59.521Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-01T06:57:59.521Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-01T06:57:59.521Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-01T06:57:59.521Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-01T06:57:59.521Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-01T06:57:59.521Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-01T06:57:59.521Z] github.com/docker/docker/daemon/images [2022-03-01T06:57:59.521Z] github.com/docker/docker/daemon/initlayer [2022-03-01T06:57:59.521Z] github.com/docker/docker/daemon/links [2022-03-01T06:57:59.521Z] github.com/docker/docker/daemon/listeners [2022-03-01T06:57:59.522Z] github.com/docker/docker/daemon/logger [2022-03-01T06:57:59.522Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-01T06:57:59.522Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-01T06:57:59.522Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-01T06:57:59.522Z] github.com/docker/docker/daemon/logger/gelf [2022-03-01T06:57:59.522Z] github.com/docker/docker/daemon/logger/journald [2022-03-01T06:57:59.522Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-01T06:57:59.522Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-01T06:57:59.522Z] github.com/docker/docker/daemon/logger/local [2022-03-01T06:57:59.522Z] github.com/docker/docker/daemon/logger/logentries [2022-03-01T06:57:59.522Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-01T06:57:59.522Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-01T06:57:59.522Z] github.com/docker/docker/daemon/logger/splunk [2022-03-01T06:57:59.522Z] github.com/docker/docker/daemon/logger/syslog [2022-03-01T06:57:59.522Z] github.com/docker/docker/daemon/logger/templates [2022-03-01T06:57:59.522Z] github.com/docker/docker/daemon/names [2022-03-01T06:57:59.522Z] github.com/docker/docker/daemon/network [2022-03-01T06:57:59.522Z] github.com/docker/docker/daemon/stats [2022-03-01T06:57:59.522Z] github.com/docker/docker/distribution [2022-03-01T06:57:59.522Z] github.com/docker/docker/distribution/metadata [2022-03-01T06:57:59.522Z] github.com/docker/docker/distribution/utils [2022-03-01T06:57:59.522Z] github.com/docker/docker/distribution/xfer [2022-03-01T06:57:59.522Z] github.com/docker/docker/dockerversion [2022-03-01T06:57:59.522Z] github.com/docker/docker/errdefs [2022-03-01T06:57:59.522Z] github.com/docker/docker/image [2022-03-01T06:57:59.522Z] github.com/docker/docker/image/cache [2022-03-01T06:57:59.522Z] github.com/docker/docker/image/tarexport [2022-03-01T06:57:59.522Z] github.com/docker/docker/image/v1 [2022-03-01T06:57:59.522Z] github.com/docker/docker/internal/test/suite [2022-03-01T06:57:59.522Z] github.com/docker/docker/layer [2022-03-01T06:57:59.522Z] github.com/docker/docker/libcontainerd [2022-03-01T06:57:59.522Z] github.com/docker/docker/libcontainerd/queue [2022-03-01T06:57:59.522Z] github.com/docker/docker/libcontainerd/remote [2022-03-01T06:57:59.522Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-01T06:57:59.522Z] github.com/docker/docker/libcontainerd/types [2022-03-01T06:57:59.522Z] github.com/docker/docker/oci [2022-03-01T06:57:59.522Z] github.com/docker/docker/oci/caps [2022-03-01T06:57:59.522Z] github.com/docker/docker/opts [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/aaparser [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/archive [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/authorization [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/broadcaster [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/capabilities [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/chrootarchive [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/containerfs [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/devicemapper [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/directory [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/dmesg [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/filenotify [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/fileutils [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/fsutils [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/homedir [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/idtools [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/ioutils [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/jsonmessage [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/locker [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/longpath [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/loopback [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/mount [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/namesgenerator [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/parsers [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/pidfile [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/platform [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/plugingetter [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/plugins [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/plugins/transport [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/pools [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/progress [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/pubsub [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/reexec [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/signal [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/stack [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/stdcopy [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/streamformatter [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/stringid [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/symlink [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/sysinfo [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/system [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/tailfile [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/tarsum [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/term [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/term/windows [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/truncindex [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/urlutil [2022-03-01T06:57:59.522Z] github.com/docker/docker/pkg/useragent [2022-03-01T06:57:59.522Z] github.com/docker/docker/plugin [2022-03-01T06:57:59.522Z] github.com/docker/docker/plugin/executor/containerd [2022-03-01T06:57:59.522Z] github.com/docker/docker/plugin/v2 [2022-03-01T06:57:59.522Z] github.com/docker/docker/profiles/apparmor [2022-03-01T06:57:59.522Z] github.com/docker/docker/profiles/seccomp [2022-03-01T06:57:59.522Z] github.com/docker/docker/quota [2022-03-01T06:57:59.522Z] github.com/docker/docker/reference [2022-03-01T06:57:59.522Z] github.com/docker/docker/registry [2022-03-01T06:57:59.522Z] github.com/docker/docker/registry/resumable [2022-03-01T06:57:59.522Z] github.com/docker/docker/restartmanager [2022-03-01T06:57:59.522Z] github.com/docker/docker/rootless [2022-03-01T06:57:59.522Z] github.com/docker/docker/rootless/specconv [2022-03-01T06:57:59.522Z] github.com/docker/docker/runconfig [2022-03-01T06:57:59.522Z] github.com/docker/docker/runconfig/opts [2022-03-01T06:57:59.522Z] github.com/docker/docker/testutil [2022-03-01T06:57:59.522Z] github.com/docker/docker/testutil/daemon [2022-03-01T06:57:59.522Z] github.com/docker/docker/testutil/environment [2022-03-01T06:57:59.522Z] github.com/docker/docker/testutil/fakecontext [2022-03-01T06:57:59.522Z] github.com/docker/docker/testutil/fakegit [2022-03-01T06:57:59.522Z] github.com/docker/docker/testutil/fakestorage [2022-03-01T06:57:59.522Z] github.com/docker/docker/testutil/fixtures/load [2022-03-01T06:57:59.522Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-01T06:57:59.522Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-01T06:57:59.522Z] github.com/docker/docker/testutil/registry [2022-03-01T06:57:59.522Z] github.com/docker/docker/testutil/request [2022-03-01T06:57:59.522Z] github.com/docker/docker/volume [2022-03-01T06:57:59.522Z] github.com/docker/docker/volume/drivers [2022-03-01T06:57:59.522Z] github.com/docker/docker/volume/local [2022-03-01T06:57:59.522Z] github.com/docker/docker/volume/mounts [2022-03-01T06:57:59.522Z] github.com/docker/docker/volume/service [2022-03-01T06:57:59.522Z] github.com/docker/docker/volume/service/opts [2022-03-01T06:57:59.522Z] github.com/docker/docker/volume/testutils' ']' [2022-03-01T06:57:59.522Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m 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/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/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles 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/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/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy 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/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs 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/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/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/dmesg github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils 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/loopback github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator 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/stack 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/apparmor 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/rootless/specconv 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 [2022-03-01T06:57:59.852Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-03-01T06:58:00.113Z] plugin_test.go:64: [d086a4b158301] joining swarm manager [dd50ab00fe8fe]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-01T06:58:00.460Z] ? github.com/docker/docker/api [no test files] [2022-03-01T06:58:00.790Z] === RUN TestConfigDaemonLibtrustID [2022-03-01T06:58:00.790Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-01T06:58:00.790Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-03-01T06:58:00.790Z] === RUN TestDaemonConfigValidation [2022-03-01T06:58:00.790Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-01T06:58:00.790Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-03-01T06:58:00.790Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-01T06:58:00.790Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-01T06:58:00.790Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-03-01T06:58:00.790Z] === RUN TestDaemonProxy [2022-03-01T06:58:00.790Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-01T06:58:00.790Z] --- SKIP: TestDaemonProxy (0.00s) [2022-03-01T06:58:00.790Z] PASS [2022-03-01T06:58:00.790Z] ok github.com/docker/docker/integration/daemon 0.105s [2022-03-01T06:58:00.790Z] [2022-03-01T06:58:00.790Z] === Skipped [2022-03-01T06:58:00.790Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-03-01T06:58:00.790Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-01T06:58:00.790Z] [2022-03-01T06:58:00.790Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-03-01T06:58:00.790Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-01T06:58:00.790Z] [2022-03-01T06:58:00.790Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-03-01T06:58:00.790Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-01T06:58:00.790Z] [2022-03-01T06:58:00.790Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-03-01T06:58:00.790Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-01T06:58:00.790Z] [2022-03-01T06:58:00.790Z] DONE 4 tests, 4 skipped in 20.540s [2022-03-01T06:58:00.790Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-03-01T06:58:04.539Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-01T06:58:04.539Z] INFO: Testing against a local daemon [2022-03-01T06:58:04.539Z] === RUN TestCommitInheritsEnv [2022-03-01T06:58:04.539Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-01T06:58:04.539Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-03-01T06:58:04.539Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-01T06:58:04.539Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-01T06:58:04.539Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-03-01T06:58:04.539Z] === RUN TestImportWithCustomPlatform [2022-03-01T06:58:04.539Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-01T06:58:04.539Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-03-01T06:58:04.539Z] === RUN TestImagesFilterMultiReference [2022-03-01T06:58:04.539Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2022-03-01T06:58:04.539Z] === RUN TestImagePullPlatformInvalid [2022-03-01T06:58:04.539Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-03-01T06:58:04.539Z] === RUN TestRemoveImageOrphaning [2022-03-01T06:58:05.401Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-03-01T06:58:05.510Z] --- PASS: TestRemoveImageOrphaning (0.99s) [2022-03-01T06:58:05.510Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-01T06:58:05.510Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2022-03-01T06:58:05.510Z] === RUN TestTagInvalidReference [2022-03-01T06:58:05.510Z] --- PASS: TestTagInvalidReference (0.03s) [2022-03-01T06:58:05.510Z] === RUN TestTagValidPrefixedRepo [2022-03-01T06:58:05.510Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2022-03-01T06:58:05.510Z] === RUN TestTagExistedNameWithoutForce [2022-03-01T06:58:05.510Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2022-03-01T06:58:05.510Z] === RUN TestTagOfficialNames [2022-03-01T06:58:05.510Z] --- PASS: TestTagOfficialNames (0.07s) [2022-03-01T06:58:05.510Z] === RUN TestTagMatchesDigest [2022-03-01T06:58:05.510Z] --- PASS: TestTagMatchesDigest (0.02s) [2022-03-01T06:58:05.510Z] PASS [2022-03-01T06:58:05.510Z] ok github.com/docker/docker/integration/image 1.417s [2022-03-01T06:58:05.510Z] [2022-03-01T06:58:05.510Z] === Skipped [2022-03-01T06:58:05.510Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-03-01T06:58:05.510Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-01T06:58:05.510Z] [2022-03-01T06:58:05.510Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-03-01T06:58:05.510Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-01T06:58:05.510Z] [2022-03-01T06:58:05.510Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-03-01T06:58:05.510Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-01T06:58:05.510Z] [2022-03-01T06:58:05.510Z] DONE 12 tests, 3 skipped in 5.175s [2022-03-01T06:58:05.970Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-03-01T06:58:05.974Z] === RUN TestDockerSuite/TestEventsStreaming [2022-03-01T06:58:06.546Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-03-01T06:58:08.155Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-01T06:58:08.156Z] INFO: Testing against a local daemon [2022-03-01T06:58:08.156Z] === RUN TestNetworkCreateDelete [2022-03-01T06:58:08.156Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:58:08.156Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-03-01T06:58:08.156Z] === RUN TestDockerNetworkDeletePreferID [2022-03-01T06:58:08.156Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-03-01T06:58:08.156Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-03-01T06:58:08.156Z] === RUN TestDaemonDNSFallback [2022-03-01T06:58:08.156Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:58:08.156Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-03-01T06:58:08.156Z] === RUN TestInspectNetwork [2022-03-01T06:58:08.156Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-01T06:58:08.156Z] --- SKIP: TestInspectNetwork (0.00s) [2022-03-01T06:58:08.156Z] === RUN TestRunContainerWithBridgeNone [2022-03-01T06:58:08.156Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:58:08.156Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-03-01T06:58:08.156Z] === RUN TestNetworkInvalidJSON [2022-03-01T06:58:08.156Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-01T06:58:08.156Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-01T06:58:08.156Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-01T06:58:08.156Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-01T06:58:08.156Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-01T06:58:08.156Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-01T06:58:08.156Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-01T06:58:08.156Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-01T06:58:08.156Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-01T06:58:08.156Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2022-03-01T06:58:08.156Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-03-01T06:58:08.156Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-03-01T06:58:08.156Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-03-01T06:58:08.156Z] === RUN TestNetworkList [2022-03-01T06:58:08.156Z] === RUN TestNetworkList//networks [2022-03-01T06:58:08.156Z] === PAUSE TestNetworkList//networks [2022-03-01T06:58:08.156Z] === RUN TestNetworkList//networks/ [2022-03-01T06:58:08.156Z] === PAUSE TestNetworkList//networks/ [2022-03-01T06:58:08.156Z] === CONT TestNetworkList//networks [2022-03-01T06:58:08.156Z] === CONT TestNetworkList//networks/ [2022-03-01T06:58:08.156Z] --- PASS: TestNetworkList (0.03s) [2022-03-01T06:58:08.156Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-01T06:58:08.156Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-01T06:58:08.156Z] === RUN TestHostIPv4BridgeLabel [2022-03-01T06:58:08.156Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-01T06:58:08.156Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-03-01T06:58:08.156Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-01T06:58:08.156Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-01T06:58:08.156Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-03-01T06:58:08.156Z] === RUN TestDaemonDefaultNetworkPools [2022-03-01T06:58:08.156Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-01T06:58:08.156Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-03-01T06:58:08.156Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-01T06:58:08.156Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-01T06:58:08.156Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-01T06:58:08.156Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-01T06:58:08.156Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-01T06:58:08.156Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-01T06:58:08.156Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-01T06:58:08.156Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-01T06:58:08.156Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-01T06:58:08.156Z] === RUN TestServiceWithPredefinedNetwork [2022-03-01T06:58:08.156Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-01T06:58:08.156Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-03-01T06:58:08.156Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-01T06:58:08.156Z] service_test.go:243: FLAKY_TEST [2022-03-01T06:58:08.156Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-01T06:58:08.156Z] === RUN TestServiceWithDataPathPortInit [2022-03-01T06:58:08.156Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-01T06:58:08.156Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-03-01T06:58:08.156Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-01T06:58:08.156Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-01T06:58:08.156Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-01T06:58:08.156Z] PASS [2022-03-01T06:58:08.156Z] ok github.com/docker/docker/integration/network 0.159s [2022-03-01T06:58:08.156Z] [2022-03-01T06:58:08.156Z] === Skipped [2022-03-01T06:58:08.156Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-03-01T06:58:08.156Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:58:08.156Z] [2022-03-01T06:58:08.156Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-03-01T06:58:08.156Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-03-01T06:58:08.156Z] [2022-03-01T06:58:08.156Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-03-01T06:58:08.156Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:58:08.156Z] [2022-03-01T06:58:08.156Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-03-01T06:58:08.156Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-01T06:58:08.156Z] [2022-03-01T06:58:08.156Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-03-01T06:58:08.156Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:58:08.156Z] [2022-03-01T06:58:08.156Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-03-01T06:58:08.156Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-01T06:58:08.156Z] [2022-03-01T06:58:08.156Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-03-01T06:58:08.156Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-01T06:58:08.156Z] [2022-03-01T06:58:08.156Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-03-01T06:58:08.156Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-01T06:58:08.156Z] [2022-03-01T06:58:08.156Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-01T06:58:08.156Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-01T06:58:08.156Z] [2022-03-01T06:58:08.156Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-01T06:58:08.156Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-01T06:58:08.156Z] [2022-03-01T06:58:08.156Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-01T06:58:08.156Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-01T06:58:08.156Z] [2022-03-01T06:58:08.156Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-03-01T06:58:08.156Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-01T06:58:08.156Z] [2022-03-01T06:58:08.156Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-01T06:58:08.156Z] service_test.go:243: FLAKY_TEST [2022-03-01T06:58:08.156Z] [2022-03-01T06:58:08.156Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-03-01T06:58:08.156Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-01T06:58:08.156Z] [2022-03-01T06:58:08.156Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-01T06:58:08.156Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-01T06:58:08.156Z] [2022-03-01T06:58:08.156Z] DONE 22 tests, 15 skipped in 2.161s [2022-03-01T06:58:08.156Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-03-01T06:58:08.619Z] testing: warning: no tests to run [2022-03-01T06:58:08.619Z] PASS [2022-03-01T06:58:08.619Z] ok github.com/docker/docker/integration/network/ipvlan 0.073s [2022-03-01T06:58:08.619Z] [2022-03-01T06:58:08.619Z] DONE 0 tests in 0.657s [2022-03-01T06:58:08.619Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-03-01T06:58:09.092Z] === RUN TestDockerSuite/TestEventsTop [2022-03-01T06:58:09.595Z] testing: warning: no tests to run [2022-03-01T06:58:09.595Z] PASS [2022-03-01T06:58:09.595Z] ok github.com/docker/docker/integration/network/macvlan 0.073s [2022-03-01T06:58:09.595Z] [2022-03-01T06:58:09.595Z] DONE 0 tests in 0.634s [2022-03-01T06:58:09.595Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-03-01T06:58:09.667Z] === RUN TestDockerSuite/TestEventsUntag [2022-03-01T06:58:10.055Z] testing: warning: no tests to run [2022-03-01T06:58:10.055Z] PASS [2022-03-01T06:58:10.055Z] ok github.com/docker/docker/integration/plugin 0.067s [2022-03-01T06:58:10.055Z] [2022-03-01T06:58:10.055Z] DONE 0 tests in 0.636s [2022-03-01T06:58:10.517Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-03-01T06:58:10.978Z] testing: warning: no tests to run [2022-03-01T06:58:10.978Z] PASS [2022-03-01T06:58:10.978Z] ok github.com/docker/docker/integration/plugin/authz 0.076s [2022-03-01T06:58:10.978Z] [2022-03-01T06:58:10.978Z] DONE 0 tests in 0.634s [2022-03-01T06:58:10.978Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-03-01T06:58:12.967Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-03-01T06:58:15.349Z] ok github.com/docker/docker/api/server 0.006s coverage: 9.0% of statements [2022-03-01T06:58:15.687Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-01T06:58:15.687Z] INFO: Testing against a local daemon [2022-03-01T06:58:15.687Z] === RUN TestPluginInvalidJSON [2022-03-01T06:58:15.687Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-01T06:58:15.687Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-01T06:58:15.687Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-01T06:58:15.687Z] --- PASS: TestPluginInvalidJSON (0.03s) [2022-03-01T06:58:15.688Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-01T06:58:15.688Z] === RUN TestPluginInstall [2022-03-01T06:58:15.688Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-01T06:58:15.688Z] --- SKIP: TestPluginInstall (0.00s) [2022-03-01T06:58:15.688Z] === RUN TestPluginsWithRuntimes [2022-03-01T06:58:15.688Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-01T06:58:15.688Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-03-01T06:58:15.688Z] === RUN TestPluginBackCompatMediaTypes [2022-03-01T06:58:15.688Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-01T06:58:15.688Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-03-01T06:58:15.688Z] PASS [2022-03-01T06:58:15.688Z] ok github.com/docker/docker/integration/plugin/common 0.108s [2022-03-01T06:58:15.688Z] [2022-03-01T06:58:15.688Z] === Skipped [2022-03-01T06:58:15.688Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-03-01T06:58:15.688Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-01T06:58:15.688Z] [2022-03-01T06:58:15.688Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-03-01T06:58:15.688Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-01T06:58:15.688Z] [2022-03-01T06:58:15.688Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-03-01T06:58:15.688Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-01T06:58:15.688Z] [2022-03-01T06:58:15.688Z] DONE 5 tests, 3 skipped in 4.278s [2022-03-01T06:58:15.688Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-03-01T06:58:17.873Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-01T06:58:17.873Z] INFO: Testing against a local daemon [2022-03-01T06:58:17.873Z] === RUN TestExternalGraphDriver [2022-03-01T06:58:17.873Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-01T06:58:17.873Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-03-01T06:58:17.873Z] === RUN TestGraphdriverPluginV2 [2022-03-01T06:58:17.873Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-01T06:58:17.873Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-03-01T06:58:17.873Z] PASS [2022-03-01T06:58:17.873Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.101s [2022-03-01T06:58:17.873Z] [2022-03-01T06:58:17.873Z] === Skipped [2022-03-01T06:58:17.873Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-03-01T06:58:17.873Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-01T06:58:17.873Z] [2022-03-01T06:58:17.873Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-03-01T06:58:17.873Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-01T06:58:17.873Z] [2022-03-01T06:58:17.873Z] DONE 2 tests, 2 skipped in 2.229s [2022-03-01T06:58:17.873Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-03-01T06:58:20.061Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-01T06:58:20.061Z] INFO: Testing against a local daemon [2022-03-01T06:58:20.061Z] === RUN TestReadPluginNoRead [2022-03-01T06:58:20.061Z] read_test.go:21: no unix domain sockets on Windows [2022-03-01T06:58:20.061Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-03-01T06:58:20.061Z] PASS [2022-03-01T06:58:20.061Z] ok github.com/docker/docker/integration/plugin/logging 0.094s [2022-03-01T06:58:20.061Z] [2022-03-01T06:58:20.061Z] === Skipped [2022-03-01T06:58:20.061Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-03-01T06:58:20.061Z] read_test.go:21: no unix domain sockets on Windows [2022-03-01T06:58:20.061Z] [2022-03-01T06:58:20.061Z] DONE 1 tests, 1 skipped in 2.125s [2022-03-01T06:58:20.061Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-03-01T06:58:21.034Z] testing: warning: no tests to run [2022-03-01T06:58:21.034Z] PASS [2022-03-01T06:58:21.034Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.064s [2022-03-01T06:58:21.034Z] [2022-03-01T06:58:21.034Z] DONE 0 tests in 1.008s [2022-03-01T06:58:21.034Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-03-01T06:58:21.120Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2022-03-01T06:58:23.035Z] docker_api_swarm_test.go:384: [d4b8f4848b07b] joining swarm manager [d059e0a4afc22]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-01T06:58:23.220Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-01T06:58:23.220Z] INFO: Testing against a local daemon [2022-03-01T06:58:23.220Z] === RUN TestPluginWithDevMounts [2022-03-01T06:58:23.220Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:23.220Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-03-01T06:58:23.220Z] PASS [2022-03-01T06:58:23.220Z] ok github.com/docker/docker/integration/plugin/volumes 0.092s [2022-03-01T06:58:23.220Z] [2022-03-01T06:58:23.220Z] === Skipped [2022-03-01T06:58:23.220Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-03-01T06:58:23.220Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:23.220Z] [2022-03-01T06:58:23.220Z] DONE 1 tests, 1 skipped in 1.949s [2022-03-01T06:58:23.220Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-03-01T06:58:23.296Z] === RUN TestDockerSuite/TestExec [2022-03-01T06:58:23.867Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-03-01T06:58:24.127Z] docker_api_swarm_test.go:385: [d4d7a1c5cf602] joining swarm manager [d059e0a4afc22]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-01T06:58:24.387Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-03-01T06:58:24.959Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-03-01T06:58:25.406Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-01T06:58:25.406Z] INFO: Testing against a local daemon [2022-03-01T06:58:25.406Z] === RUN TestSecretInspect [2022-03-01T06:58:25.406Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:25.406Z] --- SKIP: TestSecretInspect (0.00s) [2022-03-01T06:58:25.406Z] === RUN TestSecretList [2022-03-01T06:58:25.406Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:25.406Z] --- SKIP: TestSecretList (0.00s) [2022-03-01T06:58:25.406Z] === RUN TestSecretsCreateAndDelete [2022-03-01T06:58:25.406Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:25.406Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-03-01T06:58:25.406Z] === RUN TestSecretsUpdate [2022-03-01T06:58:25.406Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:25.406Z] --- SKIP: TestSecretsUpdate (0.01s) [2022-03-01T06:58:25.406Z] === RUN TestTemplatedSecret [2022-03-01T06:58:25.406Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:25.406Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-03-01T06:58:25.406Z] === RUN TestSecretCreateResolve [2022-03-01T06:58:25.406Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:58:25.406Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-03-01T06:58:25.406Z] PASS [2022-03-01T06:58:25.406Z] ok github.com/docker/docker/integration/secret 0.092s [2022-03-01T06:58:25.406Z] [2022-03-01T06:58:25.406Z] === Skipped [2022-03-01T06:58:25.406Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-03-01T06:58:25.406Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:25.406Z] [2022-03-01T06:58:25.406Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-03-01T06:58:25.406Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:25.406Z] [2022-03-01T06:58:25.406Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-03-01T06:58:25.406Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:25.406Z] [2022-03-01T06:58:25.406Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.01s) [2022-03-01T06:58:25.406Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:25.406Z] [2022-03-01T06:58:25.406Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-03-01T06:58:25.406Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:25.406Z] [2022-03-01T06:58:25.406Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-03-01T06:58:25.406Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:58:25.406Z] [2022-03-01T06:58:25.406Z] DONE 6 tests, 6 skipped in 1.978s [2022-03-01T06:58:25.406Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-03-01T06:58:25.530Z] === RUN TestDockerSuite/TestExecAPIStart [2022-03-01T06:58:25.792Z] --- PASS: TestServicePlugin (31.29s) [2022-03-01T06:58:25.792Z] === RUN TestServiceUpdateLabel [2022-03-01T06:58:26.735Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-03-01T06:58:27.306Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-03-01T06:58:27.421Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-03-01T06:58:27.421Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-03-01T06:58:27.421Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-03-01T06:58:27.421Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-01T06:58:27.421Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-03-01T06:58:27.421Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-01T06:58:27.421Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-03-01T06:58:27.421Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-01T06:58:27.421Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-03-01T06:58:27.421Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-01T06:58:27.421Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-03-01T06:58:27.421Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-01T06:58:27.421Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-03-01T06:58:27.421Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-01T06:58:27.421Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-03-01T06:58:27.421Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-01T06:58:27.421Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-03-01T06:58:27.421Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-03-01T06:58:27.421Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-01T06:58:27.421Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-03-01T06:58:27.421Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-03-01T06:58:27.421Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-01T06:58:27.421Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-03-01T06:58:27.421Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-01T06:58:27.421Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-03-01T06:58:27.421Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-03-01T06:58:27.591Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-01T06:58:27.591Z] INFO: Testing against a local daemon [2022-03-01T06:58:27.591Z] === RUN TestServiceCreateInit [2022-03-01T06:58:27.591Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-01T06:58:27.591Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:27.591Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-01T06:58:27.591Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:27.591Z] --- PASS: TestServiceCreateInit (0.04s) [2022-03-01T06:58:27.591Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-01T06:58:27.591Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-01T06:58:27.591Z] === RUN TestCreateServiceMultipleTimes [2022-03-01T06:58:27.591Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:27.591Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-03-01T06:58:27.591Z] === RUN TestCreateServiceConflict [2022-03-01T06:58:27.591Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:27.591Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-03-01T06:58:27.591Z] === RUN TestCreateServiceMaxReplicas [2022-03-01T06:58:27.591Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:27.591Z] --- SKIP: TestCreateServiceMaxReplicas (0.04s) [2022-03-01T06:58:27.591Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-01T06:58:27.591Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:27.591Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-01T06:58:27.591Z] === RUN TestCreateServiceSecretFileMode [2022-03-01T06:58:27.591Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:27.591Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-03-01T06:58:27.591Z] === RUN TestCreateServiceConfigFileMode [2022-03-01T06:58:27.591Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:27.591Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-03-01T06:58:27.591Z] === RUN TestCreateServiceSysctls [2022-03-01T06:58:27.591Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:27.591Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2022-03-01T06:58:27.591Z] === RUN TestCreateServiceCapabilities [2022-03-01T06:58:27.591Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:27.591Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2022-03-01T06:58:27.591Z] === RUN TestInspect [2022-03-01T06:58:27.591Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:27.591Z] --- SKIP: TestInspect (0.00s) [2022-03-01T06:58:27.591Z] === RUN TestCreateJob [2022-03-01T06:58:27.591Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:27.591Z] --- SKIP: TestCreateJob (0.00s) [2022-03-01T06:58:27.591Z] === RUN TestReplicatedJob [2022-03-01T06:58:27.591Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:27.591Z] --- SKIP: TestReplicatedJob (0.00s) [2022-03-01T06:58:27.591Z] === RUN TestUpdateReplicatedJob [2022-03-01T06:58:27.591Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:27.591Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-03-01T06:58:27.591Z] === RUN TestServiceListWithStatuses [2022-03-01T06:58:27.591Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:27.591Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-01T06:58:27.591Z] === RUN TestDockerNetworkConnectAlias [2022-03-01T06:58:27.591Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:27.591Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-03-01T06:58:27.591Z] === RUN TestDockerNetworkReConnect [2022-03-01T06:58:27.591Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:27.591Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-03-01T06:58:27.591Z] === RUN TestServicePlugin [2022-03-01T06:58:27.591Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:27.591Z] --- SKIP: TestServicePlugin (0.00s) [2022-03-01T06:58:27.591Z] === RUN TestServiceUpdateLabel [2022-03-01T06:58:27.591Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:58:27.591Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-03-01T06:58:27.591Z] === RUN TestServiceUpdateSecrets [2022-03-01T06:58:27.591Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:58:27.591Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-03-01T06:58:27.591Z] === RUN TestServiceUpdateConfigs [2022-03-01T06:58:27.591Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:58:27.591Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-03-01T06:58:27.591Z] === RUN TestServiceUpdateNetwork [2022-03-01T06:58:27.591Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:58:27.591Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-03-01T06:58:27.591Z] === RUN TestServiceUpdatePidsLimit [2022-03-01T06:58:27.591Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:58:27.591Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-03-01T06:58:27.591Z] PASS [2022-03-01T06:58:27.592Z] ok github.com/docker/docker/integration/service 0.216s [2022-03-01T06:58:27.592Z] [2022-03-01T06:58:27.592Z] === Skipped [2022-03-01T06:58:27.592Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-01T06:58:27.592Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:27.592Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-01T06:58:27.592Z] [2022-03-01T06:58:27.592Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-01T06:58:27.592Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:27.592Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-01T06:58:27.592Z] [2022-03-01T06:58:27.592Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-03-01T06:58:27.592Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:27.592Z] [2022-03-01T06:58:27.592Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-03-01T06:58:27.592Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:27.592Z] [2022-03-01T06:58:27.592Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.04s) [2022-03-01T06:58:27.592Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:27.592Z] [2022-03-01T06:58:27.592Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-01T06:58:27.592Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:27.592Z] [2022-03-01T06:58:27.592Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-03-01T06:58:27.592Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:27.592Z] [2022-03-01T06:58:27.592Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-03-01T06:58:27.592Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:27.592Z] [2022-03-01T06:58:27.592Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2022-03-01T06:58:27.592Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:27.592Z] [2022-03-01T06:58:27.592Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2022-03-01T06:58:27.592Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:27.592Z] [2022-03-01T06:58:27.592Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-03-01T06:58:27.592Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:27.592Z] [2022-03-01T06:58:27.592Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-03-01T06:58:27.592Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:27.592Z] [2022-03-01T06:58:27.592Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-03-01T06:58:27.592Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:27.592Z] [2022-03-01T06:58:27.592Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-03-01T06:58:27.592Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:27.592Z] [2022-03-01T06:58:27.592Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-03-01T06:58:27.592Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:27.592Z] [2022-03-01T06:58:27.592Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-03-01T06:58:27.592Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:27.592Z] [2022-03-01T06:58:27.592Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-03-01T06:58:27.592Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:27.592Z] [2022-03-01T06:58:27.592Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-03-01T06:58:27.592Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:27.592Z] [2022-03-01T06:58:27.592Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-03-01T06:58:27.592Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:58:27.592Z] [2022-03-01T06:58:27.592Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-03-01T06:58:27.592Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:58:27.592Z] [2022-03-01T06:58:27.592Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-03-01T06:58:27.592Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:58:27.592Z] [2022-03-01T06:58:27.592Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-03-01T06:58:27.592Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:58:27.592Z] [2022-03-01T06:58:27.592Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-03-01T06:58:27.592Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:58:27.592Z] [2022-03-01T06:58:27.592Z] DONE 24 tests, 23 skipped in 2.438s [2022-03-01T06:58:27.877Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-03-01T06:58:28.052Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-03-01T06:58:28.451Z] --- PASS: TestServiceUpdateLabel (2.54s) [2022-03-01T06:58:28.451Z] === RUN TestServiceUpdateSecrets [2022-03-01T06:58:28.711Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-03-01T06:58:28.948Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-03-01T06:58:28.948Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-01T06:58:28.948Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-03-01T06:58:28.948Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-01T06:58:28.948Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-03-01T06:58:28.948Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-01T06:58:28.948Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-03-01T06:58:28.948Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-01T06:58:28.948Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-03-01T06:58:29.283Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-03-01T06:58:29.619Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-01T06:58:29.619Z] INFO: Testing against a local daemon [2022-03-01T06:58:29.619Z] === RUN TestSessionCreate [2022-03-01T06:58:29.619Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-01T06:58:29.619Z] --- SKIP: TestSessionCreate (0.00s) [2022-03-01T06:58:29.619Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-01T06:58:29.619Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-01T06:58:29.619Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-03-01T06:58:29.619Z] PASS [2022-03-01T06:58:29.619Z] ok github.com/docker/docker/integration/session 0.081s [2022-03-01T06:58:29.619Z] [2022-03-01T06:58:29.619Z] === Skipped [2022-03-01T06:58:29.619Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-03-01T06:58:29.619Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-01T06:58:29.619Z] [2022-03-01T06:58:29.619Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-03-01T06:58:29.619Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-01T06:58:29.619Z] [2022-03-01T06:58:29.619Z] DONE 2 tests, 2 skipped in 1.739s [2022-03-01T06:58:29.619Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-03-01T06:58:29.855Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-03-01T06:58:30.428Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-03-01T06:58:31.371Z] === RUN TestDockerSuite/TestExecCgroup [2022-03-01T06:58:31.823Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-01T06:58:31.823Z] INFO: Testing against a local daemon [2022-03-01T06:58:31.823Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-01T06:58:31.823Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:31.823Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-01T06:58:31.823Z] === RUN TestDiskUsage [2022-03-01T06:58:31.823Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-01T06:58:31.823Z] --- SKIP: TestDiskUsage (0.00s) [2022-03-01T06:58:31.823Z] === RUN TestEventsExecDie [2022-03-01T06:58:31.823Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-01T06:58:31.823Z] --- SKIP: TestEventsExecDie (0.00s) [2022-03-01T06:58:31.823Z] === RUN TestEventsBackwardsCompatible [2022-03-01T06:58:31.823Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-01T06:58:31.823Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-03-01T06:58:31.823Z] === RUN TestEventsVolumeCreate [2022-03-01T06:58:31.823Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-01T06:58:31.823Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-03-01T06:58:31.823Z] === RUN TestInfoAPI [2022-03-01T06:58:31.823Z] --- PASS: TestInfoAPI (0.04s) [2022-03-01T06:58:31.823Z] === RUN TestInfoAPIWarnings [2022-03-01T06:58:31.823Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-01T06:58:31.823Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-03-01T06:58:31.823Z] === RUN TestInfoDebug [2022-03-01T06:58:31.823Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-01T06:58:31.823Z] --- SKIP: TestInfoDebug (0.00s) [2022-03-01T06:58:31.823Z] === RUN TestInfoInsecureRegistries [2022-03-01T06:58:31.823Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-01T06:58:31.823Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-03-01T06:58:31.823Z] === RUN TestInfoRegistryMirrors [2022-03-01T06:58:31.823Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-01T06:58:31.823Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-03-01T06:58:31.823Z] === RUN TestLoginFailsWithBadCredentials [2022-03-01T06:58:31.836Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-03-01T06:58:31.836Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-01T06:58:31.836Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-03-01T06:58:31.836Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-01T06:58:32.284Z] --- PASS: TestLoginFailsWithBadCredentials (0.98s) [2022-03-01T06:58:32.284Z] === RUN TestPingCacheHeaders [2022-03-01T06:58:32.284Z] --- PASS: TestPingCacheHeaders (0.03s) [2022-03-01T06:58:32.284Z] === RUN TestPingGet [2022-03-01T06:58:32.284Z] --- PASS: TestPingGet (0.03s) [2022-03-01T06:58:32.284Z] === RUN TestPingHead [2022-03-01T06:58:32.291Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-03-01T06:58:32.314Z] === RUN TestDockerSuite/TestExecEnv [2022-03-01T06:58:32.747Z] --- PASS: TestPingHead (0.03s) [2022-03-01T06:58:32.747Z] === RUN TestVersion [2022-03-01T06:58:32.747Z] --- PASS: TestVersion (0.02s) [2022-03-01T06:58:32.747Z] PASS [2022-03-01T06:58:32.747Z] ok github.com/docker/docker/integration/system 1.205s [2022-03-01T06:58:32.747Z] [2022-03-01T06:58:32.747Z] === Skipped [2022-03-01T06:58:32.747Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-01T06:58:32.747Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:32.747Z] [2022-03-01T06:58:32.747Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-03-01T06:58:32.747Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-01T06:58:32.747Z] [2022-03-01T06:58:32.747Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-03-01T06:58:32.747Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-01T06:58:32.747Z] [2022-03-01T06:58:32.747Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-03-01T06:58:32.747Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-01T06:58:32.747Z] [2022-03-01T06:58:32.747Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-03-01T06:58:32.747Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-01T06:58:32.747Z] [2022-03-01T06:58:32.747Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-03-01T06:58:32.747Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-01T06:58:32.747Z] [2022-03-01T06:58:32.747Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-03-01T06:58:32.747Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-01T06:58:32.747Z] [2022-03-01T06:58:32.747Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-03-01T06:58:32.747Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-01T06:58:32.747Z] [2022-03-01T06:58:32.747Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-03-01T06:58:32.747Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-01T06:58:32.747Z] [2022-03-01T06:58:32.747Z] DONE 15 tests, 9 skipped in 2.958s [2022-03-01T06:58:32.747Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-03-01T06:58:32.886Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-03-01T06:58:33.830Z] === RUN TestDockerSuite/TestExecExitStatus [2022-03-01T06:58:34.402Z] === RUN TestDockerSuite/TestExecInspectID [2022-03-01T06:58:34.930Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-01T06:58:34.930Z] INFO: Testing against a local daemon [2022-03-01T06:58:34.930Z] === RUN TestVolumesCreateAndList [2022-03-01T06:58:34.930Z] --- PASS: TestVolumesCreateAndList (0.04s) [2022-03-01T06:58:34.930Z] === RUN TestVolumesRemove [2022-03-01T06:58:34.930Z] --- PASS: TestVolumesRemove (0.13s) [2022-03-01T06:58:34.930Z] === RUN TestVolumesInspect [2022-03-01T06:58:34.930Z] --- PASS: TestVolumesInspect (0.03s) [2022-03-01T06:58:34.930Z] === RUN TestVolumesInvalidJSON [2022-03-01T06:58:34.930Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-01T06:58:34.930Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-01T06:58:34.930Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-01T06:58:34.930Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2022-03-01T06:58:34.930Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-01T06:58:34.930Z] PASS [2022-03-01T06:58:34.930Z] ok github.com/docker/docker/integration/volume 0.306s [2022-03-01T06:58:34.930Z] [2022-03-01T06:58:34.930Z] DONE 5 tests in 2.016s [2022-03-01T06:58:34.930Z] INFO: make.ps1 ended at 03/01/2022 06:58:34 [2022-03-01T06:58:34.930Z] INFO: Integration CLI tests being run from the host: [2022-03-01T06:58:34.930Z] 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" [2022-03-01T06:58:36.948Z] === RUN TestDockerSuite/TestExecInteractive [2022-03-01T06:58:37.520Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2022-03-01T06:58:38.092Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-03-01T06:58:38.665Z] === RUN TestDockerSuite/TestExecParseError [2022-03-01T06:58:38.926Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-03-01T06:58:39.328Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-03-01T06:58:39.499Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-03-01T06:58:40.090Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-03-01T06:58:41.032Z] === RUN TestDockerSuite/TestExecSetEnv [2022-03-01T06:58:41.605Z] === RUN TestDockerSuite/TestExecStartFails [2022-03-01T06:58:41.866Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-03-01T06:58:43.251Z] --- PASS: TestServiceUpdateSecrets (14.82s) [2022-03-01T06:58:43.251Z] === RUN TestServiceUpdateConfigs [2022-03-01T06:58:43.627Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-01T06:58:43.627Z] INFO: Testing against a local daemon [2022-03-01T06:58:43.627Z] === RUN TestDockerSuite [2022-03-01T06:58:43.627Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-03-01T06:58:43.627Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-03-01T06:58:43.627Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-01T06:58:43.627Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-03-01T06:58:43.627Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-03-01T06:58:43.627Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-03-01T06:58:43.627Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-03-01T06:58:43.627Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-01T06:58:43.627Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-03-01T06:58:43.627Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-03-01T06:58:44.598Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-03-01T06:58:44.598Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-03-01T06:58:45.570Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-03-01T06:58:45.681Z] --- PASS: TestBuildWithHugeFile (131.44s) [2022-03-01T06:58:45.681Z] === RUN TestBuildWCOWSandboxSize [2022-03-01T06:58:45.681Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-01T06:58:45.681Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-01T06:58:45.681Z] === RUN TestBuildWithEmptyDockerfile [2022-03-01T06:58:45.681Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-01T06:58:45.681Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-01T06:58:45.681Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-01T06:58:45.681Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-01T06:58:45.681Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-01T06:58:45.681Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-01T06:58:45.681Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-01T06:58:45.681Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-01T06:58:45.681Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-01T06:58:45.681Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s) [2022-03-01T06:58:45.682Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-03-01T06:58:45.682Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s) [2022-03-01T06:58:45.682Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-03-01T06:58:45.682Z] === RUN TestBuildPreserveOwnership [2022-03-01T06:58:45.682Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-01T06:58:45.682Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-03-01T06:58:45.682Z] === RUN TestBuildPlatformInvalid [2022-03-01T06:58:45.682Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-03-01T06:58:45.682Z] PASS [2022-03-01T06:58:45.682Z] ok github.com/docker/docker/integration/build 204.266s [2022-03-01T06:58:45.682Z] [2022-03-01T06:58:45.682Z] === Skipped [2022-03-01T06:58:45.682Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-03-01T06:58:45.682Z] build_session_test.go:25: TODO: BuildKit [2022-03-01T06:58:45.682Z] [2022-03-01T06:58:45.682Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.01s) [2022-03-01T06:58:45.682Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:45.682Z] [2022-03-01T06:58:45.682Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2022-03-01T06:58:45.682Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-01T06:58:45.682Z] [2022-03-01T06:58:45.682Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2022-03-01T06:58:45.682Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-01T06:58:45.682Z] [2022-03-01T06:58:45.682Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-03-01T06:58:45.682Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-01T06:58:45.682Z] [2022-03-01T06:58:45.682Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-03-01T06:58:45.682Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-01T06:58:45.682Z] [2022-03-01T06:58:45.682Z] DONE 29 tests, 6 skipped in 234.188s [2022-03-01T06:58:45.682Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-03-01T06:58:46.031Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-03-01T06:58:47.249Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-01T06:58:47.249Z] INFO: Testing against a local daemon [2022-03-01T06:58:47.249Z] === RUN TestConfigInspect [2022-03-01T06:58:47.249Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:47.249Z] --- SKIP: TestConfigInspect (0.00s) [2022-03-01T06:58:47.249Z] === RUN TestConfigList [2022-03-01T06:58:47.249Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:47.249Z] --- SKIP: TestConfigList (0.00s) [2022-03-01T06:58:47.249Z] === RUN TestConfigsCreateAndDelete [2022-03-01T06:58:47.249Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:47.249Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-03-01T06:58:47.249Z] === RUN TestConfigsUpdate [2022-03-01T06:58:47.249Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:47.249Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-03-01T06:58:47.249Z] === RUN TestTemplatedConfig [2022-03-01T06:58:47.249Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:47.249Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-03-01T06:58:47.249Z] === RUN TestConfigCreateResolve [2022-03-01T06:58:47.249Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:58:47.249Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-03-01T06:58:47.249Z] PASS [2022-03-01T06:58:47.249Z] ok github.com/docker/docker/integration/config 0.093s [2022-03-01T06:58:47.249Z] [2022-03-01T06:58:47.249Z] === Skipped [2022-03-01T06:58:47.249Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-03-01T06:58:47.249Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:47.249Z] [2022-03-01T06:58:47.249Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-03-01T06:58:47.249Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:47.249Z] [2022-03-01T06:58:47.249Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-03-01T06:58:47.249Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:47.249Z] [2022-03-01T06:58:47.249Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-03-01T06:58:47.249Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:47.249Z] [2022-03-01T06:58:47.249Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-03-01T06:58:47.249Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:47.249Z] [2022-03-01T06:58:47.249Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-03-01T06:58:47.249Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:58:47.249Z] [2022-03-01T06:58:47.249Z] DONE 6 tests, 6 skipped in 2.317s [2022-03-01T06:58:47.249Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-03-01T06:58:50.203Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-01T06:58:50.203Z] INFO: Testing against a local daemon [2022-03-01T06:58:50.203Z] === RUN TestCheckpoint [2022-03-01T06:58:50.203Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-01T06:58:50.203Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-01T06:58:50.203Z] === RUN TestContainerInvalidJSON [2022-03-01T06:58:50.203Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-01T06:58:50.203Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-01T06:58:50.203Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-01T06:58:50.203Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-01T06:58:50.203Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-01T06:58:50.203Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-01T06:58:50.203Z] --- PASS: TestContainerInvalidJSON (0.04s) [2022-03-01T06:58:50.203Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2022-03-01T06:58:50.203Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2022-03-01T06:58:50.203Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-01T06:58:50.203Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.27s) [2022-03-01T06:58:50.203Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-01T06:58:50.674Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.23s) [2022-03-01T06:58:50.674Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-01T06:58:50.674Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.23s) [2022-03-01T06:58:50.674Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-01T06:58:50.674Z] --- PASS: TestCopyToContainerPathIsNotDir (0.21s) [2022-03-01T06:58:50.674Z] === RUN TestCopyFromContainer [2022-03-01T06:58:50.674Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:50.674Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-03-01T06:58:50.674Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-01T06:58:50.674Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-01T06:58:50.674Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-01T06:58:50.674Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-01T06:58:50.674Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-01T06:58:50.674Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-01T06:58:50.674Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-01T06:58:51.143Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-01T06:58:51.144Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-01T06:58:51.144Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-01T06:58:51.144Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.04s) [2022-03-01T06:58:51.144Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-01T06:58:51.144Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-01T06:58:51.144Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-01T06:58:51.144Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-01T06:58:51.144Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-01T06:58:51.144Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-03-01T06:58:51.144Z] === RUN TestCreateWithInvalidEnv [2022-03-01T06:58:51.144Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-01T06:58:51.144Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-01T06:58:51.144Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-01T06:58:51.144Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-01T06:58:51.144Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-01T06:58:51.144Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-01T06:58:51.144Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-01T06:58:51.144Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-01T06:58:51.144Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-01T06:58:51.144Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2022-03-01T06:58:51.144Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-01T06:58:51.144Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-01T06:58:51.144Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-01T06:58:51.144Z] === RUN TestCreateTmpfsMountsTarget [2022-03-01T06:58:51.144Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:51.144Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-03-01T06:58:51.144Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-01T06:58:51.144Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:58:51.144Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-03-01T06:58:51.144Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-01T06:58:51.144Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T06:58:51.144Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-01T06:58:51.144Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-01T06:58:51.144Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-01T06:58:51.144Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-01T06:58:51.144Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-01T06:58:51.144Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-01T06:58:51.144Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-01T06:58:51.144Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-01T06:58:51.144Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-01T06:58:51.144Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-01T06:58:51.144Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-01T06:58:51.144Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-01T06:58:51.144Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-01T06:58:51.144Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-01T06:58:51.144Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-01T06:58:51.144Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-01T06:58:51.144Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-01T06:58:51.144Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2022-03-01T06:58:51.144Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.00s) [2022-03-01T06:58:51.144Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-01T06:58:51.144Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-03-01T06:58:51.144Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-01T06:58:51.144Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-01T06:58:51.144Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-01T06:58:51.144Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-01T06:58:51.144Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-01T06:58:51.144Z] === RUN TestCreateDifferentPlatform [2022-03-01T06:58:51.144Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-01T06:58:51.144Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-01T06:58:51.144Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2022-03-01T06:58:51.144Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-01T06:58:51.144Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-01T06:58:51.144Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-01T06:58:51.144Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.08s) [2022-03-01T06:58:51.144Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-01T06:58:51.144Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-01T06:58:51.144Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-03-01T06:58:51.144Z] === RUN TestContainerKillOnDaemonStart [2022-03-01T06:58:51.144Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:51.144Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-03-01T06:58:51.144Z] === RUN TestDiff [2022-03-01T06:58:51.144Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-01T06:58:51.144Z] --- SKIP: TestDiff (0.00s) [2022-03-01T06:58:51.144Z] === RUN TestExecWithCloseStdin [2022-03-01T06:58:53.251Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-03-01T06:58:53.251Z] === RUN TestDockerSuite/TestExecTTY [2022-03-01T06:58:53.512Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-03-01T06:58:54.084Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-03-01T06:58:54.104Z] --- PASS: TestExecWithCloseStdin (2.57s) [2022-03-01T06:58:54.104Z] === RUN TestExec [2022-03-01T06:58:54.656Z] === RUN TestDockerSuite/TestExecUlimits [2022-03-01T06:58:55.228Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-03-01T06:58:55.228Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-03-01T06:58:55.228Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-03-01T06:58:56.171Z] === RUN TestDockerSuite/TestExecWithNoTERM [2022-03-01T06:58:56.320Z] --- PASS: TestExec (2.26s) [2022-03-01T06:58:56.320Z] === RUN TestExecUser [2022-03-01T06:58:56.320Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-01T06:58:56.320Z] --- SKIP: TestExecUser (0.00s) [2022-03-01T06:58:56.320Z] === RUN TestExportContainerAndImportImage [2022-03-01T06:58:56.320Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:56.320Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-03-01T06:58:56.320Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-01T06:58:56.320Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:58:56.320Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-03-01T06:58:56.320Z] === RUN TestHealthCheckWorkdir [2022-03-01T06:58:56.320Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-01T06:58:56.320Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-03-01T06:58:56.320Z] === RUN TestHealthKillContainer [2022-03-01T06:58:56.320Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-01T06:58:56.320Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-03-01T06:58:56.320Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-01T06:58:56.320Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-01T06:58:56.320Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-03-01T06:58:56.320Z] === RUN TestKillContainerInvalidSignal [2022-03-01T06:58:56.743Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-03-01T06:58:57.688Z] --- PASS: TestServiceUpdateConfigs (14.33s) [2022-03-01T06:58:57.688Z] === RUN TestServiceUpdateNetwork [2022-03-01T06:58:57.688Z] === RUN TestDockerSuite/TestExecWithTERM [2022-03-01T06:58:57.886Z] --- PASS: TestKillContainerInvalidSignal (2.07s) [2022-03-01T06:58:57.886Z] === RUN TestKillContainer [2022-03-01T06:58:57.886Z] === RUN TestKillContainer/no_signal [2022-03-01T06:58:58.261Z] === RUN TestDockerSuite/TestExecWithUser [2022-03-01T06:58:58.833Z] === RUN TestDockerSuite/TestGetContainerStats [2022-03-01T06:59:00.102Z] === RUN TestKillContainer/non_killing_signal [2022-03-01T06:59:00.102Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-01T06:59:00.102Z] === RUN TestKillContainer/killing_signal [2022-03-01T06:59:02.322Z] --- PASS: TestKillContainer (4.31s) [2022-03-01T06:59:02.322Z] --- PASS: TestKillContainer/no_signal (2.00s) [2022-03-01T06:59:02.322Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-01T06:59:02.322Z] --- PASS: TestKillContainer/killing_signal (2.25s) [2022-03-01T06:59:02.322Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-01T06:59:02.322Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-01T06:59:02.322Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-01T06:59:02.322Z] === RUN TestKillStoppedContainer [2022-03-01T06:59:02.322Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-01T06:59:02.322Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-03-01T06:59:02.322Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-01T06:59:02.322Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-01T06:59:02.322Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-01T06:59:02.322Z] === RUN TestKillDifferentUserContainer [2022-03-01T06:59:02.322Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-01T06:59:02.322Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-03-01T06:59:02.322Z] === RUN TestInspectOomKilledTrue [2022-03-01T06:59:02.322Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:59:02.322Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-01T06:59:02.322Z] === RUN TestInspectOomKilledFalse [2022-03-01T06:59:02.322Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-01T06:59:02.322Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-01T06:59:02.322Z] === RUN TestLogsFollowTailEmpty [2022-03-01T06:59:04.123Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-03-01T06:59:04.536Z] --- PASS: TestLogsFollowTailEmpty (2.19s) [2022-03-01T06:59:04.536Z] === RUN TestNetworkNat [2022-03-01T06:59:04.536Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-01T06:59:04.536Z] --- SKIP: TestNetworkNat (0.00s) [2022-03-01T06:59:04.536Z] === RUN TestNetworkLocalhostTCPNat [2022-03-01T06:59:06.752Z] --- PASS: TestNetworkLocalhostTCPNat (2.40s) [2022-03-01T06:59:06.752Z] === RUN TestNetworkLoopbackNat [2022-03-01T06:59:06.752Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-01T06:59:06.752Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-03-01T06:59:06.752Z] === RUN TestPause [2022-03-01T06:59:06.752Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-01T06:59:06.752Z] --- SKIP: TestPause (0.00s) [2022-03-01T06:59:06.752Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-01T06:59:08.324Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-03-01T06:59:08.966Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.12s) [2022-03-01T06:59:08.967Z] === RUN TestPauseStopPausedContainer [2022-03-01T06:59:08.967Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:59:08.967Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-03-01T06:59:08.967Z] === RUN TestPsFilter [2022-03-01T06:59:09.434Z] --- PASS: TestPsFilter (0.21s) [2022-03-01T06:59:09.435Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-01T06:59:09.711Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-03-01T06:59:10.294Z] --- PASS: TestServiceUpdateNetwork (12.89s) [2022-03-01T06:59:10.294Z] === RUN TestServiceUpdatePidsLimit [2022-03-01T06:59:11.649Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.32s) [2022-03-01T06:59:11.649Z] === RUN TestRemoveContainerWithVolume [2022-03-01T06:59:11.680Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-03-01T06:59:12.253Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-03-01T06:59:14.165Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-03-01T06:59:14.736Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-03-01T06:59:14.736Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-03-01T06:59:14.736Z] === RUN TestDockerSuite/TestHealth [2022-03-01T06:59:18.812Z] --- PASS: TestRemoveContainerWithVolume (7.19s) [2022-03-01T06:59:18.812Z] === RUN TestRemoveContainerRunning [2022-03-01T06:59:20.028Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-03-01T06:59:20.600Z] check_test.go:379: [d4d7a1c5cf602] daemon is not started [2022-03-01T06:59:20.600Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2022-03-01T06:59:21.028Z] --- PASS: TestRemoveContainerRunning (2.11s) [2022-03-01T06:59:21.029Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-01T06:59:23.149Z] docker_api_swarm_test.go:802: [d484389d06e19] joining swarm manager [d821765030d58]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-01T06:59:23.245Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.08s) [2022-03-01T06:59:23.245Z] === RUN TestRemoveInvalidContainer [2022-03-01T06:59:23.245Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2022-03-01T06:59:23.245Z] === RUN TestRenameLinkedContainer [2022-03-01T06:59:23.245Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-01T06:59:23.245Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-03-01T06:59:23.245Z] === RUN TestRenameStoppedContainer [2022-03-01T06:59:24.090Z] docker_api_swarm_test.go:802: [d609b30b8f881] joining swarm manager [d821765030d58]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-01T06:59:25.463Z] --- PASS: TestRenameStoppedContainer (2.34s) [2022-03-01T06:59:25.463Z] === RUN TestRenameRunningContainerAndReuse [2022-03-01T06:59:25.475Z] docker_api_swarm_test.go:802: [d3549d947116b] joining swarm manager [d821765030d58]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-03-01T06:59:26.861Z] --- PASS: TestServiceUpdatePidsLimit (16.18s) [2022-03-01T06:59:26.861Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2022-03-01T06:59:26.861Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.90s) [2022-03-01T06:59:26.861Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.91s) [2022-03-01T06:59:26.861Z] PASS [2022-03-01T06:59:26.861Z] [2022-03-01T06:59:26.861Z] === Skipped [2022-03-01T06:59:26.861Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-03-01T06:59:26.861Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-01T06:59:26.861Z] [2022-03-01T06:59:26.861Z] DONE 27 tests, 1 skipped in 195.505s [2022-03-01T06:59:26.861Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-03-01T06:59:26.861Z] ++ 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 [2022-03-01T06:59:26.861Z] ++ set -e [2022-03-01T06:59:26.861Z] ++ '[' -n 0 ']' [2022-03-01T06:59:26.861Z] ++ set -x [2022-03-01T06:59:26.861Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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 [2022-03-01T06:59:26.861Z] docker_api_swarm_test.go:802: [dc2638012103a] joining swarm manager [d821765030d58]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-03-01T06:59:26.861Z] INFO: Testing against a local daemon [2022-03-01T06:59:26.861Z] === RUN TestSessionCreate [2022-03-01T06:59:26.861Z] --- PASS: TestSessionCreate (0.07s) [2022-03-01T06:59:26.861Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-01T06:59:26.861Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s) [2022-03-01T06:59:26.861Z] PASS [2022-03-01T06:59:26.861Z] [2022-03-01T06:59:26.861Z] DONE 2 tests in 0.261s [2022-03-01T06:59:26.861Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-03-01T06:59:26.861Z] ++ 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 [2022-03-01T06:59:26.861Z] ++ set -e [2022-03-01T06:59:26.861Z] ++ '[' -n 0 ']' [2022-03-01T06:59:26.861Z] ++ set -x [2022-03-01T06:59:26.861Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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 [2022-03-01T06:59:27.123Z] INFO: Testing against a local daemon [2022-03-01T06:59:27.123Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-01T06:59:27.123Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-01T06:59:27.123Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-01T06:59:27.123Z] === RUN TestDiskUsage [2022-03-01T06:59:27.123Z] === PAUSE TestDiskUsage [2022-03-01T06:59:27.123Z] === RUN TestEventsExecDie [2022-03-01T06:59:27.695Z] --- PASS: TestEventsExecDie (0.59s) [2022-03-01T06:59:27.695Z] === RUN TestEventsBackwardsCompatible [2022-03-01T06:59:27.695Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-03-01T06:59:27.695Z] === RUN TestEventsVolumeCreate [2022-03-01T06:59:27.695Z] --- PASS: TestEventsVolumeCreate (0.06s) [2022-03-01T06:59:27.695Z] === RUN TestInfoBinaryCommits [2022-03-01T06:59:27.695Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-03-01T06:59:27.695Z] === RUN TestInfoAPIVersioned [2022-03-01T06:59:27.695Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-03-01T06:59:27.695Z] === RUN TestInfoAPI [2022-03-01T06:59:27.695Z] --- PASS: TestInfoAPI (0.02s) [2022-03-01T06:59:27.695Z] === RUN TestInfoAPIWarnings [2022-03-01T06:59:27.956Z] docker_api_swarm_test.go:810: [d7a2c3bb84943] joining swarm manager [d821765030d58]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2022-03-01T06:59:30.219Z] --- PASS: TestRenameRunningContainerAndReuse (4.15s) [2022-03-01T06:59:30.219Z] === RUN TestRenameInvalidName [2022-03-01T06:59:31.784Z] --- PASS: TestRenameInvalidName (2.00s) [2022-03-01T06:59:31.785Z] === RUN TestRenameAnonymousContainer [2022-03-01T06:59:34.539Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-03-01T06:59:34.539Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-03-01T06:59:34.539Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-03-01T06:59:34.539Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-03-01T06:59:34.539Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-03-01T06:59:34.539Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-03-01T06:59:35.111Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-03-01T06:59:35.111Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-03-01T06:59:35.111Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-03-01T06:59:35.111Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-03-01T06:59:35.373Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-03-01T06:59:35.373Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-03-01T06:59:35.634Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-03-01T06:59:35.634Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-03-01T06:59:36.207Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-03-01T06:59:36.468Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-03-01T06:59:36.833Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-01T06:59:36.833Z] ok github.com/docker/docker/api/server/httputils 0.005s coverage: 14.7% of statements [2022-03-01T06:59:36.833Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2022-03-01T06:59:36.833Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-01T06:59:36.833Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-01T06:59:36.833Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-01T06:59:36.833Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-01T06:59:36.833Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-01T06:59:36.833Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-01T06:59:36.833Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-01T06:59:36.833Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-01T06:59:36.833Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-01T06:59:36.833Z] ok github.com/docker/docker/api/server/router/swarm 0.007s coverage: 5.7% of statements [2022-03-01T06:59:36.833Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-01T06:59:36.833Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-01T06:59:36.833Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-01T06:59:36.833Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-01T06:59:36.833Z] ? github.com/docker/docker/api/types [no test files] [2022-03-01T06:59:36.833Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-01T06:59:36.833Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-01T06:59:36.833Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-01T06:59:36.833Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-01T06:59:36.833Z] ok github.com/docker/docker/api/types/strslice 0.004s coverage: 90.0% of statements [2022-03-01T06:59:36.833Z] ok github.com/docker/docker/api/types/filters 0.005s coverage: 92.2% of statements [2022-03-01T06:59:36.833Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-01T06:59:36.833Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-01T06:59:36.833Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-01T06:59:36.833Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-01T06:59:36.833Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-01T06:59:36.833Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-01T06:59:36.833Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-01T06:59:36.833Z] ok github.com/docker/docker/api/types/time 0.003s coverage: 100.0% of statements [2022-03-01T06:59:36.833Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 77.3% of statements [2022-03-01T06:59:36.833Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-01T06:59:36.833Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-01T06:59:36.833Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-01T06:59:36.833Z] ? github.com/docker/docker/builder [no test files] [2022-03-01T06:59:36.833Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-01T06:59:36.833Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-01T06:59:36.833Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-01T06:59:36.833Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-01T06:59:36.833Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-01T06:59:36.833Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-01T06:59:36.833Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-01T06:59:36.833Z] ok github.com/docker/docker/builder/remotecontext 0.099s coverage: 13.7% of statements [2022-03-01T06:59:36.833Z] ok github.com/docker/docker/builder/dockerfile 0.227s coverage: 49.3% of statements [2022-03-01T06:59:36.833Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-03-01T06:59:36.833Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2022-03-01T06:59:36.833Z] ok github.com/docker/docker/builder/remotecontext/git 1.231s coverage: 86.3% of statements [2022-03-01T06:59:36.833Z] ? github.com/docker/docker/cli [no test files] [2022-03-01T06:59:36.833Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-01T06:59:36.833Z] ok github.com/docker/docker/cmd/docker-proxy 0.139s coverage: 69.3% of statements [2022-03-01T06:59:37.067Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-03-01T06:59:37.641Z] === RUN TestDockerSuite/TestImagesFormat [2022-03-01T06:59:37.641Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-03-01T06:59:37.903Z] ok github.com/docker/docker/client 0.116s coverage: 75.7% of statements [2022-03-01T06:59:38.215Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-03-01T06:59:40.761Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-03-01T06:59:40.761Z] === RUN TestDockerSuite/TestImportBadURL [2022-03-01T06:59:40.761Z] === RUN TestDockerSuite/TestImportDisplay [2022-03-01T06:59:41.704Z] === RUN TestDockerSuite/TestImportFile [2022-03-01T06:59:42.214Z] --- PASS: TestRenameAnonymousContainer (9.27s) [2022-03-01T06:59:42.215Z] === RUN TestRenameContainerWithSameName [2022-03-01T06:59:42.647Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-03-01T06:59:42.647Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-03-01T06:59:42.683Z] --- PASS: TestRenameContainerWithSameName (1.99s) [2022-03-01T06:59:42.683Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-01T06:59:42.683Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-01T06:59:42.683Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.01s) [2022-03-01T06:59:42.683Z] === RUN TestResize [2022-03-01T06:59:44.035Z] === RUN TestDockerSuite/TestImportGzipped [2022-03-01T06:59:44.035Z] --- PASS: TestInfoAPIWarnings (16.35s) [2022-03-01T06:59:44.035Z] === RUN TestInfoDebug [2022-03-01T06:59:44.609Z] --- PASS: TestInfoDebug (0.53s) [2022-03-01T06:59:44.609Z] === RUN TestInfoInsecureRegistries [2022-03-01T06:59:44.899Z] --- PASS: TestResize (1.97s) [2022-03-01T06:59:44.899Z] === RUN TestResizeWithInvalidSize [2022-03-01T06:59:45.182Z] --- PASS: TestInfoInsecureRegistries (0.56s) [2022-03-01T06:59:45.183Z] === RUN TestInfoRegistryMirrors [2022-03-01T06:59:45.183Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-03-01T06:59:45.755Z] --- PASS: TestInfoRegistryMirrors (0.57s) [2022-03-01T06:59:45.755Z] === RUN TestLoginFailsWithBadCredentials [2022-03-01T06:59:46.017Z] --- PASS: TestLoginFailsWithBadCredentials (0.12s) [2022-03-01T06:59:46.017Z] === RUN TestPingCacheHeaders [2022-03-01T06:59:46.017Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-03-01T06:59:46.017Z] === RUN TestPingGet [2022-03-01T06:59:46.017Z] --- PASS: TestPingGet (0.04s) [2022-03-01T06:59:46.017Z] === RUN TestPingHead [2022-03-01T06:59:46.017Z] --- PASS: TestPingHead (0.03s) [2022-03-01T06:59:46.017Z] === RUN TestVersion [2022-03-01T06:59:46.017Z] --- PASS: TestVersion (0.03s) [2022-03-01T06:59:46.017Z] === CONT TestDiskUsage [2022-03-01T06:59:46.466Z] --- PASS: TestResizeWithInvalidSize (1.94s) [2022-03-01T06:59:46.466Z] === RUN TestResizeWhenContainerNotStarted [2022-03-01T06:59:46.589Z] === RUN TestDiskUsage/empty [2022-03-01T06:59:46.589Z] === RUN TestDiskUsage/empty/container_types [2022-03-01T06:59:46.589Z] === RUN TestDiskUsage/empty/image_types [2022-03-01T06:59:46.589Z] === RUN TestDiskUsage/empty/volume_types [2022-03-01T06:59:46.589Z] === RUN TestDiskUsage/empty/build-cache_types [2022-03-01T06:59:46.589Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-03-01T06:59:46.589Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-03-01T06:59:46.589Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-03-01T06:59:46.589Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-03-01T06:59:46.589Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-03-01T06:59:46.589Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-03-01T06:59:46.589Z] === RUN TestDiskUsage/after_LoadBusybox [2022-03-01T06:59:46.850Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-03-01T06:59:46.850Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-03-01T06:59:46.850Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-03-01T06:59:46.850Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-03-01T06:59:46.850Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-03-01T06:59:46.850Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-03-01T06:59:46.850Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-03-01T06:59:46.850Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-03-01T06:59:46.850Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-03-01T06:59:46.850Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-03-01T06:59:46.850Z] === RUN TestDiskUsage/after_container.Run [2022-03-01T06:59:47.112Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-03-01T06:59:47.112Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-03-01T06:59:47.112Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-03-01T06:59:47.112Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-03-01T06:59:47.112Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-03-01T06:59:47.112Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-03-01T06:59:47.113Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-03-01T06:59:47.113Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-03-01T06:59:47.113Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-03-01T06:59:47.113Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-03-01T06:59:47.113Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-03-01T06:59:47.375Z] --- PASS: TestDiskUsage (1.44s) [2022-03-01T06:59:47.375Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-03-01T06:59:47.375Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-03-01T06:59:47.375Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-03-01T06:59:47.375Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-03-01T06:59:47.375Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-03-01T06:59:47.375Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-03-01T06:59:47.375Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-03-01T06:59:47.375Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-03-01T06:59:47.375Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-03-01T06:59:47.375Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-03-01T06:59:47.375Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-03-01T06:59:47.375Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.28s) [2022-03-01T06:59:47.375Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-03-01T06:59:47.375Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-03-01T06:59:47.375Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-03-01T06:59:47.375Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-03-01T06:59:47.375Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-03-01T06:59:47.375Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-03-01T06:59:47.375Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-03-01T06:59:47.375Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-03-01T06:59:47.375Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-03-01T06:59:47.375Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-03-01T06:59:47.375Z] --- PASS: TestDiskUsage/after_container.Run (0.41s) [2022-03-01T06:59:47.375Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-03-01T06:59:47.375Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-03-01T06:59:47.375Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-03-01T06:59:47.375Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-03-01T06:59:47.375Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-03-01T06:59:47.375Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-03-01T06:59:47.375Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-03-01T06:59:47.375Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-03-01T06:59:47.375Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-03-01T06:59:47.375Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-03-01T06:59:47.375Z] PASS [2022-03-01T06:59:47.375Z] [2022-03-01T06:59:47.375Z] === Skipped [2022-03-01T06:59:47.375Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-01T06:59:47.375Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-01T06:59:47.375Z] [2022-03-01T06:59:47.375Z] DONE 50 tests, 1 skipped in 20.571s [2022-03-01T06:59:47.375Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-03-01T06:59:47.375Z] ++ 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 [2022-03-01T06:59:47.375Z] ++ set -e [2022-03-01T06:59:47.375Z] ++ '[' -n 0 ']' [2022-03-01T06:59:47.375Z] ++ set -x [2022-03-01T06:59:47.375Z] ++ 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 [2022-03-01T06:59:47.638Z] INFO: Testing against a local daemon [2022-03-01T06:59:47.638Z] === RUN TestVolumesCreateAndList [2022-03-01T06:59:47.638Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-03-01T06:59:47.638Z] === RUN TestVolumesRemove [2022-03-01T06:59:47.638Z] --- PASS: TestVolumesRemove (0.06s) [2022-03-01T06:59:47.638Z] === RUN TestVolumesInspect [2022-03-01T06:59:47.638Z] --- PASS: TestVolumesInspect (0.02s) [2022-03-01T06:59:47.638Z] === RUN TestVolumesInvalidJSON [2022-03-01T06:59:47.638Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-03-01T06:59:47.638Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-01T06:59:47.638Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-01T06:59:47.638Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-01T06:59:47.638Z] --- PASS: TestVolumesInvalidJSON (0.05s) [2022-03-01T06:59:47.638Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-01T06:59:47.638Z] PASS [2022-03-01T06:59:47.899Z] [2022-03-01T06:59:47.899Z] DONE 5 tests in 0.270s [2022-03-01T06:59:47.899Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-01T06:59:48.161Z] ++++ cat bundles/test-integration/docker.pid [2022-03-01T06:59:48.161Z] +++ kill 6167 [2022-03-01T06:59:48.161Z] +++ /etc/init.d/apparmor stop [2022-03-01T06:59:48.423Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-01T06:59:48.423Z] [2022-03-01T06:59:48.423Z] Unloading profiles will leave already running processes permanently [2022-03-01T06:59:48.423Z] unconfined, which can lead to unexpected situations. [2022-03-01T06:59:48.423Z] [2022-03-01T06:59:48.423Z] To set a process to complain mode, use the command line tool [2022-03-01T06:59:48.423Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-01T06:59:48.423Z] +++ true [2022-03-01T06:59:48.423Z] exiting test-integration [2022-03-01T06:59:48.423Z] ++ exit 0 [2022-03-01T06:59:48.423Z] [2022-03-01T06:59:48.423Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-03-01T06:59:48.996Z] + for job in $(jobs -p) [2022-03-01T06:59:48.996Z] + wait 6414 [2022-03-01T06:59:48.996Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-03-01T06:59:48.996Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2022-03-01T06:59:48.996Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-03-01T06:59:49.421Z] --- PASS: TestResizeWhenContainerNotStarted (2.23s) [2022-03-01T06:59:49.421Z] === RUN TestDaemonRestartKillContainers [2022-03-01T06:59:49.421Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T06:59:49.421Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-03-01T06:59:49.421Z] === RUN TestStats [2022-03-01T06:59:49.421Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-01T06:59:49.421Z] --- SKIP: TestStats (0.00s) [2022-03-01T06:59:49.421Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-01T06:59:49.569Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-03-01T06:59:50.141Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-03-01T06:59:50.403Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-03-01T06:59:50.977Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-03-01T06:59:51.238Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-03-01T06:59:51.811Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-03-01T06:59:51.811Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2022-03-01T06:59:52.756Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-03-01T06:59:53.018Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-03-01T06:59:53.591Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-03-01T06:59:53.591Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-03-01T06:59:54.164Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-03-01T06:59:54.164Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-03-01T06:59:54.164Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-03-01T06:59:54.738Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-03-01T06:59:54.999Z] === RUN TestDockerSuite/TestInspectDefault [2022-03-01T06:59:55.299Z] --- PASS: TestStopContainerWithRestartPolicyAlways (5.93s) [2022-03-01T06:59:55.299Z] === RUN TestStopContainerWithTimeout [2022-03-01T06:59:55.299Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-01T06:59:55.299Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-03-01T06:59:55.299Z] === RUN TestUpdateRestartPolicy [2022-03-01T06:59:55.572Z] === RUN TestDockerSuite/TestInspectHistory [2022-03-01T06:59:56.160Z] === RUN TestDockerSuite/TestInspectImage [2022-03-01T06:59:56.160Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-03-01T06:59:56.160Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-03-01T06:59:56.160Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-03-01T06:59:56.160Z] === RUN TestDockerSuite/TestInspectInt64 [2022-03-01T06:59:56.754Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-03-01T06:59:57.015Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-03-01T06:59:57.015Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-03-01T06:59:57.587Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-03-01T06:59:58.158Z] === RUN TestDockerSuite/TestInspectPlugin [2022-03-01T06:59:58.163Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-03-01T06:59:59.154Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-03-01T06:59:59.154Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-03-01T06:59:59.154Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-01T06:59:59.154Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-03-01T06:59:59.154Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-01T06:59:59.154Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-03-01T06:59:59.154Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-01T06:59:59.154Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-03-01T06:59:59.154Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-01T06:59:59.154Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-03-01T06:59:59.154Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-01T06:59:59.154Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-03-01T06:59:59.154Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-01T06:59:59.154Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-03-01T06:59:59.154Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-01T06:59:59.154Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-03-01T06:59:59.154Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-03-01T06:59:59.154Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-01T06:59:59.154Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-03-01T06:59:59.154Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-01T06:59:59.154Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-03-01T06:59:59.154Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-01T06:59:59.154Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-03-01T06:59:59.154Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-01T06:59:59.154Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-03-01T06:59:59.154Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-01T06:59:59.154Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-03-01T07:00:00.073Z] === RUN TestDockerSuite/TestInspectRootFS [2022-03-01T07:00:00.073Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-03-01T07:00:00.334Z] === RUN TestDockerSuite/TestInspectStatus [2022-03-01T07:00:00.908Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-03-01T07:00:01.853Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-03-01T07:00:02.426Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-03-01T07:00:02.904Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-03-01T07:00:02.904Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-01T07:00:02.904Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-03-01T07:00:02.904Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-01T07:00:02.904Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-03-01T07:00:02.904Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-01T07:00:02.904Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-03-01T07:00:02.904Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-01T07:00:02.904Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-03-01T07:00:03.001Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-03-01T07:00:03.262Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-03-01T07:00:03.834Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-03-01T07:00:04.095Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-03-01T07:00:04.668Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-03-01T07:00:04.668Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2022-03-01T07:00:05.311Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-03-01T07:00:05.311Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-01T07:00:05.311Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-03-01T07:00:05.311Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-03-01T07:00:05.311Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-03-01T07:00:05.311Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-03-01T07:00:05.311Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-03-01T07:00:05.311Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-01T07:00:05.311Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-03-01T07:00:05.311Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-01T07:00:05.311Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-03-01T07:00:05.311Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-01T07:00:05.311Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-03-01T07:00:05.311Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-03-01T07:00:05.311Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-03-01T07:00:06.055Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-03-01T07:00:06.997Z] === RUN TestDockerSuite/TestLinksEnvs [2022-03-01T07:00:07.611Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-03-01T07:00:07.611Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-01T07:00:07.611Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-03-01T07:00:07.611Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-01T07:00:07.611Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-03-01T07:00:07.939Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-03-01T07:00:08.196Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-03-01T07:00:08.201Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-03-01T07:00:09.144Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-03-01T07:00:09.721Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-03-01T07:00:09.721Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-01T07:00:09.721Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-03-01T07:00:09.721Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-01T07:00:09.721Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-03-01T07:00:09.721Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-03-01T07:00:10.531Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-03-01T07:00:11.918Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-03-01T07:00:11.918Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-03-01T07:00:13.303Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-03-01T07:00:13.434Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-03-01T07:00:13.564Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-03-01T07:00:14.135Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-03-01T07:00:14.697Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-03-01T07:00:16.554Z] --- PASS: TestUpdateRestartPolicy (20.45s) [2022-03-01T07:00:16.554Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-01T07:00:16.641Z] ok github.com/docker/docker/cmd/dockerd 0.043s coverage: 29.1% of statements [2022-03-01T07:00:16.641Z] ok github.com/docker/docker/container 0.116s coverage: 34.8% of statements [2022-03-01T07:00:16.900Z] ok github.com/docker/docker/cmd/dockerd/trap 2.472s coverage: 0.0% of statements [2022-03-01T07:00:16.900Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-01T07:00:16.900Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-01T07:00:16.900Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-01T07:00:16.900Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-01T07:00:16.900Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-01T07:00:17.541Z] --- PASS: TestUpdateRestartWithAutoRemove (1.97s) [2022-03-01T07:00:17.541Z] === RUN TestWaitNonBlocked [2022-03-01T07:00:17.541Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-01T07:00:17.541Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-01T07:00:17.541Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-01T07:00:17.541Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-01T07:00:17.541Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-01T07:00:17.541Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-01T07:00:20.503Z] --- PASS: TestWaitNonBlocked (0.03s) [2022-03-01T07:00:20.503Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.71s) [2022-03-01T07:00:20.503Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.84s) [2022-03-01T07:00:20.503Z] === RUN TestWaitBlocked [2022-03-01T07:00:20.503Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T07:00:20.503Z] --- SKIP: TestWaitBlocked (0.00s) [2022-03-01T07:00:20.503Z] PASS [2022-03-01T07:00:20.503Z] ok github.com/docker/docker/integration/container 90.321s [2022-03-01T07:00:20.503Z] [2022-03-01T07:00:20.503Z] === Skipped [2022-03-01T07:00:20.503Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-03-01T07:00:20.503Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-01T07:00:20.503Z] [2022-03-01T07:00:20.503Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-03-01T07:00:20.503Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:00:20.503Z] [2022-03-01T07:00:20.503Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-03-01T07:00:20.503Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-01T07:00:20.503Z] [2022-03-01T07:00:20.503Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-03-01T07:00:20.503Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:00:20.503Z] [2022-03-01T07:00:20.503Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-03-01T07:00:20.503Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T07:00:20.503Z] [2022-03-01T07:00:20.503Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-01T07:00:20.503Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T07:00:20.503Z] [2022-03-01T07:00:20.503Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-01T07:00:20.503Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-01T07:00:20.503Z] [2022-03-01T07:00:20.503Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-03-01T07:00:20.503Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-01T07:00:20.503Z] [2022-03-01T07:00:20.503Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-03-01T07:00:20.503Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:00:20.503Z] [2022-03-01T07:00:20.503Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-03-01T07:00:20.503Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-01T07:00:20.503Z] [2022-03-01T07:00:20.503Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-03-01T07:00:20.503Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-01T07:00:20.503Z] [2022-03-01T07:00:20.503Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-03-01T07:00:20.503Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:00:20.503Z] [2022-03-01T07:00:20.503Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-03-01T07:00:20.503Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:00:20.503Z] [2022-03-01T07:00:20.503Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-03-01T07:00:20.503Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-01T07:00:20.503Z] [2022-03-01T07:00:20.503Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-03-01T07:00:20.503Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-01T07:00:20.503Z] [2022-03-01T07:00:20.503Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-03-01T07:00:20.503Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-01T07:00:20.503Z] [2022-03-01T07:00:20.503Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-03-01T07:00:20.503Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-01T07:00:20.503Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-01T07:00:20.503Z] [2022-03-01T07:00:20.503Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-01T07:00:20.503Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-01T07:00:20.503Z] [2022-03-01T07:00:20.503Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-03-01T07:00:20.503Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-01T07:00:20.503Z] [2022-03-01T07:00:20.503Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-01T07:00:20.503Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-01T07:00:20.503Z] [2022-03-01T07:00:20.503Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-03-01T07:00:20.503Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-01T07:00:20.503Z] [2022-03-01T07:00:20.503Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-03-01T07:00:20.503Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:00:20.503Z] [2022-03-01T07:00:20.503Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-03-01T07:00:20.503Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-01T07:00:20.503Z] [2022-03-01T07:00:20.503Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-03-01T07:00:20.503Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-01T07:00:20.503Z] [2022-03-01T07:00:20.503Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-03-01T07:00:20.503Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-01T07:00:20.503Z] [2022-03-01T07:00:20.503Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-03-01T07:00:20.503Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-01T07:00:20.503Z] [2022-03-01T07:00:20.503Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-03-01T07:00:20.503Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:00:20.503Z] [2022-03-01T07:00:20.503Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-03-01T07:00:20.503Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-01T07:00:20.503Z] [2022-03-01T07:00:20.503Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.01s) [2022-03-01T07:00:20.503Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-01T07:00:20.503Z] [2022-03-01T07:00:20.503Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-03-01T07:00:20.503Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:00:20.503Z] [2022-03-01T07:00:20.503Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-03-01T07:00:20.503Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-01T07:00:20.503Z] [2022-03-01T07:00:20.503Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-03-01T07:00:20.503Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-01T07:00:20.503Z] [2022-03-01T07:00:20.503Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-03-01T07:00:20.503Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T07:00:20.503Z] [2022-03-01T07:00:20.503Z] DONE 87 tests, 33 skipped in 92.907s [2022-03-01T07:00:20.503Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-03-01T07:00:20.740Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-03-01T07:00:22.126Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-03-01T07:00:23.069Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-03-01T07:00:23.330Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-03-01T07:00:24.722Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2022-03-01T07:00:24.722Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-03-01T07:00:24.983Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-03-01T07:00:25.022Z] ok github.com/docker/docker/daemon/cluster 0.103s coverage: 0.5% of statements [2022-03-01T07:00:25.245Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-03-01T07:00:25.245Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-03-01T07:00:25.282Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.011s coverage: 65.3% of statements [2022-03-01T07:00:25.505Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-03-01T07:00:25.784Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-03-01T07:00:26.077Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-03-01T07:00:26.661Z] ok github.com/docker/docker/daemon/cluster/convert 0.008s coverage: 35.9% of statements [2022-03-01T07:00:27.987Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2022-03-01T07:00:29.370Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-03-01T07:00:29.494Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-03-01T07:00:29.943Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-03-01T07:00:29.949Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-03-01T07:00:29.949Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-01T07:00:29.949Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-03-01T07:00:33.225Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.435s coverage: 13.8% of statements [2022-03-01T07:00:33.659Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-03-01T07:00:34.161Z] ok github.com/docker/docker/daemon/config 0.027s coverage: 81.0% of statements [2022-03-01T07:00:34.420Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2022-03-01T07:00:34.988Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2022-03-01T07:00:35.185Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-03-01T07:00:35.227Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-03-01T07:00:35.227Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-03-01T07:00:35.227Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-03-01T07:00:35.488Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-03-01T07:00:36.365Z] ok github.com/docker/docker/daemon 10.146s coverage: 17.2% of statements [2022-03-01T07:00:36.365Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-01T07:00:36.365Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-01T07:00:36.365Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-01T07:00:36.365Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-01T07:00:36.365Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.533s coverage: 74.6% of statements [2022-03-01T07:00:36.431Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-03-01T07:00:37.303Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.485s coverage: 56.2% of statements [2022-03-01T07:00:37.374Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-03-01T07:00:37.944Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-03-01T07:00:38.680Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.009s coverage: 3.0% of statements [2022-03-01T07:00:38.886Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-03-01T07:00:39.847Z] === RUN TestDockerSuite/TestBuildAddScript [2022-03-01T07:00:39.847Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-01T07:00:39.847Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-03-01T07:00:39.847Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-01T07:00:39.847Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-03-01T07:00:39.847Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-01T07:00:39.847Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-03-01T07:00:39.847Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-01T07:00:39.847Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-03-01T07:00:40.060Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.015s coverage: 1.8% of statements [2022-03-01T07:00:40.301Z] === RUN TestDockerSuite/TestBuildAddTar [2022-03-01T07:00:40.801Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-03-01T07:00:40.801Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-03-01T07:00:41.373Z] === RUN TestDockerSuite/TestLogsSince [2022-03-01T07:00:41.444Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.286s coverage: 50.5% of statements [2022-03-01T07:00:41.703Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.351s coverage: 46.2% of statements [2022-03-01T07:00:41.703Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-01T07:00:43.079Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.009s coverage: 58.8% of statements [2022-03-01T07:00:43.338Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.755s coverage: 58.0% of statements [2022-03-01T07:00:43.338Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-03-01T07:00:43.338Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-01T07:00:44.276Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.006s coverage: 3.0% of statements [2022-03-01T07:00:44.535Z] ok github.com/docker/docker/daemon/links 0.011s coverage: 93.0% of statements [2022-03-01T07:00:45.472Z] ok github.com/docker/docker/daemon/images 0.020s coverage: 6.8% of statements [2022-03-01T07:00:45.472Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-01T07:00:45.472Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-01T07:00:45.839Z] === RUN TestConfigDaemonLibtrustID [2022-03-01T07:00:45.839Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-01T07:00:45.839Z] --- SKIP: TestConfigDaemonLibtrustID (0.01s) [2022-03-01T07:00:45.839Z] === RUN TestDaemonConfigValidation [2022-03-01T07:00:45.839Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-01T07:00:45.839Z] --- SKIP: TestDaemonConfigValidation (0.01s) [2022-03-01T07:00:45.839Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-01T07:00:45.839Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-01T07:00:45.839Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-03-01T07:00:45.839Z] === RUN TestDaemonProxy [2022-03-01T07:00:45.839Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-01T07:00:45.839Z] --- SKIP: TestDaemonProxy (0.00s) [2022-03-01T07:00:45.839Z] PASS [2022-03-01T07:00:45.839Z] ok github.com/docker/docker/integration/daemon 0.120s [2022-03-01T07:00:45.839Z] [2022-03-01T07:00:45.839Z] === Skipped [2022-03-01T07:00:45.839Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.01s) [2022-03-01T07:00:45.839Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-01T07:00:45.839Z] [2022-03-01T07:00:45.839Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.01s) [2022-03-01T07:00:45.839Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-01T07:00:45.839Z] [2022-03-01T07:00:45.839Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-03-01T07:00:45.839Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-01T07:00:45.839Z] [2022-03-01T07:00:45.839Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-03-01T07:00:45.839Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-01T07:00:45.839Z] [2022-03-01T07:00:45.839Z] DONE 4 tests, 4 skipped in 22.229s [2022-03-01T07:00:45.839Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-03-01T07:00:46.041Z] ok github.com/docker/docker/daemon/logger 0.223s coverage: 43.5% of statements [2022-03-01T07:00:46.832Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-01T07:00:46.832Z] INFO: Testing against a local daemon [2022-03-01T07:00:46.832Z] === RUN TestCommitInheritsEnv [2022-03-01T07:00:46.832Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-01T07:00:46.832Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-03-01T07:00:46.832Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-01T07:00:46.832Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-01T07:00:46.832Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-03-01T07:00:46.832Z] === RUN TestImportWithCustomPlatform [2022-03-01T07:00:46.832Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-01T07:00:46.832Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-03-01T07:00:46.832Z] === RUN TestImagesFilterMultiReference [2022-03-01T07:00:46.832Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2022-03-01T07:00:46.832Z] === RUN TestImagePullPlatformInvalid [2022-03-01T07:00:46.832Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2022-03-01T07:00:46.832Z] === RUN TestRemoveImageOrphaning [2022-03-01T07:00:46.978Z] ok github.com/docker/docker/daemon/logger/awslogs 0.144s coverage: 80.2% of statements [2022-03-01T07:00:46.978Z] ok github.com/docker/docker/daemon/logger/fluentd 0.005s coverage: 33.6% of statements [2022-03-01T07:00:46.978Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-01T07:00:47.545Z] ok github.com/docker/docker/daemon/logger/gelf 0.006s coverage: 67.0% of statements [2022-03-01T07:00:47.545Z] ok github.com/docker/docker/daemon/logger/journald 0.020s coverage: 23.9% of statements [2022-03-01T07:00:47.822Z] --- PASS: TestRemoveImageOrphaning (1.09s) [2022-03-01T07:00:47.822Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-01T07:00:47.822Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2022-03-01T07:00:47.822Z] === RUN TestTagInvalidReference [2022-03-01T07:00:47.822Z] --- PASS: TestTagInvalidReference (0.03s) [2022-03-01T07:00:47.822Z] === RUN TestTagValidPrefixedRepo [2022-03-01T07:00:47.977Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-03-01T07:00:48.113Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.009s coverage: 87.2% of statements [2022-03-01T07:00:48.113Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.007s coverage: 69.9% of statements [2022-03-01T07:00:48.290Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2022-03-01T07:00:48.290Z] === RUN TestTagExistedNameWithoutForce [2022-03-01T07:00:48.290Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2022-03-01T07:00:48.290Z] === RUN TestTagOfficialNames [2022-03-01T07:00:48.290Z] --- PASS: TestTagOfficialNames (0.09s) [2022-03-01T07:00:48.290Z] === RUN TestTagMatchesDigest [2022-03-01T07:00:48.290Z] --- PASS: TestTagMatchesDigest (0.03s) [2022-03-01T07:00:48.290Z] PASS [2022-03-01T07:00:48.290Z] ok github.com/docker/docker/integration/image 1.596s [2022-03-01T07:00:48.290Z] [2022-03-01T07:00:48.290Z] === Skipped [2022-03-01T07:00:48.290Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-03-01T07:00:48.290Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-01T07:00:48.290Z] [2022-03-01T07:00:48.290Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-03-01T07:00:48.290Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-01T07:00:48.290Z] [2022-03-01T07:00:48.290Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-03-01T07:00:48.290Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-01T07:00:48.290Z] [2022-03-01T07:00:48.290Z] DONE 12 tests, 3 skipped in 5.733s [2022-03-01T07:00:48.760Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-03-01T07:00:49.049Z] ok github.com/docker/docker/daemon/logger/local 0.043s coverage: 78.7% of statements [2022-03-01T07:00:49.049Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-01T07:00:49.049Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.052s coverage: 54.7% of statements [2022-03-01T07:00:49.359Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2022-03-01T07:00:49.986Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.033s coverage: 31.5% of statements [2022-03-01T07:00:50.553Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 46.8% of statements [2022-03-01T07:00:50.826Z] ok github.com/docker/docker/daemon/logger/templates 0.017s coverage: 8.3% of statements [2022-03-01T07:00:50.981Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-01T07:00:50.981Z] INFO: Testing against a local daemon [2022-03-01T07:00:50.981Z] === RUN TestNetworkCreateDelete [2022-03-01T07:00:50.981Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T07:00:50.981Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-03-01T07:00:50.981Z] === RUN TestDockerNetworkDeletePreferID [2022-03-01T07:00:50.981Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-03-01T07:00:50.981Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-03-01T07:00:50.981Z] === RUN TestDaemonDNSFallback [2022-03-01T07:00:50.981Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T07:00:50.981Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-03-01T07:00:50.981Z] === RUN TestInspectNetwork [2022-03-01T07:00:50.981Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-01T07:00:50.981Z] --- SKIP: TestInspectNetwork (0.00s) [2022-03-01T07:00:50.981Z] === RUN TestRunContainerWithBridgeNone [2022-03-01T07:00:50.981Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T07:00:50.981Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-03-01T07:00:50.981Z] === RUN TestNetworkInvalidJSON [2022-03-01T07:00:50.981Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-01T07:00:50.981Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-01T07:00:50.981Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-01T07:00:50.981Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-01T07:00:50.981Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-01T07:00:50.981Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-01T07:00:50.981Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-01T07:00:50.981Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-01T07:00:50.981Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-01T07:00:50.981Z] --- PASS: TestNetworkInvalidJSON (0.05s) [2022-03-01T07:00:50.981Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-03-01T07:00:50.981Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-03-01T07:00:50.981Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-03-01T07:00:50.981Z] === RUN TestNetworkList [2022-03-01T07:00:50.981Z] === RUN TestNetworkList//networks [2022-03-01T07:00:50.981Z] === PAUSE TestNetworkList//networks [2022-03-01T07:00:50.981Z] === RUN TestNetworkList//networks/ [2022-03-01T07:00:50.981Z] === PAUSE TestNetworkList//networks/ [2022-03-01T07:00:50.981Z] === CONT TestNetworkList//networks [2022-03-01T07:00:50.981Z] === CONT TestNetworkList//networks/ [2022-03-01T07:00:50.981Z] --- PASS: TestNetworkList (0.04s) [2022-03-01T07:00:50.982Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-01T07:00:50.982Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-01T07:00:50.982Z] === RUN TestHostIPv4BridgeLabel [2022-03-01T07:00:50.982Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-01T07:00:50.982Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-03-01T07:00:50.982Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-01T07:00:50.982Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-01T07:00:50.982Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-03-01T07:00:50.982Z] === RUN TestDaemonDefaultNetworkPools [2022-03-01T07:00:50.982Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-01T07:00:50.982Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-03-01T07:00:50.982Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-01T07:00:50.982Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-01T07:00:50.982Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-01T07:00:50.982Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-01T07:00:50.982Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-01T07:00:50.982Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-01T07:00:50.982Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-01T07:00:50.982Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-01T07:00:50.982Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-01T07:00:50.982Z] === RUN TestServiceWithPredefinedNetwork [2022-03-01T07:00:50.982Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-01T07:00:50.982Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-03-01T07:00:50.982Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-01T07:00:50.982Z] service_test.go:243: FLAKY_TEST [2022-03-01T07:00:50.982Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-01T07:00:50.982Z] === RUN TestServiceWithDataPathPortInit [2022-03-01T07:00:50.982Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-01T07:00:50.982Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-03-01T07:00:50.982Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-01T07:00:50.982Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-01T07:00:50.982Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-01T07:00:50.982Z] PASS [2022-03-01T07:00:50.982Z] ok github.com/docker/docker/integration/network 0.186s [2022-03-01T07:00:50.982Z] [2022-03-01T07:00:50.982Z] === Skipped [2022-03-01T07:00:50.982Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-03-01T07:00:50.982Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T07:00:50.982Z] [2022-03-01T07:00:50.982Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-03-01T07:00:50.982Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2022-03-01T07:00:50.982Z] [2022-03-01T07:00:50.982Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-03-01T07:00:50.982Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T07:00:50.982Z] [2022-03-01T07:00:50.982Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-03-01T07:00:50.982Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-01T07:00:50.982Z] [2022-03-01T07:00:50.982Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-03-01T07:00:50.982Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T07:00:50.982Z] [2022-03-01T07:00:50.982Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-03-01T07:00:50.982Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-01T07:00:50.982Z] [2022-03-01T07:00:50.982Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-03-01T07:00:50.982Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-01T07:00:50.982Z] [2022-03-01T07:00:50.982Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-03-01T07:00:50.982Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-01T07:00:50.982Z] [2022-03-01T07:00:50.982Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-01T07:00:50.982Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-01T07:00:50.982Z] [2022-03-01T07:00:50.982Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-01T07:00:50.982Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-01T07:00:50.982Z] [2022-03-01T07:00:50.982Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-01T07:00:50.982Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-01T07:00:50.982Z] [2022-03-01T07:00:50.982Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-03-01T07:00:50.982Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-01T07:00:50.982Z] [2022-03-01T07:00:50.982Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-01T07:00:50.982Z] service_test.go:243: FLAKY_TEST [2022-03-01T07:00:50.982Z] [2022-03-01T07:00:50.982Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-03-01T07:00:50.982Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-01T07:00:50.982Z] [2022-03-01T07:00:50.982Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-01T07:00:50.982Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-01T07:00:50.982Z] [2022-03-01T07:00:50.982Z] DONE 22 tests, 15 skipped in 2.320s [2022-03-01T07:00:50.982Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-03-01T07:00:51.403Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2022-03-01T07:00:51.969Z] testing: warning: no tests to run [2022-03-01T07:00:51.969Z] PASS [2022-03-01T07:00:51.969Z] ok github.com/docker/docker/integration/network/ipvlan 0.070s [2022-03-01T07:00:51.969Z] [2022-03-01T07:00:51.969Z] DONE 0 tests in 0.728s [2022-03-01T07:00:51.969Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-03-01T07:00:51.974Z] ok github.com/docker/docker/daemon/logger/splunk 1.626s coverage: 82.5% of statements [2022-03-01T07:00:51.974Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-01T07:00:51.974Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-01T07:00:52.438Z] testing: warning: no tests to run [2022-03-01T07:00:52.438Z] PASS [2022-03-01T07:00:52.438Z] ok github.com/docker/docker/integration/network/macvlan 0.068s [2022-03-01T07:00:52.438Z] [2022-03-01T07:00:52.438Z] DONE 0 tests in 0.739s [2022-03-01T07:00:52.659Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2022-03-01T07:00:52.910Z] ok github.com/docker/docker/distribution/metadata 0.041s coverage: 48.2% of statements [2022-03-01T07:00:52.916Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-03-01T07:00:53.168Z] ok github.com/docker/docker/distribution 0.103s coverage: 26.3% of statements [2022-03-01T07:00:53.168Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-01T07:00:53.230Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-03-01T07:00:53.385Z] testing: warning: no tests to run [2022-03-01T07:00:53.385Z] PASS [2022-03-01T07:00:53.385Z] ok github.com/docker/docker/integration/plugin 0.082s [2022-03-01T07:00:53.385Z] [2022-03-01T07:00:53.385Z] DONE 0 tests in 0.708s [2022-03-01T07:00:53.385Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-03-01T07:00:53.801Z] === RUN TestDockerSuite/TestLogsTail [2022-03-01T07:00:54.103Z] ok github.com/docker/docker/errdefs 0.008s coverage: 53.1% of statements [2022-03-01T07:00:54.375Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-03-01T07:00:54.376Z] testing: warning: no tests to run [2022-03-01T07:00:54.376Z] PASS [2022-03-01T07:00:54.376Z] ok github.com/docker/docker/integration/plugin/authz 0.077s [2022-03-01T07:00:54.376Z] [2022-03-01T07:00:54.376Z] DONE 0 tests in 0.697s [2022-03-01T07:00:54.376Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-03-01T07:00:54.670Z] ok github.com/docker/docker/image 0.025s coverage: 86.9% of statements [2022-03-01T07:00:54.928Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2022-03-01T07:00:54.947Z] docker_api_swarm_service_test.go:395: [de4354a79be13] joining swarm manager [d77b613ccf6b3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-01T07:00:55.208Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-03-01T07:00:55.471Z] === RUN TestDockerSuite/TestMountIntoProc [2022-03-01T07:00:55.495Z] ok github.com/docker/docker/image/tarexport 0.007s coverage: 0.7% of statements [2022-03-01T07:00:55.733Z] docker_api_swarm_service_test.go:395: [d2fcb0314b7a9] joining swarm manager [d77b613ccf6b3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-01T07:00:55.754Z] ok github.com/docker/docker/image/v1 0.006s coverage: 25.0% of statements [2022-03-01T07:00:55.993Z] === RUN TestDockerSuite/TestMountIntoSys [2022-03-01T07:00:56.013Z] ok github.com/docker/docker/distribution/xfer 1.914s coverage: 85.3% of statements [2022-03-01T07:00:56.013Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-01T07:00:56.013Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-01T07:00:56.254Z] === RUN TestDockerSuite/TestNetHostname [2022-03-01T07:00:56.272Z] ok github.com/docker/docker/libcontainerd/queue 0.023s coverage: 100.0% of statements [2022-03-01T07:00:57.207Z] ok github.com/docker/docker/oci 0.011s coverage: 43.3% of statements [2022-03-01T07:00:57.774Z] ok github.com/docker/docker/opts 0.021s coverage: 67.4% of statements [2022-03-01T07:00:57.774Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2022-03-01T07:00:58.168Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-03-01T07:00:58.430Z] === RUN TestDockerSuite/TestNetworkEvents [2022-03-01T07:00:59.134Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-01T07:00:59.135Z] INFO: Testing against a local daemon [2022-03-01T07:00:59.135Z] === RUN TestPluginInvalidJSON [2022-03-01T07:00:59.135Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-01T07:00:59.135Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-01T07:00:59.135Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-01T07:00:59.135Z] --- PASS: TestPluginInvalidJSON (0.05s) [2022-03-01T07:00:59.135Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-01T07:00:59.135Z] === RUN TestPluginInstall [2022-03-01T07:00:59.135Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-01T07:00:59.135Z] --- SKIP: TestPluginInstall (0.00s) [2022-03-01T07:00:59.135Z] === RUN TestPluginsWithRuntimes [2022-03-01T07:00:59.135Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-01T07:00:59.135Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-03-01T07:00:59.135Z] === RUN TestPluginBackCompatMediaTypes [2022-03-01T07:00:59.135Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-01T07:00:59.135Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-03-01T07:00:59.135Z] PASS [2022-03-01T07:00:59.135Z] ok github.com/docker/docker/integration/plugin/common 0.120s [2022-03-01T07:00:59.135Z] [2022-03-01T07:00:59.135Z] === Skipped [2022-03-01T07:00:59.135Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-03-01T07:00:59.135Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-01T07:00:59.135Z] [2022-03-01T07:00:59.135Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-03-01T07:00:59.135Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-01T07:00:59.135Z] [2022-03-01T07:00:59.135Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-03-01T07:00:59.135Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-01T07:00:59.135Z] [2022-03-01T07:00:59.135Z] DONE 5 tests, 3 skipped in 4.887s [2022-03-01T07:00:59.135Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-03-01T07:00:59.679Z] ok github.com/docker/docker/pkg/archive 0.309s coverage: 82.5% of statements [2022-03-01T07:00:59.938Z] ok github.com/docker/docker/pkg/authorization 0.089s coverage: 68.3% of statements [2022-03-01T07:01:00.196Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-03-01T07:01:00.197Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-03-01T07:01:02.089Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-01T07:01:02.090Z] INFO: Testing against a local daemon [2022-03-01T07:01:02.090Z] === RUN TestExternalGraphDriver [2022-03-01T07:01:02.090Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-01T07:01:02.090Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-03-01T07:01:02.090Z] === RUN TestGraphdriverPluginV2 [2022-03-01T07:01:02.090Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-01T07:01:02.090Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-03-01T07:01:02.090Z] PASS [2022-03-01T07:01:02.090Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.113s [2022-03-01T07:01:02.090Z] [2022-03-01T07:01:02.090Z] === Skipped [2022-03-01T07:01:02.090Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-03-01T07:01:02.090Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-01T07:01:02.090Z] [2022-03-01T07:01:02.090Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-03-01T07:01:02.090Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-01T07:01:02.090Z] [2022-03-01T07:01:02.090Z] DONE 2 tests, 2 skipped in 2.531s [2022-03-01T07:01:02.090Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-03-01T07:01:03.480Z] ok github.com/docker/docker/pkg/chrootarchive 2.477s coverage: 43.5% of statements [2022-03-01T07:01:03.480Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2022-03-01T07:01:03.480Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2022-03-01T07:01:04.307Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-01T07:01:04.307Z] INFO: Testing against a local daemon [2022-03-01T07:01:04.307Z] === RUN TestReadPluginNoRead [2022-03-01T07:01:04.307Z] read_test.go:21: no unix domain sockets on Windows [2022-03-01T07:01:04.307Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-03-01T07:01:04.307Z] PASS [2022-03-01T07:01:04.307Z] ok github.com/docker/docker/integration/plugin/logging 0.100s [2022-03-01T07:01:04.307Z] [2022-03-01T07:01:04.307Z] === Skipped [2022-03-01T07:01:04.307Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-03-01T07:01:04.307Z] read_test.go:21: no unix domain sockets on Windows [2022-03-01T07:01:04.307Z] [2022-03-01T07:01:04.307Z] DONE 1 tests, 1 skipped in 2.364s [2022-03-01T07:01:04.307Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-03-01T07:01:04.414Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2022-03-01T07:01:04.672Z] ok github.com/docker/docker/pkg/fileutils 0.011s coverage: 87.2% of statements [2022-03-01T07:01:04.931Z] ok github.com/docker/docker/pkg/fsutils 0.138s coverage: 85.1% of statements [2022-03-01T07:01:04.931Z] ok github.com/docker/docker/layer 7.710s coverage: 68.9% of statements [2022-03-01T07:01:04.931Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-01T07:01:04.931Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-01T07:01:04.931Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-01T07:01:04.931Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-01T07:01:04.931Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-01T07:01:04.931Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2022-03-01T07:01:04.931Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-01T07:01:05.018Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-03-01T07:01:05.190Z] ok github.com/docker/docker/pkg/homedir 0.004s coverage: 11.4% of statements [2022-03-01T07:01:05.279Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-03-01T07:01:05.850Z] === RUN TestDockerSuite/TestPluginActive [2022-03-01T07:01:05.874Z] testing: warning: no tests to run [2022-03-01T07:01:05.874Z] PASS [2022-03-01T07:01:05.874Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.075s [2022-03-01T07:01:05.874Z] [2022-03-01T07:01:05.874Z] DONE 0 tests in 1.169s [2022-03-01T07:01:05.874Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-03-01T07:01:06.126Z] ok github.com/docker/docker/pkg/idtools 0.522s coverage: 69.5% of statements [2022-03-01T07:01:06.389Z] ok github.com/docker/docker/pkg/ioutils 0.435s coverage: 69.7% of statements [2022-03-01T07:01:06.649Z] ok github.com/docker/docker/pkg/longpath 0.003s coverage: 100.0% of statements [2022-03-01T07:01:06.649Z] ok github.com/docker/docker/pkg/jsonmessage 0.005s coverage: 91.7% of statements [2022-03-01T07:01:06.649Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-03-01T07:01:06.649Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-03-01T07:01:06.649Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-03-01T07:01:06.908Z] ok github.com/docker/docker/pkg/namesgenerator 0.010s coverage: 85.7% of statements [2022-03-01T07:01:06.908Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2022-03-01T07:01:07.167Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2022-03-01T07:01:07.167Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.011s coverage: 86.7% of statements [2022-03-01T07:01:07.426Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2022-03-01T07:01:07.426Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-01T07:01:07.426Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-01T07:01:07.764Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-03-01T07:01:07.994Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.011s coverage: 56.8% of statements [2022-03-01T07:01:08.117Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-01T07:01:08.117Z] INFO: Testing against a local daemon [2022-03-01T07:01:08.117Z] === RUN TestPluginWithDevMounts [2022-03-01T07:01:08.117Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:08.117Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-03-01T07:01:08.117Z] PASS [2022-03-01T07:01:08.117Z] ok github.com/docker/docker/integration/plugin/volumes 0.105s [2022-03-01T07:01:08.117Z] [2022-03-01T07:01:08.117Z] === Skipped [2022-03-01T07:01:08.117Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-03-01T07:01:08.117Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:08.117Z] [2022-03-01T07:01:08.117Z] DONE 1 tests, 1 skipped in 2.279s [2022-03-01T07:01:08.117Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-03-01T07:01:08.562Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2022-03-01T07:01:08.562Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-03-01T07:01:08.820Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-03-01T07:01:10.195Z] ok github.com/docker/docker/pkg/pubsub 1.034s coverage: 75.0% of statements [2022-03-01T07:01:10.195Z] ok github.com/docker/docker/pkg/reexec 0.008s coverage: 82.4% of statements [2022-03-01T07:01:10.336Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-01T07:01:10.337Z] INFO: Testing against a local daemon [2022-03-01T07:01:10.337Z] === RUN TestSecretInspect [2022-03-01T07:01:10.337Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:10.337Z] --- SKIP: TestSecretInspect (0.00s) [2022-03-01T07:01:10.337Z] === RUN TestSecretList [2022-03-01T07:01:10.337Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:10.337Z] --- SKIP: TestSecretList (0.00s) [2022-03-01T07:01:10.337Z] === RUN TestSecretsCreateAndDelete [2022-03-01T07:01:10.337Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:10.337Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-03-01T07:01:10.337Z] === RUN TestSecretsUpdate [2022-03-01T07:01:10.337Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:10.337Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-03-01T07:01:10.337Z] === RUN TestTemplatedSecret [2022-03-01T07:01:10.337Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:10.337Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-03-01T07:01:10.337Z] === RUN TestSecretCreateResolve [2022-03-01T07:01:10.337Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T07:01:10.337Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-03-01T07:01:10.337Z] PASS [2022-03-01T07:01:10.337Z] ok github.com/docker/docker/integration/secret 0.097s [2022-03-01T07:01:10.337Z] [2022-03-01T07:01:10.337Z] === Skipped [2022-03-01T07:01:10.337Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-03-01T07:01:10.337Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:10.337Z] [2022-03-01T07:01:10.337Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-03-01T07:01:10.337Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:10.337Z] [2022-03-01T07:01:10.337Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-03-01T07:01:10.337Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:10.337Z] [2022-03-01T07:01:10.337Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-03-01T07:01:10.337Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:10.337Z] [2022-03-01T07:01:10.337Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-03-01T07:01:10.337Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:10.337Z] [2022-03-01T07:01:10.337Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-03-01T07:01:10.337Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T07:01:10.337Z] [2022-03-01T07:01:10.337Z] DONE 6 tests, 6 skipped in 1.857s [2022-03-01T07:01:10.337Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-03-01T07:01:10.454Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2022-03-01T07:01:10.454Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2022-03-01T07:01:10.713Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements [2022-03-01T07:01:10.972Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-03-01T07:01:11.063Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2022-03-01T07:01:11.230Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 51.2% of statements [2022-03-01T07:01:11.798Z] ok github.com/docker/docker/pkg/system 0.005s coverage: 40.1% of statements [2022-03-01T07:01:12.057Z] ok github.com/docker/docker/pkg/tailfile 0.047s coverage: 88.6% of statements [2022-03-01T07:01:12.316Z] ok github.com/docker/docker/pkg/tarsum 0.038s coverage: 89.3% of statements [2022-03-01T07:01:12.553Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-01T07:01:12.553Z] INFO: Testing against a local daemon [2022-03-01T07:01:12.553Z] === RUN TestServiceCreateInit [2022-03-01T07:01:12.553Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-01T07:01:12.553Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:12.553Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-01T07:01:12.553Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:12.553Z] --- PASS: TestServiceCreateInit (0.05s) [2022-03-01T07:01:12.553Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-01T07:01:12.553Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-01T07:01:12.553Z] === RUN TestCreateServiceMultipleTimes [2022-03-01T07:01:12.553Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:12.553Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2022-03-01T07:01:12.553Z] === RUN TestCreateServiceConflict [2022-03-01T07:01:12.553Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:12.553Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-03-01T07:01:12.553Z] === RUN TestCreateServiceMaxReplicas [2022-03-01T07:01:12.553Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:12.553Z] --- SKIP: TestCreateServiceMaxReplicas (0.05s) [2022-03-01T07:01:12.553Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-01T07:01:12.553Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:12.553Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-01T07:01:12.553Z] === RUN TestCreateServiceSecretFileMode [2022-03-01T07:01:12.553Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:12.553Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-03-01T07:01:12.553Z] === RUN TestCreateServiceConfigFileMode [2022-03-01T07:01:12.553Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:12.553Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-03-01T07:01:12.553Z] === RUN TestCreateServiceSysctls [2022-03-01T07:01:12.553Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:12.553Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2022-03-01T07:01:12.553Z] === RUN TestCreateServiceCapabilities [2022-03-01T07:01:12.553Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:12.553Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2022-03-01T07:01:12.553Z] === RUN TestInspect [2022-03-01T07:01:12.553Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:12.553Z] --- SKIP: TestInspect (0.00s) [2022-03-01T07:01:12.553Z] === RUN TestCreateJob [2022-03-01T07:01:12.553Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:12.553Z] --- SKIP: TestCreateJob (0.00s) [2022-03-01T07:01:12.553Z] === RUN TestReplicatedJob [2022-03-01T07:01:12.553Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:12.553Z] --- SKIP: TestReplicatedJob (0.00s) [2022-03-01T07:01:12.553Z] === RUN TestUpdateReplicatedJob [2022-03-01T07:01:12.553Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:12.553Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-03-01T07:01:12.553Z] === RUN TestServiceListWithStatuses [2022-03-01T07:01:12.553Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:12.553Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-01T07:01:12.553Z] === RUN TestDockerNetworkConnectAlias [2022-03-01T07:01:12.553Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:12.553Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-03-01T07:01:12.553Z] === RUN TestDockerNetworkReConnect [2022-03-01T07:01:12.553Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:12.553Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-03-01T07:01:12.553Z] === RUN TestServicePlugin [2022-03-01T07:01:12.553Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:12.553Z] --- SKIP: TestServicePlugin (0.00s) [2022-03-01T07:01:12.553Z] === RUN TestServiceUpdateLabel [2022-03-01T07:01:12.553Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T07:01:12.553Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-03-01T07:01:12.553Z] === RUN TestServiceUpdateSecrets [2022-03-01T07:01:12.553Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T07:01:12.553Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-03-01T07:01:12.553Z] === RUN TestServiceUpdateConfigs [2022-03-01T07:01:12.553Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T07:01:12.553Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-03-01T07:01:12.553Z] === RUN TestServiceUpdateNetwork [2022-03-01T07:01:12.553Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T07:01:12.553Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-03-01T07:01:12.553Z] === RUN TestServiceUpdatePidsLimit [2022-03-01T07:01:12.574Z] coverage: [no statements] [2022-03-01T07:01:12.574Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2022-03-01T07:01:12.832Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-03-01T07:01:12.832Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2022-03-01T07:01:13.022Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T07:01:13.022Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-03-01T07:01:13.022Z] PASS [2022-03-01T07:01:13.022Z] ok github.com/docker/docker/integration/service 0.258s [2022-03-01T07:01:13.022Z] [2022-03-01T07:01:13.022Z] === Skipped [2022-03-01T07:01:13.022Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-01T07:01:13.022Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:13.022Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-01T07:01:13.022Z] [2022-03-01T07:01:13.022Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-01T07:01:13.022Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:13.022Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-01T07:01:13.022Z] [2022-03-01T07:01:13.022Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.01s) [2022-03-01T07:01:13.022Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:13.022Z] [2022-03-01T07:01:13.022Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-03-01T07:01:13.022Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:13.022Z] [2022-03-01T07:01:13.022Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.05s) [2022-03-01T07:01:13.022Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:13.022Z] [2022-03-01T07:01:13.022Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-01T07:01:13.022Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:13.022Z] [2022-03-01T07:01:13.022Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-03-01T07:01:13.022Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:13.022Z] [2022-03-01T07:01:13.022Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-03-01T07:01:13.022Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:13.022Z] [2022-03-01T07:01:13.022Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2022-03-01T07:01:13.022Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:13.022Z] [2022-03-01T07:01:13.022Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2022-03-01T07:01:13.022Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:13.022Z] [2022-03-01T07:01:13.022Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-03-01T07:01:13.022Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:13.022Z] [2022-03-01T07:01:13.022Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-03-01T07:01:13.022Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:13.022Z] [2022-03-01T07:01:13.022Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-03-01T07:01:13.022Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:13.022Z] [2022-03-01T07:01:13.022Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-03-01T07:01:13.022Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:13.022Z] [2022-03-01T07:01:13.022Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-03-01T07:01:13.022Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:13.022Z] [2022-03-01T07:01:13.022Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-03-01T07:01:13.022Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:13.022Z] [2022-03-01T07:01:13.022Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-03-01T07:01:13.022Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:13.022Z] [2022-03-01T07:01:13.022Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-03-01T07:01:13.022Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:13.022Z] [2022-03-01T07:01:13.022Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-03-01T07:01:13.022Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T07:01:13.022Z] [2022-03-01T07:01:13.022Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-03-01T07:01:13.022Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T07:01:13.022Z] [2022-03-01T07:01:13.022Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-03-01T07:01:13.022Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T07:01:13.022Z] [2022-03-01T07:01:13.022Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-03-01T07:01:13.022Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T07:01:13.022Z] [2022-03-01T07:01:13.022Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-03-01T07:01:13.022Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-01T07:01:13.022Z] [2022-03-01T07:01:13.022Z] DONE 24 tests, 23 skipped in 2.760s [2022-03-01T07:01:13.022Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-03-01T07:01:13.091Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2022-03-01T07:01:13.658Z] docker_api_swarm_service_test.go:343: [d3e8937046956] joining swarm manager [d5441b9cd9dc7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-01T07:01:13.658Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-03-01T07:01:13.658Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-03-01T07:01:13.658Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-03-01T07:01:14.229Z] docker_api_swarm_service_test.go:343: [d0e2c431e9cd5] joining swarm manager [d5441b9cd9dc7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-01T07:01:14.465Z] ok github.com/docker/docker/plugin 0.516s coverage: 23.2% of statements [2022-03-01T07:01:15.032Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-03-01T07:01:15.176Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-03-01T07:01:15.239Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-01T07:01:15.239Z] INFO: Testing against a local daemon [2022-03-01T07:01:15.239Z] === RUN TestSessionCreate [2022-03-01T07:01:15.239Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-01T07:01:15.239Z] --- SKIP: TestSessionCreate (0.00s) [2022-03-01T07:01:15.239Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-01T07:01:15.239Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-01T07:01:15.239Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-03-01T07:01:15.239Z] PASS [2022-03-01T07:01:15.239Z] ok github.com/docker/docker/integration/session 0.096s [2022-03-01T07:01:15.239Z] [2022-03-01T07:01:15.239Z] === Skipped [2022-03-01T07:01:15.239Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-03-01T07:01:15.239Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-01T07:01:15.239Z] [2022-03-01T07:01:15.239Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-03-01T07:01:15.239Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-01T07:01:15.239Z] [2022-03-01T07:01:15.239Z] DONE 2 tests, 2 skipped in 1.943s [2022-03-01T07:01:15.239Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-03-01T07:01:15.291Z] ok github.com/docker/docker/profiles/seccomp 0.008s coverage: 86.0% of statements [2022-03-01T07:01:15.914Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-03-01T07:01:15.914Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-01T07:01:15.914Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-03-01T07:01:15.914Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-01T07:01:15.914Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-03-01T07:01:16.229Z] ok github.com/docker/docker/quota 0.224s coverage: 71.4% of statements [2022-03-01T07:01:16.489Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2022-03-01T07:01:16.807Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-01T07:01:16.807Z] INFO: Testing against a local daemon [2022-03-01T07:01:16.807Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-01T07:01:16.807Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:16.807Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-01T07:01:16.807Z] === RUN TestDiskUsage [2022-03-01T07:01:16.807Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-01T07:01:16.807Z] --- SKIP: TestDiskUsage (0.00s) [2022-03-01T07:01:16.807Z] === RUN TestEventsExecDie [2022-03-01T07:01:16.807Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-01T07:01:16.807Z] --- SKIP: TestEventsExecDie (0.00s) [2022-03-01T07:01:16.807Z] === RUN TestEventsBackwardsCompatible [2022-03-01T07:01:16.807Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-01T07:01:16.807Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-03-01T07:01:16.807Z] === RUN TestEventsVolumeCreate [2022-03-01T07:01:16.807Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-01T07:01:16.807Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-03-01T07:01:16.807Z] === RUN TestInfoAPI [2022-03-01T07:01:17.276Z] --- PASS: TestInfoAPI (0.05s) [2022-03-01T07:01:17.276Z] === RUN TestInfoAPIWarnings [2022-03-01T07:01:17.276Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-01T07:01:17.276Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-03-01T07:01:17.276Z] === RUN TestInfoDebug [2022-03-01T07:01:17.276Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-01T07:01:17.276Z] --- SKIP: TestInfoDebug (0.00s) [2022-03-01T07:01:17.276Z] === RUN TestInfoInsecureRegistries [2022-03-01T07:01:17.276Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-01T07:01:17.276Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-03-01T07:01:17.276Z] === RUN TestInfoRegistryMirrors [2022-03-01T07:01:17.276Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-01T07:01:17.276Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-03-01T07:01:17.276Z] === RUN TestLoginFailsWithBadCredentials [2022-03-01T07:01:17.425Z] ok github.com/docker/docker/registry 0.049s coverage: 58.3% of statements [2022-03-01T07:01:17.684Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2022-03-01T07:01:17.943Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2022-03-01T07:01:18.264Z] --- PASS: TestLoginFailsWithBadCredentials (0.96s) [2022-03-01T07:01:18.264Z] === RUN TestPingCacheHeaders [2022-03-01T07:01:18.264Z] --- PASS: TestPingCacheHeaders (0.04s) [2022-03-01T07:01:18.264Z] === RUN TestPingGet [2022-03-01T07:01:18.264Z] --- PASS: TestPingGet (0.04s) [2022-03-01T07:01:18.264Z] === RUN TestPingHead [2022-03-01T07:01:18.264Z] --- PASS: TestPingHead (0.03s) [2022-03-01T07:01:18.264Z] === RUN TestVersion [2022-03-01T07:01:18.264Z] --- PASS: TestVersion (0.03s) [2022-03-01T07:01:18.264Z] PASS [2022-03-01T07:01:18.264Z] ok github.com/docker/docker/integration/system 1.222s [2022-03-01T07:01:18.264Z] [2022-03-01T07:01:18.264Z] === Skipped [2022-03-01T07:01:18.264Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-01T07:01:18.264Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-01T07:01:18.264Z] [2022-03-01T07:01:18.264Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-03-01T07:01:18.264Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-01T07:01:18.264Z] [2022-03-01T07:01:18.264Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-03-01T07:01:18.264Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-01T07:01:18.264Z] [2022-03-01T07:01:18.264Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-03-01T07:01:18.264Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-01T07:01:18.264Z] [2022-03-01T07:01:18.264Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-03-01T07:01:18.264Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-01T07:01:18.264Z] [2022-03-01T07:01:18.264Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-03-01T07:01:18.264Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-01T07:01:18.264Z] [2022-03-01T07:01:18.264Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-03-01T07:01:18.264Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-01T07:01:18.264Z] [2022-03-01T07:01:18.264Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-03-01T07:01:18.264Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-01T07:01:18.264Z] [2022-03-01T07:01:18.264Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-03-01T07:01:18.264Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-01T07:01:18.264Z] [2022-03-01T07:01:18.264Z] DONE 15 tests, 9 skipped in 3.048s [2022-03-01T07:01:18.264Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-03-01T07:01:18.476Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-03-01T07:01:18.511Z] ok github.com/docker/docker/runconfig 0.007s coverage: 65.7% of statements [2022-03-01T07:01:18.511Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2022-03-01T07:01:20.391Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-03-01T07:01:20.485Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-01T07:01:20.485Z] INFO: Testing against a local daemon [2022-03-01T07:01:20.485Z] === RUN TestVolumesCreateAndList [2022-03-01T07:01:20.485Z] --- PASS: TestVolumesCreateAndList (0.06s) [2022-03-01T07:01:20.485Z] === RUN TestVolumesRemove [2022-03-01T07:01:20.485Z] --- PASS: TestVolumesRemove (0.11s) [2022-03-01T07:01:20.485Z] === RUN TestVolumesInspect [2022-03-01T07:01:20.485Z] --- PASS: TestVolumesInspect (0.05s) [2022-03-01T07:01:20.485Z] === RUN TestVolumesInvalidJSON [2022-03-01T07:01:20.485Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-01T07:01:20.485Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-01T07:01:20.485Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-01T07:01:20.485Z] --- PASS: TestVolumesInvalidJSON (0.04s) [2022-03-01T07:01:20.485Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.01s) [2022-03-01T07:01:20.485Z] PASS [2022-03-01T07:01:20.485Z] ok github.com/docker/docker/integration/volume 0.313s [2022-03-01T07:01:20.954Z] [2022-03-01T07:01:20.954Z] DONE 5 tests in 2.465s [2022-03-01T07:01:20.954Z] INFO: make.ps1 ended at 03/01/2022 07:01:20 [2022-03-01T07:01:20.954Z] INFO: Integration CLI tests being run from the host: [2022-03-01T07:01:20.954Z] 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" [2022-03-01T07:01:21.044Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-03-01T07:01:21.612Z] ok github.com/docker/docker/volume/local 0.084s coverage: 76.4% of statements [2022-03-01T07:01:21.871Z] ok github.com/docker/docker/volume/mounts 0.009s coverage: 67.7% of statements [2022-03-01T07:01:22.807Z] ok github.com/docker/docker/volume/service 0.015s coverage: 72.3% of statements [2022-03-01T07:01:22.933Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-03-01T07:01:28.215Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-03-01T07:01:28.215Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2022-03-01T07:01:28.786Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-03-01T07:01:30.171Z] === RUN TestDockerSuite/TestPortHostBinding [2022-03-01T07:01:30.171Z] docker_api_swarm_service_test.go:490: [d7a7859dc9d67] joining swarm manager [d911973b32959]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-01T07:01:30.679Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-03-01T07:01:30.679Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-01T07:01:30.679Z] === RUN TestDockerSuite/TestBuildBlankName [2022-03-01T07:01:30.679Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-03-01T07:01:31.114Z] docker_api_swarm_service_test.go:490: [d6892c6188410] joining swarm manager [d911973b32959]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-01T07:01:31.114Z] === RUN TestDockerSuite/TestPortList [2022-03-01T07:01:37.696Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-03-01T07:01:38.635Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-03-01T07:01:38.792Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-01T07:01:38.792Z] INFO: Testing against a local daemon [2022-03-01T07:01:38.792Z] === RUN TestDockerSuite [2022-03-01T07:01:38.792Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-03-01T07:01:38.792Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-03-01T07:01:38.792Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-01T07:01:38.792Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-03-01T07:01:38.792Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-03-01T07:01:38.792Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-03-01T07:01:38.792Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-03-01T07:01:38.792Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-01T07:01:38.792Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-03-01T07:01:38.792Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-03-01T07:01:38.792Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-03-01T07:01:38.792Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-03-01T07:01:38.792Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-03-01T07:01:38.792Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-03-01T07:01:39.205Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-03-01T07:01:39.205Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-01T07:01:40.164Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-03-01T07:01:40.777Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-03-01T07:01:40.777Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-01T07:01:40.777Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-03-01T07:01:40.777Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-03-01T07:01:40.777Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-03-01T07:01:43.936Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2022-03-01T07:01:44.509Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-03-01T07:01:44.509Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-03-01T07:01:44.509Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-03-01T07:01:44.521Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-03-01T07:01:44.724Z] ok github.com/docker/docker/pkg/plugins 33.635s coverage: 76.3% of statements [2022-03-01T07:01:44.724Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-01T07:01:44.724Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-01T07:01:44.724Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-01T07:01:44.724Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-03-01T07:01:44.724Z] ? github.com/docker/docker/pkg/term [no test files] [2022-03-01T07:01:44.724Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-01T07:01:44.724Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-03-01T07:01:44.724Z] ? github.com/docker/docker/rootless [no test files] [2022-03-01T07:01:44.724Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-03-01T07:01:44.724Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-01T07:01:44.724Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-01T07:01:44.724Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-01T07:01:44.724Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-01T07:01:44.724Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-01T07:01:44.724Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-01T07:01:44.724Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-01T07:01:44.724Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-01T07:01:44.724Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-01T07:01:44.724Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-01T07:01:44.724Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-01T07:01:44.724Z] ? github.com/docker/docker/volume [no test files] [2022-03-01T07:01:44.724Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-01T07:01:44.724Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-01T07:01:44.724Z] [2022-03-01T07:01:44.724Z] === Skipped [2022-03-01T07:01:44.724Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-01T07:01:44.724Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-01T07:01:44.724Z] [2022-03-01T07:01:44.724Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-01T07:01:44.724Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-01T07:01:44.724Z] [2022-03-01T07:01:44.724Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-01T07:01:44.724Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-01T07:01:44.724Z] [2022-03-01T07:01:44.724Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-01T07:01:44.724Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-01T07:01:44.724Z] [2022-03-01T07:01:44.724Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-03-01T07:01:44.724Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-01T07:01:44.724Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-01T07:01:44.724Z] [2022-03-01T07:01:44.724Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-03-01T07:01:44.724Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-01T07:01:44.724Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-01T07:01:44.724Z] [2022-03-01T07:01:44.724Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-03-01T07:01:44.724Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-01T07:01:44.724Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-01T07:01:44.724Z] [2022-03-01T07:01:44.724Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-03-01T07:01:44.724Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-01T07:01:44.724Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-01T07:01:44.724Z] [2022-03-01T07:01:44.724Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-03-01T07:01:44.724Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-01T07:01:44.724Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-01T07:01:44.724Z] [2022-03-01T07:01:44.724Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-03-01T07:01:44.724Z] graphtest_unix.go:71: No driver to put! [2022-03-01T07:01:44.724Z] [2022-03-01T07:01:44.724Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-03-01T07:01:44.724Z] time="2022-03-01T07:00:39Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-01T07:01:44.724Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-01T07:01:44.724Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-01T07:01:44.724Z] [2022-03-01T07:01:44.724Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-03-01T07:01:44.724Z] time="2022-03-01T07:00:39Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-01T07:01:44.724Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-01T07:01:44.724Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-01T07:01:44.724Z] [2022-03-01T07:01:44.724Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-03-01T07:01:44.724Z] time="2022-03-01T07:00:39Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-01T07:01:44.724Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-01T07:01:44.724Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-01T07:01:44.724Z] [2022-03-01T07:01:44.724Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-03-01T07:01:44.724Z] time="2022-03-01T07:00:39Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-01T07:01:44.724Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-01T07:01:44.724Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-01T07:01:44.724Z] [2022-03-01T07:01:44.724Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-03-01T07:01:44.724Z] time="2022-03-01T07:00:39Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-01T07:01:44.724Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-01T07:01:44.724Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-01T07:01:44.724Z] [2022-03-01T07:01:44.724Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-03-01T07:01:44.724Z] graphtest_unix.go:71: No driver to put! [2022-03-01T07:01:44.724Z] [2022-03-01T07:01:44.724Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-03-01T07:01:44.724Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-03-01T07:01:44.724Z] [2022-03-01T07:01:44.724Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-03-01T07:01:44.724Z] overlay_test.go:50: Fails to compute changes intermittently [2022-03-01T07:01:44.724Z] [2022-03-01T07:01:44.724Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-03-01T07:01:44.724Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-03-01T07:01:44.724Z] [2022-03-01T07:01:44.724Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-03-01T07:01:44.724Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-03-01T07:01:44.724Z] [2022-03-01T07:01:44.724Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-03-01T07:01:44.724Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-01T07:01:44.724Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-01T07:01:44.724Z] [2022-03-01T07:01:44.724Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-03-01T07:01:44.724Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-01T07:01:44.724Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-01T07:01:44.724Z] [2022-03-01T07:01:44.724Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-03-01T07:01:44.724Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-01T07:01:44.724Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-01T07:01:44.724Z] [2022-03-01T07:01:44.724Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-03-01T07:01:44.724Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-01T07:01:44.724Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-01T07:01:44.724Z] [2022-03-01T07:01:44.724Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-03-01T07:01:44.724Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-01T07:01:44.724Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-01T07:01:44.724Z] [2022-03-01T07:01:44.724Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-03-01T07:01:44.724Z] graphtest_unix.go:71: No driver to put! [2022-03-01T07:01:44.724Z] [2022-03-01T07:01:44.724Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-03-01T07:01:44.724Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-03-01T07:01:44.724Z] [2022-03-01T07:01:44.724Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-03-01T07:01:44.724Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-03-01T07:01:44.724Z] [2022-03-01T07:01:44.724Z] DONE 2318 tests, 28 skipped in 222.522s [2022-03-01T07:01:44.724Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/bitseq [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/cluster [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/config [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/datastore [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/driverapi [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/etchosts [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/idm [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/ipam [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/iptables [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/netlabel [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/netutils [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/networkdb [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/ns [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/options [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/osl [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/portallocator [2022-03-01T07:01:44.724Z] github.com/docker/docker/libnetwork/portmapper [2022-03-01T07:01:44.725Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-01T07:01:44.725Z] github.com/docker/docker/libnetwork/testutils [2022-03-01T07:01:44.725Z] github.com/docker/docker/libnetwork/types' ']' [2022-03-01T07:01:44.725Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types [2022-03-01T07:01:44.823Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-03-01T07:01:45.082Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-03-01T07:01:45.082Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-03-01T07:01:45.491Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-03-01T07:01:45.491Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-01T07:01:45.491Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-03-01T07:01:45.491Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-01T07:01:45.491Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-03-01T07:01:45.491Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-01T07:01:45.491Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-03-01T07:01:45.654Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-03-01T07:01:45.654Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-03-01T07:01:45.952Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-03-01T07:01:46.226Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-03-01T07:01:46.226Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-03-01T07:01:46.422Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-03-01T07:01:47.611Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-03-01T07:01:47.611Z] === RUN TestDockerSuite/TestPruneContainerLabel [2022-03-01T07:01:49.525Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2022-03-01T07:01:49.786Z] === RUN TestDockerSuite/TestPruneContainerUntil [2022-03-01T07:01:50.170Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-03-01T07:01:50.729Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2022-03-01T07:01:51.301Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2022-03-01T07:01:51.563Z] === RUN TestDockerSuite/TestPsByOrder [2022-03-01T07:01:51.710Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-03-01T07:01:51.710Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-01T07:01:51.710Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-03-01T07:01:51.710Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-01T07:01:51.710Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-03-01T07:01:51.710Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-03-01T07:01:51.825Z] docker_api_swarm_service_test.go:128: [d276bb34e447c] joining swarm manager [d728fccf25b72]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-01T07:01:52.768Z] docker_api_swarm_service_test.go:129: [d30926c415e7d] joining swarm manager [d728fccf25b72]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-01T07:01:53.354Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-03-01T07:01:54.157Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-03-01T07:01:54.418Z] docker_api_swarm_service_test.go:137: [daa8a4799b3d6] joining swarm manager [d728fccf25b72]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-03-01T07:01:54.621Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-03-01T07:01:54.680Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-03-01T07:01:55.624Z] docker_api_swarm_service_test.go:138: [d921b2862cb05] joining swarm manager [d728fccf25b72]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-03-01T07:01:57.011Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-03-01T07:02:00.314Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-03-01T07:02:00.314Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-03-01T07:02:01.883Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-03-01T07:02:01.883Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-01T07:02:01.883Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-03-01T07:02:02.862Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-03-01T07:02:05.599Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-03-01T07:02:05.599Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-01T07:02:06.054Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-03-01T07:02:06.054Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-01T07:02:06.054Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-03-01T07:02:07.019Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-03-01T07:02:09.480Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-03-01T07:02:09.741Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-03-01T07:02:11.127Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-03-01T07:02:11.724Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-03-01T07:02:12.070Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-03-01T07:02:12.697Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-03-01T07:02:12.697Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-01T07:02:12.697Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-03-01T07:02:13.012Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-03-01T07:02:13.097Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-03-01T07:02:13.097Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-01T07:02:13.097Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-03-01T07:02:13.097Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-03-01T07:02:13.097Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-01T07:02:13.097Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-03-01T07:02:13.097Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-01T07:02:13.097Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-03-01T07:02:14.398Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-03-01T07:02:15.612Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-03-01T07:02:15.785Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-03-01T07:02:16.358Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-03-01T07:02:16.620Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-03-01T07:02:17.192Z] === RUN TestDockerSuite/TestPsRightTagName [2022-03-01T07:02:17.453Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2022-03-01T07:02:17.801Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-03-01T07:02:18.840Z] === RUN TestDockerSuite/TestPsShowMounts [2022-03-01T07:02:20.226Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2022-03-01T07:02:20.488Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-03-01T07:02:21.061Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-03-01T07:02:21.061Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-03-01T07:02:21.061Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-03-01T07:02:21.323Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-03-01T07:02:21.323Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-03-01T07:02:21.584Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-03-01T07:02:22.157Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-03-01T07:02:22.157Z] docker_api_swarm_service_test.go:304: [d900b7dec7763] joining swarm manager [db1cd27b1982d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-01T07:02:22.506Z] === RUN TestDockerSuite/TestBuildAddScript [2022-03-01T07:02:22.506Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-01T07:02:22.506Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-03-01T07:02:22.506Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-01T07:02:22.506Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-03-01T07:02:22.506Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-01T07:02:22.506Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-03-01T07:02:22.506Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-01T07:02:22.506Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-03-01T07:02:22.968Z] === RUN TestDockerSuite/TestBuildAddTar [2022-03-01T07:02:23.101Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-03-01T07:02:23.101Z] docker_api_swarm_service_test.go:304: [d02f42f1e8457] joining swarm manager [db1cd27b1982d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-01T07:02:23.473Z] ok github.com/docker/docker/libnetwork 37.127s coverage: 40.7% of statements [2022-03-01T07:02:23.473Z] ok github.com/docker/docker/libnetwork/bitseq 0.117s coverage: 84.4% of statements [2022-03-01T07:02:23.473Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-01T07:02:24.203Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-03-01T07:02:24.775Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-03-01T07:02:24.950Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-01T07:02:25.209Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-01T07:02:25.209Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-01T07:02:25.209Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-01T07:02:25.209Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-01T07:02:25.468Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-03-01T07:02:25.468Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-01T07:02:25.727Z] ok github.com/docker/docker/libnetwork/config 0.013s coverage: 19.7% of statements [2022-03-01T07:02:25.986Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-03-01T07:02:25.986Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-01T07:02:25.986Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-01T07:02:26.245Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-03-01T07:02:28.781Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.402s coverage: 59.9% of statements [2022-03-01T07:02:28.781Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-01T07:02:29.040Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-03-01T07:02:29.607Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.179s coverage: 4.0% of statements [2022-03-01T07:02:29.607Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-01T07:02:30.175Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.016s coverage: 4.5% of statements [2022-03-01T07:02:30.175Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-01T07:02:30.434Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-03-01T07:02:31.383Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-03-01T07:02:31.644Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-03-01T07:02:33.557Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-03-01T07:02:33.557Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-03-01T07:02:33.557Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-03-01T07:02:33.827Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-03-01T07:02:35.741Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-03-01T07:02:36.684Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-03-01T07:02:38.176Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-03-01T07:02:38.601Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-03-01T07:02:39.558Z] === RUN TestDockerSuite/TestRmiBlank [2022-03-01T07:02:39.558Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-03-01T07:02:39.558Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-03-01T07:02:40.338Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-03-01T07:02:40.338Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-01T07:02:40.409Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.931s coverage: 7.2% of statements [2022-03-01T07:02:40.409Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-01T07:02:40.409Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.003s coverage: 63.6% of statements [2022-03-01T07:02:40.409Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.010s coverage: 57.4% of statements [2022-03-01T07:02:40.409Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-01T07:02:40.409Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-03-01T07:02:40.409Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-01T07:02:40.668Z] ok github.com/docker/docker/libnetwork/drvregistry 0.015s coverage: 82.4% of statements [2022-03-01T07:02:40.793Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-03-01T07:02:40.793Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-01T07:02:40.927Z] ok github.com/docker/docker/libnetwork/etchosts 0.015s coverage: 81.2% of statements [2022-03-01T07:02:40.927Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-03-01T07:02:41.185Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-03-01T07:02:41.248Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-03-01T07:02:42.108Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-03-01T07:02:42.680Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-03-01T07:02:42.680Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-03-01T07:02:42.775Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-03-01T07:02:42.775Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-01T07:02:42.775Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-03-01T07:02:42.941Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2022-03-01T07:02:43.885Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-03-01T07:02:44.831Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-03-01T07:02:45.092Z] docker_api_swarm_service_test.go:100: [d50ded74b0508] joining swarm manager [d09e1e144d5c0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-01T07:02:46.036Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-03-01T07:02:46.036Z] docker_api_swarm_service_test.go:101: [da205f6de9e48] joining swarm manager [d09e1e144d5c0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-01T07:02:46.487Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-03-01T07:02:46.608Z] === RUN TestDockerSuite/TestRmiTag [2022-03-01T07:02:46.869Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-03-01T07:02:47.130Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-03-01T07:02:48.017Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-03-01T07:02:48.017Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-01T07:02:48.017Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-03-01T07:02:48.017Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-01T07:02:48.017Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-03-01T07:02:49.542Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-03-01T07:02:50.502Z] === RUN TestDockerSuite/TestBuildCmd [2022-03-01T07:02:51.341Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-03-01T07:02:51.341Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-03-01T07:02:51.461Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-03-01T07:02:51.913Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-03-01T07:02:51.916Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-03-01T07:02:52.174Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-03-01T07:02:52.371Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-03-01T07:02:53.117Z] === RUN TestDockerSuite/TestRunAddHost [2022-03-01T07:02:53.397Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.005s coverage: 100.0% of statements [2022-03-01T07:02:53.711Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-03-01T07:02:53.711Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-03-01T07:02:54.283Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-03-01T07:02:54.283Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-03-01T07:02:54.545Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-03-01T07:02:55.933Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-03-01T07:02:56.194Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-03-01T07:02:56.767Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-03-01T07:02:57.340Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2022-03-01T07:02:58.158Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-03-01T07:02:58.282Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-03-01T07:02:58.712Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-03-01T07:02:58.712Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-01T07:02:58.712Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-03-01T07:02:58.712Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-01T07:02:58.712Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-03-01T07:02:59.225Z] === RUN TestDockerSuite/TestRunAttachDetach [2022-03-01T07:02:59.797Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2022-03-01T07:03:00.318Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-03-01T07:03:00.318Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-01T07:03:00.318Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-03-01T07:03:00.368Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2022-03-01T07:03:00.939Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2022-03-01T07:03:01.279Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-03-01T07:03:01.279Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-01T07:03:01.279Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-03-01T07:03:01.512Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2022-03-01T07:03:01.733Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-03-01T07:03:02.084Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-03-01T07:03:03.026Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2022-03-01T07:03:03.598Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-03-01T07:03:03.895Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-03-01T07:03:04.170Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-03-01T07:03:04.432Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-03-01T07:03:04.854Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-03-01T07:03:05.004Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-03-01T07:03:05.004Z] === RUN TestDockerSuite/TestRunBindMounts [2022-03-01T07:03:05.310Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-03-01T07:03:05.310Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-01T07:03:05.310Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-03-01T07:03:05.737Z] ok github.com/docker/docker/libnetwork/ipam 13.851s coverage: 85.3% of statements [2022-03-01T07:03:05.737Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-01T07:03:05.737Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-01T07:03:05.995Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-03-01T07:03:06.254Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.007s coverage: 47.4% of statements [2022-03-01T07:03:06.254Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-01T07:03:06.271Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-03-01T07:03:06.513Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-03-01T07:03:06.920Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-03-01T07:03:07.081Z] ok github.com/docker/docker/libnetwork/ipamutils 0.249s coverage: 74.0% of statements [2022-03-01T07:03:07.181Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-03-01T07:03:07.232Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-03-01T07:03:07.232Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-01T07:03:07.232Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-03-01T07:03:07.232Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-01T07:03:07.232Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-03-01T07:03:07.649Z] ok github.com/docker/docker/libnetwork/iptables 0.164s coverage: 45.1% of statements [2022-03-01T07:03:07.649Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2022-03-01T07:03:07.753Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-03-01T07:03:07.908Z] ok github.com/docker/docker/libnetwork/netutils 0.018s coverage: 44.1% of statements [2022-03-01T07:03:08.327Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-03-01T07:03:09.271Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-03-01T07:03:09.271Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-03-01T07:03:09.843Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-03-01T07:03:09.843Z] check_test.go:379: [d50ded74b0508] daemon is not started [2022-03-01T07:03:10.417Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-03-01T07:03:10.679Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-03-01T07:03:11.251Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-03-01T07:03:11.512Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-03-01T07:03:11.512Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-03-01T07:03:12.104Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-03-01T07:03:12.104Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-03-01T07:03:12.681Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-03-01T07:03:12.991Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-03-01T07:03:13.253Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-03-01T07:03:13.825Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-03-01T07:03:14.086Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-03-01T07:03:14.086Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-03-01T07:03:14.657Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-03-01T07:03:15.228Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2022-03-01T07:03:15.489Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-03-01T07:03:16.427Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-03-01T07:03:16.427Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-01T07:03:16.427Z] === RUN TestDockerSuite/TestBuildBlankName [2022-03-01T07:03:16.432Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-03-01T07:03:17.376Z] docker_api_swarm_service_test.go:533: [dc00ecca90fe9] joining swarm manager [dcf2655845809]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-01T07:03:17.398Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-03-01T07:03:17.638Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-03-01T07:03:18.209Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-03-01T07:03:18.471Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-03-01T07:03:18.732Z] docker_api_swarm_service_test.go:534: [dab928bc16311] joining swarm manager [dcf2655845809]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-01T07:03:18.992Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-03-01T07:03:19.564Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-03-01T07:03:20.137Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-03-01T07:03:20.278Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-03-01T07:03:20.278Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-03-01T07:03:20.278Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-03-01T07:03:20.278Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-01T07:03:20.278Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-03-01T07:03:20.278Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-01T07:03:20.278Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-03-01T07:03:20.278Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-01T07:03:20.278Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-03-01T07:03:20.278Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-01T07:03:20.278Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-03-01T07:03:20.278Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-01T07:03:20.278Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-03-01T07:03:20.278Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-01T07:03:20.278Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-03-01T07:03:20.278Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-01T07:03:20.278Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-03-01T07:03:20.278Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-03-01T07:03:20.278Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-01T07:03:20.278Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-03-01T07:03:21.524Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-03-01T07:03:24.828Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-03-01T07:03:24.828Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-03-01T07:03:25.035Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-03-01T07:03:25.035Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-01T07:03:25.035Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-03-01T07:03:25.035Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-01T07:03:25.035Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-03-01T07:03:25.090Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-03-01T07:03:25.982Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-03-01T07:03:25.982Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-01T07:03:26.474Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-03-01T07:03:26.954Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-03-01T07:03:27.860Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-03-01T07:03:27.991Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-03-01T07:03:29.244Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-03-01T07:03:30.631Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-03-01T07:03:30.631Z] docker_cli_run_test.go:4017: unmatched requirement DaemonIsWindows [2022-03-01T07:03:30.631Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-03-01T07:03:30.631Z] docker_cli_run_test.go:4036: unmatched requirement DaemonIsWindows [2022-03-01T07:03:30.631Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-03-01T07:03:31.202Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-03-01T07:03:32.148Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-03-01T07:03:32.757Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-03-01T07:03:33.105Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-03-01T07:03:34.489Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-03-01T07:03:34.751Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-03-01T07:03:35.148Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-03-01T07:03:35.148Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-01T07:03:35.148Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-03-01T07:03:35.148Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-01T07:03:35.148Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-03-01T07:03:35.148Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-01T07:03:35.148Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-03-01T07:03:35.148Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-01T07:03:35.148Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-03-01T07:03:35.693Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-03-01T07:03:36.264Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2022-03-01T07:03:36.264Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-03-01T07:03:36.264Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-03-01T07:03:36.834Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2022-03-01T07:03:37.774Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-03-01T07:03:37.774Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-03-01T07:03:38.128Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-03-01T07:03:38.128Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-01T07:03:38.128Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-03-01T07:03:38.128Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-01T07:03:38.128Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-03-01T07:03:38.349Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-03-01T07:03:38.609Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-03-01T07:03:39.180Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2022-03-01T07:03:39.442Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-03-01T07:03:39.442Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-03-01T07:03:40.013Z] === RUN TestDockerSuite/TestRunEnvironment [2022-03-01T07:03:40.274Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-03-01T07:03:40.846Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-03-01T07:03:41.423Z] === RUN TestDockerSuite/TestRunExitCode [2022-03-01T07:03:41.423Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2022-03-01T07:03:41.687Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-03-01T07:03:42.261Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-03-01T07:03:42.834Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-03-01T07:03:43.406Z] === RUN TestDockerSuite/TestRunExposePort [2022-03-01T07:03:43.406Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-03-01T07:03:43.406Z] docker_api_swarm_service_test.go:148: [d3cc24f8f859b] joining swarm manager [df4e32dfe9293]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-01T07:03:43.977Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-03-01T07:03:44.238Z] docker_api_swarm_service_test.go:148: [d573015b689f2] joining swarm manager [df4e32dfe9293]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-01T07:03:44.499Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-03-01T07:03:45.288Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-03-01T07:03:45.887Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-03-01T07:03:45.887Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-01T07:03:45.887Z] docker_cli_run_test.go:4119: unmatched requirement DaemonIsWindows [2022-03-01T07:03:45.887Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-03-01T07:03:47.590Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-03-01T07:03:48.435Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-03-01T07:03:48.610Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-03-01T07:03:48.610Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-03-01T07:03:48.610Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-03-01T07:03:48.696Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-03-01T07:03:50.135Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-03-01T07:03:50.136Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-01T07:03:50.136Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-03-01T07:03:50.136Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-01T07:03:50.590Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-03-01T07:03:50.590Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-01T07:03:50.590Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-03-01T07:03:51.045Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-03-01T07:03:51.045Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-01T07:03:51.045Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-03-01T07:03:56.245Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-03-01T07:03:56.245Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-01T07:03:56.245Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-03-01T07:04:00.947Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2022-03-01T07:04:00.947Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-03-01T07:04:01.208Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2022-03-01T07:04:01.208Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2022-03-01T07:04:01.208Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-03-01T07:04:01.208Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-03-01T07:04:01.780Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-03-01T07:04:02.052Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-03-01T07:04:02.052Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-01T07:04:02.052Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-03-01T07:04:02.052Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-01T07:04:02.052Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-03-01T07:04:04.323Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-03-01T07:04:04.894Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-03-01T07:04:05.836Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-03-01T07:04:07.863Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-03-01T07:04:07.863Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-01T07:04:07.863Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-03-01T07:04:08.834Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-03-01T07:04:08.834Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-01T07:04:08.834Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-03-01T07:04:08.834Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-01T07:04:08.834Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-03-01T07:04:11.127Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-03-01T07:04:11.388Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-03-01T07:04:11.649Z] === RUN TestDockerSuite/TestRunModeHostname [2022-03-01T07:04:12.221Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-03-01T07:04:12.482Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-03-01T07:04:12.482Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-03-01T07:04:13.422Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-03-01T07:04:13.994Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-03-01T07:04:14.937Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-03-01T07:04:15.199Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-03-01T07:04:15.199Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-03-01T07:04:16.117Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-03-01T07:04:16.117Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-03-01T07:04:16.117Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-01T07:04:16.117Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-03-01T07:04:16.142Z] === RUN TestDockerSuite/TestRunMount [2022-03-01T07:04:19.452Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2022-03-01T07:04:19.713Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-03-01T07:04:20.284Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-03-01T07:04:20.856Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-03-01T07:04:21.798Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-03-01T07:04:24.360Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-03-01T07:04:25.741Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-03-01T07:04:27.652Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-03-01T07:04:29.035Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-03-01T07:04:29.977Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-03-01T07:04:30.917Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-03-01T07:04:31.179Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-03-01T07:04:31.439Z] === RUN TestDockerSuite/TestRunNetHost [2022-03-01T07:04:32.384Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-03-01T07:04:32.957Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-03-01T07:04:33.528Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-03-01T07:04:33.744Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-03-01T07:04:33.744Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-03-01T07:04:33.744Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-03-01T07:04:33.998Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-03-01T07:04:34.911Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-03-01T07:04:36.296Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-03-01T07:04:37.450Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-03-01T07:04:37.742Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-03-01T07:04:37.742Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-01T07:04:38.201Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-03-01T07:04:38.201Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-01T07:04:38.201Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-03-01T07:04:39.593Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-03-01T07:04:39.743Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-03-01T07:04:39.743Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-01T07:04:39.743Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-03-01T07:04:40.163Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-03-01T07:04:40.163Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2022-03-01T07:04:40.334Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-03-01T07:04:40.424Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-03-01T07:04:40.685Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-03-01T07:04:40.945Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-03-01T07:04:41.515Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-03-01T07:04:41.516Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-03-01T07:04:42.086Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-03-01T07:04:43.221Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-03-01T07:04:43.997Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2022-03-01T07:04:45.547Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-03-01T07:04:46.007Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-03-01T07:04:46.007Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-01T07:04:46.007Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-03-01T07:04:46.007Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-01T07:04:46.466Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-03-01T07:04:48.005Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-03-01T07:04:48.215Z] === RUN TestDockerSuite/TestRunOOMExitCode [2022-03-01T07:04:48.215Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2022-03-01T07:04:48.215Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-03-01T07:04:48.215Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2022-03-01T07:04:48.215Z] === RUN TestDockerSuite/TestRunPIDsLimit [2022-03-01T07:04:48.785Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-03-01T07:04:48.974Z] === RUN TestDockerSuite/TestBuildCmd [2022-03-01T07:04:49.444Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-03-01T07:04:49.903Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-03-01T07:04:50.166Z] === RUN TestDockerSuite/TestRunPortInUse [2022-03-01T07:04:50.363Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-03-01T07:04:50.426Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2022-03-01T07:04:50.687Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2022-03-01T07:04:51.257Z] docker_cli_run_unix_test.go:1407: out: "a *:* rwm\n" [2022-03-01T07:04:51.257Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-03-01T07:04:51.517Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-03-01T07:04:52.090Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-03-01T07:04:52.662Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-03-01T07:04:53.603Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-01T07:04:53.603Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2022-03-01T07:04:53.603Z] === RUN TestDockerSuite/TestRunPublishPort [2022-03-01T07:04:53.603Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2022-03-01T07:04:53.864Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-03-01T07:04:54.435Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-03-01T07:04:54.435Z] docker_cli_run_test.go:2837: kernel doesn't have latency_stats configured [2022-03-01T07:04:54.435Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-03-01T07:04:55.005Z] === RUN TestDockerSuite/TestRunRedirectStdout [2022-03-01T07:04:56.388Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-03-01T07:04:56.388Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-03-01T07:04:56.388Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-03-01T07:04:56.652Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2022-03-01T07:04:57.447Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-03-01T07:04:58.562Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-03-01T07:04:59.352Z] ok github.com/docker/docker/libnetwork/networkdb 104.102s coverage: 60.0% of statements [2022-03-01T07:04:59.352Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-01T07:04:59.352Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-03-01T07:04:59.352Z] ok github.com/docker/docker/libnetwork/osl 4.323s coverage: 39.7% of statements [2022-03-01T07:04:59.352Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2022-03-01T07:04:59.352Z] ok github.com/docker/docker/libnetwork/portallocator 0.011s coverage: 86.1% of statements [2022-03-01T07:04:59.352Z] ok github.com/docker/docker/libnetwork/portmapper 0.212s coverage: 48.6% of statements [2022-03-01T07:04:59.502Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2022-03-01T07:04:59.610Z] ok github.com/docker/docker/libnetwork/resolvconf 0.004s coverage: 70.6% of statements [2022-03-01T07:04:59.610Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-01T07:04:59.627Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-03-01T07:04:59.627Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-01T07:04:59.627Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-03-01T07:04:59.762Z] === RUN TestDockerSuite/TestRunRm [2022-03-01T07:04:59.868Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-03-01T07:04:59.868Z] [2022-03-01T07:04:59.868Z] === Skipped [2022-03-01T07:04:59.868Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-03-01T07:04:59.868Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-01T07:04:59.868Z] [2022-03-01T07:04:59.868Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-03-01T07:04:59.868Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-01T07:04:59.868Z] [2022-03-01T07:04:59.868Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-03-01T07:04:59.868Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-01T07:04:59.868Z] [2022-03-01T07:04:59.868Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-01T07:04:59.868Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-01T07:04:59.868Z] [2022-03-01T07:04:59.868Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-01T07:04:59.868Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-01T07:04:59.868Z] [2022-03-01T07:04:59.868Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-01T07:04:59.868Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-01T07:04:59.868Z] [2022-03-01T07:04:59.868Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-01T07:04:59.868Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-01T07:04:59.868Z] [2022-03-01T07:04:59.868Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-01T07:04:59.868Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-01T07:04:59.868Z] [2022-03-01T07:04:59.868Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-03-01T07:04:59.868Z] firewalld_test.go:14: firewalld is not running [2022-03-01T07:04:59.868Z] [2022-03-01T07:04:59.868Z] DONE 326 tests, 9 skipped in 197.833s [2022-03-01T07:05:00.333Z] === RUN TestDockerSuite/TestRunRmAndWait Post stage [Pipeline] junit [2022-03-01T07:05:00.450Z] Recording test results [2022-03-01T07:05:00.813Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2022-03-01T07:05:01.167Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-03-01T07:05:01.167Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-01T07:05:01.168Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-03-01T07:05:01.174Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43303/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=9efa8b3500f43524d705cd703dac5ea5944b8ef6 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:9efa8b3500f43524d705cd703dac5ea5944b8ef6 hack/validate/vendor [2022-03-01T07:05:01.630Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-03-01T07:05:01.714Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2022-03-01T07:05:01.740Z] No vendor changes in diff. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-01T07:05:02.796Z] + echo Ensuring container killed. [2022-03-01T07:05:02.796Z] Ensuring container killed. [2022-03-01T07:05:02.796Z] + docker rm -vf docker-pr1 [2022-03-01T07:05:02.796Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-03-01T07:05:03.135Z] + echo Chowning /workspace to jenkins user [2022-03-01T07:05:03.135Z] Chowning /workspace to jenkins user [2022-03-01T07:05:03.135Z] + id -u [2022-03-01T07:05:03.135Z] + id -g [2022-03-01T07:05:03.135Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43303:/workspace busybox chown -R 1000:1000 /workspace [2022-03-01T07:05:03.768Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-03-01T07:05:04.339Z] === RUN TestDockerSuite/TestRunRootWorkdir [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-01T07:05:04.659Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-03-01T07:05:04.808Z] + bundleName=unit [2022-03-01T07:05:04.808Z] + echo Creating unit-bundles.tar.gz [2022-03-01T07:05:04.808Z] Creating unit-bundles.tar.gz [2022-03-01T07:05:04.808Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report-libnetwork.xml bundles/junit-report.xml bundles/go-test-report-libnetwork.json bundles/go-test-report.json bundles/profile-libnetwork.out bundles/profile.out [2022-03-01T07:05:04.808Z] bundles/junit-report-libnetwork.xml [2022-03-01T07:05:04.808Z] bundles/junit-report.xml [2022-03-01T07:05:04.808Z] bundles/go-test-report-libnetwork.json [2022-03-01T07:05:04.808Z] bundles/go-test-report.json [2022-03-01T07:05:04.808Z] bundles/profile-libnetwork.out [2022-03-01T07:05:04.808Z] bundles/profile.out [Pipeline] archiveArtifacts [2022-03-01T07:05:04.820Z] Archiving artifacts [2022-03-01T07:05:04.909Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2022-03-01T07:05:05.118Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-03-01T07:05:05.252Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43303/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-01T07:05:05.484Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2022-03-01T07:05:05.566Z] + make clean [2022-03-01T07:05:05.578Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-03-01T07:05:05.578Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-01T07:05:05.578Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-03-01T07:05:05.824Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-01T07:05:05.824Z] docker-dev-cache [2022-03-01T07:05:05.824Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-01T07:05:06.439Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2022-03-01T07:05:06.558Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-03-01T07:05:07.014Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2022-03-01T07:05:07.527Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-03-01T07:05:07.527Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-01T07:05:07.527Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-03-01T07:05:07.527Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-01T07:05:07.527Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-03-01T07:05:09.558Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2022-03-01T07:05:10.128Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2022-03-01T07:05:13.325Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-03-01T07:05:13.425Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2022-03-01T07:05:13.425Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2022-03-01T07:05:13.995Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2022-03-01T07:05:14.257Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2022-03-01T07:05:14.828Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2022-03-01T07:05:15.091Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2022-03-01T07:05:15.661Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2022-03-01T07:05:15.921Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-03-01T07:05:16.491Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-03-01T07:05:16.751Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-03-01T07:05:19.290Z] === RUN TestDockerSuite/TestRunState [2022-03-01T07:05:20.229Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-03-01T07:05:20.800Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-03-01T07:05:21.060Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-03-01T07:05:21.320Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2022-03-01T07:05:21.320Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2022-03-01T07:05:21.320Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-03-01T07:05:21.580Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-03-01T07:05:22.151Z] === RUN TestDockerSuite/TestRunSysctls [2022-03-01T07:05:23.090Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-03-01T07:05:23.090Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-03-01T07:05:23.090Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-03-01T07:05:23.350Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2022-03-01T07:05:24.732Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2022-03-01T07:05:25.302Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2022-03-01T07:05:26.243Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2022-03-01T07:05:28.811Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-03-01T07:05:31.348Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-03-01T07:05:31.608Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-03-01T07:05:32.178Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-03-01T07:05:32.748Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-03-01T07:05:33.686Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2022-03-01T07:05:33.826Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-03-01T07:05:34.255Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-03-01T07:05:35.198Z] === RUN TestDockerSuite/TestRunUserByID [2022-03-01T07:05:36.138Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-03-01T07:05:36.138Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-03-01T07:05:36.138Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-03-01T07:05:37.081Z] === RUN TestDockerSuite/TestRunUserByName [2022-03-01T07:05:37.536Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-03-01T07:05:37.536Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-01T07:05:37.536Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-03-01T07:05:37.655Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-03-01T07:05:38.225Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2022-03-01T07:05:38.225Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2022-03-01T07:05:38.225Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-03-01T07:05:38.225Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-03-01T07:05:38.797Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-03-01T07:05:41.338Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-03-01T07:05:41.999Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-03-01T07:05:41.999Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-01T07:05:41.999Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-03-01T07:05:41.999Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-03-01T07:05:41.999Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-03-01T07:05:42.280Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-03-01T07:05:42.540Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2022-03-01T07:05:42.801Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-03-01T07:05:44.713Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-03-01T07:05:44.947Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-03-01T07:05:45.415Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-03-01T07:05:45.415Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-01T07:05:45.415Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-03-01T07:05:45.415Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-01T07:05:45.415Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-03-01T07:05:45.415Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-01T07:05:45.415Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-03-01T07:05:45.652Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-03-01T07:05:45.882Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-03-01T07:05:45.912Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2022-03-01T07:05:46.867Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-03-01T07:05:47.293Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-03-01T07:05:49.036Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-03-01T07:05:49.036Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-03-01T07:05:49.036Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-03-01T07:05:49.217Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-03-01T07:05:49.217Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-03-01T07:05:49.217Z] docker_cli_run_test.go:4072: unmatched requirement DaemonIsWindows [2022-03-01T07:05:49.217Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-03-01T07:05:49.217Z] docker_cli_run_test.go:4092: unmatched requirement DaemonIsWindows [2022-03-01T07:05:49.217Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-03-01T07:05:49.217Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsWindows [2022-03-01T07:05:49.217Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-03-01T07:05:49.481Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2022-03-01T07:05:49.481Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2022-03-01T07:05:49.481Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2022-03-01T07:05:49.816Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-03-01T07:05:50.050Z] === RUN TestDockerSuite/TestRunWithCPUShares [2022-03-01T07:05:50.311Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2022-03-01T07:05:51.251Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2022-03-01T07:05:51.381Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-03-01T07:05:51.381Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-01T07:05:51.820Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2022-03-01T07:05:51.848Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-03-01T07:05:51.849Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-01T07:05:51.849Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-03-01T07:05:51.849Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-03-01T07:05:52.080Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-03-01T07:05:52.080Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2022-03-01T07:05:52.649Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2022-03-01T07:05:52.649Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2022-03-01T07:05:52.649Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2022-03-01T07:05:52.649Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-03-01T07:05:52.649Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2022-03-01T07:05:52.649Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-03-01T07:05:52.649Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2022-03-01T07:05:52.649Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-03-01T07:05:52.649Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2022-03-01T07:05:52.649Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-03-01T07:05:52.649Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2022-03-01T07:05:52.649Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2022-03-01T07:05:52.649Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2022-03-01T07:05:52.649Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-03-01T07:05:52.649Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2022-03-01T07:05:53.219Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2022-03-01T07:05:53.478Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2022-03-01T07:05:53.478Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2022-03-01T07:05:54.049Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-03-01T07:05:54.308Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-03-01T07:05:54.568Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-03-01T07:05:54.568Z] === RUN TestDockerSuite/TestRunWithShmSize [2022-03-01T07:05:54.798Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-03-01T07:05:54.839Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-03-01T07:05:54.839Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-01T07:05:55.138Z] === RUN TestDockerSuite/TestRunWithSwappiness [2022-03-01T07:05:55.298Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-03-01T07:05:55.298Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-01T07:05:55.298Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-03-01T07:05:55.298Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-01T07:05:55.298Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-03-01T07:05:55.707Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2022-03-01T07:05:55.708Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-03-01T07:05:55.708Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-03-01T07:05:55.967Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-03-01T07:05:56.267Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-03-01T07:05:56.267Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-01T07:05:56.267Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-03-01T07:05:56.906Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2022-03-01T07:05:57.166Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2022-03-01T07:05:57.166Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2022-03-01T07:05:57.166Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-03-01T07:05:57.737Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-03-01T07:05:57.737Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-03-01T07:05:58.678Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2022-03-01T07:05:58.678Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-03-01T07:05:58.939Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-03-01T07:06:00.854Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-03-01T07:06:01.425Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-03-01T07:06:01.425Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-03-01T07:06:01.425Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-03-01T07:06:01.685Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2022-03-01T07:06:02.257Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2022-03-01T07:06:03.198Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2022-03-01T07:06:04.140Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-03-01T07:06:04.402Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-03-01T07:06:04.663Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2022-03-01T07:06:05.603Z] === RUN TestDockerSuite/TestSaveImageId [2022-03-01T07:06:05.603Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-03-01T07:06:06.173Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-03-01T07:06:07.113Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2022-03-01T07:06:07.284Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-03-01T07:06:07.373Z] docker_cli_save_load_test.go:364: tmpdir /tmp/save-load-parents2774995985 [2022-03-01T07:06:07.644Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-03-01T07:06:07.904Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-03-01T07:06:09.288Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-03-01T07:06:09.288Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-03-01T07:06:09.288Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-03-01T07:06:10.230Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2022-03-01T07:06:10.801Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-03-01T07:06:12.185Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-03-01T07:06:12.756Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-03-01T07:06:12.756Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-03-01T07:06:13.016Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-03-01T07:06:13.016Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-03-01T07:06:13.277Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2022-03-01T07:06:13.538Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-03-01T07:06:15.450Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-03-01T07:06:15.958Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-03-01T07:06:16.389Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2022-03-01T07:06:16.426Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-03-01T07:06:16.426Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-01T07:06:16.426Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-03-01T07:06:18.301Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2022-03-01T07:06:20.213Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-03-01T07:06:20.840Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-03-01T07:06:21.100Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2022-03-01T07:06:21.198Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-03-01T07:06:21.423Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-03-01T07:06:21.423Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-03-01T07:06:21.423Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-01T07:06:21.423Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-03-01T07:06:22.484Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-03-01T07:06:23.425Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-03-01T07:06:24.365Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-03-01T07:06:26.905Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2022-03-01T07:06:26.905Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-03-01T07:06:27.064Z] === RUN TestDockerSuite/TestBuildAddScript [2022-03-01T07:06:27.064Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-01T07:06:27.064Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-03-01T07:06:27.064Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-01T07:06:27.064Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-03-01T07:06:27.064Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-01T07:06:27.064Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-03-01T07:06:27.064Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-01T07:06:27.064Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-03-01T07:06:27.064Z] === RUN TestDockerSuite/TestBuildAddTar [2022-03-01T07:06:28.820Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-03-01T07:06:29.397Z] === RUN TestDockerSuite/TestStartRecordError [2022-03-01T07:06:30.783Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-03-01T07:06:31.725Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-03-01T07:06:31.985Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2022-03-01T07:06:32.926Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-03-01T07:06:36.224Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-03-01T07:06:37.875Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-03-01T07:06:37.875Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-03-01T07:06:37.875Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-03-01T07:06:40.427Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-03-01T07:06:42.538Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-03-01T07:06:42.538Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-03-01T07:06:42.538Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-03-01T07:06:42.970Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-03-01T07:06:45.515Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2022-03-01T07:06:46.281Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-03-01T07:06:47.429Z] === RUN TestDockerSuite/TestStatsNoStream [2022-03-01T07:06:47.429Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2022-03-01T07:06:49.971Z] === RUN TestDockerSuite/TestStopContainerSignal [2022-03-01T07:06:50.024Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-03-01T07:06:50.913Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2022-03-01T07:06:51.486Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-03-01T07:06:52.058Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-03-01T07:06:52.631Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-03-01T07:06:52.632Z] === RUN TestDockerSuite/TestTopPrivileged [2022-03-01T07:06:52.934Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-03-01T07:06:53.206Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-03-01T07:06:53.206Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-03-01T07:06:53.206Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-03-01T07:06:53.779Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2022-03-01T07:06:53.779Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-03-01T07:06:57.084Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-03-01T07:06:58.470Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2022-03-01T07:06:59.855Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2022-03-01T07:07:00.429Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2022-03-01T07:07:01.001Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2022-03-01T07:07:01.001Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-03-01T07:07:01.001Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2022-03-01T07:07:01.001Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-03-01T07:07:01.001Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2022-03-01T07:07:01.163Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-03-01T07:07:01.572Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2022-03-01T07:07:02.145Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2022-03-01T07:07:02.717Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2022-03-01T07:07:03.665Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2022-03-01T07:07:04.608Z] === RUN TestDockerSuite/TestUpdateStats [2022-03-01T07:07:08.813Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2022-03-01T07:07:09.074Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2022-03-01T07:07:09.074Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-03-01T07:07:09.074Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2022-03-01T07:07:09.647Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2022-03-01T07:07:09.757Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-03-01T07:07:09.757Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-01T07:07:09.757Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-03-01T07:07:09.757Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-01T07:07:09.757Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-03-01T07:07:10.218Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-03-01T07:07:11.450Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-03-01T07:07:12.764Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2022-03-01T07:07:14.678Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2022-03-01T07:07:14.678Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2022-03-01T07:07:17.226Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2022-03-01T07:07:18.623Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-03-01T07:07:20.538Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-03-01T07:07:23.081Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2022-03-01T07:07:24.466Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2022-03-01T07:07:25.852Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2022-03-01T07:07:26.424Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2022-03-01T07:07:27.369Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2022-03-01T07:07:27.369Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2022-03-01T07:07:29.285Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2022-03-01T07:07:29.859Z] docker_cli_service_logs_test.go:246: checking task zwql5l439k0z [2022-03-01T07:07:29.859Z] docker_cli_service_logs_test.go:251: checking messages for zwql5l439k0z [2022-03-01T07:07:29.859Z] docker_cli_service_logs_test.go:246: checking task vk518wxo8nz8 [2022-03-01T07:07:29.859Z] docker_cli_service_logs_test.go:251: checking messages for vk518wxo8nz8 [2022-03-01T07:07:30.802Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2022-03-01T07:07:32.188Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2022-03-01T07:07:33.130Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2022-03-01T07:07:34.515Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-03-01T07:07:35.048Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-03-01T07:07:35.048Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-01T07:07:35.048Z] === RUN TestDockerSuite/TestBuildBlankName [2022-03-01T07:07:35.518Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-03-01T07:07:41.098Z] === RUN TestDockerSwarmSuite/TestServiceScale [2022-03-01T07:07:41.334Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-03-01T07:07:42.677Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-03-01T07:07:42.677Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-01T07:07:43.012Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2022-03-01T07:07:43.146Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-03-01T07:07:43.666Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-03-01T07:07:47.903Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-03-01T07:07:48.377Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-03-01T07:07:49.619Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-03-01T07:07:49.619Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-03-01T07:07:49.619Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-03-01T07:07:50.191Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-03-01T07:07:50.191Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-03-01T07:07:50.452Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-03-01T07:07:50.452Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-03-01T07:07:50.764Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-03-01T07:07:50.764Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-01T07:07:50.764Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-03-01T07:07:51.026Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-03-01T07:07:51.026Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-03-01T07:07:51.972Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-03-01T07:07:51.972Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-03-01T07:07:51.972Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-03-01T07:07:51.972Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-03-01T07:07:51.972Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-03-01T07:07:53.358Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-03-01T07:07:53.619Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-03-01T07:07:53.619Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-03-01T07:07:53.619Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-03-01T07:07:53.619Z] === RUN TestDockerSuite/TestVolumeEvents [2022-03-01T07:07:56.569Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-03-01T07:07:58.657Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-03-01T07:08:00.204Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-03-01T07:08:00.204Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2022-03-01T07:08:00.776Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-03-01T07:08:00.776Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-03-01T07:08:01.037Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-03-01T07:08:01.983Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2022-03-01T07:08:03.369Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-03-01T07:08:04.314Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2022-03-01T07:08:05.229Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-03-01T07:08:05.229Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-01T07:08:05.229Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-03-01T07:08:06.232Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-03-01T07:08:06.232Z] docker_cli_run_test.go:4410: unmatched requirement DaemonIsWindows [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite (1276.87s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.00s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.05s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (1.21s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.09s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.51s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.70s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.13s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.31s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.27s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.00s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.14s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.85s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.19s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (7.23s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.10s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.37s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.96s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.71s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.67s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.69s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.59s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (1.81s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.63s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestAttachDetach (1.08s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.87s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.75s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.66s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.66s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.05s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.58s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.01s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.01s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.00s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (0.92s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.79s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (15.52s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.62s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.25s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.32s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.62s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.13s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.30s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.58s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (5.50s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.34s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.13s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.02s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.23s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (0.77s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.45s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.47s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.66s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (0.82s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.16s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestBuildAddScript (2.72s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.42s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.16s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.66s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.34s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestBuildAddTar (6.87s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.17s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.25s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.07s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.20s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.30s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.78s) [2022-03-01T07:08:06.232Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.46s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (0.92s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (1.76s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (1.67s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.00s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.25s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.40s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (12.32s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.20s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.62s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.43s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.06s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.31s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.86s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.02s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.12s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.70s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.82s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (5.27s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.31s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.85s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.66s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (4.83s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.60s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.85s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.62s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildCmd (0.44s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.36s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.37s) [2022-03-01T07:08:06.233Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.37s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (4.74s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.52s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.78s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.25s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.55s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.56s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.22s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (8.69s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.67s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.65s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.78s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.30s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.47s) [2022-03-01T07:08:06.233Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2022-03-01T07:08:06.233Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-03-01T07:08:06.233Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2022-03-01T07:08:06.233Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.69s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.21s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.62s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.41s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (3.71s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (3.79s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.40s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (0.83s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.06s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.69s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.05s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.07s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.24s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (0.99s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildDockerignore (8.56s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.50s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (2.93s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (10.55s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.04s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.03s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.13s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.05s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (1.87s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (5.64s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (1.94s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.02s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (14.86s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.18s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.48s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.41s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.38s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.77s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.15s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.32s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.35s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.31s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.54s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.79s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildEnv (1.56s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.25s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.06s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (6.59s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (19.75s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.90s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (8.61s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.75s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.45s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.49s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.15s) [2022-03-01T07:08:06.233Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.32s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (8.45s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildExpose (0.47s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (1.09s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.67s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.51s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildFails (0.85s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.07s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.13s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.77s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.37s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.20s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.50s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.98s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.00s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (1.05s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.49s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.92s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.52s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.25s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildHistory (3.54s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.44s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.68s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.57s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.54s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.85s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildLabel (0.54s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.62s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.40s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.48s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildLabels (0.67s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.40s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.43s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.72s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.71s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.14s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.13s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.10s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.10s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.25s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (2.17s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.29s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.63s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.28s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.34s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.17s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.21s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.72s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.82s) [2022-03-01T07:08:06.233Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.39s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.33s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.42s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.24s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.55s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.42s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.66s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.63s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.55s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.34s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.03s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.24s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.35s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.40s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.88s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.39s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (1.55s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (0.85s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.57s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.82s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.00s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.44s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.32s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildPATH (1.36s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.51s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.80s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (6.20s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (2.59s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.50s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildRm (2.37s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.90s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.58s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.56s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.66s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.14s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.92s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.88s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (3.17s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.10s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.25s) [2022-03-01T07:08:06.233Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.35s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.71s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.12s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildStderr (0.68s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (2.89s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.75s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.83s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.33s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.67s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.24s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildUser (1.56s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.28s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (10.87s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.56s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.19s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.77s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.83s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.23s) [2022-03-01T07:08:06.233Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s) [2022-03-01T07:08:06.233Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2022-03-01T07:08:06.233Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-03-01T07:08:06.233Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.82s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.15s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildWithFailure (1.07s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.78s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.92s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.07s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (1.67s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.31s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.60s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.30s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.41s) [2022-03-01T07:08:06.233Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.54s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.62s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-03-01T07:08:06.233Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.41s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.64s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestCommitChange (0.84s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.52s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestCommitHardlink (0.91s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestCommitNewFile (0.93s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.55s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestCommitTTY (0.96s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.54s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (0.94s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.52s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.07s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.03s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestContainerAPICommit (0.87s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.00s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.43s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.47s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.45s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.47s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.50s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2022-03-01T07:08:06.233Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.51s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.03s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.07s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.06s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.57s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.51s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.69s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.37s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.54s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.59s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.48s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.67s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.44s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.56s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.57s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.47s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.06s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.58s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.06s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.16s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.65s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.36s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.47s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.62s) [2022-03-01T07:08:06.234Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.04s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.47s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.68s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.10s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.48s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.56s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.15s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.10s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (18.99s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.36s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.41s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.37s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.50s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000eac618_} (1.40s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-12264426883_/foo_false____} (1.58s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-12264426883_/foo_true____} (1.53s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-33603465954_/foo_false____} (1.44s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-33603465954_/foo_true____} (1.48s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-33603465954_/foo_true__0xc000eac648__} (1.47s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000eac660_} (0.56s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000eac678_} (0.43s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000eac690_} (1.41s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000eac6a8_} (1.30s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.10s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.28s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.01s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.71s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.47s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.83s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.23s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.63s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.70s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.57s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.60s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.69s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.75s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.95s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.97s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.85s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCpFromCaseG (1.08s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.66s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.49s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.97s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (0.74s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.59s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.76s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.56s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.68s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.63s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.50s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.56s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCpToCaseA (0.92s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.46s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.31s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCpToCaseD (3.14s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.50s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.67s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.52s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCpToCaseH (1.96s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.43s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCpToCaseJ (2.79s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.53s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCpToDot (0.52s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.88s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (0.82s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCpToStdout (0.52s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (0.95s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.25s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.67s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCpVolumePath (0.84s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.06s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCreateArgs (0.10s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.53s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.72s) [2022-03-01T07:08:06.234Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.65s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.36s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCreateLabels (0.08s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.14s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCreateRM (0.18s) [2022-03-01T07:08:06.234Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.09s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.13s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.46s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.07s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.64s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.09s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.17s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.06s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.08s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.66s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.88s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.48s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.86s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.92s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.63s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.50s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.08s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.43s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestDockerFails (0.02s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.02s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.26s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.50s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.38s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.03s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.21s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.35s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.57s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.94s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.54s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.97s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestEventsAttach (0.67s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestEventsCommit (0.72s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.55s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.76s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.65s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.68s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.47s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.36s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.16s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestEventsCopy (1.19s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.29s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.48s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.35s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.16s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.22s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.27s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.45s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.24s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestEventsFilters (1.42s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestEventsFormat (1.12s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.03s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.02s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.71s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.29s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestEventsImagePull (1.31s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.41s) [2022-03-01T07:08:06.234Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-03-01T07:08:06.234Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestEventsPluginOps (2.68s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.65s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestEventsRename (0.51s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestEventsResize (0.51s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.50s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.65s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.43s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.65s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestEventsTop (0.74s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestEventsUntag (2.65s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (10.85s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestExec (0.59s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.63s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.46s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.60s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.22s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.54s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.65s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.64s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.56s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.50s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.70s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.04s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestExecCgroup (0.79s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestExecEnv (0.51s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.13s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.50s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestExecInspectID (2.58s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestExecInteractive (0.62s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.53s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.52s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestExecParseError (0.46s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.45s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.44s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (0.99s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.50s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestExecStartFails (0.52s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.69s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.48s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestExecTTY (0.51s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.54s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.46s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestExecUlimits (0.51s) [2022-03-01T07:08:06.234Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.15s) [2022-03-01T07:08:06.234Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.51s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.81s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.52s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestExecWithUser (0.63s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.75s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.57s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.50s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.63s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.47s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.05s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestHealth (19.05s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.53s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.57s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.07s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.20s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.18s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.29s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.55s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.62s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.57s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.50s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.54s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestImportBadURL (0.02s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestImportDisplay (1.00s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestImportFile (1.05s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.07s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestImportGzipped (1.44s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.76s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.72s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.62s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.55s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.62s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.46s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.42s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.41s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.41s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.42s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.03s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.03s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.41s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.43s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.44s) [2022-03-01T07:08:06.235Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.62s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.44s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestInspectDefault (0.44s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestInspectHistory (0.53s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestInspectImage (0.02s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-01T07:08:06.235Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.46s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.45s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.41s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.47s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.95s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.01s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.46s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestInspectStatus (0.57s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.90s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.47s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.50s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.44s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.46s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.43s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.42s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.54s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (0.94s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestLinksEnvs (0.88s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.21s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.04s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.33s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.37s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.04s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.32s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.26s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.51s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (6.57s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.38s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.99s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.45s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.38s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.26s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.44s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.46s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.47s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.41s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.48s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.45s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.75s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.76s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.79s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.87s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.68s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.77s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.44s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.45s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestLogsSince (6.50s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.47s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.54s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestLogsTail (0.61s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.66s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.44s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.30s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.45s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestNetHostname (1.84s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.28s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.69s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.16s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.43s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPluginActive (1.96s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.93s) [2022-03-01T07:08:06.235Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.49s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.17s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.83s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.53s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.77s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.44s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.15s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPortHostBinding (0.99s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPortList (6.53s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.96s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.00s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.43s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.67s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.63s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.07s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.18s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.00s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (2.31s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (0.95s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.53s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.24s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPsByOrder (2.31s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.72s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.51s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (2.88s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.08s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.39s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.42s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (0.83s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.35s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.85s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.89s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.44s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.38s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPsListContainersSize (0.85s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.13s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.48s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.53s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.88s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.56s) [2022-03-01T07:08:06.235Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.20s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.13s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.07s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.55s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (0.98s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.25s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.64s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (5.73s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.12s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.63s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.07s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.20s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.06s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.88s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (1.98s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (0.92s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.09s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.25s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.62s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.21s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.16s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.78s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.37s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.62s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRmiTag (0.14s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.46s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (3.75s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.43s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.56s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.26s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.87s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRunAddHost (0.42s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.23s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.46s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.42s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.02s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.46s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.63s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.60s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.86s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.94s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.64s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.60s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.60s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.49s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.63s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.72s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.78s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.47s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.45s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.47s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.52s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.71s) [2022-03-01T07:08:06.235Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.48s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.50s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.80s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.04s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.60s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.58s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.43s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.42s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.46s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.42s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.71s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.49s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.48s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.42s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.07s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.44s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (0.87s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.00s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.18s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.43s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.46s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.53s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.45s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.42s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.62s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.87s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.07s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.47s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.58s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.99s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.49s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.52s) [2022-03-01T07:08:06.236Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-03-01T07:08:06.236Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.62s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.06s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunDNSOptions (0.91s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.25s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.43s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.93s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.52s) [2022-03-01T07:08:06.236Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.54s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (0.95s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.42s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.42s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.41s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.41s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.43s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.43s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.42s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.43s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunExitCode (0.47s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.43s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.52s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.60s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunExposePort (0.03s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.55s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.53s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.33s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.27s) [2022-03-01T07:08:06.236Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.28s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.48s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (10.86s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.67s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (0.85s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.02s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.62s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.05s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (0.91s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (0.89s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.49s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.28s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.31s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.61s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.15s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (0.80s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.79s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (0.96s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.16s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (0.81s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunMount (3.66s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.54s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.44s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.24s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.00s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (1.93s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.47s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.47s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.18s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.05s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.45s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunNetHost (0.84s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.52s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.47s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.41s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.63s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.24s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.39s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.11s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.43s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.07s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.43s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.46s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.45s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.61s) [2022-03-01T07:08:06.236Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.58s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.51s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.12s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.84s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.47s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.44s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.45s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.64s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.67s) [2022-03-01T07:08:06.236Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.53s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.52s) [2022-03-01T07:08:06.236Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.41s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.29s) [2022-03-01T07:08:06.236Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.42s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.18s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunRm (0.51s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.48s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.63s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.65s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.52s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.54s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.90s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.09s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.43s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.39s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.41s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.43s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.41s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.42s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.43s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.43s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.42s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.44s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunState (0.93s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.44s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.43s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.13s) [2022-03-01T07:08:06.236Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.42s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.43s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunSysctls (0.88s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.44s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.38s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.43s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.07s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.20s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.78s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.41s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.46s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.44s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.67s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunUnshareProc (0.97s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunUserByID (0.69s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.13s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.15s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.72s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunUserByName (0.68s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.58s) [2022-03-01T07:08:06.236Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.12s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.43s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (2.65s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.70s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.73s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.57s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.28s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.47s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.74s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.41s) [2022-03-01T07:08:06.236Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-03-01T07:08:06.236Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-03-01T07:08:06.236Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.17s) [2022-03-01T07:08:06.236Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.48s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.44s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (0.87s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.44s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.44s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.45s) [2022-03-01T07:08:06.236Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2022-03-01T07:08:06.236Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-03-01T07:08:06.236Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-03-01T07:08:06.236Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-03-01T07:08:06.236Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-03-01T07:08:06.236Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.44s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.42s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.44s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.16s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.46s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.43s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.47s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.43s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (0.83s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.42s) [2022-03-01T07:08:06.236Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.31s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.04s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (0.99s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.43s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.74s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.67s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.75s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.83s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.18s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.05s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.27s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestSaveImageId (0.06s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.43s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.63s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.11s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.40s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.11s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.45s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.44s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.52s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.07s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.07s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.06s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.57s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.01s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.27s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.70s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.95s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestStartAttachSilent (0.92s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.53s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.71s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.70s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestStartRecordError (1.21s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.16s) [2022-03-01T07:08:06.236Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.31s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.79s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.04s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.03s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.47s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.58s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.46s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.50s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.61s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.75s) [2022-03-01T07:08:06.237Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.63s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (3.00s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.86s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.66s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.61s) [2022-03-01T07:08:06.237Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-03-01T07:08:06.237Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.07s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.65s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.87s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.11s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestUpdateStats (3.47s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.84s) [2022-03-01T07:08:06.237Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.62s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.55s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.20s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.36s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.34s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.37s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.08s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.49s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.27s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.28s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.83s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.07s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.43s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.76s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.25s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.26s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.27s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.09s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.60s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.10s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.08s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.05s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.61s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.83s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.10s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.36s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.13s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.44s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.57s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.09s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.10s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (2.17s) [2022-03-01T07:08:06.237Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.81s) [2022-03-01T07:08:06.237Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-03-01T07:08:06.237Z] === RUN TestDockerRegistrySuite [2022-03-01T07:08:06.237Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-03-01T07:08:06.498Z] docker_cli_swarm_test.go:1895: [d1aeeab746271] joining swarm manager [d4165b1ab9252]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-01T07:08:07.443Z] check_test.go:195: [d2cb888307a77] daemon is not started [2022-03-01T07:08:07.443Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-03-01T07:08:07.704Z] docker_cli_swarm_test.go:1896: [d49a519ebe031] joining swarm manager [d4165b1ab9252]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-01T07:08:08.648Z] check_test.go:195: [d4f092ce4a126] daemon is not started [2022-03-01T07:08:08.648Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-03-01T07:08:09.592Z] check_test.go:195: [d449be539b4c2] daemon is not started [2022-03-01T07:08:09.592Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-03-01T07:08:09.859Z] check_test.go:195: [d29d69521c65a] daemon is not started [2022-03-01T07:08:09.859Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-03-01T07:08:12.407Z] check_test.go:195: [dea33aeae941f] daemon is not started [2022-03-01T07:08:12.407Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-03-01T07:08:15.655Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-03-01T07:08:15.655Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-01T07:08:15.655Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-03-01T07:08:15.655Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-01T07:08:15.655Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-03-01T07:08:16.614Z] check_test.go:195: [d2e7451d0a773] daemon is not started [2022-03-01T07:08:16.614Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-03-01T07:08:19.161Z] check_test.go:195: [d6809b15e34cc] daemon is not started [2022-03-01T07:08:19.161Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-03-01T07:08:20.105Z] check_test.go:195: [df22ad47ec51d] daemon is not started [2022-03-01T07:08:20.105Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-03-01T07:08:21.049Z] check_test.go:195: [d62bb59cd5784] daemon is not started [2022-03-01T07:08:21.049Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-03-01T07:08:21.529Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-03-01T07:08:21.529Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-01T07:08:21.529Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-03-01T07:08:21.994Z] check_test.go:195: [de3c815d29633] daemon is not started [2022-03-01T07:08:21.994Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-03-01T07:08:21.997Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-03-01T07:08:21.998Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-01T07:08:21.998Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-03-01T07:08:21.998Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-01T07:08:21.998Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-03-01T07:08:22.938Z] check_test.go:195: [d89496e229db1] daemon is not started [2022-03-01T07:08:22.939Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-03-01T07:08:23.882Z] check_test.go:195: [d51f6608b9366] daemon is not started [2022-03-01T07:08:23.882Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-03-01T07:08:24.143Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2022-03-01T07:08:25.086Z] check_test.go:195: [d0cf3f2b70a19] daemon is not started [2022-03-01T07:08:25.086Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-03-01T07:08:26.476Z] check_test.go:195: [dd3533d908b64] daemon is not started [2022-03-01T07:08:26.476Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-03-01T07:08:27.049Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:1194f372ac904cf8b7e8a84c48f72796e2392a1e820474fdf0f50fced659875d [2022-03-01T07:08:27.622Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:ed51720bfbbeabec9e897c40b7a3d1e7780583aed9ed0fe7fef68d46994903ed [2022-03-01T07:08:27.883Z] check_test.go:195: [d361b9a894cff] daemon is not started [2022-03-01T07:08:27.883Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-03-01T07:08:28.826Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:2881ddea92b14c5c6092446aeb0c864284fc207ed515abce8e04767f58f14f66 [2022-03-01T07:08:29.399Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:9bda9afe00db8bd0b0116f4794f5e75afe4c8d0f9970cae7768afa06ee38cd7d [2022-03-01T07:08:29.661Z] check_test.go:195: [d0525ee7c7f1e] daemon is not started [2022-03-01T07:08:29.661Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-03-01T07:08:30.604Z] check_test.go:195: [d8b4e1f594204] daemon is not started [2022-03-01T07:08:30.604Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-03-01T07:08:31.991Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2022-03-01T07:08:32.976Z] check_test.go:195: [d7658bdca7dad] daemon is not started [2022-03-01T07:08:32.976Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-03-01T07:08:34.362Z] check_test.go:195: [df239f62dd047] daemon is not started [2022-03-01T07:08:34.362Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-03-01T07:08:34.362Z] check_test.go:195: [dce647a41aa57] daemon is not started [2022-03-01T07:08:34.362Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-03-01T07:08:34.625Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2022-03-01T07:08:35.198Z] check_test.go:195: [db52d78851835] daemon is not started [2022-03-01T07:08:35.198Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-03-01T07:08:36.586Z] check_test.go:195: [dbbbb67819ec5] daemon is not started [2022-03-01T07:08:36.586Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-03-01T07:08:37.531Z] check_test.go:195: [dfb997117bf10] daemon is not started [2022-03-01T07:08:37.531Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-03-01T07:08:40.081Z] check_test.go:195: [da88fc030b993] daemon is not started [2022-03-01T07:08:40.081Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-03-01T07:08:40.081Z] check_test.go:195: [d450d22d19f7a] daemon is not started [2022-03-01T07:08:40.081Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-03-01T07:08:41.024Z] check_test.go:195: [d375da8f0c5c1] daemon is not started [2022-03-01T07:08:41.024Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-03-01T07:08:41.596Z] check_test.go:195: [d7c48ce23b25f] daemon is not started [2022-03-01T07:08:41.597Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-03-01T07:08:41.597Z] check_test.go:195: [d8a76b472a2e2] daemon is not started [2022-03-01T07:08:41.597Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-03-01T07:08:41.858Z] check_test.go:195: [de67158604f96] daemon is not started [2022-03-01T07:08:41.858Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-03-01T07:08:42.120Z] check_test.go:195: [d3ee3e8d65503] daemon is not started [2022-03-01T07:08:42.120Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-03-01T07:08:42.381Z] check_test.go:195: [daf2882f02230] daemon is not started [2022-03-01T07:08:42.381Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-03-01T07:08:42.642Z] check_test.go:195: [d1080e2fe246f] daemon is not started [2022-03-01T07:08:42.642Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-03-01T07:08:43.590Z] check_test.go:195: [d8127ed3b0ff1] daemon is not started [2022-03-01T07:08:43.590Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-03-01T07:08:44.978Z] check_test.go:195: [d7288a3f8a824] daemon is not started [2022-03-01T07:08:44.978Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-03-01T07:08:45.925Z] check_test.go:195: [d163bce9828ea] daemon is not started [2022-03-01T07:08:45.925Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-03-01T07:08:46.869Z] check_test.go:195: [deb627c86f88b] daemon is not started [2022-03-01T07:08:46.869Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-03-01T07:08:47.812Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-03-01T07:08:48.383Z] --- PASS: TestDockerRegistrySuite (42.51s) [2022-03-01T07:08:48.383Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.43s) [2022-03-01T07:08:48.383Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.08s) [2022-03-01T07:08:48.383Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.26s) [2022-03-01T07:08:48.383Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s) [2022-03-01T07:08:48.383Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.60s) [2022-03-01T07:08:48.383Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (3.99s) [2022-03-01T07:08:48.383Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.59s) [2022-03-01T07:08:48.383Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (0.97s) [2022-03-01T07:08:48.383Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.86s) [2022-03-01T07:08:48.383Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.00s) [2022-03-01T07:08:48.383Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.04s) [2022-03-01T07:08:48.383Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.01s) [2022-03-01T07:08:48.383Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.02s) [2022-03-01T07:08:48.383Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.26s) [2022-03-01T07:08:48.383Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.78s) [2022-03-01T07:08:48.383Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.78s) [2022-03-01T07:08:48.383Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.95s) [2022-03-01T07:08:48.383Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.35s) [2022-03-01T07:08:48.383Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.09s) [2022-03-01T07:08:48.383Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-03-01T07:08:48.383Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.05s) [2022-03-01T07:08:48.383Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.03s) [2022-03-01T07:08:48.383Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.10s) [2022-03-01T07:08:48.383Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.31s) [2022-03-01T07:08:48.383Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.38s) [2022-03-01T07:08:48.383Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (0.95s) [2022-03-01T07:08:48.383Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.38s) [2022-03-01T07:08:48.383Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2022-03-01T07:08:48.383Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.27s) [2022-03-01T07:08:48.383Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.25s) [2022-03-01T07:08:48.383Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.34s) [2022-03-01T07:08:48.383Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2022-03-01T07:08:48.383Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.03s) [2022-03-01T07:08:48.383Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.38s) [2022-03-01T07:08:48.383Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.81s) [2022-03-01T07:08:48.383Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (0.98s) [2022-03-01T07:08:48.383Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.91s) [2022-03-01T07:08:48.383Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.76s) [2022-03-01T07:08:48.383Z] === RUN TestDockerSchema1RegistrySuite [2022-03-01T07:08:48.383Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-03-01T07:08:48.645Z] check_test.go:222: [d4a015a912a19] daemon is not started [2022-03-01T07:08:48.645Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-03-01T07:08:50.563Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2022-03-01T07:08:51.258Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-03-01T07:08:51.258Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-03-01T07:08:51.258Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-03-01T07:08:51.509Z] check_test.go:222: [db425b8c6240b] daemon is not started [2022-03-01T07:08:51.509Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-03-01T07:08:52.897Z] docker_cli_swarm_test.go:1796: [df92ded224c4b] joining swarm manager [d1c84ec610c4b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-01T07:08:53.854Z] docker_cli_swarm_test.go:1797: [d49210537a516] joining swarm manager [d1c84ec610c4b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-01T07:08:56.401Z] check_test.go:222: [d692773bc6930] daemon is not started [2022-03-01T07:08:56.401Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-03-01T07:08:57.345Z] check_test.go:222: [d3ba37b53d014] daemon is not started [2022-03-01T07:08:57.345Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-03-01T07:08:57.345Z] check_test.go:222: [d4c0bd774ae82] daemon is not started [2022-03-01T07:08:57.345Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-03-01T07:08:58.290Z] check_test.go:222: [d3545c29e7eac] daemon is not started [2022-03-01T07:08:58.290Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-03-01T07:08:59.233Z] check_test.go:222: [d82a5c18e5c22] daemon is not started [2022-03-01T07:08:59.233Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-03-01T07:09:00.178Z] check_test.go:222: [dc0aebe4ca12a] daemon is not started [2022-03-01T07:09:00.178Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-03-01T07:09:02.727Z] check_test.go:222: [d46b76a88e139] daemon is not started [2022-03-01T07:09:02.727Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-03-01T07:09:02.727Z] check_test.go:222: [decda9ebfa26e] daemon is not started [2022-03-01T07:09:02.727Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-03-01T07:09:03.299Z] check_test.go:222: [dbc3811f72786] daemon is not started [2022-03-01T07:09:03.299Z] --- PASS: TestDockerSchema1RegistrySuite (14.71s) [2022-03-01T07:09:03.299Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.16s) [2022-03-01T07:09:03.299Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.92s) [2022-03-01T07:09:03.299Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.77s) [2022-03-01T07:09:03.299Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (0.94s) [2022-03-01T07:09:03.299Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.13s) [2022-03-01T07:09:03.299Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.98s) [2022-03-01T07:09:03.299Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.84s) [2022-03-01T07:09:03.299Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.87s) [2022-03-01T07:09:03.299Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.30s) [2022-03-01T07:09:03.299Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.43s) [2022-03-01T07:09:03.299Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.37s) [2022-03-01T07:09:03.299Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-03-01T07:09:03.299Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-03-01T07:09:03.871Z] check_test.go:251: [d5a26c742a49e] daemon is not started [2022-03-01T07:09:03.871Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-03-01T07:09:04.445Z] check_test.go:251: [d36a8b499b615] daemon is not started [2022-03-01T07:09:04.445Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-03-01T07:09:04.703Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-03-01T07:09:04.706Z] check_test.go:251: [d11dc82bf8435] daemon is not started [2022-03-01T07:09:04.706Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-03-01T07:09:06.091Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-03-01T07:09:06.352Z] check_test.go:251: [db049c94db1a9] daemon is not started [2022-03-01T07:09:06.352Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-03-01T07:09:06.925Z] check_test.go:251: [df04cd5efb3ae] daemon is not started [2022-03-01T07:09:06.925Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-03-01T07:09:07.870Z] check_test.go:251: [d8d19f1688172] daemon is not started [2022-03-01T07:09:07.870Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-03-01T07:09:07.870Z] check_test.go:251: [da6da1e41bfeb] daemon is not started [2022-03-01T07:09:07.870Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.72s) [2022-03-01T07:09:07.870Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.71s) [2022-03-01T07:09:07.870Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.58s) [2022-03-01T07:09:07.870Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.17s) [2022-03-01T07:09:07.870Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.25s) [2022-03-01T07:09:07.870Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.53s) [2022-03-01T07:09:07.870Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.50s) [2022-03-01T07:09:07.870Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.82s) [2022-03-01T07:09:07.870Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.16s) [2022-03-01T07:09:07.870Z] === RUN TestDockerRegistryAuthTokenSuite [2022-03-01T07:09:07.870Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-03-01T07:09:08.502Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-03-01T07:09:08.502Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-01T07:09:08.969Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-03-01T07:09:08.974Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-03-01T07:09:08.974Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-01T07:09:08.974Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-03-01T07:09:09.782Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2022-03-01T07:09:10.541Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-03-01T07:09:10.541Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-01T07:09:10.541Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-03-01T07:09:10.679Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-03-01T07:09:10.679Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-03-01T07:09:10.679Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-01T07:09:10.679Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-03-01T07:09:10.679Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-01T07:09:10.679Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-03-01T07:09:11.654Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-03-01T07:09:12.639Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-03-01T07:09:12.639Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-01T07:09:12.639Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-03-01T07:09:13.085Z] check_test.go:278: [d4579201a04bf] daemon is not started [2022-03-01T07:09:13.086Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-03-01T07:09:13.086Z] check_test.go:278: [d27a08799c3d7] daemon is not started [2022-03-01T07:09:13.086Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-03-01T07:09:13.106Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-03-01T07:09:13.347Z] check_test.go:278: [d21f5cd25c2bd] daemon is not started [2022-03-01T07:09:13.347Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-03-01T07:09:13.347Z] check_test.go:278: [dde9973c1c122] daemon is not started [2022-03-01T07:09:13.347Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-03-01T07:09:13.574Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-03-01T07:09:13.608Z] check_test.go:278: [dd498a0870ece] daemon is not started [2022-03-01T07:09:13.608Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.76s) [2022-03-01T07:09:13.608Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s) [2022-03-01T07:09:13.608Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2022-03-01T07:09:13.608Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2022-03-01T07:09:13.608Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2022-03-01T07:09:13.608Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2022-03-01T07:09:13.608Z] === RUN TestDockerNetworkSuite [2022-03-01T07:09:13.608Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2022-03-01T07:09:14.551Z] docker_cli_network_unix_test.go:46: [d3ac860525336] daemon is not started [2022-03-01T07:09:14.551Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2022-03-01T07:09:15.132Z] docker_cli_network_unix_test.go:46: [d69ea01fb8b8a] daemon is not started [2022-03-01T07:09:15.298Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-03-01T07:09:15.403Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2022-03-01T07:09:16.286Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-03-01T07:09:16.286Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-01T07:09:16.286Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-03-01T07:09:16.286Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-01T07:09:16.286Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-03-01T07:09:17.323Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2022-03-01T07:09:17.854Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-03-01T07:09:17.895Z] docker_cli_network_unix_test.go:46: [dec9ae1ca53a2] daemon is not started [2022-03-01T07:09:18.467Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2022-03-01T07:09:18.841Z] === RUN TestDockerSuite/TestBuildCmd [2022-03-01T07:09:19.310Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-03-01T07:09:19.318Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-03-01T07:09:19.412Z] docker_cli_swarm_test.go:1315: [da9e83baabdd4] joining swarm manager [dc7e32da4057f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-01T07:09:19.433Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-03-01T07:09:19.984Z] docker_cli_network_unix_test.go:46: [d95c75d0735d2] daemon is not started [2022-03-01T07:09:20.245Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2022-03-01T07:09:20.245Z] docker_cli_network_unix_test.go:1233: [de24b85d39550] daemon is not started [2022-03-01T07:09:20.298Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-03-01T07:09:20.766Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-03-01T07:09:20.817Z] docker_cli_swarm_test.go:1316: [d21acab19d64c] joining swarm manager [dc7e32da4057f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-01T07:09:22.387Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-03-01T07:09:22.738Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2022-03-01T07:09:23.683Z] docker_cli_network_unix_test.go:46: [db04c712f72f9] daemon is not started [2022-03-01T07:09:24.255Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2022-03-01T07:09:26.640Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-03-01T07:09:27.136Z] === RUN TestDockerSuite/TestBuildEnv [2022-03-01T07:09:27.136Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-01T07:09:27.136Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-03-01T07:09:27.136Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-01T07:09:27.136Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-03-01T07:09:27.136Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-01T07:09:27.136Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-03-01T07:09:27.136Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-01T07:09:27.136Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-03-01T07:09:27.136Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-01T07:09:27.136Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-03-01T07:09:28.464Z] docker_cli_network_unix_test.go:46: [d351ed9df31ea] daemon is not started [2022-03-01T07:09:28.858Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-03-01T07:09:28.859Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-01T07:09:28.859Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-03-01T07:09:29.406Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2022-03-01T07:09:29.653Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-03-01T07:09:29.845Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-03-01T07:09:29.845Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-01T07:09:29.845Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-03-01T07:09:30.315Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-03-01T07:09:30.794Z] docker_cli_network_unix_test.go:46: [d30472af4ab3e] daemon is not started [2022-03-01T07:09:30.922Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-03-01T07:09:30.922Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-01T07:09:30.922Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-03-01T07:09:30.922Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-01T07:09:30.922Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-03-01T07:09:30.922Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-01T07:09:30.922Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-03-01T07:09:31.366Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2022-03-01T07:09:31.906Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-03-01T07:09:32.310Z] docker_cli_network_unix_test.go:46: [dc34bce905d30] daemon is not started [2022-03-01T07:09:32.530Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-03-01T07:09:32.572Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2022-03-01T07:09:33.145Z] docker_cli_network_unix_test.go:46: [d1e13c95a5770] daemon is not started [2022-03-01T07:09:33.145Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2022-03-01T07:09:33.406Z] docker_cli_network_unix_test.go:46: [d5439ecb2e672] daemon is not started [2022-03-01T07:09:33.406Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2022-03-01T07:09:33.519Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-03-01T07:09:33.979Z] docker_cli_network_unix_test.go:46: [dcb8f8ee73608] daemon is not started [2022-03-01T07:09:33.988Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-03-01T07:09:33.988Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-01T07:09:34.240Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2022-03-01T07:09:34.457Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-03-01T07:09:34.818Z] docker_cli_network_unix_test.go:46: [dadd640cb5719] daemon is not started [2022-03-01T07:09:34.925Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-03-01T07:09:35.080Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2022-03-01T07:09:35.341Z] docker_cli_network_unix_test.go:46: [d9b2044181109] daemon is not started [2022-03-01T07:09:35.341Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2022-03-01T07:09:35.603Z] docker_cli_network_unix_test.go:46: [db09d0e2d4367] daemon is not started [2022-03-01T07:09:35.603Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2022-03-01T07:09:35.912Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-03-01T07:09:35.912Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-01T07:09:35.912Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-03-01T07:09:35.912Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-01T07:09:35.912Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-03-01T07:09:36.175Z] docker_cli_network_unix_test.go:46: [d75ed0d596cb2] daemon is not started [2022-03-01T07:09:36.449Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2022-03-01T07:09:36.449Z] docker_cli_network_unix_test.go:46: [dcac831c07064] daemon is not started [2022-03-01T07:09:36.449Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2022-03-01T07:09:36.449Z] docker_cli_network_unix_test.go:46: [d72c044d1c83b] daemon is not started [2022-03-01T07:09:36.449Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2022-03-01T07:09:36.655Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-03-01T07:09:36.722Z] docker_cli_network_unix_test.go:46: [d9860825de0e2] daemon is not started [2022-03-01T07:09:36.722Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2022-03-01T07:09:37.666Z] docker_cli_network_unix_test.go:46: [dd26209aab8ed] daemon is not started [2022-03-01T07:09:37.666Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2022-03-01T07:09:38.239Z] docker_cli_network_unix_test.go:46: [d6bd9f2784d36] daemon is not started [2022-03-01T07:09:38.501Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2022-03-01T07:09:38.501Z] docker_cli_network_unix_test.go:46: [d78a0f123c69a] daemon is not started [2022-03-01T07:09:38.501Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2022-03-01T07:09:38.764Z] docker_cli_network_unix_test.go:46: [dda81e8713474] daemon is not started [2022-03-01T07:09:38.764Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2022-03-01T07:09:38.764Z] docker_cli_network_unix_test.go:46: [db7b427ac3f7c] daemon is not started [2022-03-01T07:09:38.764Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2022-03-01T07:09:40.150Z] docker_cli_network_unix_test.go:968: [da46a74779851] daemon is not started [2022-03-01T07:09:41.093Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2022-03-01T07:09:42.479Z] docker_cli_network_unix_test.go:46: [d6aa59fbc8c15] daemon is not started [2022-03-01T07:09:42.479Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2022-03-01T07:09:45.029Z] docker_cli_network_unix_test.go:1116: [d7e6037cfc959] daemon is not started [2022-03-01T07:09:46.339Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-03-01T07:09:47.580Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2022-03-01T07:09:47.580Z] docker_cli_network_unix_test.go:46: [d1be62058d932] daemon is not started [2022-03-01T07:09:47.580Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2022-03-01T07:09:48.525Z] docker_cli_network_unix_test.go:46: [df873147097ae] daemon is not started [2022-03-01T07:09:48.525Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2022-03-01T07:09:48.525Z] docker_cli_network_unix_test.go:46: [d2cfb6776de7e] daemon is not started [2022-03-01T07:09:48.525Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2022-03-01T07:09:48.525Z] docker_cli_network_unix_test.go:46: [d928912f1c704] daemon is not started [2022-03-01T07:09:48.525Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2022-03-01T07:09:48.786Z] docker_cli_network_unix_test.go:46: [d7c691f895a57] daemon is not started [2022-03-01T07:09:48.786Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2022-03-01T07:09:49.047Z] docker_cli_network_unix_test.go:46: [dc8188afea2e1] daemon is not started [2022-03-01T07:09:49.047Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2022-03-01T07:09:49.047Z] docker_cli_network_unix_test.go:46: [d7eef9e35bdfb] daemon is not started [2022-03-01T07:09:49.047Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2022-03-01T07:09:49.178Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-03-01T07:09:49.645Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-03-01T07:09:49.645Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-01T07:09:49.645Z] === RUN TestDockerSuite/TestBuildExpose [2022-03-01T07:09:49.645Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-01T07:09:50.113Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-03-01T07:09:50.113Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-01T07:09:50.113Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-03-01T07:09:50.113Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-01T07:09:50.113Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-03-01T07:09:50.113Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-01T07:09:50.113Z] === RUN TestDockerSuite/TestBuildFails [2022-03-01T07:09:50.438Z] docker_cli_network_unix_test.go:46: [de84ddf270f5c] daemon is not started [2022-03-01T07:09:51.465Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2022-03-01T07:09:51.465Z] docker_cli_network_unix_test.go:46: [debe26d5980b5] daemon is not started [2022-03-01T07:09:51.465Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2022-03-01T07:09:51.465Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-03-01T07:09:51.465Z] docker_cli_network_unix_test.go:46: [d19f9f0fa2539] daemon is not started [2022-03-01T07:09:51.465Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2022-03-01T07:09:51.725Z] docker_cli_network_unix_test.go:46: [dd93d5a1a2f66] daemon is not started [2022-03-01T07:09:51.987Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2022-03-01T07:09:52.325Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-03-01T07:09:52.792Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-03-01T07:09:55.291Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2022-03-01T07:09:56.677Z] docker_cli_network_unix_test.go:1084: [d7eb2dab80ba2] daemon is not started [2022-03-01T07:09:58.064Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2022-03-01T07:09:58.064Z] docker_cli_network_unix_test.go:46: [d663aa24b445d] daemon is not started [2022-03-01T07:09:58.064Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2022-03-01T07:09:58.639Z] docker_cli_network_unix_test.go:46: [dffb801e2bc31] daemon is not started [2022-03-01T07:09:58.655Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-03-01T07:09:58.902Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2022-03-01T07:09:59.636Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-03-01T07:09:59.846Z] docker_cli_network_unix_test.go:46: [d631504c48b16] daemon is not started [2022-03-01T07:10:00.426Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2022-03-01T07:10:00.426Z] docker_cli_network_unix_test.go:46: [d82a1d16b3c95] daemon is not started [2022-03-01T07:10:00.426Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2022-03-01T07:10:00.687Z] docker_cli_network_unix_test.go:46: [d60648d5a4079] daemon is not started [2022-03-01T07:10:00.949Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2022-03-01T07:10:01.525Z] docker_cli_network_unix_test.go:46: [ddbfed977b0c2] daemon is not started [2022-03-01T07:10:01.525Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2022-03-01T07:10:02.098Z] docker_cli_network_unix_test.go:46: [d397283401ddc] daemon is not started [2022-03-01T07:10:02.359Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2022-03-01T07:10:05.803Z] === RUN TestDockerSuite/TestBuildForceRm [2022-03-01T07:10:08.944Z] docker_cli_network_unix_test.go:46: [d2618ad7e2f6b] daemon is not started [2022-03-01T07:10:08.945Z] --- PASS: TestDockerNetworkSuite (54.39s) [2022-03-01T07:10:08.945Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (0.97s) [2022-03-01T07:10:08.945Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.70s) [2022-03-01T07:10:08.945Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (3.09s) [2022-03-01T07:10:08.945Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.87s) [2022-03-01T07:10:08.945Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.58s) [2022-03-01T07:10:08.945Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.44s) [2022-03-01T07:10:08.945Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (4.93s) [2022-03-01T07:10:08.945Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.17s) [2022-03-01T07:10:08.945Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.14s) [2022-03-01T07:10:08.945Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.54s) [2022-03-01T07:10:08.945Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.37s) [2022-03-01T07:10:08.945Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.88s) [2022-03-01T07:10:08.945Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.83s) [2022-03-01T07:10:08.945Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.18s) [2022-03-01T07:10:08.945Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.31s) [2022-03-01T07:10:08.945Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.70s) [2022-03-01T07:10:08.945Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.17s) [2022-03-01T07:10:08.945Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2022-03-01T07:10:08.945Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.19s) [2022-03-01T07:10:08.945Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.77s) [2022-03-01T07:10:08.945Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (0.98s) [2022-03-01T07:10:08.945Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2022-03-01T07:10:08.945Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.26s) [2022-03-01T07:10:08.945Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.06s) [2022-03-01T07:10:08.945Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.27s) [2022-03-01T07:10:08.945Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.15s) [2022-03-01T07:10:08.945Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.10s) [2022-03-01T07:10:08.945Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.19s) [2022-03-01T07:10:08.945Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.85s) [2022-03-01T07:10:08.945Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.14s) [2022-03-01T07:10:08.945Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2022-03-01T07:10:08.945Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.16s) [2022-03-01T07:10:08.945Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.17s) [2022-03-01T07:10:08.945Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2022-03-01T07:10:08.945Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.29s) [2022-03-01T07:10:08.945Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s) [2022-03-01T07:10:08.945Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-03-01T07:10:08.945Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.70s) [2022-03-01T07:10:08.945Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.30s) [2022-03-01T07:10:08.945Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (2.84s) [2022-03-01T07:10:08.945Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2022-03-01T07:10:08.945Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.72s) [2022-03-01T07:10:08.945Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.42s) [2022-03-01T07:10:08.945Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2022-03-01T07:10:08.945Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.68s) [2022-03-01T07:10:08.945Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.45s) [2022-03-01T07:10:08.945Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.93s) [2022-03-01T07:10:08.945Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.60s) [2022-03-01T07:10:08.945Z] === RUN TestDockerHubPullSuite [2022-03-01T07:10:08.945Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2022-03-01T07:10:09.887Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2022-03-01T07:10:09.991Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-03-01T07:10:11.803Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2022-03-01T07:10:12.746Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2022-03-01T07:10:12.955Z] === RUN TestDockerSuite/TestBuildFromGit [2022-03-01T07:10:14.133Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2022-03-01T07:10:14.133Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2022-03-01T07:10:14.133Z] --- PASS: TestDockerHubPullSuite (6.14s) [2022-03-01T07:10:14.133Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.67s) [2022-03-01T07:10:14.133Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.19s) [2022-03-01T07:10:14.133Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.64s) [2022-03-01T07:10:14.133Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.38s) [2022-03-01T07:10:14.133Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.19s) [2022-03-01T07:10:14.133Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2022-03-01T07:10:14.133Z] PASS [2022-03-01T07:10:14.133Z] [2022-03-01T07:10:14.133Z] === Skipped [2022-03-01T07:10:14.133Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2022-03-01T07:10:14.133Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2022-03-01T07:10:14.133Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2022-03-01T07:10:14.133Z] [2022-03-01T07:10:14.133Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2022-03-01T07:10:14.133Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-03-01T07:10:14.133Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2022-03-01T07:10:14.133Z] [2022-03-01T07:10:14.133Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-03-01T07:10:14.133Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2022-03-01T07:10:14.133Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s) [2022-03-01T07:10:14.133Z] [2022-03-01T07:10:14.133Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2022-03-01T07:10:14.133Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2022-03-01T07:10:14.133Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2022-03-01T07:10:14.133Z] [2022-03-01T07:10:14.133Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-03-01T07:10:14.133Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2022-03-01T07:10:14.133Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-03-01T07:10:14.133Z] [2022-03-01T07:10:14.133Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s) [2022-03-01T07:10:14.133Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2022-03-01T07:10:14.133Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s) [2022-03-01T07:10:14.133Z] [2022-03-01T07:10:14.133Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-03-01T07:10:14.133Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2022-03-01T07:10:14.133Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-03-01T07:10:14.133Z] [2022-03-01T07:10:14.133Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-03-01T07:10:14.133Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2022-03-01T07:10:14.133Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-03-01T07:10:14.133Z] [2022-03-01T07:10:14.133Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s) [2022-03-01T07:10:14.133Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-03-01T07:10:14.133Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s) [2022-03-01T07:10:14.133Z] [2022-03-01T07:10:14.133Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2022-03-01T07:10:14.133Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2022-03-01T07:10:14.133Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s) [2022-03-01T07:10:14.133Z] [2022-03-01T07:10:14.133Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-03-01T07:10:14.133Z] docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows [2022-03-01T07:10:14.133Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-03-01T07:10:14.133Z] [2022-03-01T07:10:14.133Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s) [2022-03-01T07:10:14.133Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-03-01T07:10:14.133Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s) [2022-03-01T07:10:14.133Z] [2022-03-01T07:10:14.133Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-03-01T07:10:14.133Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-03-01T07:10:14.133Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-03-01T07:10:14.133Z] [2022-03-01T07:10:14.133Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2022-03-01T07:10:14.133Z] docker_cli_sni_test.go:18: Flakey test [2022-03-01T07:10:14.133Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2022-03-01T07:10:14.133Z] [2022-03-01T07:10:14.133Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-03-01T07:10:14.133Z] docker_api_containers_test.go:417: unmatched requirement DaemonIsWindows [2022-03-01T07:10:14.133Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2022-03-01T07:10:14.133Z] [2022-03-01T07:10:14.133Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-03-01T07:10:14.133Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-03-01T07:10:14.133Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-03-01T07:10:14.133Z] [2022-03-01T07:10:14.133Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-03-01T07:10:14.133Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-01T07:10:14.133Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-03-01T07:10:14.133Z] [2022-03-01T07:10:14.133Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-03-01T07:10:14.133Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-03-01T07:10:14.133Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-03-01T07:10:14.133Z] [2022-03-01T07:10:14.133Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-03-01T07:10:14.133Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-03-01T07:10:14.133Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-03-01T07:10:14.133Z] [2022-03-01T07:10:14.133Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-03-01T07:10:14.133Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-03-01T07:10:14.133Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-03-01T07:10:14.133Z] [2022-03-01T07:10:14.133Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-03-01T07:10:14.133Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-03-01T07:10:14.133Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-03-01T07:10:14.133Z] [2022-03-01T07:10:14.133Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-03-01T07:10:14.133Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-03-01T07:10:14.133Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-03-01T07:10:14.133Z] [2022-03-01T07:10:14.133Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2022-03-01T07:10:14.133Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-03-01T07:10:14.133Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2022-03-01T07:10:14.133Z] [2022-03-01T07:10:14.133Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-03-01T07:10:14.133Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-03-01T07:10:14.133Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-03-01T07:10:14.133Z] [2022-03-01T07:10:14.133Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-03-01T07:10:14.133Z] docker_cli_run_test.go:4017: unmatched requirement DaemonIsWindows [2022-03-01T07:10:14.133Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-03-01T07:10:14.133Z] [2022-03-01T07:10:14.133Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-03-01T07:10:14.133Z] docker_cli_run_test.go:4036: unmatched requirement DaemonIsWindows [2022-03-01T07:10:14.133Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-03-01T07:10:14.133Z] [2022-03-01T07:10:14.133Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-03-01T07:10:14.133Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-03-01T07:10:14.133Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-03-01T07:10:14.133Z] [2022-03-01T07:10:14.133Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-01T07:10:14.133Z] docker_cli_run_test.go:4119: unmatched requirement DaemonIsWindows [2022-03-01T07:10:14.133Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-01T07:10:14.133Z] [2022-03-01T07:10:14.133Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-03-01T07:10:14.133Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2022-03-01T07:10:14.133Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-03-01T07:10:14.133Z] [2022-03-01T07:10:14.133Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-01T07:10:14.133Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2022-03-01T07:10:14.133Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-01T07:10:14.133Z] [2022-03-01T07:10:14.133Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-03-01T07:10:14.133Z] docker_cli_run_test.go:2837: kernel doesn't have latency_stats configured [2022-03-01T07:10:14.133Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-03-01T07:10:14.133Z] [2022-03-01T07:10:14.133Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-03-01T07:10:14.133Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-03-01T07:10:14.133Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-03-01T07:10:14.133Z] [2022-03-01T07:10:14.133Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-03-01T07:10:14.133Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2022-03-01T07:10:14.133Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-03-01T07:10:14.133Z] [2022-03-01T07:10:14.133Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-03-01T07:10:14.133Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2022-03-01T07:10:14.133Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-03-01T07:10:14.133Z] [2022-03-01T07:10:14.133Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-03-01T07:10:14.133Z] docker_cli_run_test.go:4072: unmatched requirement DaemonIsWindows [2022-03-01T07:10:14.133Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-03-01T07:10:14.133Z] [2022-03-01T07:10:14.133Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-03-01T07:10:14.133Z] docker_cli_run_test.go:4092: unmatched requirement DaemonIsWindows [2022-03-01T07:10:14.133Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-03-01T07:10:14.133Z] [2022-03-01T07:10:14.133Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-03-01T07:10:14.133Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsWindows [2022-03-01T07:10:14.133Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-03-01T07:10:14.133Z] [2022-03-01T07:10:14.133Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-03-01T07:10:14.133Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2022-03-01T07:10:14.133Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-03-01T07:10:14.133Z] [2022-03-01T07:10:14.133Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-03-01T07:10:14.133Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2022-03-01T07:10:14.133Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-03-01T07:10:14.133Z] [2022-03-01T07:10:14.134Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-03-01T07:10:14.134Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-03-01T07:10:14.134Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-03-01T07:10:14.134Z] [2022-03-01T07:10:14.134Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-03-01T07:10:14.134Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-03-01T07:10:14.134Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-03-01T07:10:14.134Z] [2022-03-01T07:10:14.134Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-03-01T07:10:14.134Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-03-01T07:10:14.134Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-03-01T07:10:14.134Z] [2022-03-01T07:10:14.134Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-03-01T07:10:14.134Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2022-03-01T07:10:14.134Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-03-01T07:10:14.134Z] [2022-03-01T07:10:14.134Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-03-01T07:10:14.134Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-03-01T07:10:14.134Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-03-01T07:10:14.134Z] [2022-03-01T07:10:14.134Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-03-01T07:10:14.134Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2022-03-01T07:10:14.134Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-03-01T07:10:14.134Z] [2022-03-01T07:10:14.134Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-03-01T07:10:14.134Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-03-01T07:10:14.134Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-03-01T07:10:14.134Z] [2022-03-01T07:10:14.134Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-03-01T07:10:14.134Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-03-01T07:10:14.134Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-03-01T07:10:14.134Z] [2022-03-01T07:10:14.134Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-03-01T07:10:14.134Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-03-01T07:10:14.134Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-03-01T07:10:14.134Z] [2022-03-01T07:10:14.134Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-03-01T07:10:14.134Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-03-01T07:10:14.134Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-03-01T07:10:14.134Z] [2022-03-01T07:10:14.134Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-03-01T07:10:14.134Z] docker_cli_run_test.go:4410: unmatched requirement DaemonIsWindows [2022-03-01T07:10:14.134Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-03-01T07:10:14.134Z] [2022-03-01T07:10:14.134Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-03-01T07:10:14.134Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-03-01T07:10:14.134Z] docker_cli_network_unix_test.go:46: [d19f9f0fa2539] daemon is not started [2022-03-01T07:10:14.134Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-03-01T07:10:14.134Z] [2022-03-01T07:10:14.134Z] DONE 1262 tests, 51 skipped in 1411.467s [2022-03-01T07:10:14.134Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-01T07:10:14.134Z] ++++ cat bundles/test-integration/docker.pid [2022-03-01T07:10:14.134Z] +++ kill 8361 [2022-03-01T07:10:14.134Z] +++ /etc/init.d/apparmor stop [2022-03-01T07:10:14.134Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-01T07:10:14.134Z] [2022-03-01T07:10:14.134Z] Unloading profiles will leave already running processes permanently [2022-03-01T07:10:14.134Z] unconfined, which can lead to unexpected situations. [2022-03-01T07:10:14.134Z] [2022-03-01T07:10:14.134Z] To set a process to complain mode, use the command line tool [2022-03-01T07:10:14.134Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-01T07:10:14.134Z] +++ true [2022-03-01T07:10:14.134Z] exiting test-integration [2022-03-01T07:10:14.134Z] ++ exit 0 [2022-03-01T07:10:14.134Z] [2022-03-01T07:10:14.395Z] + for job in $(jobs -p) [2022-03-01T07:10:14.395Z] + wait 6415 [2022-03-01T07:10:16.453Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-03-01T07:10:16.922Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-03-01T07:10:17.705Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-03-01T07:10:17.909Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-03-01T07:10:19.266Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-03-01T07:10:20.336Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-03-01T07:10:22.768Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-03-01T07:10:22.768Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-01T07:10:22.768Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-03-01T07:10:22.768Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-01T07:10:23.237Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-03-01T07:10:23.237Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-01T07:10:23.237Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-03-01T07:10:23.706Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-03-01T07:10:23.706Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-01T07:10:23.706Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-03-01T07:10:25.126Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-03-01T07:10:25.126Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-01T07:10:25.126Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-03-01T07:10:25.126Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-03-01T07:10:25.593Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-03-01T07:10:25.594Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-01T07:10:25.594Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-03-01T07:10:34.255Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-03-01T07:10:34.255Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-01T07:10:34.255Z] === RUN TestDockerSuite/TestBuildHistory [2022-03-01T07:10:46.728Z] === RUN TestDockerSuite/TestBuildIidFile [2022-03-01T07:10:47.195Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-03-01T07:10:48.755Z] === RUN TestDockerSuite/TestBuildInheritance [2022-03-01T07:10:48.755Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-01T07:10:48.755Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-03-01T07:10:49.733Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-03-01T07:10:49.733Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-03-01T07:10:54.402Z] === RUN TestDockerSuite/TestBuildLabel [2022-03-01T07:10:55.361Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-03-01T07:10:55.816Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-03-01T07:10:56.776Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-03-01T07:10:57.735Z] === RUN TestDockerSuite/TestBuildLabels [2022-03-01T07:10:58.697Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-03-01T07:11:00.228Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-03-01T07:11:06.415Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-03-01T07:11:06.415Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-03-01T07:11:06.415Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-01T07:11:06.415Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-03-01T07:11:07.267Z] === RUN TestDockerSuite/TestBuildLastModified [2022-03-01T07:11:07.267Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-01T07:11:07.267Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-03-01T07:11:07.267Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-01T07:11:07.267Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-03-01T07:11:07.267Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-03-01T07:11:07.267Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-03-01T07:11:07.267Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-03-01T07:11:07.267Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-03-01T07:11:07.724Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-03-01T07:11:08.178Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-03-01T07:11:13.936Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-03-01T07:11:24.227Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-03-01T07:11:24.227Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-03-01T07:11:24.696Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-03-01T07:11:28.482Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-03-01T07:11:31.435Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-03-01T07:11:31.558Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-03-01T07:11:31.558Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-01T07:11:31.558Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-03-01T07:11:31.558Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-03-01T07:11:34.388Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-03-01T07:11:35.903Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2022-03-01T07:11:39.197Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2022-03-01T07:11:45.787Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2022-03-01T07:11:46.411Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-03-01T07:11:46.411Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-03-01T07:11:46.411Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-01T07:11:46.411Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-03-01T07:11:46.411Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-01T07:11:46.411Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-03-01T07:11:46.411Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-03-01T07:11:46.411Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-03-01T07:11:46.411Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-01T07:11:46.411Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-03-01T07:11:46.411Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-03-01T07:11:46.411Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-03-01T07:11:46.871Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-03-01T07:11:51.074Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2022-03-01T07:11:51.584Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-03-01T07:11:52.461Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2022-03-01T07:11:56.325Z] === RUN TestDockerSuite/TestBuildEnv [2022-03-01T07:11:56.325Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-01T07:11:56.325Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-03-01T07:11:56.325Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-01T07:11:56.325Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-03-01T07:11:56.325Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-01T07:11:56.325Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-03-01T07:11:56.325Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-01T07:11:56.325Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-03-01T07:11:56.325Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-01T07:11:56.325Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-03-01T07:11:56.667Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2022-03-01T07:11:58.580Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2022-03-01T07:12:00.070Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-03-01T07:12:00.070Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-01T07:12:00.070Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-03-01T07:12:00.070Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-01T07:12:00.532Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-03-01T07:12:00.532Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-01T07:12:00.532Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-03-01T07:12:01.501Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-03-01T07:12:02.808Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2022-03-01T07:12:02.808Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-03-01T07:12:02.808Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2022-03-01T07:12:07.017Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2022-03-01T07:12:07.166Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-03-01T07:12:07.306Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-03-01T07:12:07.589Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2022-03-01T07:12:08.533Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2022-03-01T07:12:10.445Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2022-03-01T07:12:19.498Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-03-01T07:12:22.131Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-03-01T07:12:22.131Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-03-01T07:12:22.131Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-01T07:12:22.131Z] === RUN TestDockerSuite/TestBuildExpose [2022-03-01T07:12:22.131Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-01T07:12:22.131Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-03-01T07:12:22.131Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-01T07:12:22.131Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-03-01T07:12:22.131Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-01T07:12:22.131Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-03-01T07:12:22.131Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-01T07:12:22.131Z] === RUN TestDockerSuite/TestBuildFails [2022-03-01T07:12:25.054Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-03-01T07:12:25.054Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-03-01T07:12:25.259Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-03-01T07:12:32.152Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-03-01T07:12:32.293Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-03-01T07:12:36.952Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-03-01T07:12:39.242Z] === RUN TestDockerSuite/TestBuildForceRm [2022-03-01T07:12:46.338Z] === RUN TestDockerSuite/TestBuildFromGit [2022-03-01T07:12:52.139Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-03-01T07:12:53.112Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-03-01T07:12:54.579Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-03-01T07:12:54.579Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-01T07:12:54.579Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-03-01T07:12:58.910Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-03-01T07:12:58.910Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-01T07:12:58.910Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-03-01T07:12:59.882Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-03-01T07:13:00.342Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-03-01T07:13:00.342Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-01T07:13:00.342Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-03-01T07:13:01.611Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-03-01T07:13:01.611Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-03-01T07:13:01.611Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-01T07:13:01.611Z] === RUN TestDockerSuite/TestBuildNetNone [2022-03-01T07:13:01.611Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-01T07:13:01.611Z] === RUN TestDockerSuite/TestBuildNoContext [2022-03-01T07:13:05.321Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-03-01T07:13:06.703Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2022-03-01T07:13:06.703Z] docker_cli_swarm_test.go:1180: [db10c5eefbbb9] joining swarm manager [d8338168055fb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-01T07:13:08.930Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-03-01T07:13:08.930Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-01T07:13:08.930Z] === RUN TestDockerSuite/TestBuildHistory [2022-03-01T07:13:09.028Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-03-01T07:13:11.911Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-03-01T07:13:12.365Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-03-01T07:13:12.365Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-03-01T07:13:13.285Z] docker_cli_swarm_test.go:1189: [d79ca26f576eb] joining swarm manager [d8338168055fb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-01T07:13:15.249Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-03-01T07:13:15.866Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-03-01T07:13:15.866Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-03-01T07:13:15.866Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-01T07:13:15.866Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-03-01T07:13:16.216Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-03-01T07:13:17.739Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-03-01T07:13:21.321Z] === RUN TestDockerSuite/TestBuildIidFile [2022-03-01T07:13:21.321Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-03-01T07:13:24.236Z] === RUN TestDockerSuite/TestBuildInheritance [2022-03-01T07:13:24.236Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-01T07:13:24.236Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-03-01T07:13:25.209Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-03-01T07:13:25.209Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-03-01T07:13:28.016Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-03-01T07:13:28.016Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-03-01T07:13:29.905Z] === RUN TestDockerSuite/TestBuildLabel [2022-03-01T07:13:30.874Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-03-01T07:13:31.334Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-03-01T07:13:32.304Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-03-01T07:13:32.764Z] === RUN TestDockerSuite/TestBuildLabels [2022-03-01T07:13:33.745Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-03-01T07:13:35.284Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-03-01T07:13:38.288Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-03-01T07:13:42.006Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-03-01T07:13:42.371Z] === RUN TestDockerSuite/TestBuildLastModified [2022-03-01T07:13:42.371Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-01T07:13:42.371Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-03-01T07:13:42.371Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-01T07:13:42.371Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-03-01T07:13:42.371Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-03-01T07:13:42.371Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-03-01T07:13:42.371Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-03-01T07:13:42.371Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-03-01T07:13:42.371Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-03-01T07:13:43.340Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-03-01T07:13:49.177Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-03-01T07:13:50.540Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-03-01T07:13:54.248Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-03-01T07:13:58.911Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-03-01T07:13:59.366Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-03-01T07:13:59.366Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-01T07:13:59.366Z] === RUN TestDockerSuite/TestBuildPATH [2022-03-01T07:13:59.366Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-01T07:13:59.366Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-03-01T07:14:00.019Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2022-03-01T07:14:02.253Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-03-01T07:14:02.253Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-01T07:14:02.253Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-03-01T07:14:06.889Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-03-01T07:14:06.889Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-01T07:14:06.889Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-03-01T07:14:08.431Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-03-01T07:14:12.243Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2022-03-01T07:14:14.784Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2022-03-01T07:14:16.693Z] docker_cli_swarm_test.go:1112: [db66871c66f56] joining swarm manager [db4649835c377]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-01T07:14:18.077Z] docker_cli_swarm_test.go:1113: [d4e6465fb34c7] joining swarm manager [db4649835c377]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-01T07:14:42.118Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-03-01T07:14:42.118Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-03-01T07:14:42.118Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-03-01T07:14:44.695Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-03-01T07:14:50.980Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-03-01T07:14:59.942Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-03-01T07:15:01.317Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-03-01T07:15:02.318Z] === RUN TestDockerSuite/TestBuildRm [2022-03-01T07:15:08.420Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-03-01T07:15:12.590Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-03-01T07:15:14.752Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-03-01T07:15:14.752Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-01T07:15:14.752Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-03-01T07:15:14.752Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-01T07:15:14.875Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-03-01T07:15:15.207Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-03-01T07:15:15.500Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-03-01T07:15:16.730Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-03-01T07:15:20.440Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-03-01T07:15:22.668Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-03-01T07:15:24.145Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-03-01T07:15:28.813Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-03-01T07:15:29.801Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-03-01T07:15:39.562Z] docker_cli_swarm_test.go:1166: [d0eece0d0bed6] joining swarm manager [db4649835c377]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-03-01T07:15:43.783Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-03-01T07:15:43.783Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-01T07:15:43.783Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-03-01T07:15:46.435Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-03-01T07:15:46.435Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-03-01T07:15:46.435Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-03-01T07:15:49.586Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-03-01T07:15:50.046Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-03-01T07:15:50.046Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-01T07:15:50.046Z] === RUN TestDockerSuite/TestBuildNetNone [2022-03-01T07:15:50.046Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-01T07:15:50.046Z] === RUN TestDockerSuite/TestBuildNoContext [2022-03-01T07:15:53.790Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-03-01T07:15:54.969Z] === RUN TestDockerSuite/TestBuildSpaces [2022-03-01T07:15:54.969Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-03-01T07:15:58.488Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-03-01T07:15:59.626Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-03-01T07:15:59.626Z] === RUN TestDockerSuite/TestBuildStderr [2022-03-01T07:16:01.400Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-03-01T07:16:01.400Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-03-01T07:16:01.400Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-03-01T07:16:03.340Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-03-01T07:16:04.315Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-03-01T07:16:05.355Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-03-01T07:16:06.894Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-03-01T07:16:11.672Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2022-03-01T07:16:11.672Z] docker_cli_swarm_test.go:1447: [d1b73417a8524] joining swarm manager [d496010d89f7c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-01T07:16:11.672Z] docker_cli_swarm_test.go:1448: [db488d8192887] joining swarm manager [d496010d89f7c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-01T07:16:12.490Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-03-01T07:16:17.237Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-03-01T07:16:17.698Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-03-01T07:16:19.805Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2022-03-01T07:16:20.964Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-03-01T07:16:20.964Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-01T07:16:20.964Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-03-01T07:16:21.190Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2022-03-01T07:16:21.190Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2022-03-01T07:16:21.190Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2022-03-01T07:16:21.452Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2022-03-01T07:16:22.024Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2022-03-01T07:16:24.571Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2022-03-01T07:16:24.672Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-03-01T07:16:24.986Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-03-01T07:16:26.196Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-03-01T07:16:27.880Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2022-03-01T07:16:28.042Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-03-01T07:16:29.787Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2022-03-01T07:16:29.905Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-03-01T07:16:31.696Z] docker_cli_swarm_unix_test.go:63: [d94487e9606a8] joining swarm manager [d60eda06f09ed]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-01T07:16:31.782Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-03-01T07:16:35.400Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-03-01T07:16:35.660Z] === RUN TestDockerSuite/TestBuildUser [2022-03-01T07:16:35.660Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-01T07:16:35.660Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-03-01T07:16:35.660Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-01T07:16:35.660Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-03-01T07:16:35.660Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-01T07:16:35.660Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-03-01T07:16:39.378Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-03-01T07:16:39.378Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-03-01T07:16:42.119Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-03-01T07:16:43.086Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-03-01T07:16:43.086Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-01T07:16:43.086Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-03-01T07:16:43.086Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-01T07:16:43.086Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-03-01T07:16:46.821Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-03-01T07:16:52.631Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-03-01T07:16:53.091Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-03-01T07:16:53.091Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-01T07:16:53.091Z] === RUN TestDockerSuite/TestBuildPATH [2022-03-01T07:16:53.091Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-01T07:16:53.091Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-03-01T07:16:56.028Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-03-01T07:16:56.028Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-01T07:16:56.028Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-03-01T07:17:04.114Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-03-01T07:17:04.568Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-03-01T07:17:13.095Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-03-01T07:17:18.856Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-03-01T07:17:18.856Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-01T07:17:18.856Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-03-01T07:17:18.856Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-01T07:17:18.856Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-03-01T07:17:21.751Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-03-01T07:17:21.751Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-01T07:17:21.751Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-03-01T07:17:27.966Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2022-03-01T07:17:27.966Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2022-03-01T07:17:27.966Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2022-03-01T07:17:29.352Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2022-03-01T07:17:32.024Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-03-01T07:17:32.659Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2022-03-01T07:17:35.205Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2022-03-01T07:17:35.734Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-03-01T07:17:36.190Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-03-01T07:17:36.586Z] docker_api_swarm_test.go:962: [d4d7ed347eb7c] joining swarm manager [da3dbfb36c150]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-01T07:17:38.578Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-03-01T07:17:50.949Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-03-01T07:17:50.949Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-01T07:17:50.949Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-03-01T07:17:50.949Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-01T07:17:50.949Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-03-01T07:17:50.949Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-01T07:17:50.949Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-03-01T07:17:50.949Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-03-01T07:17:57.985Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-03-01T07:17:58.543Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2022-03-01T07:17:59.710Z] === RUN TestDockerSuite/TestBuildRm [2022-03-01T07:18:00.145Z] === RUN TestDockerSuite/TestBuildXZHost [2022-03-01T07:18:00.145Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-01T07:18:00.145Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-03-01T07:18:00.145Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-01T07:18:00.145Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-03-01T07:18:00.145Z] docker_cli_sni_test.go:18: Flakey test [2022-03-01T07:18:00.145Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-03-01T07:18:02.305Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-03-01T07:18:06.969Z] === RUN TestDockerSuite/TestCommitChange [2022-03-01T07:18:08.555Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2022-03-01T07:18:09.128Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2022-03-01T07:18:11.640Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-03-01T07:18:11.667Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2022-03-01T07:18:12.105Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-03-01T07:18:14.210Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2022-03-01T07:18:15.850Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-03-01T07:18:15.850Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-01T07:18:15.850Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-03-01T07:18:15.850Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-01T07:18:15.850Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-03-01T07:18:16.299Z] === RUN TestDockerSuite/TestCommitHardlink [2022-03-01T07:18:16.299Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-01T07:18:16.299Z] === RUN TestDockerSuite/TestCommitNewFile [2022-03-01T07:18:16.820Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-03-01T07:18:21.532Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-03-01T07:18:22.352Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2022-03-01T07:18:23.335Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-03-01T07:18:23.335Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-01T07:18:23.335Z] === RUN TestDockerSuite/TestCommitTTY [2022-03-01T07:18:25.320Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-03-01T07:18:25.650Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2022-03-01T07:18:28.203Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2022-03-01T07:18:30.377Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-03-01T07:18:30.752Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2022-03-01T07:18:31.126Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-03-01T07:18:32.086Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-03-01T07:18:32.086Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-03-01T07:18:32.086Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-01T07:18:32.086Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-03-01T07:18:32.086Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-01T07:18:32.086Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-03-01T07:18:32.086Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-03-01T07:18:32.086Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-03-01T07:18:32.086Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-01T07:18:32.086Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-03-01T07:18:32.086Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-03-01T07:18:32.086Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-03-01T07:18:32.553Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-03-01T07:18:32.663Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2022-03-01T07:18:35.034Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-03-01T07:18:35.034Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-01T07:18:35.034Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-03-01T07:18:35.034Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-01T07:18:35.034Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-03-01T07:18:35.034Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-01T07:18:35.034Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-03-01T07:18:35.034Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-01T07:18:35.034Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-03-01T07:18:35.034Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-01T07:18:35.034Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-03-01T07:18:35.034Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-01T07:18:35.034Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-03-01T07:18:35.034Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2022-03-01T07:18:35.034Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-03-01T07:18:35.034Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-03-01T07:18:35.221Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2022-03-01T07:18:36.348Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-03-01T07:18:38.527Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2022-03-01T07:18:40.441Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2022-03-01T07:18:41.101Z] === RUN TestDockerSuite/TestBuildEnv [2022-03-01T07:18:41.101Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-01T07:18:41.101Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-03-01T07:18:41.101Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-01T07:18:41.101Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-03-01T07:18:41.101Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-01T07:18:41.101Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-03-01T07:18:41.101Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-01T07:18:41.101Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-03-01T07:18:41.101Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-01T07:18:41.101Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-03-01T07:18:42.071Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-03-01T07:18:44.891Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-03-01T07:18:44.891Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-01T07:18:44.891Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-03-01T07:18:44.891Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-01T07:18:44.891Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-03-01T07:18:44.891Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-01T07:18:44.891Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-03-01T07:18:46.456Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-03-01T07:18:48.829Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-03-01T07:18:48.829Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-03-01T07:18:49.103Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-03-01T07:18:49.103Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2022-03-01T07:18:49.103Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-03-01T07:18:49.289Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-03-01T07:18:51.205Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-03-01T07:18:51.986Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-03-01T07:18:51.986Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2022-03-01T07:18:51.986Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-03-01T07:18:51.986Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2022-03-01T07:18:51.986Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-03-01T07:18:51.986Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2022-03-01T07:18:51.986Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-03-01T07:18:54.153Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-03-01T07:18:54.153Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2022-03-01T07:18:54.153Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-03-01T07:18:54.153Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-03-01T07:18:57.035Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-03-01T07:18:57.035Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-03-01T07:18:57.035Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2022-03-01T07:18:57.035Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-03-01T07:18:57.035Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2022-03-01T07:18:57.035Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-03-01T07:18:57.035Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2022-03-01T07:18:57.035Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-03-01T07:18:57.868Z] === RUN TestDockerSuite/TestBuildSpaces [2022-03-01T07:18:58.329Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-03-01T07:18:59.924Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-03-01T07:19:02.807Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-03-01T07:19:04.139Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-03-01T07:19:04.139Z] === RUN TestDockerSuite/TestBuildStderr [2022-03-01T07:19:04.331Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-03-01T07:19:04.789Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-03-01T07:19:04.789Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2022-03-01T07:19:04.789Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-03-01T07:19:06.949Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-03-01T07:19:06.950Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-03-01T07:19:08.835Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-03-01T07:19:09.027Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-03-01T07:19:09.027Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-03-01T07:19:09.027Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-01T07:19:09.027Z] === RUN TestDockerSuite/TestBuildExpose [2022-03-01T07:19:09.027Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-01T07:19:09.027Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-03-01T07:19:09.027Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-01T07:19:09.027Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-03-01T07:19:09.027Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-01T07:19:09.027Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-03-01T07:19:09.027Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-01T07:19:09.027Z] === RUN TestDockerSuite/TestBuildFails [2022-03-01T07:19:09.834Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-03-01T07:19:09.834Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2022-03-01T07:19:09.834Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-03-01T07:19:09.834Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2022-03-01T07:19:09.834Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-03-01T07:19:12.717Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-03-01T07:19:12.717Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-03-01T07:19:14.257Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-03-01T07:19:14.257Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2022-03-01T07:19:14.257Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-03-01T07:19:14.930Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-03-01T07:19:14.930Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-03-01T07:19:17.140Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-03-01T07:19:17.594Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-03-01T07:19:20.481Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-03-01T07:19:20.795Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-03-01T07:19:24.190Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-03-01T07:19:26.679Z] === RUN TestDockerSuite/TestBuildForceRm [2022-03-01T07:19:28.882Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-03-01T07:19:28.882Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-03-01T07:19:28.882Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-03-01T07:19:28.882Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-03-01T07:19:28.882Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-03-01T07:19:29.952Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-03-01T07:19:29.952Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-01T07:19:29.952Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-03-01T07:19:31.041Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-03-01T07:19:31.041Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2022-03-01T07:19:31.041Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-03-01T07:19:33.202Z] === RUN TestDockerSuite/TestContainerAPITop [2022-03-01T07:19:33.202Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2022-03-01T07:19:33.202Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-03-01T07:19:33.832Z] === RUN TestDockerSuite/TestBuildFromGit [2022-03-01T07:19:34.649Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-03-01T07:19:35.110Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-03-01T07:19:35.369Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-03-01T07:19:35.369Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-03-01T07:19:36.705Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2022-03-01T07:19:40.034Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-03-01T07:19:40.920Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-03-01T07:19:42.195Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-03-01T07:19:42.195Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-01T07:19:42.195Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-03-01T07:19:42.195Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-01T07:19:42.195Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-03-01T07:19:42.195Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-01T07:19:42.195Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-03-01T07:19:42.195Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-01T07:19:42.195Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-03-01T07:19:42.195Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-01T07:19:42.196Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-03-01T07:19:44.251Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-03-01T07:19:44.358Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-03-01T07:19:44.358Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-03-01T07:19:44.719Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-03-01T07:19:45.617Z] === RUN TestDockerSuite/TestBuildUser [2022-03-01T07:19:45.617Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-01T07:19:45.617Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-03-01T07:19:45.617Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-01T07:19:45.617Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-03-01T07:19:45.617Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-01T07:19:45.617Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-03-01T07:19:46.519Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-03-01T07:19:49.412Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-03-01T07:19:50.324Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-03-01T07:19:50.588Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-03-01T07:19:50.588Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-01T07:19:50.588Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-03-01T07:19:50.783Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-03-01T07:19:51.056Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-03-01T07:19:51.523Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-03-01T07:19:51.523Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-01T07:19:51.523Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-03-01T07:19:51.607Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2022-03-01T07:19:52.299Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-03-01T07:19:54.534Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-03-01T07:19:54.534Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-01T07:19:54.534Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-03-01T07:19:54.534Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-01T07:19:54.534Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-03-01T07:19:55.187Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0004a74d0_} [2022-03-01T07:19:57.350Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-11425566525_c:\foo_false____} [2022-03-01T07:20:00.181Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-03-01T07:20:00.181Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-01T07:20:00.181Z] === RUN TestDockerSuite/TestBuildHistory [2022-03-01T07:20:00.232Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-11425566525_c:\foo_true____} [2022-03-01T07:20:02.398Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-03-01T07:20:02.398Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2022-03-01T07:20:02.398Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-03-01T07:20:02.398Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-03-01T07:20:02.398Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-03-01T07:20:02.398Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-03-01T07:20:02.398Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-03-01T07:20:02.398Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-03-01T07:20:02.398Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-03-01T07:20:02.855Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-03-01T07:20:02.855Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-03-01T07:20:02.855Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-03-01T07:20:02.855Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-03-01T07:20:02.855Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-03-01T07:20:02.855Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-01T07:20:02.855Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-03-01T07:20:02.855Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-01T07:20:02.855Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-03-01T07:20:02.855Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-01T07:20:02.855Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-03-01T07:20:02.855Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-01T07:20:02.855Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-03-01T07:20:02.855Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-01T07:20:02.855Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-03-01T07:20:05.751Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-03-01T07:20:05.751Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-01T07:20:05.751Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-03-01T07:20:05.751Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-01T07:20:05.751Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-03-01T07:20:05.751Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-01T07:20:05.751Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-03-01T07:20:05.751Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-01T07:20:05.751Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-03-01T07:20:05.751Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-01T07:20:05.751Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-03-01T07:20:05.751Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-01T07:20:05.751Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-03-01T07:20:05.751Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-01T07:20:05.751Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-03-01T07:20:05.751Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-01T07:20:05.751Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-03-01T07:20:05.751Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-01T07:20:05.751Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-03-01T07:20:05.751Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-01T07:20:05.751Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-03-01T07:20:05.751Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-01T07:20:05.751Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-03-01T07:20:05.751Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-01T07:20:05.751Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-03-01T07:20:05.751Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-01T07:20:06.205Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite (1667.79s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.17s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (2.97s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (4.88s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.24s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.95s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (28.01s) [2022-03-01T07:20:06.514Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.73s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.78s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.24s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (45.94s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (24.64s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.62s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (3.46s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (13.70s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (43.50s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (15.60s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.17s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.53s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (26.21s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (59.85s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (67.23s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.23s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (3.64s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.26s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.76s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.75s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.00s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (27.87s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.54s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (23.02s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (32.10s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.47s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (37.67s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (24.77s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (3.99s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.51s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.07s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.97s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (2.92s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.22s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (3.72s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.03s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.07s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.94s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.45s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.72s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.06s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.00s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.49s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.18s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.82s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.04s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.21s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (2.60s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (5.81s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.22s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.00s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.50s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.27s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (2.88s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.73s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.11s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.05s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.78s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.12s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.19s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (16.58s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.52s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.51s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.74s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.00s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.57s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.84s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.02s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.78s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (138.44s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (3.32s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (5.66s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (5.80s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.13s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (3.77s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (2.19s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.56s) [2022-03-01T07:20:06.514Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (4.86s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.70s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.71s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.15s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.48s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (53.82s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (12.91s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.10s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (111.69s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.24s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.28s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.19s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.13s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.05s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.15s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.19s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.21s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.36s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.17s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.07s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.17s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.03s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.36s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.15s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (12.07s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.16s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.15s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.88s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.81s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.36s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.51s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.43s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.39s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.42s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.96s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.15s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.79s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.20s) [2022-03-01T07:20:06.514Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.13s) [2022-03-01T07:20:06.514Z] === RUN TestDockerExternalVolumeSuite [2022-03-01T07:20:06.514Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2022-03-01T07:20:06.777Z] docker_cli_external_volume_driver_test.go:52: [d7abdf7e5066a] daemon is not started [2022-03-01T07:20:09.087Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-03-01T07:20:09.087Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-03-01T07:20:09.087Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-01T07:20:09.087Z] === RUN TestDockerSuite/TestCpRelativePath [2022-03-01T07:20:11.970Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-03-01T07:20:11.970Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-01T07:20:11.970Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-03-01T07:20:11.970Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-01T07:20:11.970Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-03-01T07:20:11.970Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-01T07:20:11.970Z] === RUN TestDockerSuite/TestCpToCaseA [2022-03-01T07:20:12.824Z] === RUN TestDockerSuite/TestBuildIidFile [2022-03-01T07:20:12.824Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-03-01T07:20:15.039Z] === RUN TestDockerSuite/TestBuildInheritance [2022-03-01T07:20:15.039Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-01T07:20:15.039Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-03-01T07:20:16.025Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-03-01T07:20:16.025Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-03-01T07:20:16.626Z] === RUN TestDockerSuite/TestCpToCaseB [2022-03-01T07:20:19.512Z] === RUN TestDockerSuite/TestCpToCaseC [2022-03-01T07:20:19.512Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-01T07:20:19.512Z] === RUN TestDockerSuite/TestCpToCaseD [2022-03-01T07:20:19.512Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-01T07:20:19.512Z] === RUN TestDockerSuite/TestCpToCaseE [2022-03-01T07:20:19.693Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-03-01T07:20:19.693Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-03-01T07:20:20.783Z] === RUN TestDockerSuite/TestBuildLabel [2022-03-01T07:20:21.251Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-03-01T07:20:22.237Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-03-01T07:20:23.227Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-03-01T07:20:23.695Z] === RUN TestDockerSuite/TestBuildLabels [2022-03-01T07:20:24.681Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-03-01T07:20:24.887Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2022-03-01T07:20:26.790Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-03-01T07:20:26.896Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-03-01T07:20:29.788Z] === RUN TestDockerSuite/TestCpToCaseF [2022-03-01T07:20:29.788Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-01T07:20:29.788Z] === RUN TestDockerSuite/TestCpToCaseG [2022-03-01T07:20:29.788Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-01T07:20:29.788Z] === RUN TestDockerSuite/TestCpToCaseH [2022-03-01T07:20:32.588Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-03-01T07:20:32.589Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-01T07:20:32.589Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-03-01T07:20:32.589Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-01T07:20:32.589Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-03-01T07:20:32.765Z] === RUN TestDockerSuite/TestBuildLastModified [2022-03-01T07:20:32.765Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-01T07:20:32.765Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-03-01T07:20:32.765Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-01T07:20:32.765Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-03-01T07:20:33.233Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-03-01T07:20:33.233Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-03-01T07:20:33.233Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-03-01T07:20:33.233Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-03-01T07:20:33.703Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-03-01T07:20:34.690Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-03-01T07:20:36.332Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-03-01T07:20:36.332Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-01T07:20:36.332Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-03-01T07:20:38.312Z] === RUN TestDockerSuite/TestCpToCaseI [2022-03-01T07:20:38.312Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-01T07:20:38.312Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-03-01T07:20:38.312Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-01T07:20:38.312Z] === RUN TestDockerSuite/TestCpToDot [2022-03-01T07:20:39.439Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-03-01T07:20:41.194Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-03-01T07:20:41.194Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-01T07:20:41.194Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-03-01T07:20:41.194Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-01T07:20:41.194Z] === RUN TestDockerSuite/TestCpToStdout [2022-03-01T07:20:44.077Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-03-01T07:20:44.077Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-01T07:20:44.077Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-03-01T07:20:44.077Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-01T07:20:44.077Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-03-01T07:20:44.077Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-01T07:20:44.077Z] === RUN TestDockerSuite/TestCpVolumePath [2022-03-01T07:20:44.077Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-01T07:20:44.077Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-03-01T07:20:44.532Z] === RUN TestDockerSuite/TestCreateArgs [2022-03-01T07:20:44.532Z] === RUN TestDockerSuite/TestCreateByImageID [2022-03-01T07:20:46.693Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-03-01T07:20:48.743Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-03-01T07:20:49.574Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-03-01T07:20:49.574Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-03-01T07:20:49.574Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-03-01T07:20:52.458Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-03-01T07:20:52.488Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-03-01T07:20:52.489Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-03-01T07:20:52.913Z] === RUN TestDockerSuite/TestCreateLabels [2022-03-01T07:20:52.913Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-03-01T07:20:52.913Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-01T07:20:52.913Z] === RUN TestDockerSuite/TestCreateRM [2022-03-01T07:20:53.367Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-03-01T07:20:53.367Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-01T07:20:53.367Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-03-01T07:20:53.821Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-03-01T07:20:54.276Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-03-01T07:21:00.667Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-03-01T07:21:00.667Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-01T07:21:00.667Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-03-01T07:21:02.230Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-03-01T07:21:02.804Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-03-01T07:21:02.804Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-03-01T07:21:02.804Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-03-01T07:21:06.518Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-03-01T07:21:06.518Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-03-01T07:21:06.518Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2022-03-01T07:21:06.518Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-03-01T07:21:07.322Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-03-01T07:21:07.322Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-01T07:21:07.322Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-03-01T07:21:07.322Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-01T07:21:07.322Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-03-01T07:21:07.322Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-01T07:21:07.322Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-03-01T07:21:08.299Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-03-01T07:21:08.681Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-03-01T07:21:08.681Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-01T07:21:09.135Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-03-01T07:21:09.135Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-03-01T07:21:09.135Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-01T07:21:09.135Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-03-01T07:21:09.135Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-01T07:21:09.135Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-03-01T07:21:09.135Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-01T07:21:09.135Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-03-01T07:21:09.135Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-01T07:21:09.135Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-03-01T07:21:09.135Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-01T07:21:09.135Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-03-01T07:21:09.135Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-01T07:21:09.135Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-03-01T07:21:09.135Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:21:09.135Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-03-01T07:21:09.136Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-01T07:21:09.136Z] === RUN TestDockerSuite/TestDevicePermissions [2022-03-01T07:21:09.136Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-01T07:21:09.136Z] === RUN TestDockerSuite/TestDockerFails [2022-03-01T07:21:09.136Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-03-01T07:21:09.136Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-01T07:21:09.136Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-03-01T07:21:09.136Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-01T07:21:09.136Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-03-01T07:21:09.136Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-01T07:21:09.136Z] === RUN TestDockerSuite/TestEventsAttach [2022-03-01T07:21:09.136Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-01T07:21:09.136Z] === RUN TestDockerSuite/TestEventsCommit [2022-03-01T07:21:09.136Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-01T07:21:09.136Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-03-01T07:21:12.015Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-03-01T07:21:14.174Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-03-01T07:21:16.879Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-03-01T07:21:17.057Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-03-01T07:21:18.425Z] === RUN TestDockerSuite/TestBuildXZHost [2022-03-01T07:21:18.425Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-01T07:21:18.885Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-03-01T07:21:18.885Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-01T07:21:18.885Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-03-01T07:21:18.885Z] docker_cli_sni_test.go:18: Flakey test [2022-03-01T07:21:18.885Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-03-01T07:21:21.066Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-03-01T07:21:21.066Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-01T07:21:21.066Z] === RUN TestDockerSuite/TestCommitChange [2022-03-01T07:21:25.593Z] === RUN TestDockerSuite/TestEventsCopy [2022-03-01T07:21:25.769Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-03-01T07:21:30.251Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-03-01T07:21:31.581Z] === RUN TestDockerSuite/TestCommitHardlink [2022-03-01T07:21:31.581Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-01T07:21:31.581Z] === RUN TestDockerSuite/TestCommitNewFile [2022-03-01T07:21:32.602Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2022-03-01T07:21:36.007Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-03-01T07:21:38.661Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-03-01T07:21:38.661Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-01T07:21:38.661Z] === RUN TestDockerSuite/TestCommitTTY [2022-03-01T07:21:38.891Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-03-01T07:21:39.180Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2022-03-01T07:21:39.346Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-03-01T07:21:44.004Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-03-01T07:21:44.458Z] === RUN TestDockerSuite/TestEventsFilterType [2022-03-01T07:21:44.938Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-03-01T07:21:45.416Z] === RUN TestDockerSuite/TestEventsFilters [2022-03-01T07:21:47.241Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-03-01T07:21:50.984Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-03-01T07:21:50.984Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-01T07:21:50.984Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-03-01T07:21:50.985Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-01T07:21:50.985Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-03-01T07:21:50.985Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-01T07:21:50.985Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-03-01T07:21:50.985Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-01T07:21:50.985Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-03-01T07:21:50.985Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-01T07:21:50.985Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-03-01T07:21:50.985Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-01T07:21:50.985Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-03-01T07:21:50.985Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2022-03-01T07:21:50.985Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-03-01T07:21:50.985Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-03-01T07:21:51.175Z] === RUN TestDockerSuite/TestEventsFormat [2022-03-01T07:21:54.103Z] docker_cli_external_volume_driver_test.go:52: [d21582d94f570] daemon is not started [2022-03-01T07:21:56.930Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-03-01T07:21:56.930Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-03-01T07:21:56.930Z] === RUN TestDockerSuite/TestEventsImageImport [2022-03-01T07:21:56.930Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-01T07:21:56.930Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-03-01T07:21:56.930Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-01T07:21:56.930Z] === RUN TestDockerSuite/TestEventsImagePull [2022-03-01T07:21:56.930Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-01T07:21:56.930Z] === RUN TestDockerSuite/TestEventsImageTag [2022-03-01T07:21:57.384Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-03-01T07:21:57.384Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-01T07:21:57.384Z] === RUN TestDockerSuite/TestEventsRename [2022-03-01T07:21:59.572Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-03-01T07:22:00.267Z] === RUN TestDockerSuite/TestEventsResize [2022-03-01T07:22:06.666Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-03-01T07:22:06.666Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2022-03-01T07:22:06.666Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-03-01T07:22:08.791Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-03-01T07:22:09.000Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2022-03-01T07:22:09.578Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-03-01T07:22:09.578Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2022-03-01T07:22:09.578Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-03-01T07:22:09.578Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2022-03-01T07:22:09.578Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-03-01T07:22:09.578Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2022-03-01T07:22:09.578Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-03-01T07:22:10.244Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-03-01T07:22:10.951Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-03-01T07:22:12.460Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-03-01T07:22:12.490Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-03-01T07:22:12.490Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2022-03-01T07:22:12.490Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-03-01T07:22:12.490Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-03-01T07:22:13.121Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-03-01T07:22:15.406Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-03-01T07:22:15.407Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-03-01T07:22:15.407Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2022-03-01T07:22:15.407Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-03-01T07:22:15.407Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2022-03-01T07:22:15.407Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-03-01T07:22:15.407Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2022-03-01T07:22:15.407Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-03-01T07:22:18.879Z] === RUN TestDockerSuite/TestEventsTop [2022-03-01T07:22:18.879Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-01T07:22:18.879Z] === RUN TestDockerSuite/TestEventsUntag [2022-03-01T07:22:19.156Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-03-01T07:22:19.615Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-03-01T07:22:21.039Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-03-01T07:22:22.898Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-03-01T07:22:24.371Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-03-01T07:22:25.701Z] === RUN TestDockerSuite/TestExec [2022-03-01T07:22:25.701Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-01T07:22:25.701Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-03-01T07:22:25.701Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-01T07:22:25.701Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-03-01T07:22:25.810Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-03-01T07:22:25.810Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-03-01T07:22:25.810Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2022-03-01T07:22:25.810Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-03-01T07:22:27.112Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2022-03-01T07:22:27.865Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-03-01T07:22:29.552Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-03-01T07:22:29.552Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-03-01T07:22:30.028Z] === RUN TestDockerSuite/TestExecAPIStart [2022-03-01T07:22:30.028Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-01T07:22:30.028Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-03-01T07:22:30.028Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-01T07:22:30.028Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-03-01T07:22:30.028Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-01T07:22:30.028Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-03-01T07:22:32.185Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-03-01T07:22:32.464Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-03-01T07:22:32.464Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2022-03-01T07:22:32.464Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-03-01T07:22:32.464Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2022-03-01T07:22:32.464Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-03-01T07:22:34.347Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-03-01T07:22:35.375Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-03-01T07:22:35.375Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-03-01T07:22:36.513Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-03-01T07:22:38.037Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-03-01T07:22:38.287Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-03-01T07:22:38.287Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2022-03-01T07:22:38.287Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-03-01T07:22:39.331Z] docker_cli_external_volume_driver_test.go:52: [dee95b3ec6436] daemon is not started [2022-03-01T07:22:42.035Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-03-01T07:22:42.035Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-03-01T07:22:42.186Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-03-01T07:22:42.186Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-01T07:22:42.186Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-03-01T07:22:44.946Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-03-01T07:22:48.342Z] === RUN TestDockerSuite/TestExecCgroup [2022-03-01T07:22:48.342Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-01T07:22:48.342Z] === RUN TestDockerSuite/TestExecEnv [2022-03-01T07:22:48.342Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-01T07:22:48.342Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-03-01T07:22:48.342Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-01T07:22:48.342Z] === RUN TestDockerSuite/TestExecExitStatus [2022-03-01T07:22:49.341Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-03-01T07:22:49.341Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-03-01T07:22:49.341Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-01T07:22:49.341Z] === RUN TestDockerSuite/TestBuildNetNone [2022-03-01T07:22:49.341Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-01T07:22:49.341Z] === RUN TestDockerSuite/TestBuildNoContext [2022-03-01T07:22:49.869Z] === RUN TestDockerSuite/TestExecInspectID [2022-03-01T07:22:50.758Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-03-01T07:22:52.293Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-03-01T07:22:54.229Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2022-03-01T07:22:54.489Z] docker_cli_external_volume_driver_test.go:52: [de1f57b8a7478] daemon is not started [2022-03-01T07:22:54.527Z] === RUN TestDockerSuite/TestExecInteractive [2022-03-01T07:22:54.528Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-01T07:22:54.528Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-03-01T07:22:54.528Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-01T07:22:54.528Z] === RUN TestDockerSuite/TestExecParseError [2022-03-01T07:22:54.528Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-01T07:22:54.528Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-03-01T07:22:54.528Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-01T07:22:54.528Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-03-01T07:22:54.528Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-01T07:22:54.528Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-03-01T07:22:56.570Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-03-01T07:22:56.570Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-03-01T07:22:56.570Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-03-01T07:22:56.570Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-03-01T07:22:56.570Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-03-01T07:22:56.689Z] === RUN TestDockerSuite/TestExecSetEnv [2022-03-01T07:22:56.689Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-01T07:22:56.689Z] === RUN TestDockerSuite/TestExecStartFails [2022-03-01T07:22:56.689Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-01T07:22:56.689Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-03-01T07:22:56.689Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-01T07:22:56.689Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-03-01T07:22:56.689Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-01T07:22:56.689Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-03-01T07:22:56.689Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-01T07:22:56.689Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-03-01T07:22:57.042Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-03-01T07:22:58.850Z] === RUN TestDockerSuite/TestExecUlimits [2022-03-01T07:22:58.850Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-01T07:22:58.850Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-03-01T07:22:59.492Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-03-01T07:22:59.492Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2022-03-01T07:22:59.492Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-03-01T07:23:02.403Z] === RUN TestDockerSuite/TestContainerAPITop [2022-03-01T07:23:02.403Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2022-03-01T07:23:02.403Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-03-01T07:23:04.201Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-03-01T07:23:04.201Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-03-01T07:23:04.201Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-03-01T07:23:04.607Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-03-01T07:23:04.607Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-01T07:23:04.607Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-03-01T07:23:04.607Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-01T07:23:04.607Z] === RUN TestDockerSuite/TestExecWithUser [2022-03-01T07:23:04.607Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-01T07:23:04.607Z] === RUN TestDockerSuite/TestGetContainerStats [2022-03-01T07:23:06.145Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-03-01T07:23:06.145Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-03-01T07:23:07.149Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-03-01T07:23:08.135Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-03-01T07:23:09.410Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2022-03-01T07:23:09.701Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-03-01T07:23:10.369Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-03-01T07:23:10.841Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-03-01T07:23:13.754Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-03-01T07:23:13.754Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-01T07:23:13.754Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-03-01T07:23:13.754Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-01T07:23:13.754Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-03-01T07:23:13.754Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-01T07:23:13.754Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-03-01T07:23:13.754Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-01T07:23:13.754Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-03-01T07:23:13.754Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-01T07:23:13.754Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-03-01T07:23:15.934Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-03-01T07:23:15.934Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-03-01T07:23:17.403Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-03-01T07:23:18.848Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-03-01T07:23:19.572Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-03-01T07:23:22.592Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-03-01T07:23:24.630Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-03-01T07:23:24.630Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-03-01T07:23:25.504Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-03-01T07:23:26.614Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-03-01T07:23:26.614Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-01T07:23:26.614Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-03-01T07:23:26.614Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-03-01T07:23:26.614Z] === RUN TestDockerSuite/TestHealth [2022-03-01T07:23:26.614Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-01T07:23:26.614Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-03-01T07:23:26.615Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-03-01T07:23:26.615Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-03-01T07:23:26.615Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-03-01T07:23:28.413Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000512438_} [2022-03-01T07:23:30.597Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12800078175_c:\foo_false____} [2022-03-01T07:23:31.274Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-03-01T07:23:31.274Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-03-01T07:23:31.274Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-01T07:23:31.274Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-03-01T07:23:31.274Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-03-01T07:23:31.274Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-03-01T07:23:31.274Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-03-01T07:23:31.729Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-03-01T07:23:31.729Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-01T07:23:31.729Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-03-01T07:23:32.691Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-03-01T07:23:33.146Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-03-01T07:23:33.286Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-03-01T07:23:34.346Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12800078175_c:\foo_true____} [2022-03-01T07:23:34.668Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-03-01T07:23:35.123Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-03-01T07:23:36.529Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-03-01T07:23:36.529Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2022-03-01T07:23:36.529Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-03-01T07:23:36.529Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-03-01T07:23:36.529Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-03-01T07:23:36.529Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-03-01T07:23:36.529Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-03-01T07:23:36.529Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-03-01T07:23:36.529Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-03-01T07:23:36.529Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-03-01T07:23:36.989Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-03-01T07:23:36.989Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-03-01T07:23:36.989Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-03-01T07:23:36.989Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-03-01T07:23:36.989Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-01T07:23:36.989Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-03-01T07:23:36.989Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-01T07:23:36.989Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-03-01T07:23:36.989Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-01T07:23:36.989Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-03-01T07:23:36.989Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-01T07:23:36.989Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-03-01T07:23:36.989Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-01T07:23:36.989Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-03-01T07:23:37.072Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-03-01T07:23:37.280Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-03-01T07:23:39.901Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-03-01T07:23:39.901Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-01T07:23:39.901Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-03-01T07:23:39.901Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-01T07:23:40.165Z] === RUN TestDockerSuite/TestImagesFormat [2022-03-01T07:23:40.165Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-03-01T07:23:40.165Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-01T07:23:40.166Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-03-01T07:23:40.361Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-03-01T07:23:40.361Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-01T07:23:40.361Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-03-01T07:23:40.361Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-01T07:23:40.361Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-03-01T07:23:40.361Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-01T07:23:40.361Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-03-01T07:23:40.361Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-01T07:23:40.361Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-03-01T07:23:40.361Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-01T07:23:40.361Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-03-01T07:23:40.361Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-01T07:23:40.361Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-03-01T07:23:40.361Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-01T07:23:40.361Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-03-01T07:23:40.361Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-01T07:23:40.361Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-03-01T07:23:40.361Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-01T07:23:40.361Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-03-01T07:23:40.361Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-01T07:23:40.361Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-03-01T07:23:40.361Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-01T07:23:40.361Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-03-01T07:23:41.522Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2022-03-01T07:23:43.274Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-03-01T07:23:43.274Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-03-01T07:23:43.274Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-01T07:23:43.274Z] === RUN TestDockerSuite/TestCpRelativePath [2022-03-01T07:23:43.874Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-03-01T07:23:43.874Z] === RUN TestDockerSuite/TestImportBadURL [2022-03-01T07:23:43.874Z] === RUN TestDockerSuite/TestImportDisplay [2022-03-01T07:23:43.874Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-01T07:23:43.874Z] === RUN TestDockerSuite/TestImportFile [2022-03-01T07:23:43.874Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-01T07:23:43.874Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-03-01T07:23:44.329Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-03-01T07:23:44.329Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-01T07:23:44.329Z] === RUN TestDockerSuite/TestImportGzipped [2022-03-01T07:23:44.329Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-01T07:23:44.329Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-03-01T07:23:44.329Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-01T07:23:44.329Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-03-01T07:23:44.329Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-01T07:23:44.329Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-03-01T07:23:44.329Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-01T07:23:44.329Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-03-01T07:23:44.329Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-01T07:23:44.329Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-03-01T07:23:44.329Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-03-01T07:23:44.329Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-01T07:23:44.329Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-03-01T07:23:44.329Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-01T07:23:44.329Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-03-01T07:23:45.729Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-03-01T07:23:46.187Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-03-01T07:23:46.187Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-01T07:23:46.187Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-03-01T07:23:46.188Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-01T07:23:46.188Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-03-01T07:23:46.188Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-01T07:23:46.188Z] === RUN TestDockerSuite/TestCpToCaseA [2022-03-01T07:23:47.211Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-03-01T07:23:49.381Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-03-01T07:23:49.381Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-01T07:23:49.381Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-03-01T07:23:49.381Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-01T07:23:49.381Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-03-01T07:23:49.381Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-03-01T07:23:49.381Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-01T07:23:49.381Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-03-01T07:23:50.478Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-03-01T07:23:51.988Z] === RUN TestDockerSuite/TestCpToCaseB [2022-03-01T07:23:52.267Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-03-01T07:23:52.267Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-03-01T07:23:54.905Z] === RUN TestDockerSuite/TestCpToCaseC [2022-03-01T07:23:54.905Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-01T07:23:54.905Z] === RUN TestDockerSuite/TestCpToCaseD [2022-03-01T07:23:54.905Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-01T07:23:54.905Z] === RUN TestDockerSuite/TestCpToCaseE [2022-03-01T07:23:55.152Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-03-01T07:23:55.152Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-01T07:23:55.152Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-03-01T07:23:55.152Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-01T07:23:55.152Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-03-01T07:23:55.152Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-01T07:23:55.152Z] === RUN TestDockerSuite/TestInspectDefault [2022-03-01T07:23:55.236Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-03-01T07:23:56.222Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-03-01T07:23:56.222Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-01T07:23:56.222Z] === RUN TestDockerSuite/TestBuildPATH [2022-03-01T07:23:56.222Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-01T07:23:56.222Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-03-01T07:23:58.039Z] === RUN TestDockerSuite/TestInspectHistory [2022-03-01T07:23:58.435Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-03-01T07:23:58.435Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-01T07:23:58.435Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-03-01T07:23:59.636Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2022-03-01T07:24:02.696Z] === RUN TestDockerSuite/TestInspectImage [2022-03-01T07:24:02.696Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-01T07:24:02.696Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-03-01T07:24:02.696Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-01T07:24:02.696Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-03-01T07:24:02.696Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-01T07:24:02.696Z] === RUN TestDockerSuite/TestInspectInt64 [2022-03-01T07:24:04.858Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-03-01T07:24:07.020Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-03-01T07:24:07.020Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-03-01T07:24:07.301Z] === RUN TestDockerSuite/TestCpToCaseF [2022-03-01T07:24:07.301Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-01T07:24:07.301Z] === RUN TestDockerSuite/TestCpToCaseG [2022-03-01T07:24:07.301Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-01T07:24:07.301Z] === RUN TestDockerSuite/TestCpToCaseH [2022-03-01T07:24:09.906Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-03-01T07:24:12.063Z] === RUN TestDockerSuite/TestInspectPlugin [2022-03-01T07:24:12.063Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-01T07:24:12.063Z] === RUN TestDockerSuite/TestInspectRootFS [2022-03-01T07:24:12.063Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-03-01T07:24:14.223Z] === RUN TestDockerSuite/TestInspectStatus [2022-03-01T07:24:14.537Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2022-03-01T07:24:17.644Z] === RUN TestDockerSuite/TestCpToCaseI [2022-03-01T07:24:17.644Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-01T07:24:17.644Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-03-01T07:24:17.644Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-01T07:24:17.644Z] === RUN TestDockerSuite/TestCpToDot [2022-03-01T07:24:17.935Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-03-01T07:24:19.842Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-03-01T07:24:19.842Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-01T07:24:19.842Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-03-01T07:24:19.842Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-01T07:24:19.842Z] === RUN TestDockerSuite/TestCpToStdout [2022-03-01T07:24:21.644Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-03-01T07:24:22.752Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-03-01T07:24:22.752Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-01T07:24:22.752Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-03-01T07:24:22.752Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-01T07:24:22.752Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-03-01T07:24:22.752Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-01T07:24:22.752Z] === RUN TestDockerSuite/TestCpVolumePath [2022-03-01T07:24:22.752Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-01T07:24:22.752Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-03-01T07:24:23.211Z] === RUN TestDockerSuite/TestCreateArgs [2022-03-01T07:24:23.211Z] === RUN TestDockerSuite/TestCreateByImageID [2022-03-01T07:24:23.808Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-03-01T07:24:25.397Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-03-01T07:24:26.691Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-03-01T07:24:28.321Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-03-01T07:24:28.781Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-03-01T07:24:28.781Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-03-01T07:24:28.854Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-03-01T07:24:31.019Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-03-01T07:24:31.694Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-03-01T07:24:32.154Z] === RUN TestDockerSuite/TestCreateLabels [2022-03-01T07:24:32.613Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-03-01T07:24:32.613Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-01T07:24:32.613Z] === RUN TestDockerSuite/TestCreateRM [2022-03-01T07:24:33.073Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-03-01T07:24:33.073Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-01T07:24:33.073Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-03-01T07:24:33.073Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-03-01T07:24:33.532Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-03-01T07:24:33.901Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-03-01T07:24:36.060Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-03-01T07:24:36.060Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-03-01T07:24:36.060Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-01T07:24:36.060Z] === RUN TestDockerSuite/TestLinksEnvs [2022-03-01T07:24:36.060Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-01T07:24:36.060Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-03-01T07:24:36.060Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-01T07:24:36.515Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-03-01T07:24:36.515Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-01T07:24:36.515Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-03-01T07:24:36.515Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-01T07:24:36.515Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-03-01T07:24:36.515Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-01T07:24:36.515Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-03-01T07:24:36.515Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-01T07:24:36.515Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-03-01T07:24:36.515Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-01T07:24:36.515Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-03-01T07:24:36.515Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-01T07:24:36.515Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-03-01T07:24:36.515Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-01T07:24:36.515Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-03-01T07:24:36.515Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-01T07:24:36.515Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-03-01T07:24:36.515Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-01T07:24:36.515Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-03-01T07:24:36.515Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-01T07:24:36.515Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-03-01T07:24:36.515Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-01T07:24:36.515Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-03-01T07:24:36.515Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-01T07:24:36.515Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-03-01T07:24:36.515Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-01T07:24:36.515Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-03-01T07:24:36.515Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-03-01T07:24:36.515Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-03-01T07:24:38.675Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-03-01T07:24:40.836Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-03-01T07:24:43.873Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-03-01T07:24:43.874Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-03-01T07:24:43.874Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-03-01T07:24:46.593Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-03-01T07:24:46.785Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-03-01T07:24:46.785Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-03-01T07:24:46.785Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2022-03-01T07:24:46.785Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-03-01T07:24:49.299Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-03-01T07:24:49.482Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-03-01T07:24:49.482Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-01T07:24:49.482Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-03-01T07:24:49.696Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-03-01T07:24:49.696Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-01T07:24:49.696Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-03-01T07:24:49.696Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-03-01T07:24:49.696Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-01T07:24:50.156Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-03-01T07:24:50.156Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-01T07:24:50.156Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-03-01T07:24:50.156Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-01T07:24:50.156Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-03-01T07:24:50.156Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-01T07:24:50.156Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-03-01T07:24:50.156Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-01T07:24:50.156Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-03-01T07:24:50.156Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-01T07:24:50.156Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-03-01T07:24:50.156Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:24:50.156Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-03-01T07:24:50.156Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-01T07:24:50.156Z] === RUN TestDockerSuite/TestDevicePermissions [2022-03-01T07:24:50.156Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-01T07:24:50.156Z] === RUN TestDockerSuite/TestDockerFails [2022-03-01T07:24:50.156Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-03-01T07:24:50.156Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-01T07:24:50.156Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-03-01T07:24:50.156Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-01T07:24:50.156Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-03-01T07:24:50.156Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-01T07:24:50.156Z] === RUN TestDockerSuite/TestEventsAttach [2022-03-01T07:24:50.156Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-01T07:24:50.156Z] === RUN TestDockerSuite/TestEventsCommit [2022-03-01T07:24:50.156Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-01T07:24:50.156Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-03-01T07:24:51.644Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-03-01T07:24:51.644Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-03-01T07:24:53.069Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-03-01T07:24:56.809Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-03-01T07:24:57.403Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-03-01T07:24:59.727Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-03-01T07:25:01.258Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2022-03-01T07:25:02.068Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-03-01T07:25:07.829Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-03-01T07:25:09.993Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-03-01T07:25:10.064Z] === RUN TestDockerSuite/TestEventsCopy [2022-03-01T07:25:10.526Z] === RUN TestDockerSuite/TestBuildRm [2022-03-01T07:25:12.881Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-03-01T07:25:12.881Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-01T07:25:12.881Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-03-01T07:25:14.765Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-03-01T07:25:15.766Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-03-01T07:25:17.925Z] === RUN TestDockerSuite/TestLogsSince [2022-03-01T07:25:19.373Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2022-03-01T07:25:21.852Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-03-01T07:25:23.022Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-03-01T07:25:24.768Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-03-01T07:25:25.228Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-03-01T07:25:25.973Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-03-01T07:25:25.973Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-01T07:25:25.973Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-03-01T07:25:25.973Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-01T07:25:26.442Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-03-01T07:25:28.009Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-03-01T07:25:28.194Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-03-01T07:25:28.194Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-01T07:25:28.194Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-03-01T07:25:28.194Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-01T07:25:28.194Z] === RUN TestDockerSuite/TestLogsTail [2022-03-01T07:25:30.354Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-03-01T07:25:31.032Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-03-01T07:25:31.493Z] === RUN TestDockerSuite/TestEventsFilterType [2022-03-01T07:25:31.797Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-03-01T07:25:32.465Z] === RUN TestDockerSuite/TestEventsFilters [2022-03-01T07:25:33.237Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-03-01T07:25:35.587Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-03-01T07:25:36.122Z] === RUN TestDockerSuite/TestMountIntoProc [2022-03-01T07:25:36.122Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-01T07:25:36.122Z] === RUN TestDockerSuite/TestMountIntoSys [2022-03-01T07:25:36.122Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-01T07:25:36.122Z] === RUN TestDockerSuite/TestNetHostname [2022-03-01T07:25:36.122Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-01T07:25:36.122Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-03-01T07:25:36.122Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-01T07:25:36.122Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-03-01T07:25:36.122Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-01T07:25:36.122Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-03-01T07:25:36.122Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-01T07:25:36.122Z] === RUN TestDockerSuite/TestPluginActive [2022-03-01T07:25:36.122Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-01T07:25:36.122Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-03-01T07:25:36.122Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-01T07:25:36.122Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-03-01T07:25:36.122Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-03-01T07:25:36.122Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-01T07:25:36.122Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-03-01T07:25:36.122Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-01T07:25:36.122Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-03-01T07:25:36.122Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-01T07:25:36.122Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-03-01T07:25:36.122Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-01T07:25:36.122Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-03-01T07:25:36.122Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-01T07:25:36.122Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-03-01T07:25:36.122Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-01T07:25:36.122Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-03-01T07:25:36.122Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-01T07:25:36.122Z] === RUN TestDockerSuite/TestPortHostBinding [2022-03-01T07:25:36.122Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-01T07:25:36.122Z] === RUN TestDockerSuite/TestPortList [2022-03-01T07:25:36.122Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-01T07:25:36.122Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-03-01T07:25:38.274Z] === RUN TestDockerSuite/TestEventsFormat [2022-03-01T07:25:39.478Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-03-01T07:25:40.943Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-03-01T07:25:40.943Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-01T07:25:40.943Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-03-01T07:25:40.943Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-03-01T07:25:40.943Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2022-03-01T07:25:40.943Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-03-01T07:25:40.943Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2022-03-01T07:25:40.943Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-03-01T07:25:40.943Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2022-03-01T07:25:40.943Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-03-01T07:25:40.943Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2022-03-01T07:25:40.943Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-03-01T07:25:40.943Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2022-03-01T07:25:40.943Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-03-01T07:25:40.943Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2022-03-01T07:25:40.943Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-03-01T07:25:40.943Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2022-03-01T07:25:40.943Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-03-01T07:25:44.073Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-03-01T07:25:44.073Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-03-01T07:25:44.073Z] === RUN TestDockerSuite/TestEventsImageImport [2022-03-01T07:25:44.073Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-01T07:25:44.073Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-03-01T07:25:44.073Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-01T07:25:44.073Z] === RUN TestDockerSuite/TestEventsImagePull [2022-03-01T07:25:44.073Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-01T07:25:44.073Z] === RUN TestDockerSuite/TestEventsImageTag [2022-03-01T07:25:45.610Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-03-01T07:25:45.610Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2022-03-01T07:25:45.610Z] === RUN TestDockerSuite/TestPsByOrder [2022-03-01T07:25:45.615Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-03-01T07:25:45.615Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-01T07:25:45.615Z] === RUN TestDockerSuite/TestEventsRename [2022-03-01T07:25:48.533Z] === RUN TestDockerSuite/TestEventsResize [2022-03-01T07:25:51.480Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2022-03-01T07:25:54.138Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-03-01T07:25:54.138Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-01T07:25:54.138Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-03-01T07:25:54.407Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-03-01T07:25:54.875Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-03-01T07:25:55.864Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-03-01T07:26:04.413Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-03-01T07:26:06.286Z] === RUN TestDockerSuite/TestBuildSpaces [2022-03-01T07:26:06.286Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-03-01T07:26:11.039Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-03-01T07:26:11.039Z] === RUN TestDockerSuite/TestBuildStderr [2022-03-01T07:26:15.788Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-03-01T07:26:19.169Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-03-01T07:26:19.169Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-03-01T07:26:19.169Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-01T07:26:19.169Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-03-01T07:26:23.584Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2022-03-01T07:26:24.245Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-03-01T07:26:24.708Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-03-01T07:26:28.452Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-03-01T07:26:31.500Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-03-01T07:26:34.256Z] === RUN TestDockerSuite/TestEventsTop [2022-03-01T07:26:34.256Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-01T07:26:34.256Z] === RUN TestDockerSuite/TestEventsUntag [2022-03-01T07:26:35.208Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-03-01T07:26:35.805Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2022-03-01T07:26:36.439Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-03-01T07:26:37.013Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-03-01T07:26:37.013Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-01T07:26:37.013Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-03-01T07:26:37.481Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-03-01T07:26:39.045Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-03-01T07:26:42.239Z] === RUN TestDockerSuite/TestExec [2022-03-01T07:26:42.239Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-01T07:26:42.239Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-03-01T07:26:42.239Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-01T07:26:42.239Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-03-01T07:26:43.732Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-03-01T07:26:43.802Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-03-01T07:26:44.425Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-03-01T07:26:47.338Z] === RUN TestDockerSuite/TestExecAPIStart [2022-03-01T07:26:47.338Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-01T07:26:47.338Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-03-01T07:26:47.338Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-01T07:26:47.338Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-03-01T07:26:47.338Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-01T07:26:47.338Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-03-01T07:26:48.388Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-03-01T07:26:48.388Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-01T07:26:48.388Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-03-01T07:26:48.388Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-01T07:26:48.388Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-03-01T07:26:49.668Z] === RUN TestDockerSuite/TestBuildUser [2022-03-01T07:26:49.668Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-01T07:26:49.668Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-03-01T07:26:49.668Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-01T07:26:49.668Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-03-01T07:26:49.668Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-01T07:26:49.668Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-03-01T07:26:51.088Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-03-01T07:26:53.047Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-03-01T07:26:53.047Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-01T07:26:53.458Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-03-01T07:26:53.501Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-03-01T07:26:53.501Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-01T07:26:53.501Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-03-01T07:26:53.501Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-01T07:26:53.501Z] === RUN TestDockerSuite/TestPsRightTagName [2022-03-01T07:26:53.501Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-01T07:26:53.501Z] === RUN TestDockerSuite/TestPsShowMounts [2022-03-01T07:26:53.919Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2022-03-01T07:26:53.919Z] docker_cli_external_volume_driver_test.go:484: [d7beb9828ba52] daemon is not started [2022-03-01T07:26:53.926Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-03-01T07:26:54.834Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-03-01T07:26:56.876Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-03-01T07:26:56.876Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-01T07:26:56.876Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-03-01T07:26:56.876Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-01T07:26:56.876Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-03-01T07:26:58.578Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-03-01T07:27:00.538Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-03-01T07:27:00.538Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-01T07:27:00.538Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-03-01T07:27:01.493Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-03-01T07:27:01.497Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-03-01T07:27:01.497Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-01T07:27:01.497Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-03-01T07:27:03.020Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-03-01T07:27:03.981Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-03-01T07:27:03.981Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2022-03-01T07:27:03.981Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-03-01T07:27:07.296Z] === RUN TestDockerSuite/TestExecCgroup [2022-03-01T07:27:07.296Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-01T07:27:07.296Z] === RUN TestDockerSuite/TestExecEnv [2022-03-01T07:27:07.296Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-01T07:27:07.296Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-03-01T07:27:07.296Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-01T07:27:07.296Z] === RUN TestDockerSuite/TestExecExitStatus [2022-03-01T07:27:08.642Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-03-01T07:27:08.818Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2022-03-01T07:27:08.818Z] docker_cli_external_volume_driver_test.go:52: [d4c66e23accc9] daemon is not started [2022-03-01T07:27:11.037Z] === RUN TestDockerSuite/TestExecInspectID [2022-03-01T07:27:13.299Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-03-01T07:27:15.459Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-03-01T07:27:16.844Z] === RUN TestDockerSuite/TestExecInteractive [2022-03-01T07:27:16.844Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-01T07:27:16.844Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-03-01T07:27:16.844Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-01T07:27:16.844Z] === RUN TestDockerSuite/TestExecParseError [2022-03-01T07:27:16.844Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-01T07:27:16.844Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-03-01T07:27:16.844Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-01T07:27:16.844Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-03-01T07:27:16.844Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-01T07:27:16.844Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-03-01T07:27:20.588Z] === RUN TestDockerSuite/TestExecSetEnv [2022-03-01T07:27:20.588Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-01T07:27:20.588Z] === RUN TestDockerSuite/TestExecStartFails [2022-03-01T07:27:20.588Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-01T07:27:20.588Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-03-01T07:27:20.588Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-01T07:27:20.588Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-03-01T07:27:20.588Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-01T07:27:20.588Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-03-01T07:27:20.588Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-01T07:27:20.588Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-03-01T07:27:22.162Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-03-01T07:27:22.163Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-03-01T07:27:23.715Z] --- PASS: TestDockerExternalVolumeSuite (436.83s) [2022-03-01T07:27:23.715Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.54s) [2022-03-01T07:27:23.715Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.63s) [2022-03-01T07:27:23.715Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.19s) [2022-03-01T07:27:23.715Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2022-03-01T07:27:23.715Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2022-03-01T07:27:23.715Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s) [2022-03-01T07:27:23.715Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2022-03-01T07:27:23.715Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.18s) [2022-03-01T07:27:23.715Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.16s) [2022-03-01T07:27:23.715Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.76s) [2022-03-01T07:27:23.715Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s) [2022-03-01T07:27:23.715Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.15s) [2022-03-01T07:27:23.715Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.25s) [2022-03-01T07:27:23.715Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.85s) [2022-03-01T07:27:23.715Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.13s) [2022-03-01T07:27:23.715Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.60s) [2022-03-01T07:27:23.715Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.02s) [2022-03-01T07:27:23.715Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2022-03-01T07:27:23.715Z] PASS [2022-03-01T07:27:23.715Z] [2022-03-01T07:27:23.715Z] === Skipped [2022-03-01T07:27:23.715Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-03-01T07:27:23.715Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-03-01T07:27:23.715Z] check_test.go:308: [d2e0846f95f98] daemon is not started [2022-03-01T07:27:23.715Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-03-01T07:27:23.715Z] [2022-03-01T07:27:23.715Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2022-03-01T07:27:23.715Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-03-01T07:27:23.715Z] check_test.go:308: [dfaeb91044762] daemon is not started [2022-03-01T07:27:23.715Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2022-03-01T07:27:23.715Z] [2022-03-01T07:27:23.715Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2022-03-01T07:27:23.715Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-03-01T07:27:23.715Z] check_test.go:308: [d21b1106eefbe] daemon is not started [2022-03-01T07:27:23.715Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2022-03-01T07:27:23.715Z] [2022-03-01T07:27:23.715Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-03-01T07:27:23.715Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-03-01T07:27:23.715Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2022-03-01T07:27:23.715Z] [2022-03-01T07:27:23.715Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-03-01T07:27:23.715Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-03-01T07:27:23.715Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-03-01T07:27:23.715Z] [2022-03-01T07:27:23.715Z] DONE 271 tests, 5 skipped in 2441.217s [2022-03-01T07:27:23.715Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-01T07:27:23.715Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d5930225ffaf5/docker.pid [2022-03-01T07:27:23.715Z] +++ kill 6405 [2022-03-01T07:27:23.716Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 6405 is not a child of this shell [2022-03-01T07:27:23.716Z] warning: PID 6405 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d5930225ffaf5/docker.pid had a nonzero exit code [2022-03-01T07:27:23.716Z] ++++ cat bundles/test-integration/docker.pid [2022-03-01T07:27:23.716Z] +++ kill 8356 [2022-03-01T07:27:23.716Z] +++ /etc/init.d/apparmor stop [2022-03-01T07:27:23.716Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-01T07:27:23.716Z] [2022-03-01T07:27:23.716Z] Unloading profiles will leave already running processes permanently [2022-03-01T07:27:23.716Z] unconfined, which can lead to unexpected situations. [2022-03-01T07:27:23.716Z] [2022-03-01T07:27:23.716Z] To set a process to complain mode, use the command line tool [2022-03-01T07:27:23.716Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-01T07:27:23.716Z] +++ true [2022-03-01T07:27:23.716Z] exiting test-integration [2022-03-01T07:27:23.716Z] ++ exit 0 [2022-03-01T07:27:23.716Z] [2022-03-01T07:27:23.716Z] + exit 0 [2022-03-01T07:27:23.716Z] ++ jobs -p [2022-03-01T07:27:23.716Z] + pids= [2022-03-01T07:27:23.716Z] + echo 'Remaining pids to kill: []' [2022-03-01T07:27:23.716Z] Remaining pids to kill: [] [2022-03-01T07:27:23.716Z] + '[' -z '' ']' Post stage [Pipeline] junit [2022-03-01T07:27:23.755Z] Recording test results [2022-03-01T07:27:24.333Z] === RUN TestDockerSuite/TestExecUlimits [2022-03-01T07:27:24.333Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-01T07:27:24.333Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-03-01T07:27:25.542Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-01T07:27:25.875Z] + echo Ensuring container killed. [2022-03-01T07:27:25.875Z] Ensuring container killed. [2022-03-01T07:27:25.875Z] + docker ps -aq -f name=docker-pr1-* [2022-03-01T07:27:25.875Z] + cids=33b0c27ec542 [2022-03-01T07:27:25.875Z] 74f85b29365f [2022-03-01T07:27:25.875Z] ff16ab641b1d [2022-03-01T07:27:25.875Z] + [ -n 33b0c27ec542 [2022-03-01T07:27:25.875Z] 74f85b29365f [2022-03-01T07:27:25.875Z] ff16ab641b1d ] [2022-03-01T07:27:25.875Z] + docker rm -vf 33b0c27ec542 74f85b29365f ff16ab641b1d [2022-03-01T07:27:26.453Z] 33b0c27ec542 [2022-03-01T07:27:26.453Z] 74f85b29365f [2022-03-01T07:27:26.453Z] ff16ab641b1d [Pipeline] sh [2022-03-01T07:27:26.744Z] + echo Chowning /workspace to jenkins user [2022-03-01T07:27:26.744Z] Chowning /workspace to jenkins user [2022-03-01T07:27:26.744Z] + id -u [2022-03-01T07:27:26.744Z] + id -g [2022-03-01T07:27:26.744Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43303:/workspace busybox chown -R 1000:1000 /workspace [2022-03-01T07:27:26.744Z] Unable to find image 'busybox:latest' locally [2022-03-01T07:27:26.744Z] latest: Pulling from library/busybox [2022-03-01T07:27:27.006Z] 009932687766: Pulling fs layer [2022-03-01T07:27:27.006Z] 009932687766: Verifying Checksum [2022-03-01T07:27:27.006Z] 009932687766: Download complete [2022-03-01T07:27:27.267Z] 009932687766: Pull complete [2022-03-01T07:27:27.267Z] Digest: sha256:afcc7f1ac1b49db317a7196c902e61c6c3c4607d63599ee1a82d702d249a0ccb [2022-03-01T07:27:27.267Z] Status: Downloaded newer image for busybox:latest [2022-03-01T07:27:29.317Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-01T07:27:30.121Z] + bundleName=amd64 [2022-03-01T07:27:30.122Z] + echo Creating amd64-bundles.tar.gz [2022-03-01T07:27:30.122Z] Creating amd64-bundles.tar.gz [2022-03-01T07:27:30.122Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-03-01T07:27:30.122Z] + xargs tar -czf amd64-bundles.tar.gz [Pipeline] archiveArtifacts [2022-03-01T07:27:31.082Z] Archiving artifacts [2022-03-01T07:27:31.420Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-03-01T07:27:31.420Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-01T07:27:31.420Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-03-01T07:27:31.420Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-01T07:27:31.420Z] === RUN TestDockerSuite/TestExecWithUser [2022-03-01T07:27:31.420Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-01T07:27:31.420Z] === RUN TestDockerSuite/TestGetContainerStats [2022-03-01T07:27:32.944Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43303/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-01T07:27:33.259Z] + make clean [2022-03-01T07:27:33.519Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-01T07:27:33.519Z] docker-dev-cache [2022-03-01T07:27:33.519Z] docker-mod-cache [Pipeline] deleteDir [2022-03-01T07:27:34.070Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-03-01T07:27:34.070Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-01T07:27:34.538Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-03-01T07:27:34.538Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-01T07:27:34.538Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-03-01T07:27:36.502Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-03-01T07:27:36.502Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-01T07:27:36.502Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-01T07:27:37.544Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-03-01T07:27:37.544Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-01T07:27:37.544Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-03-01T07:27:38.508Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-03-01T07:27:41.161Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-03-01T07:27:41.161Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-03-01T07:27:41.161Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-03-01T07:27:42.122Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-03-01T07:27:44.320Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-03-01T07:27:46.784Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-03-01T07:27:49.016Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-03-01T07:27:50.031Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-03-01T07:27:51.443Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-03-01T07:27:51.443Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-01T07:27:51.443Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-03-01T07:27:53.825Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-03-01T07:27:53.825Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-03-01T07:27:56.100Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-03-01T07:27:56.100Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-01T07:27:56.100Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-03-01T07:27:56.100Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-03-01T07:27:56.100Z] === RUN TestDockerSuite/TestHealth [2022-03-01T07:27:56.100Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-01T07:27:56.100Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-03-01T07:27:56.100Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-03-01T07:27:56.100Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-03-01T07:27:56.100Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-03-01T07:27:56.103Z] === RUN TestDockerSuite/TestRmiBlank [2022-03-01T07:27:56.103Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-03-01T07:27:56.558Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-03-01T07:28:00.797Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-03-01T07:28:00.797Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-03-01T07:28:00.797Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-01T07:28:00.797Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-03-01T07:28:00.797Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-03-01T07:28:01.258Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-03-01T07:28:01.258Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-03-01T07:28:02.229Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-03-01T07:28:02.229Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-01T07:28:02.229Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-03-01T07:28:03.204Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-03-01T07:28:03.204Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-03-01T07:28:05.388Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-03-01T07:28:05.388Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-03-01T07:28:07.569Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-03-01T07:28:11.318Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-03-01T07:28:11.321Z] === RUN TestDockerSuite/TestImagesFormat [2022-03-01T07:28:11.321Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-03-01T07:28:11.321Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-01T07:28:11.321Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-03-01T07:28:13.480Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-03-01T07:28:14.440Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-03-01T07:28:15.071Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-03-01T07:28:15.071Z] === RUN TestDockerSuite/TestImportBadURL [2022-03-01T07:28:15.071Z] === RUN TestDockerSuite/TestImportDisplay [2022-03-01T07:28:15.071Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-01T07:28:15.071Z] === RUN TestDockerSuite/TestImportFile [2022-03-01T07:28:15.071Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-01T07:28:15.071Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-03-01T07:28:15.071Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-03-01T07:28:15.071Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-01T07:28:15.071Z] === RUN TestDockerSuite/TestImportGzipped [2022-03-01T07:28:15.071Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-01T07:28:15.071Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-03-01T07:28:15.071Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-01T07:28:15.071Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-03-01T07:28:15.071Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-01T07:28:15.071Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-03-01T07:28:15.071Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-01T07:28:15.071Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-03-01T07:28:15.071Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-01T07:28:15.071Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-03-01T07:28:15.533Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-03-01T07:28:15.533Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-01T07:28:15.533Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-03-01T07:28:15.533Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-01T07:28:15.533Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-03-01T07:28:17.721Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-03-01T07:28:19.111Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-03-01T07:28:19.111Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-01T07:28:19.111Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-03-01T07:28:19.111Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-01T07:28:19.111Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-03-01T07:28:19.111Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-01T07:28:19.111Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-03-01T07:28:19.111Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-03-01T07:28:20.199Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-03-01T07:28:20.639Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-03-01T07:28:20.639Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-01T07:28:20.639Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-03-01T07:28:20.639Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-01T07:28:20.639Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-03-01T07:28:21.100Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-03-01T07:28:21.100Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-01T07:28:21.100Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-03-01T07:28:24.025Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-03-01T07:28:24.026Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-03-01T07:28:25.958Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-03-01T07:28:26.942Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-03-01T07:28:26.942Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-01T07:28:26.942Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-03-01T07:28:26.942Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-01T07:28:26.942Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-03-01T07:28:26.942Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-01T07:28:26.942Z] === RUN TestDockerSuite/TestInspectDefault [2022-03-01T07:28:27.772Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-03-01T07:28:28.757Z] === RUN TestDockerSuite/TestBuildXZHost [2022-03-01T07:28:28.757Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-01T07:28:29.225Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-03-01T07:28:29.225Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-01T07:28:29.225Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-03-01T07:28:29.225Z] docker_cli_sni_test.go:18: Flakey test [2022-03-01T07:28:29.225Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-03-01T07:28:29.853Z] === RUN TestDockerSuite/TestInspectHistory [2022-03-01T07:28:31.438Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-03-01T07:28:34.488Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-03-01T07:28:34.551Z] === RUN TestDockerSuite/TestInspectImage [2022-03-01T07:28:34.551Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-01T07:28:34.551Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-03-01T07:28:34.551Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-01T07:28:34.551Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-03-01T07:28:34.551Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-01T07:28:34.551Z] === RUN TestDockerSuite/TestInspectInt64 [2022-03-01T07:28:36.191Z] === RUN TestDockerSuite/TestCommitChange [2022-03-01T07:28:37.469Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-03-01T07:28:38.198Z] === RUN TestDockerSuite/TestRmiTag [2022-03-01T07:28:38.653Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-03-01T07:28:40.951Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-03-01T07:28:41.212Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-03-01T07:28:41.212Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-03-01T07:28:41.537Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-03-01T07:28:44.124Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-03-01T07:28:44.745Z] === RUN TestDockerSuite/TestCommitHardlink [2022-03-01T07:28:44.745Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-01T07:28:44.745Z] === RUN TestDockerSuite/TestCommitNewFile [2022-03-01T07:28:47.879Z] === RUN TestDockerSuite/TestInspectPlugin [2022-03-01T07:28:47.879Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-01T07:28:47.879Z] === RUN TestDockerSuite/TestInspectRootFS [2022-03-01T07:28:47.879Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-03-01T07:28:51.626Z] === RUN TestDockerSuite/TestInspectStatus [2022-03-01T07:28:51.896Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-03-01T07:28:51.896Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-01T07:28:51.896Z] === RUN TestDockerSuite/TestCommitTTY [2022-03-01T07:28:55.374Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-03-01T07:28:59.065Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-03-01T07:28:59.162Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-03-01T07:29:01.322Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-03-01T07:29:02.460Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-03-01T07:29:02.861Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-03-01T07:29:02.861Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-01T07:29:02.861Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-03-01T07:29:02.861Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-01T07:29:02.861Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-03-01T07:29:02.861Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-01T07:29:02.861Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-03-01T07:29:02.861Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-01T07:29:02.861Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-03-01T07:29:02.861Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-01T07:29:02.861Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-03-01T07:29:02.861Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-01T07:29:02.861Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-03-01T07:29:02.861Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2022-03-01T07:29:02.861Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-03-01T07:29:02.861Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-03-01T07:29:05.369Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-03-01T07:29:05.981Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-03-01T07:29:06.939Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-03-01T07:29:06.939Z] docker_cli_run_test.go:4395: unmatched requirement DaemonIsLinux [2022-03-01T07:29:06.939Z] === RUN TestDockerSuite/TestRunAddHost [2022-03-01T07:29:06.939Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-01T07:29:06.939Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-03-01T07:29:06.939Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-01T07:29:06.939Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-03-01T07:29:06.939Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-01T07:29:06.939Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-03-01T07:29:06.939Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-01T07:29:06.939Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-03-01T07:29:06.939Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-01T07:29:06.939Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-03-01T07:29:06.939Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-01T07:29:06.939Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-03-01T07:29:08.281Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-03-01T07:29:09.106Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-03-01T07:29:09.106Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-01T07:29:09.106Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-03-01T07:29:09.106Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-01T07:29:09.106Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-03-01T07:29:10.014Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-03-01T07:29:12.025Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-03-01T07:29:14.206Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-03-01T07:29:14.865Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-03-01T07:29:17.024Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-03-01T07:29:17.117Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-03-01T07:29:17.167Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-03-01T07:29:17.167Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2022-03-01T07:29:17.167Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-03-01T07:29:19.379Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-03-01T07:29:19.379Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2022-03-01T07:29:19.379Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-03-01T07:29:19.379Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2022-03-01T07:29:19.379Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-03-01T07:29:19.379Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2022-03-01T07:29:19.379Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-03-01T07:29:19.909Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-03-01T07:29:20.029Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-03-01T07:29:20.490Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-03-01T07:29:20.490Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-01T07:29:20.490Z] === RUN TestDockerSuite/TestLinksEnvs [2022-03-01T07:29:20.490Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-01T07:29:20.490Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-03-01T07:29:20.490Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-01T07:29:20.490Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-03-01T07:29:20.490Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-01T07:29:20.490Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-03-01T07:29:20.490Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-01T07:29:20.490Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-03-01T07:29:20.490Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-01T07:29:20.490Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-03-01T07:29:20.490Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-01T07:29:20.490Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-03-01T07:29:20.490Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-01T07:29:20.490Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-03-01T07:29:20.490Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-01T07:29:20.490Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-03-01T07:29:20.490Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-01T07:29:20.490Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-03-01T07:29:20.490Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-01T07:29:20.490Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-03-01T07:29:20.490Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-01T07:29:20.490Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-03-01T07:29:20.490Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-01T07:29:20.490Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-03-01T07:29:20.490Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-01T07:29:20.490Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-03-01T07:29:20.490Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-01T07:29:20.490Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-03-01T07:29:20.490Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-01T07:29:20.490Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-03-01T07:29:20.490Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-03-01T07:29:20.490Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-03-01T07:29:22.071Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-03-01T07:29:23.402Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-03-01T07:29:24.954Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-03-01T07:29:24.954Z] === RUN TestDockerSuite/TestRunBindMounts [2022-03-01T07:29:26.533Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-03-01T07:29:26.533Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2022-03-01T07:29:26.533Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-03-01T07:29:26.533Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-03-01T07:29:27.142Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-03-01T07:29:28.746Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-03-01T07:29:28.746Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-03-01T07:29:28.746Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2022-03-01T07:29:28.746Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-03-01T07:29:28.746Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2022-03-01T07:29:28.746Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-03-01T07:29:28.746Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2022-03-01T07:29:28.746Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-03-01T07:29:30.712Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-03-01T07:29:30.712Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-01T07:29:30.712Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-03-01T07:29:30.712Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-01T07:29:30.712Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-03-01T07:29:30.712Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-01T07:29:30.712Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-03-01T07:29:30.712Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-01T07:29:30.712Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-03-01T07:29:30.712Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-01T07:29:30.712Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-03-01T07:29:30.712Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-01T07:29:30.712Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-03-01T07:29:30.712Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-01T07:29:30.712Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-03-01T07:29:30.712Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-01T07:29:30.712Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-03-01T07:29:30.712Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-01T07:29:30.712Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-03-01T07:29:30.712Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-01T07:29:30.712Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-03-01T07:29:30.712Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-01T07:29:30.712Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-03-01T07:29:31.695Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-03-01T07:29:32.876Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-03-01T07:29:32.876Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-01T07:29:32.876Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-03-01T07:29:32.948Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-03-01T07:29:33.909Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-03-01T07:29:35.863Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-03-01T07:29:35.863Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-01T07:29:35.863Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-03-01T07:29:36.122Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-03-01T07:29:36.122Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-03-01T07:29:36.122Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2022-03-01T07:29:36.122Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-03-01T07:29:36.585Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-03-01T07:29:36.585Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-01T07:29:36.585Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-03-01T07:29:36.585Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-01T07:29:36.585Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-03-01T07:29:38.336Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-03-01T07:29:38.336Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-03-01T07:29:38.789Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-03-01T07:29:38.789Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-03-01T07:29:39.472Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-03-01T07:29:39.472Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-01T07:29:39.472Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-03-01T07:29:39.472Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-01T07:29:39.472Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-03-01T07:29:39.472Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-01T07:29:39.472Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-03-01T07:29:39.472Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-01T07:29:39.472Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-03-01T07:29:39.472Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-01T07:29:39.472Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-03-01T07:29:39.472Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-01T07:29:39.472Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-03-01T07:29:39.472Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-01T07:29:39.472Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-03-01T07:29:40.550Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-03-01T07:29:40.550Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2022-03-01T07:29:40.550Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-03-01T07:29:40.550Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2022-03-01T07:29:40.550Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-03-01T07:29:40.996Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-03-01T07:29:43.505Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-03-01T07:29:43.505Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-03-01T07:29:43.881Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-03-01T07:29:44.598Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-03-01T07:29:45.068Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-03-01T07:29:45.068Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2022-03-01T07:29:45.068Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-03-01T07:29:46.765Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-03-01T07:29:46.765Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-01T07:29:46.765Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-03-01T07:29:46.765Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-01T07:29:46.765Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-03-01T07:29:46.765Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-01T07:29:46.765Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-03-01T07:29:48.019Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-03-01T07:29:48.019Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-03-01T07:29:48.926Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-03-01T07:29:48.926Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-01T07:29:48.926Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-03-01T07:29:48.926Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-01T07:29:48.926Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-03-01T07:29:48.926Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-01T07:29:48.926Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-03-01T07:29:48.926Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-01T07:29:49.379Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-03-01T07:29:50.409Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-03-01T07:29:50.902Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-03-01T07:29:55.183Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-03-01T07:29:56.212Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-03-01T07:29:56.673Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-03-01T07:29:56.673Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-01T07:29:56.673Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-03-01T07:29:56.673Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-01T07:29:56.673Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-03-01T07:29:56.673Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-01T07:29:56.673Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-03-01T07:29:56.673Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-01T07:29:56.673Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-03-01T07:29:56.673Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-01T07:29:56.673Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-03-01T07:29:56.673Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-01T07:29:56.673Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-03-01T07:29:58.837Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-03-01T07:29:58.837Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-01T07:29:58.837Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-03-01T07:29:58.837Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-03-01T07:29:58.837Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-01T07:29:58.837Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-03-01T07:29:59.936Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-03-01T07:30:00.910Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-03-01T07:30:01.721Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-03-01T07:30:03.733Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-03-01T07:30:03.733Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-03-01T07:30:03.733Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-03-01T07:30:03.733Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-03-01T07:30:03.733Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-03-01T07:30:04.611Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-03-01T07:30:04.611Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-01T07:30:04.611Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-03-01T07:30:05.610Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-03-01T07:30:05.610Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-01T07:30:05.610Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-03-01T07:30:05.947Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-03-01T07:30:05.947Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2022-03-01T07:30:05.947Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-03-01T07:30:06.774Z] === RUN TestDockerSuite/TestRunEnvironment [2022-03-01T07:30:06.774Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-01T07:30:06.775Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-03-01T07:30:06.775Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-01T07:30:06.775Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-03-01T07:30:06.775Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-01T07:30:06.775Z] === RUN TestDockerSuite/TestRunExitCode [2022-03-01T07:30:08.526Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-03-01T07:30:09.660Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-03-01T07:30:11.435Z] === RUN TestDockerSuite/TestLogsSince [2022-03-01T07:30:12.542Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-03-01T07:30:13.104Z] === RUN TestDockerSuite/TestContainerAPITop [2022-03-01T07:30:13.104Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2022-03-01T07:30:13.104Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-03-01T07:30:14.702Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-03-01T07:30:15.319Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-03-01T07:30:15.319Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-03-01T07:30:17.588Z] === RUN TestDockerSuite/TestRunExposePort [2022-03-01T07:30:17.588Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-03-01T07:30:17.588Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-01T07:30:17.588Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-03-01T07:30:17.588Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-01T07:30:17.588Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-03-01T07:30:17.588Z] docker_cli_run_test.go:4374: unmatched requirement DaemonIsLinux [2022-03-01T07:30:17.588Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-03-01T07:30:17.588Z] docker_cli_run_test.go:4387: unmatched requirement DaemonIsLinux [2022-03-01T07:30:17.588Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-01T07:30:17.588Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-01T07:30:17.588Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-03-01T07:30:17.588Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-01T07:30:17.588Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-03-01T07:30:17.588Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-01T07:30:17.588Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-03-01T07:30:20.073Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-03-01T07:30:21.771Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-03-01T07:30:21.771Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-01T07:30:21.771Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-03-01T07:30:21.771Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-01T07:30:21.771Z] === RUN TestDockerSuite/TestLogsTail [2022-03-01T07:30:22.252Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-03-01T07:30:22.252Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-01T07:30:22.252Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-03-01T07:30:22.252Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-03-01T07:30:22.252Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-01T07:30:22.252Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-03-01T07:30:22.252Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-01T07:30:22.252Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-03-01T07:30:22.252Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-01T07:30:22.292Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-03-01T07:30:22.292Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-01T07:30:22.292Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-03-01T07:30:22.292Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-01T07:30:22.292Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-03-01T07:30:22.292Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-01T07:30:22.292Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-03-01T07:30:22.292Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-01T07:30:22.292Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-03-01T07:30:22.292Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-01T07:30:22.292Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-03-01T07:30:22.707Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-03-01T07:30:22.707Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-01T07:30:22.707Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-03-01T07:30:23.952Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-03-01T07:30:24.508Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-03-01T07:30:24.508Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-03-01T07:30:26.874Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-03-01T07:30:27.462Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-03-01T07:30:29.749Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-03-01T07:30:29.749Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-01T07:30:29.749Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-03-01T07:30:29.931Z] === RUN TestDockerSuite/TestMountIntoProc [2022-03-01T07:30:29.931Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-01T07:30:29.931Z] === RUN TestDockerSuite/TestMountIntoSys [2022-03-01T07:30:29.931Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-01T07:30:29.931Z] === RUN TestDockerSuite/TestNetHostname [2022-03-01T07:30:29.931Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-01T07:30:29.931Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-03-01T07:30:29.931Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-01T07:30:29.931Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-03-01T07:30:29.931Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-01T07:30:29.931Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-03-01T07:30:29.931Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-01T07:30:29.931Z] === RUN TestDockerSuite/TestPluginActive [2022-03-01T07:30:29.931Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-01T07:30:29.931Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-03-01T07:30:29.931Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-01T07:30:29.931Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-03-01T07:30:29.931Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-03-01T07:30:29.931Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-01T07:30:29.931Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-03-01T07:30:29.931Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-01T07:30:29.931Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-03-01T07:30:29.931Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-01T07:30:29.931Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-03-01T07:30:29.931Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-01T07:30:29.931Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-03-01T07:30:29.931Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-01T07:30:29.931Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-03-01T07:30:29.931Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-01T07:30:29.931Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-03-01T07:30:29.931Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-01T07:30:29.931Z] === RUN TestDockerSuite/TestPortHostBinding [2022-03-01T07:30:29.932Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-01T07:30:29.932Z] === RUN TestDockerSuite/TestPortList [2022-03-01T07:30:29.932Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-01T07:30:29.932Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-03-01T07:30:30.414Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-03-01T07:30:31.911Z] === RUN TestDockerSuite/TestRunModeHostname [2022-03-01T07:30:31.911Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-01T07:30:31.911Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-03-01T07:30:31.911Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-01T07:30:31.911Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-03-01T07:30:31.911Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-01T07:30:31.911Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-03-01T07:30:31.911Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-01T07:30:31.911Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-03-01T07:30:31.911Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-01T07:30:31.911Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-03-01T07:30:31.911Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-01T07:30:31.911Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-03-01T07:30:31.911Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-01T07:30:31.911Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-03-01T07:30:31.911Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-01T07:30:31.911Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-03-01T07:30:31.911Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-01T07:30:31.911Z] === RUN TestDockerSuite/TestRunMount [2022-03-01T07:30:31.911Z] docker_cli_run_test.go:4197: unmatched requirement DaemonIsLinux [2022-03-01T07:30:31.911Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-03-01T07:30:31.911Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-01T07:30:31.911Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-03-01T07:30:31.911Z] docker_cli_run_test.go:4185: unmatched requirement DaemonIsLinux [2022-03-01T07:30:31.911Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-03-01T07:30:31.911Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-01T07:30:31.911Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-03-01T07:30:32.632Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-03-01T07:30:37.019Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-03-01T07:30:37.019Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-01T07:30:37.019Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-03-01T07:30:37.019Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-03-01T07:30:37.019Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2022-03-01T07:30:37.019Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-03-01T07:30:37.019Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2022-03-01T07:30:37.019Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-03-01T07:30:37.019Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2022-03-01T07:30:37.019Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-03-01T07:30:37.019Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2022-03-01T07:30:37.019Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-03-01T07:30:37.019Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2022-03-01T07:30:37.019Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-03-01T07:30:37.019Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2022-03-01T07:30:37.019Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-03-01T07:30:37.019Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2022-03-01T07:30:37.019Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-03-01T07:30:40.433Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-03-01T07:30:40.433Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-01T07:30:40.433Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-03-01T07:30:40.433Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-01T07:30:40.433Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-03-01T07:30:40.433Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-01T07:30:40.433Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-03-01T07:30:41.295Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000402b28_} [2022-03-01T07:30:41.716Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-03-01T07:30:41.717Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2022-03-01T07:30:41.717Z] === RUN TestDockerSuite/TestPsByOrder [2022-03-01T07:30:45.090Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-03-01T07:30:48.463Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-11136055185_c:\foo_false____} [2022-03-01T07:30:49.754Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-03-01T07:30:49.754Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-01T07:30:49.754Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-03-01T07:30:49.754Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-01T07:30:49.754Z] === RUN TestDockerSuite/TestRunNetHost [2022-03-01T07:30:49.754Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-01T07:30:49.754Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-03-01T07:30:49.754Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-01T07:30:49.754Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-03-01T07:30:49.754Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-01T07:30:49.754Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-03-01T07:30:49.754Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-01T07:30:49.754Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-03-01T07:30:49.754Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-01T07:30:49.754Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-03-01T07:30:49.754Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-01T07:30:49.754Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-03-01T07:30:49.754Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-01T07:30:49.754Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-03-01T07:30:50.208Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-03-01T07:30:50.694Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-11136055185_c:\foo_true____} [2022-03-01T07:30:51.741Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-03-01T07:30:53.663Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-03-01T07:30:53.663Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2022-03-01T07:30:53.663Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-03-01T07:30:53.663Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-03-01T07:30:53.663Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-03-01T07:30:53.663Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-03-01T07:30:53.663Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-03-01T07:30:53.663Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-03-01T07:30:53.663Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-03-01T07:30:53.663Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-03-01T07:30:53.663Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-03-01T07:30:53.663Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-03-01T07:30:53.663Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-03-01T07:30:53.663Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-03-01T07:30:53.663Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-01T07:30:53.663Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-03-01T07:30:53.663Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-01T07:30:53.663Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-03-01T07:30:53.663Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-01T07:30:53.663Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-03-01T07:30:53.663Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-01T07:30:53.663Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-03-01T07:30:53.663Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-01T07:30:53.663Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-03-01T07:30:53.902Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-03-01T07:30:54.112Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-03-01T07:30:54.112Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-01T07:30:54.112Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-03-01T07:30:55.425Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-03-01T07:30:56.949Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-03-01T07:30:59.110Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-03-01T07:30:59.565Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-01T07:30:59.565Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-03-01T07:30:59.565Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-01T07:30:59.565Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-03-01T07:30:59.565Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-01T07:30:59.565Z] === RUN TestDockerSuite/TestRunPortInUse [2022-03-01T07:30:59.565Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-01T07:30:59.565Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-03-01T07:30:59.565Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-01T07:30:59.565Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-03-01T07:30:59.565Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-01T07:30:59.565Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-03-01T07:30:59.565Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-01T07:30:59.565Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-03-01T07:30:59.565Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-01T07:30:59.565Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-01T07:31:02.325Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-03-01T07:31:02.325Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-01T07:31:02.325Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-03-01T07:31:02.325Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-01T07:31:02.325Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-03-01T07:31:02.325Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-01T07:31:02.325Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-03-01T07:31:02.325Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-01T07:31:02.325Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-03-01T07:31:02.325Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-01T07:31:02.325Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-03-01T07:31:02.325Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-01T07:31:02.325Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-03-01T07:31:02.325Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-01T07:31:02.325Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-03-01T07:31:02.325Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-01T07:31:02.325Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-03-01T07:31:02.325Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-01T07:31:02.325Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-03-01T07:31:02.325Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-01T07:31:02.325Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-03-01T07:31:02.325Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-01T07:31:02.325Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-03-01T07:31:02.325Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-01T07:31:02.325Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-03-01T07:31:02.325Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-01T07:31:02.325Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-03-01T07:31:03.275Z] === RUN TestDockerSuite/TestRunPublishPort [2022-03-01T07:31:03.275Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-01T07:31:03.275Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-03-01T07:31:03.275Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-01T07:31:03.275Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-03-01T07:31:03.275Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-01T07:31:03.275Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-03-01T07:31:03.275Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-01T07:31:03.275Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-03-01T07:31:03.275Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-01T07:31:03.275Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-03-01T07:31:03.888Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-03-01T07:31:03.888Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-03-01T07:31:03.888Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-01T07:31:03.888Z] === RUN TestDockerSuite/TestCpRelativePath [2022-03-01T07:31:06.509Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-03-01T07:31:06.838Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-03-01T07:31:06.838Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-01T07:31:06.838Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-03-01T07:31:06.838Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-01T07:31:06.838Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-03-01T07:31:06.838Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-01T07:31:06.838Z] === RUN TestDockerSuite/TestCpToCaseA [2022-03-01T07:31:13.549Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-03-01T07:31:13.549Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-01T07:31:13.549Z] === RUN TestDockerSuite/TestRunRm [2022-03-01T07:31:15.077Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-03-01T07:31:17.261Z] === RUN TestDockerSuite/TestCpToCaseB [2022-03-01T07:31:18.826Z] === RUN TestDockerSuite/TestCpToCaseC [2022-03-01T07:31:18.826Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-01T07:31:18.826Z] === RUN TestDockerSuite/TestCpToCaseD [2022-03-01T07:31:18.826Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-01T07:31:18.826Z] === RUN TestDockerSuite/TestCpToCaseE [2022-03-01T07:31:20.962Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-03-01T07:31:23.848Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-03-01T07:31:24.218Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-03-01T07:31:24.218Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-03-01T07:31:24.218Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-01T07:31:24.218Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-03-01T07:31:24.218Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-03-01T07:31:24.218Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-03-01T07:31:26.730Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-03-01T07:31:28.256Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-03-01T07:31:29.246Z] === RUN TestDockerSuite/TestCpToCaseF [2022-03-01T07:31:29.246Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-01T07:31:29.246Z] === RUN TestDockerSuite/TestCpToCaseG [2022-03-01T07:31:29.246Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-01T07:31:29.246Z] === RUN TestDockerSuite/TestCpToCaseH [2022-03-01T07:31:30.018Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-03-01T07:31:31.142Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-03-01T07:31:31.142Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-01T07:31:31.142Z] === RUN TestDockerSuite/TestRunState [2022-03-01T07:31:31.142Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-01T07:31:31.142Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-03-01T07:31:34.030Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-03-01T07:31:34.030Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-01T07:31:34.030Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-03-01T07:31:36.194Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-03-01T07:31:36.194Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-01T07:31:36.194Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-03-01T07:31:36.194Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-01T07:31:36.194Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-03-01T07:31:36.648Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-03-01T07:31:36.648Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-03-01T07:31:36.648Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-01T07:31:36.648Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-03-01T07:31:37.902Z] === RUN TestDockerSuite/TestCpToCaseI [2022-03-01T07:31:37.902Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-01T07:31:37.902Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-03-01T07:31:37.902Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-01T07:31:37.902Z] === RUN TestDockerSuite/TestCpToDot [2022-03-01T07:31:38.599Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-03-01T07:31:41.308Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-03-01T07:31:41.308Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-01T07:31:41.308Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-03-01T07:31:41.308Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-01T07:31:41.308Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-03-01T07:31:41.308Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-01T07:31:41.308Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-03-01T07:31:41.308Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-01T07:31:41.308Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-03-01T07:31:41.308Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-01T07:31:41.308Z] === RUN TestDockerSuite/TestRunUserByID [2022-03-01T07:31:41.308Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-01T07:31:41.308Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-03-01T07:31:41.308Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-01T07:31:41.308Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-03-01T07:31:41.308Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-01T07:31:41.308Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-03-01T07:31:41.762Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-01T07:31:41.762Z] === RUN TestDockerSuite/TestRunUserByName [2022-03-01T07:31:41.762Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-01T07:31:41.762Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-03-01T07:31:44.653Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-03-01T07:31:44.653Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-01T07:31:44.653Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-03-01T07:31:45.056Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-03-01T07:31:45.056Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-01T07:31:45.056Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-03-01T07:31:45.056Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-01T07:31:45.056Z] === RUN TestDockerSuite/TestCpToStdout [2022-03-01T07:31:45.712Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-03-01T07:31:45.712Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-01T07:31:45.712Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-03-01T07:31:45.712Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-01T07:31:45.712Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-03-01T07:31:46.815Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-03-01T07:31:46.815Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-01T07:31:46.815Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-03-01T07:31:46.815Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-01T07:31:46.815Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-03-01T07:31:50.525Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-03-01T07:31:51.527Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-03-01T07:31:51.527Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-01T07:31:51.527Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-03-01T07:31:51.527Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-01T07:31:51.527Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-03-01T07:31:51.527Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-01T07:31:51.527Z] === RUN TestDockerSuite/TestPsRightTagName [2022-03-01T07:31:51.527Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-01T07:31:51.527Z] === RUN TestDockerSuite/TestPsShowMounts [2022-03-01T07:31:53.713Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-03-01T07:31:53.713Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-01T07:31:53.713Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-03-01T07:31:53.713Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-01T07:31:53.713Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-03-01T07:31:53.713Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-01T07:31:53.713Z] === RUN TestDockerSuite/TestCpVolumePath [2022-03-01T07:31:53.713Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-01T07:31:53.713Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-03-01T07:31:53.713Z] === RUN TestDockerSuite/TestCreateArgs [2022-03-01T07:31:53.713Z] === RUN TestDockerSuite/TestCreateByImageID [2022-03-01T07:31:55.278Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-03-01T07:31:57.498Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-03-01T07:31:57.965Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-03-01T07:31:57.965Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-03-01T07:31:59.059Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-03-01T07:32:00.182Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-03-01T07:32:01.169Z] === RUN TestDockerSuite/TestCreateLabels [2022-03-01T07:32:01.169Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-03-01T07:32:01.169Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-01T07:32:01.169Z] === RUN TestDockerSuite/TestCreateRM [2022-03-01T07:32:01.637Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-03-01T07:32:01.637Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-01T07:32:01.637Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-03-01T07:32:01.637Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-03-01T07:32:01.860Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-03-01T07:32:01.860Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-01T07:32:01.860Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-03-01T07:32:02.104Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-03-01T07:32:03.404Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-03-01T07:32:03.404Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-01T07:32:03.404Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-03-01T07:32:03.716Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-03-01T07:32:04.374Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-03-01T07:32:05.344Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-03-01T07:32:05.344Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2022-03-01T07:32:05.344Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-03-01T07:32:10.752Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-03-01T07:32:10.752Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-01T07:32:10.752Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-03-01T07:32:10.752Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-03-01T07:32:10.768Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-03-01T07:32:10.768Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-03-01T07:32:11.236Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-03-01T07:32:12.555Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-03-01T07:32:13.635Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-03-01T07:32:14.185Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-03-01T07:32:14.654Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-03-01T07:32:14.654Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2022-03-01T07:32:14.654Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-03-01T07:32:16.516Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-03-01T07:32:18.354Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-03-01T07:32:18.678Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-03-01T07:32:18.678Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-01T07:32:18.679Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-03-01T07:32:18.679Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-03-01T07:32:18.679Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-03-01T07:32:18.679Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-01T07:32:19.134Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-03-01T07:32:19.134Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-01T07:32:19.134Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-03-01T07:32:19.134Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-01T07:32:19.134Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-03-01T07:32:19.134Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-01T07:32:19.134Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-03-01T07:32:19.134Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-01T07:32:19.134Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-03-01T07:32:20.536Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-03-01T07:32:21.806Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-03-01T07:32:21.806Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-01T07:32:21.806Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-03-01T07:32:22.274Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-03-01T07:32:22.274Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-01T07:32:22.274Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-03-01T07:32:22.274Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-01T07:32:22.274Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-03-01T07:32:22.274Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-01T07:32:22.274Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-03-01T07:32:22.274Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-01T07:32:22.274Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-03-01T07:32:22.274Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-01T07:32:22.274Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-03-01T07:32:22.274Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-01T07:32:22.274Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-03-01T07:32:22.274Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:32:22.274Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-03-01T07:32:22.274Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-01T07:32:22.274Z] === RUN TestDockerSuite/TestDevicePermissions [2022-03-01T07:32:22.274Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-01T07:32:22.274Z] === RUN TestDockerSuite/TestDockerFails [2022-03-01T07:32:22.274Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-03-01T07:32:22.274Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-01T07:32:22.274Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-03-01T07:32:22.274Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-01T07:32:22.274Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-03-01T07:32:22.274Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-01T07:32:22.274Z] === RUN TestDockerSuite/TestEventsAttach [2022-03-01T07:32:22.274Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-01T07:32:22.274Z] === RUN TestDockerSuite/TestEventsCommit [2022-03-01T07:32:22.274Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-01T07:32:22.274Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-03-01T07:32:25.226Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-03-01T07:32:27.439Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-03-01T07:32:27.661Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-03-01T07:32:29.185Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-03-01T07:32:31.348Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-03-01T07:32:34.598Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-03-01T07:32:37.110Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-03-01T07:32:37.110Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-01T07:32:37.110Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-03-01T07:32:37.110Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-01T07:32:37.110Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-03-01T07:32:37.110Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-01T07:32:37.110Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-03-01T07:32:37.110Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-01T07:32:37.110Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-03-01T07:32:37.110Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-01T07:32:37.110Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-03-01T07:32:37.110Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-01T07:32:37.110Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-03-01T07:32:37.110Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-01T07:32:37.110Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-03-01T07:32:37.110Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-01T07:32:37.110Z] === RUN TestDockerSuite/TestSaveImageId [2022-03-01T07:32:37.110Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-01T07:32:37.110Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-03-01T07:32:37.110Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-01T07:32:37.110Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-03-01T07:32:37.110Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-01T07:32:37.110Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-03-01T07:32:37.110Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-01T07:32:37.110Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-03-01T07:32:37.110Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-01T07:32:37.110Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-03-01T07:32:37.110Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-01T07:32:37.110Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-03-01T07:32:37.110Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-01T07:32:37.110Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-03-01T07:32:37.110Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-01T07:32:37.110Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-03-01T07:32:37.110Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-01T07:32:37.110Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-03-01T07:32:39.271Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-03-01T07:32:39.726Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-03-01T07:32:40.181Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-03-01T07:32:40.181Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-03-01T07:32:41.707Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-03-01T07:32:49.525Z] === RUN TestDockerSuite/TestEventsCopy [2022-03-01T07:32:50.240Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-03-01T07:32:50.240Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-01T07:32:50.240Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-03-01T07:32:50.533Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-03-01T07:32:50.533Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-01T07:32:50.533Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-03-01T07:32:53.315Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-03-01T07:32:57.618Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-03-01T07:32:57.618Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-03-01T07:32:58.077Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-03-01T07:32:58.774Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-03-01T07:32:58.775Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-01T07:32:58.775Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-03-01T07:32:59.046Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-03-01T07:32:59.182Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-03-01T07:33:00.745Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-03-01T07:33:01.730Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-03-01T07:33:03.431Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-03-01T07:33:03.431Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-01T07:33:03.431Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-03-01T07:33:03.431Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-01T07:33:03.431Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-03-01T07:33:03.431Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-01T07:33:03.431Z] === RUN TestDockerSuite/TestStartRecordError [2022-03-01T07:33:03.431Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-01T07:33:03.431Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-03-01T07:33:05.520Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-03-01T07:33:06.508Z] === RUN TestDockerSuite/TestEventsFilterType [2022-03-01T07:33:07.494Z] === RUN TestDockerSuite/TestEventsFilters [2022-03-01T07:33:07.631Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-03-01T07:33:10.476Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-03-01T07:33:10.476Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-01T07:33:10.476Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-03-01T07:33:10.476Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-01T07:33:10.476Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-03-01T07:33:10.476Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-01T07:33:10.476Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-03-01T07:33:10.476Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-01T07:33:10.476Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-03-01T07:33:10.476Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-01T07:33:10.476Z] === RUN TestDockerSuite/TestStatsNoStream [2022-03-01T07:33:10.476Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-01T07:33:10.476Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-03-01T07:33:12.336Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-03-01T07:33:12.336Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-01T07:33:12.336Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-03-01T07:33:12.637Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-03-01T07:33:13.357Z] === RUN TestDockerSuite/TestEventsFormat [2022-03-01T07:33:15.522Z] === RUN TestDockerSuite/TestTopPrivileged [2022-03-01T07:33:15.522Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-01T07:33:15.522Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-03-01T07:33:17.686Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-03-01T07:33:17.686Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-01T07:33:17.686Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-03-01T07:33:17.686Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-01T07:33:17.686Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-03-01T07:33:17.686Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-01T07:33:17.686Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-03-01T07:33:17.686Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-01T07:33:17.686Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-03-01T07:33:17.686Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-01T07:33:17.686Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-03-01T07:33:17.686Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-01T07:33:17.686Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-03-01T07:33:18.142Z] === RUN TestDockerSuite/TestRmiBlank [2022-03-01T07:33:18.142Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-03-01T07:33:18.142Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-03-01T07:33:23.775Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-03-01T07:33:23.776Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-03-01T07:33:23.776Z] === RUN TestDockerSuite/TestEventsImageImport [2022-03-01T07:33:23.776Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-01T07:33:23.776Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-03-01T07:33:23.776Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-01T07:33:23.776Z] === RUN TestDockerSuite/TestEventsImagePull [2022-03-01T07:33:23.776Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-01T07:33:23.776Z] === RUN TestDockerSuite/TestEventsImageTag [2022-03-01T07:33:24.244Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-03-01T07:33:24.244Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-01T07:33:24.244Z] === RUN TestDockerSuite/TestEventsRename [2022-03-01T07:33:27.196Z] === RUN TestDockerSuite/TestEventsResize [2022-03-01T07:33:32.443Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-03-01T07:33:32.897Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-03-01T07:33:32.897Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-03-01T07:33:32.897Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-01T07:33:32.897Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-03-01T07:33:33.351Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-03-01T07:33:33.806Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-03-01T07:33:33.806Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-03-01T07:33:35.853Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-03-01T07:33:35.860Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-03-01T07:33:36.688Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-03-01T07:33:36.688Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-03-01T07:33:36.838Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-03-01T07:33:38.771Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-03-01T07:33:39.231Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-03-01T07:33:39.789Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-03-01T07:33:40.397Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-03-01T07:33:40.397Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-03-01T07:33:40.851Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-03-01T07:33:40.851Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-03-01T07:33:40.851Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-03-01T07:33:44.540Z] === RUN TestDockerSuite/TestEventsTop [2022-03-01T07:33:44.540Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-01T07:33:44.540Z] === RUN TestDockerSuite/TestEventsUntag [2022-03-01T07:33:47.489Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-03-01T07:33:47.811Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-03-01T07:33:49.376Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-03-01T07:33:49.376Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-01T07:33:49.376Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-03-01T07:33:49.831Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-03-01T07:33:50.286Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-03-01T07:33:50.286Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-01T07:33:50.286Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-03-01T07:33:51.282Z] === RUN TestDockerSuite/TestExec [2022-03-01T07:33:51.282Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-01T07:33:51.282Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-03-01T07:33:51.282Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-01T07:33:51.282Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-03-01T07:33:53.507Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-03-01T07:33:53.612Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-03-01T07:33:55.721Z] === RUN TestDockerSuite/TestExecAPIStart [2022-03-01T07:33:55.721Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-01T07:33:55.721Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-03-01T07:33:55.721Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-01T07:33:55.721Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-03-01T07:33:55.721Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-01T07:33:55.721Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-03-01T07:33:57.935Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-03-01T07:33:58.818Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-03-01T07:33:58.818Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-03-01T07:33:58.818Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-03-01T07:34:00.154Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-03-01T07:34:02.191Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-03-01T07:34:02.372Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-03-01T07:34:04.587Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-03-01T07:34:06.897Z] === RUN TestDockerSuite/TestRmiTag [2022-03-01T07:34:07.356Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-03-01T07:34:09.099Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-03-01T07:34:09.099Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-01T07:34:09.099Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-03-01T07:34:09.341Z] === RUN TestDockerSuite/TestExecCgroup [2022-03-01T07:34:09.342Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-01T07:34:09.342Z] === RUN TestDockerSuite/TestExecEnv [2022-03-01T07:34:09.342Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-01T07:34:09.342Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-03-01T07:34:09.342Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-01T07:34:09.342Z] === RUN TestDockerSuite/TestExecExitStatus [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite (2230.52s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.78s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.24s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.63s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.35s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (74.12s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (1.14s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.64s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.29s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.72s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.32s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (6.25s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (75.67s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.37s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (4.85s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.62s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.90s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.25s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.92s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.29s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.57s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.91s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (11.20s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (4.86s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.03s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.25s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.64s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.74s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.51s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildAddTar (32.01s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.34s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (16.54s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.64s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.51s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (8.89s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.92s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.28s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (8.48s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (7.82s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.35s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.83s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (6.48s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.59s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (22.84s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.21s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.63s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.37s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.39s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.20s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.36s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.52s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.97s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildCmd (0.59s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.55s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.56s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.58s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.22s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.22s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.51s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.95s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.01s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.53s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.92s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.69s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.22s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (31.56s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.62s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.54s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (4.93s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.35s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.33s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.57s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (22.43s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.73s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.36s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (16.54s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.68s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.71s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.66s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.06s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.02s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildDockerignore (47.84s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.96s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.37s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (52.98s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.56s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.70s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (18.19s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (10.16s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (9.76s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (27.17s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (10.07s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (9.57s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (72.36s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.38s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.31s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.62s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.15s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.55s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.56s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.08s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.22s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.42s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.36s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.95s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.97s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.15s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (13.22s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.63s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildFails (2.56s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.11s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (6.16s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (6.24s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildForceRm (7.04s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildFromGit (5.86s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.35s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.00s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.71s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.59s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (8.78s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildHistory (11.62s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.04s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.86s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.74s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.09s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.42s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildLabel (1.00s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.68s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.00s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.59s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildLabels (1.03s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.56s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.46s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.08s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.64s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.66s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.23s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (15.43s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.55s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (32.43s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (14.80s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.88s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (6.83s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.13s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (16.75s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.51s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.71s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2022-03-01T07:34:10.060Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.14s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.37s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.74s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.27s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.26s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.71s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.06s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.40s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildOnBuild (8.95s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.61s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (9.38s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.11s) [2022-03-01T07:34:10.060Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (7.82s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.47s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.31s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.14s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.60s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (39.41s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (18.38s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestBuildRm (11.50s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.24s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.34s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.40s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.90s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.95s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.48s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (15.60s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.71s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.73s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (8.56s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.34s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.37s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.11s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestBuildStderr (4.02s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (17.58s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.31s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.53s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.29s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.22s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.98s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.71s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.61s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.11s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (20.95s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.90s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (8.59s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (5.39s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.34s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.61s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.33s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (9.63s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.14s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.40s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (12.79s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.33s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.34s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.26s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (7.08s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.04s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.32s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.94s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.45s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestCommitChange (4.93s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.47s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestCommitNewFile (7.03s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestCommitTTY (7.04s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.48s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.11s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainerAPICommit (7.01s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (7.15s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.57s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.60s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.62s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.26s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.24s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.17s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.26s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.65s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.76s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.14s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.79s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.30s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.62s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (4.10s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.24s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.12s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.98s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.63s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.12s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.11s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.58s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.12s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.80s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (18.42s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.60s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.68s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.68s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.61s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0004a74d0_} (2.59s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-11425566525_c:\foo_false____} (2.61s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-11425566525_c:\foo_true____} (2.62s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.39s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.08s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.08s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.08s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.09s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.80s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.74s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.69s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.86s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.68s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestCpToCaseE (9.72s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestCpToCaseH (9.66s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestCpToDot (2.66s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestCpToStdout (2.83s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.23s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestCreateArgs (0.21s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.14s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.65s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.20s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.21s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.31s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.75s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestCreateLabels (0.22s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestCreateRM (0.41s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.21s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.41s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (7.99s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.23s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.43s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.33s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.21s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.62s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.16s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestDockerFails (0.07s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2022-03-01T07:34:10.061Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2022-03-01T07:34:10.061Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.29s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.69s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.76s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (8.69s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestEventsCopy (4.43s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.66s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.59s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.78s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.40s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.69s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.97s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestEventsFilters (5.51s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestEventsFormat (5.30s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.06s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.17s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestEventsRename (2.83s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestEventsResize (7.97s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.59s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.50s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.09s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestEventsUntag (2.75s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.50s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.03s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.07s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.08s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.04s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.15s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.07s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (9.27s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.20s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestExecInspectID (4.53s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.42s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.21s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (5.44s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.08s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.10s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.99s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.00s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.15s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.60s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.07s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.30s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.65s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.08s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.80s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.24s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.07s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.84s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestImagesFormat (0.19s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.78s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.06s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestImportBadURL (0.08s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.06s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.06s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.55s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.51s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.09s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.52s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.17s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.66s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestInspectDefault (2.67s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestInspectHistory (4.53s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.62s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.14s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.22s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.65s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.16s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.07s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.16s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestInspectStatus (3.30s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.17s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.15s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.57s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.14s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.57s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.59s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.51s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.06s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.01s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.02s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.88s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.70s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.17s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (5.43s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (5.40s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (5.41s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.55s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.55s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.64s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.68s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestLogsSince (9.18s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.03s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestLogsTail (3.00s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.85s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.59s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.07s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.03s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.45s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.98s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestPsByOrder (8.12s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestPsListContainersBase (9.18s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (15.64s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.35s) [2022-03-01T07:34:10.062Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (12.33s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.84s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (8.21s) [2022-03-01T07:34:10.062Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.81s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (5.06s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestPsShowMounts (6.62s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.64s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.30s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.93s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.18s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.93s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.36s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (18.28s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (7.17s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.28s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.21s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.82s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.66s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.77s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.69s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRmiBlank (0.06s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.34s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (13.87s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.19s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.68s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (5.92s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (5.11s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (8.39s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.41s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRmiTag (0.66s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.75s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (16.49s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.82s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.77s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.13s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.02s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (5.18s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.75s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.59s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.58s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.57s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunBindMounts (5.35s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.66s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.63s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.47s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.98s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.76s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.63s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.61s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.77s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.10s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.64s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.16s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.67s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.62s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.58s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunExitCode (2.60s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.73s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.63s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.64s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunExposePort (0.06s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.72s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (7.31s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.74s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (7.83s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (5.58s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.61s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.42s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.22s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.07s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.85s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.26s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.37s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.88s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (9.14s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunRm (2.67s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.81s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.67s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.60s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.13s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.77s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.60s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.44s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.03s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.17s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.81s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.66s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.60s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.44s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (8.07s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (5.32s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.33s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.16s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.22s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.73s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.64s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.05s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (8.57s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.73s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.00s) [2022-03-01T07:34:10.063Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (5.35s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2022-03-01T07:34:10.063Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2022-03-01T07:34:10.064Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.35s) [2022-03-01T07:34:10.064Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.40s) [2022-03-01T07:34:10.064Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.39s) [2022-03-01T07:34:10.064Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.24s) [2022-03-01T07:34:10.064Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.65s) [2022-03-01T07:34:10.064Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (7.87s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2022-03-01T07:34:10.064Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (8.78s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2022-03-01T07:34:10.064Z] --- PASS: TestDockerSuite/TestStartAttachSilent (4.95s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2022-03-01T07:34:10.064Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (6.88s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-01T07:34:10.064Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.22s) [2022-03-01T07:34:10.064Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.41s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2022-03-01T07:34:10.064Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.13s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2022-03-01T07:34:10.064Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.27s) [2022-03-01T07:34:10.064Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.14s) [2022-03-01T07:34:10.064Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.20s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.03s) [2022-03-01T07:34:10.064Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.33s) [2022-03-01T07:34:10.064Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.27s) [2022-03-01T07:34:10.064Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.14s) [2022-03-01T07:34:10.064Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.85s) [2022-03-01T07:34:10.064Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s) [2022-03-01T07:34:10.064Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.22s) [2022-03-01T07:34:10.064Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.37s) [2022-03-01T07:34:10.064Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.35s) [2022-03-01T07:34:10.064Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s) [2022-03-01T07:34:10.064Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.18s) [2022-03-01T07:34:10.064Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (8.52s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-01T07:34:10.064Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.63s) [2022-03-01T07:34:10.064Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.19s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-01T07:34:10.064Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (7.68s) [2022-03-01T07:34:10.064Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.25s) [2022-03-01T07:34:10.064Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.27s) [2022-03-01T07:34:10.064Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (10.25s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-03-01T07:34:10.064Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.29s) [2022-03-01T07:34:10.064Z] === RUN TestDockerRegistrySuite [2022-03-01T07:34:10.064Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-03-01T07:34:10.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.064Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-03-01T07:34:10.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.064Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-03-01T07:34:10.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.064Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-03-01T07:34:10.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.064Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-03-01T07:34:10.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.064Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-03-01T07:34:10.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.064Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-03-01T07:34:10.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.064Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-03-01T07:34:10.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.064Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-03-01T07:34:10.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.064Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-03-01T07:34:10.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.064Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-03-01T07:34:10.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.064Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-03-01T07:34:10.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.064Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-03-01T07:34:10.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.064Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-03-01T07:34:10.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.064Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-03-01T07:34:10.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.064Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-03-01T07:34:10.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.064Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-03-01T07:34:10.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.064Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-03-01T07:34:10.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.064Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-03-01T07:34:10.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.064Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-03-01T07:34:10.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.064Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-03-01T07:34:10.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.064Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-03-01T07:34:10.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.064Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-03-01T07:34:10.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.064Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-03-01T07:34:10.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.064Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-03-01T07:34:10.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.064Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-03-01T07:34:10.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.064Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-03-01T07:34:10.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.064Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-03-01T07:34:10.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.064Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-03-01T07:34:10.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.064Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-03-01T07:34:10.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.064Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-03-01T07:34:10.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.064Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-03-01T07:34:10.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.064Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-03-01T07:34:10.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.064Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-03-01T07:34:10.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.064Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-03-01T07:34:10.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.064Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-03-01T07:34:10.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.064Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-03-01T07:34:10.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.064Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-03-01T07:34:10.064Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.064Z] --- PASS: TestDockerRegistrySuite (0.12s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-01T07:34:10.064Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-01T07:34:10.267Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-03-01T07:34:10.519Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-01T07:34:10.519Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-01T07:34:10.519Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-01T07:34:10.519Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-01T07:34:10.519Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-01T07:34:10.519Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-01T07:34:10.519Z] === RUN TestDockerSchema1RegistrySuite [2022-03-01T07:34:10.519Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-03-01T07:34:10.519Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.519Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-03-01T07:34:10.519Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.519Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-03-01T07:34:10.519Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.519Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-03-01T07:34:10.519Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.519Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-03-01T07:34:10.519Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.519Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-03-01T07:34:10.519Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.519Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-03-01T07:34:10.519Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.519Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-03-01T07:34:10.519Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.519Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-03-01T07:34:10.519Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.519Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-03-01T07:34:10.519Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.519Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-03-01T07:34:10.519Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.519Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-03-01T07:34:10.519Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-01T07:34:10.519Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-01T07:34:10.519Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-01T07:34:10.519Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-01T07:34:10.519Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-01T07:34:10.519Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-01T07:34:10.519Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-01T07:34:10.519Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-01T07:34:10.519Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-01T07:34:10.519Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-01T07:34:10.519Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-01T07:34:10.519Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-03-01T07:34:10.519Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-03-01T07:34:10.519Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.519Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-03-01T07:34:10.519Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.519Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-03-01T07:34:10.519Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.519Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-03-01T07:34:10.519Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.519Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-03-01T07:34:10.519Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.519Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-03-01T07:34:10.519Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.519Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-03-01T07:34:10.519Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.519Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-03-01T07:34:10.519Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.519Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-03-01T07:34:10.519Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-01T07:34:10.519Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-01T07:34:10.519Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-01T07:34:10.519Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-01T07:34:10.519Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-01T07:34:10.519Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-01T07:34:10.519Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-01T07:34:10.519Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-01T07:34:10.519Z] === RUN TestDockerRegistryAuthTokenSuite [2022-03-01T07:34:10.519Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-03-01T07:34:10.519Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.519Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-03-01T07:34:10.519Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.519Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-03-01T07:34:10.519Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.519Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-03-01T07:34:10.519Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.519Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-03-01T07:34:10.519Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.519Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-03-01T07:34:10.519Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-01T07:34:10.519Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-01T07:34:10.519Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-01T07:34:10.519Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-01T07:34:10.519Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-01T07:34:10.519Z] === RUN TestDockerDaemonSuite [2022-03-01T07:34:10.519Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-03-01T07:34:10.519Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.519Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-03-01T07:34:10.519Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.519Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-03-01T07:34:10.519Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.519Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-03-01T07:34:10.519Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-01T07:34:10.519Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-01T07:34:10.519Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-01T07:34:10.519Z] === RUN TestDockerSwarmSuite [2022-03-01T07:34:10.519Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-03-01T07:34:10.519Z] === RUN TestDockerPluginSuite [2022-03-01T07:34:10.519Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-03-01T07:34:10.519Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.519Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-03-01T07:34:10.519Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.519Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-03-01T07:34:10.519Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.519Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-03-01T07:34:10.519Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.519Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-03-01T07:34:10.519Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.519Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-03-01T07:34:10.519Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.519Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-03-01T07:34:10.519Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.519Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-03-01T07:34:10.519Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.519Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-03-01T07:34:10.519Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.519Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-03-01T07:34:10.519Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.519Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-03-01T07:34:10.519Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.519Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-03-01T07:34:10.519Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-01T07:34:10.519Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-01T07:34:10.519Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-01T07:34:10.519Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-01T07:34:10.519Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-01T07:34:10.519Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-01T07:34:10.520Z] === RUN TestDockerExternalVolumeSuite [2022-03-01T07:34:10.520Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-03-01T07:34:10.520Z] === RUN TestDockerNetworkSuite [2022-03-01T07:34:10.520Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-03-01T07:34:10.520Z] === RUN TestDockerHubPullSuite [2022-03-01T07:34:10.520Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-03-01T07:34:10.520Z] PASS [2022-03-01T07:34:10.520Z] ok github.com/docker/docker/integration-cli 2230.829s [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === Skipped [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-01T07:34:10.520Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-03-01T07:34:10.520Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-01T07:34:10.520Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2022-03-01T07:34:10.520Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-03-01T07:34:10.520Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-03-01T07:34:10.520Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-01T07:34:10.520Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-01T07:34:10.520Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-01T07:34:10.520Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2022-03-01T07:34:10.520Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2022-03-01T07:34:10.520Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2022-03-01T07:34:10.520Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2022-03-01T07:34:10.520Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-01T07:34:10.520Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2022-03-01T07:34:10.520Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2022-03-01T07:34:10.520Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2022-03-01T07:34:10.520Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-03-01T07:34:10.520Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.37s) [2022-03-01T07:34:10.520Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.37s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2022-03-01T07:34:10.520Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-01T07:34:10.520Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-03-01T07:34:10.520Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-03-01T07:34:10.520Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2022-03-01T07:34:10.520Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-03-01T07:34:10.520Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2022-03-01T07:34:10.520Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2022-03-01T07:34:10.520Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2022-03-01T07:34:10.520Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2022-03-01T07:34:10.520Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2022-03-01T07:34:10.520Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.34s) [2022-03-01T07:34:10.520Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.34s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.64s) [2022-03-01T07:34:10.520Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.64s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.92s) [2022-03-01T07:34:10.520Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.92s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.35s) [2022-03-01T07:34:10.520Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.35s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-03-01T07:34:10.520Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2022-03-01T07:34:10.520Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2022-03-01T07:34:10.520Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2022-03-01T07:34:10.520Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-03-01T07:34:10.520Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.63s) [2022-03-01T07:34:10.520Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.63s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.37s) [2022-03-01T07:34:10.520Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.37s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2022-03-01T07:34:10.520Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2022-03-01T07:34:10.520Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2022-03-01T07:34:10.520Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-01T07:34:10.520Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-01T07:34:10.520Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2022-03-01T07:34:10.520Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2022-03-01T07:34:10.520Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-01T07:34:10.520Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.35s) [2022-03-01T07:34:10.520Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.35s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.33s) [2022-03-01T07:34:10.520Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.33s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2022-03-01T07:34:10.520Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-03-01T07:34:10.520Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.36s) [2022-03-01T07:34:10.520Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.36s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.37s) [2022-03-01T07:34:10.520Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.37s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.31s) [2022-03-01T07:34:10.520Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.31s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2022-03-01T07:34:10.520Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2022-03-01T07:34:10.520Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2022-03-01T07:34:10.520Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.36s) [2022-03-01T07:34:10.520Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.36s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2022-03-01T07:34:10.520Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2022-03-01T07:34:10.520Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-03-01T07:34:10.520Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2022-03-01T07:34:10.520Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2022-03-01T07:34:10.520Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-03-01T07:34:10.520Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-03-01T07:34:10.520Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.520Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-03-01T07:34:10.520Z] [2022-03-01T07:34:10.520Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s) [2022-03-01T07:34:10.521Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2022-03-01T07:34:10.521Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-01T07:34:10.521Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2022-03-01T07:34:10.521Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-03-01T07:34:10.521Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2022-03-01T07:34:10.521Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-03-01T07:34:10.521Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s) [2022-03-01T07:34:10.521Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.08s) [2022-03-01T07:34:10.521Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2022-03-01T07:34:10.521Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s) [2022-03-01T07:34:10.521Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-03-01T07:34:10.521Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2022-03-01T07:34:10.521Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2022-03-01T07:34:10.521Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-03-01T07:34:10.521Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2022-03-01T07:34:10.521Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2022-03-01T07:34:10.521Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2022-03-01T07:34:10.521Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.34s) [2022-03-01T07:34:10.521Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.34s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.31s) [2022-03-01T07:34:10.521Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.31s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2022-03-01T07:34:10.521Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-03-01T07:34:10.521Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-03-01T07:34:10.521Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2022-03-01T07:34:10.521Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2022-03-01T07:34:10.521Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.34s) [2022-03-01T07:34:10.521Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.34s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2022-03-01T07:34:10.521Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.33s) [2022-03-01T07:34:10.521Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.33s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.33s) [2022-03-01T07:34:10.521Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.33s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.34s) [2022-03-01T07:34:10.521Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.34s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-03-01T07:34:10.521Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.32s) [2022-03-01T07:34:10.521Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.32s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-03-01T07:34:10.521Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-03-01T07:34:10.521Z] docker_cli_sni_test.go:18: Flakey test [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2022-03-01T07:34:10.521Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2022-03-01T07:34:10.521Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2022-03-01T07:34:10.521Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2022-03-01T07:34:10.521Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-03-01T07:34:10.521Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-01T07:34:10.521Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-03-01T07:34:10.521Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-03-01T07:34:10.521Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-01T07:34:10.521Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2022-03-01T07:34:10.521Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-03-01T07:34:10.521Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-03-01T07:34:10.521Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2022-03-01T07:34:10.521Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-01T07:34:10.521Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-03-01T07:34:10.521Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-01T07:34:10.521Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-03-01T07:34:10.521Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-03-01T07:34:10.521Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-03-01T07:34:10.521Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-03-01T07:34:10.521Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-01T07:34:10.521Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-01T07:34:10.521Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2022-03-01T07:34:10.521Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2022-03-01T07:34:10.521Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2022-03-01T07:34:10.521Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-03-01T07:34:10.521Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-03-01T07:34:10.521Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2022-03-01T07:34:10.521Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-01T07:34:10.521Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-03-01T07:34:10.521Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-03-01T07:34:10.521Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-03-01T07:34:10.521Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2022-03-01T07:34:10.521Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-01T07:34:10.521Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2022-03-01T07:34:10.521Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2022-03-01T07:34:10.521Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.521Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2022-03-01T07:34:10.521Z] [2022-03-01T07:34:10.521Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-01T07:34:10.522Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2022-03-01T07:34:10.522Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2022-03-01T07:34:10.522Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2022-03-01T07:34:10.522Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2022-03-01T07:34:10.522Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2022-03-01T07:34:10.522Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2022-03-01T07:34:10.522Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2022-03-01T07:34:10.522Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2022-03-01T07:34:10.522Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-03-01T07:34:10.522Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2022-03-01T07:34:10.522Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2022-03-01T07:34:10.522Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2022-03-01T07:34:10.522Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2022-03-01T07:34:10.522Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-01T07:34:10.522Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2022-03-01T07:34:10.522Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2022-03-01T07:34:10.522Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2022-03-01T07:34:10.522Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2022-03-01T07:34:10.522Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2022-03-01T07:34:10.522Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2022-03-01T07:34:10.522Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2022-03-01T07:34:10.522Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-03-01T07:34:10.522Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2022-03-01T07:34:10.522Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-03-01T07:34:10.522Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-03-01T07:34:10.522Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2022-03-01T07:34:10.522Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2022-03-01T07:34:10.522Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-03-01T07:34:10.522Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-03-01T07:34:10.522Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2022-03-01T07:34:10.522Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-03-01T07:34:10.522Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2022-03-01T07:34:10.522Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-03-01T07:34:10.522Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2022-03-01T07:34:10.522Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2022-03-01T07:34:10.522Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2022-03-01T07:34:10.522Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-03-01T07:34:10.522Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-03-01T07:34:10.522Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2022-03-01T07:34:10.522Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-03-01T07:34:10.522Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-03-01T07:34:10.522Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-03-01T07:34:10.522Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2022-03-01T07:34:10.522Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2022-03-01T07:34:10.522Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2022-03-01T07:34:10.522Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2022-03-01T07:34:10.522Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2022-03-01T07:34:10.522Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2022-03-01T07:34:10.522Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2022-03-01T07:34:10.522Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2022-03-01T07:34:10.522Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2022-03-01T07:34:10.522Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2022-03-01T07:34:10.522Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2022-03-01T07:34:10.522Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2022-03-01T07:34:10.522Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2022-03-01T07:34:10.522Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-03-01T07:34:10.522Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2022-03-01T07:34:10.522Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2022-03-01T07:34:10.522Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2022-03-01T07:34:10.522Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2022-03-01T07:34:10.522Z] [2022-03-01T07:34:10.522Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2022-03-01T07:34:10.522Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.522Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-03-01T07:34:10.523Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2022-03-01T07:34:10.523Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2022-03-01T07:34:10.523Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-01T07:34:10.523Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-01T07:34:10.523Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2022-03-01T07:34:10.523Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-01T07:34:10.523Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-01T07:34:10.523Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2022-03-01T07:34:10.523Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2022-03-01T07:34:10.523Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2022-03-01T07:34:10.523Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2022-03-01T07:34:10.523Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-01T07:34:10.523Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-03-01T07:34:10.523Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-01T07:34:10.523Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-01T07:34:10.523Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-01T07:34:10.523Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-01T07:34:10.523Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2022-03-01T07:34:10.523Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.03s) [2022-03-01T07:34:10.523Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.03s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.03s) [2022-03-01T07:34:10.523Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.03s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.523Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2022-03-01T07:34:10.523Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.523Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2022-03-01T07:34:10.523Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2022-03-01T07:34:10.524Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2022-03-01T07:34:10.524Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-01T07:34:10.524Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-03-01T07:34:10.524Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-03-01T07:34:10.524Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-03-01T07:34:10.524Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-03-01T07:34:10.524Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-03-01T07:34:10.524Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2022-03-01T07:34:10.524Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-03-01T07:34:10.524Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2022-03-01T07:34:10.524Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-01T07:34:10.524Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2022-03-01T07:34:10.524Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-03-01T07:34:10.524Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2022-03-01T07:34:10.524Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2022-03-01T07:34:10.524Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2022-03-01T07:34:10.524Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-01T07:34:10.524Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2022-03-01T07:34:10.524Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2022-03-01T07:34:10.524Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2022-03-01T07:34:10.524Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2022-03-01T07:34:10.524Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2022-03-01T07:34:10.524Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2022-03-01T07:34:10.524Z] docker_cli_run_test.go:4395: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-03-01T07:34:10.524Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2022-03-01T07:34:10.524Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-01T07:34:10.524Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-03-01T07:34:10.524Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-03-01T07:34:10.524Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-03-01T07:34:10.524Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-03-01T07:34:10.524Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-03-01T07:34:10.524Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2022-03-01T07:34:10.524Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-03-01T07:34:10.524Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2022-03-01T07:34:10.524Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-03-01T07:34:10.524Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-03-01T07:34:10.524Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-03-01T07:34:10.524Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-03-01T07:34:10.524Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-03-01T07:34:10.524Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-03-01T07:34:10.524Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-01T07:34:10.524Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-03-01T07:34:10.524Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2022-03-01T07:34:10.524Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-01T07:34:10.524Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2022-03-01T07:34:10.524Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2022-03-01T07:34:10.524Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-03-01T07:34:10.524Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-03-01T07:34:10.524Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-01T07:34:10.524Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2022-03-01T07:34:10.524Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-03-01T07:34:10.524Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2022-03-01T07:34:10.524Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2022-03-01T07:34:10.524Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2022-03-01T07:34:10.524Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2022-03-01T07:34:10.524Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-01T07:34:10.524Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-03-01T07:34:10.524Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2022-03-01T07:34:10.524Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2022-03-01T07:34:10.524Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-03-01T07:34:10.524Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2022-03-01T07:34:10.524Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2022-03-01T07:34:10.524Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-03-01T07:34:10.524Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2022-03-01T07:34:10.524Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.524Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2022-03-01T07:34:10.524Z] [2022-03-01T07:34:10.524Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2022-03-01T07:34:10.524Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:4374: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:4387: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:4197: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:4185: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2022-03-01T07:34:10.525Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-03-01T07:34:10.525Z] [2022-03-01T07:34:10.525Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2022-03-01T07:34:10.525Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.525Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2022-03-01T07:34:10.906Z] === RUN TestDockerSuite/TestExecInspectID [2022-03-01T07:34:10.980Z] [2022-03-01T07:34:10.980Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-03-01T07:34:10.980Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.980Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-03-01T07:34:10.980Z] [2022-03-01T07:34:10.980Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2022-03-01T07:34:10.980Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.980Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2022-03-01T07:34:10.980Z] [2022-03-01T07:34:10.980Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2022-03-01T07:34:10.980Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.980Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2022-03-01T07:34:10.980Z] [2022-03-01T07:34:10.980Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2022-03-01T07:34:10.980Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.980Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2022-03-01T07:34:10.980Z] [2022-03-01T07:34:10.980Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.03s) [2022-03-01T07:34:10.980Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.980Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.03s) [2022-03-01T07:34:10.980Z] [2022-03-01T07:34:10.980Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2022-03-01T07:34:10.980Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.980Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2022-03-01T07:34:10.980Z] [2022-03-01T07:34:10.980Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-01T07:34:10.980Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-01T07:34:10.981Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-01T07:34:10.981Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-01T07:34:10.981Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-01T07:34:10.981Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.03s) [2022-03-01T07:34:10.981Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.03s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-01T07:34:10.981Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-01T07:34:10.981Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-03-01T07:34:10.981Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-01T07:34:10.981Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-01T07:34:10.981Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-01T07:34:10.981Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-01T07:34:10.981Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-01T07:34:10.981Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-01T07:34:10.981Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-01T07:34:10.981Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-01T07:34:10.981Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-01T07:34:10.981Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-01T07:34:10.981Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-01T07:34:10.981Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-01T07:34:10.981Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.981Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-01T07:34:10.981Z] [2022-03-01T07:34:10.981Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.982Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-01T07:34:10.982Z] [2022-03-01T07:34:10.982Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-01T07:34:10.982Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.983Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-01T07:34:10.983Z] [2022-03-01T07:34:10.983Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-01T07:34:10.983Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.983Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-01T07:34:10.983Z] [2022-03-01T07:34:10.983Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-01T07:34:10.983Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.983Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-01T07:34:10.983Z] [2022-03-01T07:34:10.983Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-01T07:34:10.983Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.983Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-01T07:34:10.983Z] [2022-03-01T07:34:10.983Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-01T07:34:10.983Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.983Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-01T07:34:10.983Z] [2022-03-01T07:34:10.983Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-01T07:34:10.983Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.983Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-01T07:34:10.983Z] [2022-03-01T07:34:10.983Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-01T07:34:10.983Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.983Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-01T07:34:10.983Z] [2022-03-01T07:34:10.983Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-01T07:34:10.983Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.983Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-01T07:34:10.983Z] [2022-03-01T07:34:10.983Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-03-01T07:34:10.983Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.983Z] [2022-03-01T07:34:10.983Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-03-01T07:34:10.983Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.983Z] [2022-03-01T07:34:10.983Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-03-01T07:34:10.983Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-01T07:34:10.983Z] [2022-03-01T07:34:10.983Z] DONE 1085 tests, 539 skipped in 2240.308s [2022-03-01T07:34:10.983Z] INFO: Integration tests ended at 03/01/2022 07:34:10. Duration:00:37:20.4971761 [2022-03-01T07:34:10.983Z] INFO: Docker info of the daemon under test at end of run [2022-03-01T07:34:10.983Z] [2022-03-01T07:34:10.983Z] Containers: 2 [2022-03-01T07:34:10.983Z] Running: 0 [2022-03-01T07:34:10.983Z] Paused: 0 [2022-03-01T07:34:10.983Z] Stopped: 2 [2022-03-01T07:34:10.983Z] Images: 18 [2022-03-01T07:34:10.983Z] Server Version: 0.0.0-dev [2022-03-01T07:34:10.983Z] Storage Driver: windowsfilter [2022-03-01T07:34:10.983Z] Windows: [2022-03-01T07:34:10.983Z] Logging Driver: json-file [2022-03-01T07:34:10.983Z] Plugins: [2022-03-01T07:34:10.983Z] Volume: local [2022-03-01T07:34:10.983Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-01T07:34:10.983Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-01T07:34:10.983Z] Swarm: inactive [2022-03-01T07:34:10.983Z] Default Isolation: process [2022-03-01T07:34:10.983Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-01T07:34:10.983Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-01T07:34:10.983Z] OSType: windows [2022-03-01T07:34:10.983Z] Architecture: x86_64 [2022-03-01T07:34:10.983Z] CPUs: 4 [2022-03-01T07:34:10.983Z] Total Memory: 32GiB [2022-03-01T07:34:10.983Z] Name: azwin-2-450240 [2022-03-01T07:34:10.983Z] ID: HDTO:E4AQ:QXY4:XQE6:GPZP:SVUR:SRFM:ENRZ:LB2V:42H2:PI32:52RT [2022-03-01T07:34:10.983Z] Docker Root Dir: D:\CI\PR-43303\1\daemon [2022-03-01T07:34:10.983Z] Debug Mode (client): false [2022-03-01T07:34:10.983Z] Debug Mode (server): true [2022-03-01T07:34:10.983Z] File Descriptors: -1 [2022-03-01T07:34:10.983Z] Goroutines: 17 [2022-03-01T07:34:10.983Z] System Time: 2022-03-01T07:34:10.7008017Z [2022-03-01T07:34:10.983Z] EventsListeners: 0 [2022-03-01T07:34:10.983Z] Registry: https://index.docker.io/v1/ [2022-03-01T07:34:10.983Z] Labels: [2022-03-01T07:34:10.983Z] Experimental: false [2022-03-01T07:34:10.983Z] Insecure Registries: [2022-03-01T07:34:10.983Z] 127.0.0.0/8 [2022-03-01T07:34:10.983Z] Live Restore Enabled: false [2022-03-01T07:34:10.983Z] [2022-03-01T07:34:10.983Z] [2022-03-01T07:34:10.983Z] INFO: Stopping daemon under test [2022-03-01T07:34:10.983Z] SUCCESS: The process with PID 5068 (child process of PID 5588) has been terminated. [2022-03-01T07:34:10.983Z] SUCCESS: The process with PID 5588 (child process of PID 2948) has been terminated. [2022-03-01T07:34:10.983Z] INFO: Stop tailing logs of the daemon under tests [2022-03-01T07:34:10.983Z] INFO: executeCI.ps1 Completed successfully at 03/01/2022 07:34:10. [2022-03-01T07:34:10.983Z] INFO: Tidying up at end of run [2022-03-01T07:34:10.983Z] INFO: Saving daemon under test log (d:\CI\PR-43303\1\dut.out) to bundles\CIDUT.out [2022-03-01T07:34:10.983Z] INFO: Saving daemon under test log (d:\CI\PR-43303\1\dut.err) to bundles\CIDUT.err [2022-03-01T07:34:10.983Z] INFO: Saving containerd logs to bundles [2022-03-01T07:34:10.983Z] INFO: Nuke-Everything... [2022-03-01T07:34:11.437Z] INFO: Container count on control daemon to delete is 2 [2022-03-01T07:34:11.437Z] 1d5b4a6767d4 [2022-03-01T07:34:11.437Z] 02562b5b15ba [2022-03-01T07:34:11.437Z] INFO: Tidying pidfile d:\CI\PR-43303\1\docker.pid [2022-03-01T07:34:11.437Z] INFO: Nuking d:\CI [2022-03-01T07:34:16.771Z] === RUN TestDockerSuite/TestExecInteractive [2022-03-01T07:34:16.771Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-01T07:34:16.771Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-03-01T07:34:16.771Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-01T07:34:16.771Z] === RUN TestDockerSuite/TestExecParseError [2022-03-01T07:34:16.771Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-01T07:34:16.771Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-03-01T07:34:16.771Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-01T07:34:16.771Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-03-01T07:34:16.771Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-01T07:34:16.771Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-03-01T07:34:18.987Z] === RUN TestDockerSuite/TestExecSetEnv [2022-03-01T07:34:18.987Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-01T07:34:18.987Z] === RUN TestDockerSuite/TestExecStartFails [2022-03-01T07:34:18.987Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-01T07:34:18.987Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-03-01T07:34:18.987Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-01T07:34:18.987Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-03-01T07:34:18.987Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-01T07:34:18.987Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-03-01T07:34:18.987Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-01T07:34:18.987Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-03-01T07:34:21.939Z] === RUN TestDockerSuite/TestExecUlimits [2022-03-01T07:34:21.939Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-01T07:34:21.939Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-03-01T07:34:30.603Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-03-01T07:34:30.603Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-01T07:34:30.603Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-03-01T07:34:30.603Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-01T07:34:30.603Z] === RUN TestDockerSuite/TestExecWithUser [2022-03-01T07:34:30.603Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-01T07:34:30.603Z] === RUN TestDockerSuite/TestGetContainerStats [2022-03-01T07:34:31.376Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-03-01T07:34:32.352Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-03-01T07:34:32.463Z] INFO: Zapped successfully [2022-03-01T07:34:32.463Z] [2022-03-01T07:34:32.463Z] INFO: executeCI.ps1 exiting at Tue Mar 1 07:34:30 CUT 2022. Duration 00:59:45.9110444 [2022-03-01T07:34:32.463Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-03-01T07:34:32.697Z] Recording test results [2022-03-01T07:34:36.476Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-03-01T07:34:38.155Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-03-01T07:34:38.615Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-03-01T07:34:38.615Z] docker_cli_run_test.go:4395: unmatched requirement DaemonIsLinux [2022-03-01T07:34:38.615Z] === RUN TestDockerSuite/TestRunAddHost [2022-03-01T07:34:38.615Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-01T07:34:38.615Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-03-01T07:34:38.615Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-01T07:34:38.615Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-03-01T07:34:38.615Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-01T07:34:38.615Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-03-01T07:34:38.615Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-01T07:34:39.075Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-03-01T07:34:39.075Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-01T07:34:39.075Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-03-01T07:34:39.075Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-01T07:34:39.075Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-03-01T07:34:40.978Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-03-01T07:34:41.990Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-03-01T07:34:41.990Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-01T07:34:41.990Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-03-01T07:34:41.990Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-01T07:34:41.990Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-03-01T07:34:42.341Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-03-01T07:34:42.439Z] Creating win-2022-integration-bundles.zip [Pipeline] archiveArtifacts [2022-03-01T07:34:44.171Z] Archiving artifacts [2022-03-01T07:34:46.140Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-03-01T07:34:47.793Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-03-01T07:34:51.539Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-03-01T07:34:52.005Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-03-01T07:34:52.006Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-01T07:34:52.006Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-03-01T07:34:52.006Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-03-01T07:34:52.006Z] === RUN TestDockerSuite/TestHealth [2022-03-01T07:34:52.006Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-01T07:34:52.006Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-03-01T07:34:52.006Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-03-01T07:34:52.006Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-03-01T07:34:52.006Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-03-01T07:34:54.450Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-03-01T07:34:56.758Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-03-01T07:34:56.758Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-03-01T07:34:56.758Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-01T07:34:56.758Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-03-01T07:34:56.758Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-03-01T07:34:56.758Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-03-01T07:34:57.226Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-03-01T07:34:57.480Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-03-01T07:34:57.695Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-03-01T07:34:57.695Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-01T07:34:57.695Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-03-01T07:34:59.259Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-03-01T07:34:59.259Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-03-01T07:34:59.280Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43303/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-01T07:35:00.266Z] + make clean [2022-03-01T07:35:00.391Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-03-01T07:35:00.391Z] === RUN TestDockerSuite/TestRunBindMounts [2022-03-01T07:35:00.824Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-03-01T07:35:01.296Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-03-01T07:35:01.792Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-01T07:35:01.792Z] docker-dev-cache [2022-03-01T07:35:01.792Z] docker-mod-cache [Pipeline] deleteDir [2022-03-01T07:35:03.512Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-01T07:35:06.192Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-03-01T07:35:06.192Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-01T07:35:06.192Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-03-01T07:35:06.192Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-01T07:35:06.192Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-03-01T07:35:06.192Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-01T07:35:06.192Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-03-01T07:35:06.192Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-01T07:35:06.192Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-03-01T07:35:06.192Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-01T07:35:06.192Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-03-01T07:35:06.192Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-01T07:35:06.192Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-03-01T07:35:06.192Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-01T07:35:06.192Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-03-01T07:35:06.192Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-01T07:35:06.192Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-03-01T07:35:06.192Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-01T07:35:06.192Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-03-01T07:35:06.192Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-01T07:35:06.192Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-03-01T07:35:06.192Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-01T07:35:06.192Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-03-01T07:35:06.462Z] === RUN TestDockerSuite/TestImagesFormat [2022-03-01T07:35:06.462Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-03-01T07:35:06.462Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-01T07:35:06.462Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-03-01T07:35:09.105Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-03-01T07:35:09.105Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-01T07:35:09.105Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-03-01T07:35:10.254Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-03-01T07:35:10.721Z] === RUN TestDockerSuite/TestImportBadURL [2022-03-01T07:35:10.721Z] === RUN TestDockerSuite/TestImportDisplay [2022-03-01T07:35:10.721Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-01T07:35:10.721Z] === RUN TestDockerSuite/TestImportFile [2022-03-01T07:35:10.721Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-01T07:35:10.721Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-03-01T07:35:10.721Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-03-01T07:35:10.721Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-01T07:35:10.721Z] === RUN TestDockerSuite/TestImportGzipped [2022-03-01T07:35:10.721Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-01T07:35:10.721Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-03-01T07:35:10.721Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-01T07:35:10.721Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-03-01T07:35:10.721Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-01T07:35:10.721Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-03-01T07:35:10.721Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-01T07:35:10.721Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-03-01T07:35:10.721Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-01T07:35:10.721Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-03-01T07:35:10.721Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-03-01T07:35:11.189Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-01T07:35:11.189Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-03-01T07:35:11.189Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-01T07:35:11.189Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-03-01T07:35:12.849Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-03-01T07:35:12.849Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-01T07:35:12.849Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-03-01T07:35:12.849Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-01T07:35:12.849Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-03-01T07:35:13.404Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-03-01T07:35:15.619Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-03-01T07:35:15.619Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-01T07:35:15.619Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-03-01T07:35:15.619Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-01T07:35:15.619Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-03-01T07:35:15.619Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-03-01T07:35:15.619Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-01T07:35:15.619Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-03-01T07:35:15.760Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-03-01T07:35:15.760Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-01T07:35:15.760Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-03-01T07:35:15.760Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-01T07:35:15.760Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-03-01T07:35:15.760Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-01T07:35:15.760Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-03-01T07:35:15.760Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-01T07:35:15.760Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-03-01T07:35:15.760Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-01T07:35:15.760Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-03-01T07:35:15.760Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-01T07:35:15.760Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-03-01T07:35:15.760Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-01T07:35:15.760Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-03-01T07:35:17.943Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-03-01T07:35:18.573Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-03-01T07:35:18.573Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-03-01T07:35:20.787Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-03-01T07:35:20.787Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-01T07:35:20.787Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-03-01T07:35:20.787Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-01T07:35:20.787Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-03-01T07:35:20.787Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-01T07:35:20.787Z] === RUN TestDockerSuite/TestInspectDefault [2022-03-01T07:35:20.859Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-03-01T07:35:23.007Z] === RUN TestDockerSuite/TestInspectHistory [2022-03-01T07:35:23.773Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-03-01T07:35:23.773Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-01T07:35:23.773Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-03-01T07:35:23.773Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-01T07:35:23.773Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-03-01T07:35:23.773Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-01T07:35:23.773Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-03-01T07:35:26.692Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-03-01T07:35:26.692Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-01T07:35:26.692Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-03-01T07:35:26.692Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-01T07:35:26.692Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-03-01T07:35:26.692Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-01T07:35:26.692Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-03-01T07:35:26.692Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-01T07:35:26.692Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-03-01T07:35:27.763Z] === RUN TestDockerSuite/TestInspectImage [2022-03-01T07:35:27.763Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-01T07:35:27.763Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-03-01T07:35:27.763Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-01T07:35:27.763Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-03-01T07:35:27.763Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-01T07:35:27.763Z] === RUN TestDockerSuite/TestInspectInt64 [2022-03-01T07:35:28.232Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-03-01T07:35:29.978Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-03-01T07:35:32.191Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-03-01T07:35:32.659Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-03-01T07:35:34.036Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-03-01T07:35:34.036Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-01T07:35:34.036Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-03-01T07:35:34.036Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-01T07:35:34.036Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-03-01T07:35:34.036Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-01T07:35:34.036Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-03-01T07:35:34.036Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-01T07:35:34.036Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-03-01T07:35:34.036Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-01T07:35:34.036Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-03-01T07:35:34.036Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-01T07:35:34.036Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-03-01T07:35:36.952Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-03-01T07:35:36.952Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-01T07:35:36.952Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-03-01T07:35:37.413Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-03-01T07:35:37.413Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-01T07:35:37.413Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-03-01T07:35:39.817Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-03-01T07:35:40.328Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-03-01T07:35:42.030Z] === RUN TestDockerSuite/TestInspectPlugin [2022-03-01T07:35:42.030Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-01T07:35:42.030Z] === RUN TestDockerSuite/TestInspectRootFS [2022-03-01T07:35:42.030Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-03-01T07:35:43.240Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-03-01T07:35:43.240Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-01T07:35:43.240Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-03-01T07:35:44.981Z] === RUN TestDockerSuite/TestInspectStatus [2022-03-01T07:35:46.154Z] === RUN TestDockerSuite/TestRunEnvironment [2022-03-01T07:35:46.154Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-01T07:35:46.154Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-03-01T07:35:46.154Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-01T07:35:46.154Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-03-01T07:35:46.154Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-01T07:35:46.154Z] === RUN TestDockerSuite/TestRunExitCode [2022-03-01T07:35:47.195Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-03-01T07:35:49.067Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-03-01T07:35:51.947Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-03-01T07:35:51.980Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-03-01T07:35:54.163Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-03-01T07:35:54.893Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-03-01T07:35:57.113Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-03-01T07:35:57.803Z] === RUN TestDockerSuite/TestRunExposePort [2022-03-01T07:35:57.803Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-03-01T07:35:57.803Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-01T07:35:57.803Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-03-01T07:35:57.803Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-01T07:35:57.803Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-03-01T07:35:57.803Z] docker_cli_run_test.go:4374: unmatched requirement DaemonIsLinux [2022-03-01T07:35:57.803Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-03-01T07:35:57.803Z] docker_cli_run_test.go:4387: unmatched requirement DaemonIsLinux [2022-03-01T07:35:57.803Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-01T07:35:57.803Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-01T07:35:57.803Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-03-01T07:35:57.803Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-01T07:35:57.803Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-03-01T07:35:57.803Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-01T07:35:57.803Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-03-01T07:35:58.678Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-03-01T07:36:03.603Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-03-01T07:36:03.603Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-01T07:36:03.603Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-03-01T07:36:03.603Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-03-01T07:36:03.603Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-01T07:36:03.603Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-03-01T07:36:03.603Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-01T07:36:03.603Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-03-01T07:36:03.603Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-01T07:36:03.603Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-03-01T07:36:03.603Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-01T07:36:03.603Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-03-01T07:36:05.830Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-03-01T07:36:08.782Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-03-01T07:36:10.994Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-03-01T07:36:10.994Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-03-01T07:36:10.994Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-01T07:36:10.994Z] === RUN TestDockerSuite/TestLinksEnvs [2022-03-01T07:36:10.994Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-01T07:36:10.994Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-03-01T07:36:10.994Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-01T07:36:10.994Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-03-01T07:36:10.994Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-01T07:36:10.994Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-03-01T07:36:10.994Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-01T07:36:10.994Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-03-01T07:36:10.994Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-01T07:36:10.994Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-03-01T07:36:10.994Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-01T07:36:10.994Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-03-01T07:36:10.994Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-01T07:36:10.994Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-03-01T07:36:10.994Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-01T07:36:10.994Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-03-01T07:36:10.994Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-01T07:36:10.994Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-03-01T07:36:10.994Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-01T07:36:10.994Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-03-01T07:36:10.994Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-01T07:36:10.994Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-03-01T07:36:10.994Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-01T07:36:10.994Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-03-01T07:36:10.994Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-01T07:36:10.994Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-03-01T07:36:10.994Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-01T07:36:10.994Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-03-01T07:36:10.994Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-01T07:36:10.994Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-03-01T07:36:10.994Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-03-01T07:36:10.994Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-03-01T07:36:12.189Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-03-01T07:36:12.189Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-01T07:36:12.189Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-03-01T07:36:13.209Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-03-01T07:36:13.731Z] === RUN TestDockerSuite/TestRunModeHostname [2022-03-01T07:36:13.731Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-01T07:36:13.731Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-03-01T07:36:13.731Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-01T07:36:13.731Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-03-01T07:36:13.731Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-01T07:36:13.731Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-03-01T07:36:13.731Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-01T07:36:13.731Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-03-01T07:36:13.731Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-01T07:36:13.731Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-03-01T07:36:13.731Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-01T07:36:13.731Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-03-01T07:36:13.731Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-01T07:36:13.731Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-03-01T07:36:13.731Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-01T07:36:13.731Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-03-01T07:36:13.731Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-01T07:36:13.731Z] === RUN TestDockerSuite/TestRunMount [2022-03-01T07:36:13.731Z] docker_cli_run_test.go:4197: unmatched requirement DaemonIsLinux [2022-03-01T07:36:13.731Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-03-01T07:36:13.731Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-01T07:36:13.731Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-03-01T07:36:13.731Z] docker_cli_run_test.go:4185: unmatched requirement DaemonIsLinux [2022-03-01T07:36:13.731Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-03-01T07:36:13.731Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-01T07:36:13.731Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-03-01T07:36:15.423Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-03-01T07:36:21.294Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-03-01T07:36:23.506Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-03-01T07:36:23.506Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-01T07:36:23.975Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-03-01T07:36:24.064Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-03-01T07:36:24.064Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-01T07:36:24.064Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-03-01T07:36:24.064Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-01T07:36:24.064Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-03-01T07:36:24.064Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-01T07:36:24.064Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-03-01T07:36:26.192Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-03-01T07:36:26.192Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-03-01T07:36:28.772Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-03-01T07:36:32.063Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-03-01T07:36:34.577Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-03-01T07:36:34.577Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-01T07:36:34.577Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-03-01T07:36:34.577Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-01T07:36:34.577Z] === RUN TestDockerSuite/TestRunNetHost [2022-03-01T07:36:34.577Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-01T07:36:34.577Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-03-01T07:36:34.577Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-01T07:36:34.577Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-03-01T07:36:34.577Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-01T07:36:34.577Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-03-01T07:36:34.577Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-01T07:36:34.577Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-03-01T07:36:34.577Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-01T07:36:34.577Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-03-01T07:36:34.577Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-01T07:36:34.577Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-03-01T07:36:34.577Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-01T07:36:34.577Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-03-01T07:36:34.577Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-03-01T07:36:36.118Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-03-01T07:36:38.300Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-03-01T07:36:39.214Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-03-01T07:36:39.839Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-03-01T07:36:41.385Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-03-01T07:36:43.579Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-03-01T07:36:44.039Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-01T07:36:44.039Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-03-01T07:36:44.039Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-01T07:36:44.039Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-03-01T07:36:44.039Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-01T07:36:44.039Z] === RUN TestDockerSuite/TestRunPortInUse [2022-03-01T07:36:44.039Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-01T07:36:44.039Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-03-01T07:36:44.039Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-01T07:36:44.039Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-03-01T07:36:44.039Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-01T07:36:44.039Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-03-01T07:36:44.039Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-01T07:36:44.039Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-03-01T07:36:44.039Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-01T07:36:44.039Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-01T07:36:45.078Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-03-01T07:36:47.291Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-03-01T07:36:47.780Z] === RUN TestDockerSuite/TestRunPublishPort [2022-03-01T07:36:47.780Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-01T07:36:47.780Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-03-01T07:36:47.780Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-01T07:36:47.780Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-03-01T07:36:47.780Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-01T07:36:47.780Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-03-01T07:36:47.780Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-01T07:36:47.780Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-03-01T07:36:47.780Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-01T07:36:47.780Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-03-01T07:36:49.510Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-03-01T07:36:49.510Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-01T07:36:49.510Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-03-01T07:36:52.461Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-03-01T07:36:54.674Z] === RUN TestDockerSuite/TestLogsSince [2022-03-01T07:36:58.113Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-03-01T07:36:58.113Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-01T07:36:58.113Z] === RUN TestDockerSuite/TestRunRm [2022-03-01T07:37:01.023Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-03-01T07:37:05.095Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-03-01T07:37:05.095Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-01T07:37:05.095Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-03-01T07:37:05.095Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-01T07:37:05.095Z] === RUN TestDockerSuite/TestLogsTail [2022-03-01T07:37:06.827Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-03-01T07:37:06.956Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-03-01T07:37:09.907Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-03-01T07:37:10.572Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-03-01T07:37:12.124Z] === RUN TestDockerSuite/TestMountIntoProc [2022-03-01T07:37:12.124Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-01T07:37:12.124Z] === RUN TestDockerSuite/TestMountIntoSys [2022-03-01T07:37:12.124Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-01T07:37:12.124Z] === RUN TestDockerSuite/TestNetHostname [2022-03-01T07:37:12.124Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-01T07:37:12.124Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-03-01T07:37:12.124Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-01T07:37:12.124Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-03-01T07:37:12.124Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-01T07:37:12.124Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-03-01T07:37:12.124Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-01T07:37:12.124Z] === RUN TestDockerSuite/TestPluginActive [2022-03-01T07:37:12.124Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-01T07:37:12.124Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-03-01T07:37:12.124Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-01T07:37:12.125Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-03-01T07:37:12.125Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-03-01T07:37:12.125Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-01T07:37:12.125Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-03-01T07:37:12.125Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-01T07:37:12.125Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-03-01T07:37:12.125Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-01T07:37:12.125Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-03-01T07:37:12.125Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-01T07:37:12.594Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-03-01T07:37:12.594Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-01T07:37:12.594Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-03-01T07:37:12.594Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-01T07:37:12.594Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-03-01T07:37:12.594Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-01T07:37:12.594Z] === RUN TestDockerSuite/TestPortHostBinding [2022-03-01T07:37:12.594Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-01T07:37:12.594Z] === RUN TestDockerSuite/TestPortList [2022-03-01T07:37:12.594Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-01T07:37:12.594Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-03-01T07:37:12.761Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-03-01T07:37:16.511Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-03-01T07:37:16.511Z] docker_cli_run_test.go:1980: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-01T07:37:16.511Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-03-01T07:37:16.511Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-01T07:37:16.511Z] === RUN TestDockerSuite/TestRunState [2022-03-01T07:37:16.511Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-01T07:37:16.512Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-03-01T07:37:17.353Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-03-01T07:37:17.353Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-01T07:37:17.353Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-03-01T07:37:17.353Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-03-01T07:37:17.353Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2022-03-01T07:37:17.353Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-03-01T07:37:17.353Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2022-03-01T07:37:17.353Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-03-01T07:37:17.353Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2022-03-01T07:37:17.353Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-03-01T07:37:17.353Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2022-03-01T07:37:17.353Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-03-01T07:37:17.353Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2022-03-01T07:37:17.353Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-03-01T07:37:17.353Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2022-03-01T07:37:17.353Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-03-01T07:37:17.353Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2022-03-01T07:37:17.353Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-03-01T07:37:19.422Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-03-01T07:37:19.422Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-01T07:37:19.422Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-03-01T07:37:19.884Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-03-01T07:37:19.884Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-01T07:37:19.884Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-03-01T07:37:19.884Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-01T07:37:19.884Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-03-01T07:37:19.884Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-03-01T07:37:19.884Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-03-01T07:37:19.884Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-01T07:37:19.884Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-03-01T07:37:22.113Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-03-01T07:37:22.113Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2022-03-01T07:37:22.113Z] === RUN TestDockerSuite/TestPsByOrder [2022-03-01T07:37:25.693Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-03-01T07:37:25.693Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-01T07:37:25.693Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-03-01T07:37:25.693Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-01T07:37:25.693Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-03-01T07:37:25.693Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-01T07:37:25.693Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-03-01T07:37:25.693Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-01T07:37:25.693Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-03-01T07:37:25.693Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-01T07:37:25.693Z] === RUN TestDockerSuite/TestRunUserByID [2022-03-01T07:37:25.693Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-01T07:37:25.693Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-03-01T07:37:25.693Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-01T07:37:25.693Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-03-01T07:37:25.693Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-01T07:37:25.693Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-03-01T07:37:25.693Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-01T07:37:25.693Z] === RUN TestDockerSuite/TestRunUserByName [2022-03-01T07:37:25.693Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-01T07:37:25.693Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-03-01T07:37:28.606Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-03-01T07:37:28.606Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-01T07:37:28.606Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-03-01T07:37:30.776Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-03-01T07:37:30.776Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-01T07:37:30.776Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-03-01T07:37:31.514Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-03-01T07:37:31.514Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-01T07:37:31.514Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-03-01T07:37:31.514Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-01T07:37:31.514Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-03-01T07:37:35.263Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-03-01T07:37:41.204Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-03-01T07:37:43.846Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-03-01T07:37:49.649Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-03-01T07:37:56.142Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-03-01T07:37:56.143Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-03-01T07:37:56.143Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-01T07:37:56.143Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-03-01T07:37:58.238Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-03-01T07:37:58.239Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-01T07:37:58.239Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-03-01T07:37:58.239Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-03-01T07:38:01.980Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-03-01T07:38:04.890Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-03-01T07:38:07.803Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-03-01T07:38:07.803Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-01T07:38:07.803Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-03-01T07:38:07.803Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-03-01T07:38:07.803Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-03-01T07:38:07.803Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-01T07:38:07.803Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-03-01T07:38:07.803Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-01T07:38:07.803Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-03-01T07:38:07.803Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-01T07:38:07.803Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-03-01T07:38:07.803Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-01T07:38:07.803Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-03-01T07:38:07.803Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-01T07:38:07.803Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-03-01T07:38:08.762Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-03-01T07:38:10.978Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-03-01T07:38:13.610Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-03-01T07:38:15.151Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-03-01T07:38:17.333Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-03-01T07:38:23.138Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-03-01T07:38:23.138Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-01T07:38:23.138Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-03-01T07:38:23.138Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-01T07:38:23.138Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-03-01T07:38:23.138Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-01T07:38:23.138Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-03-01T07:38:23.138Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-01T07:38:23.138Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-03-01T07:38:23.138Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-01T07:38:23.138Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-03-01T07:38:23.138Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-01T07:38:23.138Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-03-01T07:38:23.138Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-01T07:38:23.138Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-03-01T07:38:23.138Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-01T07:38:23.138Z] === RUN TestDockerSuite/TestSaveImageId [2022-03-01T07:38:23.138Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-01T07:38:23.138Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-03-01T07:38:23.138Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-01T07:38:23.138Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-03-01T07:38:23.138Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-01T07:38:23.138Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-03-01T07:38:23.138Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-01T07:38:23.138Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-03-01T07:38:23.138Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-01T07:38:23.138Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-03-01T07:38:23.138Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-01T07:38:23.138Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-03-01T07:38:23.138Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-01T07:38:23.138Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-03-01T07:38:23.138Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-01T07:38:23.138Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-03-01T07:38:23.138Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-01T07:38:23.138Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-03-01T07:38:23.472Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-03-01T07:38:26.051Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-03-01T07:38:26.051Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-03-01T07:38:26.514Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-03-01T07:38:26.514Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-03-01T07:38:28.226Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-03-01T07:38:28.226Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-01T07:38:28.226Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-03-01T07:38:28.226Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-01T07:38:28.226Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-03-01T07:38:28.697Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-03-01T07:38:37.289Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-03-01T07:38:37.289Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-01T07:38:37.289Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-03-01T07:38:38.646Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-03-01T07:38:38.646Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-01T07:38:38.646Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-03-01T07:38:38.646Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-01T07:38:38.646Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-03-01T07:38:38.646Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-01T07:38:38.646Z] === RUN TestDockerSuite/TestPsRightTagName [2022-03-01T07:38:38.646Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-01T07:38:38.646Z] === RUN TestDockerSuite/TestPsShowMounts [2022-03-01T07:38:45.805Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-03-01T07:38:45.805Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-01T07:38:45.805Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-03-01T07:38:46.272Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-03-01T07:38:46.272Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-01T07:38:46.272Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-03-01T07:38:47.624Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-03-01T07:38:47.624Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-01T07:38:47.624Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-03-01T07:38:47.837Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-03-01T07:38:48.823Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-03-01T07:38:48.823Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2022-03-01T07:38:48.823Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-03-01T07:38:52.321Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-03-01T07:38:52.321Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-01T07:38:52.321Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-03-01T07:38:52.321Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-01T07:38:52.321Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-03-01T07:38:52.321Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-01T07:38:52.321Z] === RUN TestDockerSuite/TestStartRecordError [2022-03-01T07:38:52.321Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-01T07:38:52.321Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-03-01T07:38:53.574Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-03-01T07:38:57.366Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-03-01T07:38:59.406Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-03-01T07:38:59.407Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-01T07:38:59.407Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-03-01T07:38:59.407Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-01T07:38:59.407Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-03-01T07:38:59.407Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-01T07:38:59.407Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-03-01T07:38:59.407Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-01T07:38:59.407Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-03-01T07:38:59.407Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-01T07:38:59.407Z] === RUN TestDockerSuite/TestStatsNoStream [2022-03-01T07:38:59.407Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-01T07:38:59.407Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-03-01T07:38:59.580Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-03-01T07:39:02.321Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-03-01T07:39:06.062Z] === RUN TestDockerSuite/TestTopPrivileged [2022-03-01T07:39:06.062Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-01T07:39:06.062Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-03-01T07:39:08.977Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-03-01T07:39:08.977Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-01T07:39:08.977Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-03-01T07:39:08.977Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-01T07:39:08.977Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-03-01T07:39:08.977Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-01T07:39:08.977Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-03-01T07:39:08.977Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-01T07:39:08.977Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-03-01T07:39:08.977Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-01T07:39:08.977Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-03-01T07:39:08.977Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-01T07:39:08.977Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-03-01T07:39:26.685Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-03-01T07:39:26.685Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-03-01T07:39:26.685Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-03-01T07:39:26.685Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-01T07:39:26.685Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-03-01T07:39:26.685Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-03-01T07:39:26.685Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-03-01T07:39:26.685Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-03-01T07:39:28.871Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-03-01T07:39:28.871Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-03-01T07:39:29.699Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-03-01T07:39:29.699Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-01T07:39:29.699Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-03-01T07:39:31.264Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-03-01T07:39:31.731Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-03-01T07:39:31.731Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-03-01T07:39:32.622Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-03-01T07:39:32.622Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-03-01T07:39:32.717Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-03-01T07:39:33.082Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-03-01T07:39:33.082Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-03-01T07:39:33.082Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-03-01T07:39:37.480Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-03-01T07:39:41.272Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-03-01T07:39:41.272Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-01T07:39:41.272Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-03-01T07:39:43.416Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-03-01T07:39:43.416Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-01T07:39:43.416Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-03-01T07:39:43.416Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-03-01T07:39:43.416Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-03-01T07:39:43.416Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-01T07:39:43.416Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-03-01T07:39:46.024Z] === RUN TestDockerSuite/TestRmiBlank [2022-03-01T07:39:46.024Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-03-01T07:39:46.024Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-03-01T07:39:51.997Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-03-01T07:39:51.997Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-03-01T07:39:52.458Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-03-01T07:40:04.863Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-03-01T07:40:04.863Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-01T07:40:04.863Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite (2481.67s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.73s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.27s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.65s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.34s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (72.56s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.74s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.04s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.01s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.01s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (3.15s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (5.06s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (6.95s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (72.50s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.36s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (10.99s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (6.15s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.86s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.24s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.88s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.30s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.51s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.09s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.90s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (11.84s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (5.13s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.03s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.29s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.69s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (5.13s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.51s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildAddTar (34.21s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.33s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (18.20s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.66s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.54s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (8.52s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.17s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.33s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (14.51s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (9.43s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.32s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (5.09s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (6.41s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.59s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (24.13s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.49s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.67s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.38s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.36s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (5.03s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.40s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.50s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.02s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildCmd (0.64s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.59s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.56s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (6.68s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.28s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.35s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.50s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.85s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.94s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.53s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.84s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.70s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.57s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (34.92s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.65s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.60s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.67s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.36s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.32s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.55s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (24.07s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.76s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.35s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (18.43s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.62s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.73s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (4.00s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.43s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.41s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildDockerignore (50.95s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (6.18s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.35s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (56.44s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.57s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.75s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (19.51s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (10.71s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (10.47s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (28.44s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (11.04s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (10.00s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (77.65s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.42s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.32s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.57s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.10s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.50s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.57s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (6.28s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (4.15s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.23s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.31s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.77s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.00s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (5.36s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (14.24s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.63s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2022-03-01T07:40:05.322Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildFails (2.90s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.10s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (6.71s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (6.89s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildForceRm (7.55s) [2022-03-01T07:40:05.322Z] --- PASS: TestDockerSuite/TestBuildFromGit (6.06s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.32s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.70s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.69s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.56s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (8.77s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildHistory (11.32s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.03s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.74s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.81s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.09s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.65s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildLabel (0.98s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.65s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.98s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.59s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildLabels (1.03s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.58s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.86s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.10s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.60s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.74s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.54s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (16.70s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.73s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (36.66s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (16.13s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (6.50s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (7.38s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (7.04s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (18.77s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (8.42s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.68s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.45s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.68s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (3.01s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.27s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.16s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.83s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.09s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.35s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildOnBuild (9.43s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.56s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (9.94s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.37s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (9.31s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.45s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.16s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.13s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.92s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (42.19s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (19.43s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildRm (13.62s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (4.01s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.36s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.36s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.24s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (4.18s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.80s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (17.66s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.72s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.65s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (8.63s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.28s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.23s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildStderr (4.61s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (21.67s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.33s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.78s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.26s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.99s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.29s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.70s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.59s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.43s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (22.22s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.93s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (9.21s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (5.72s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.36s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildWithFailure (3.23s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.34s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (11.28s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.40s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.41s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (13.82s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.34s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.33s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.15s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (8.25s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.96s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.34s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.97s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.01s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestCommitChange (5.20s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.93s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestCommitNewFile (7.62s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestCommitTTY (7.72s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.76s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.10s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainerAPICommit (7.52s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (7.97s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.88s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.85s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.89s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.53s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (3.50s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (3.56s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (3.53s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.95s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.91s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.94s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (3.50s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.26s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.84s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (5.62s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (5.69s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.12s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.91s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.93s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (3.53s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.11s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.83s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.95s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.31s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (20.55s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.92s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (3.06s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.95s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.89s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000512438_} (2.89s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12800078175_c:\foo_false____} (2.93s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12800078175_c:\foo_true____} (2.88s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.37s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.08s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.08s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.08s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.08s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (3.01s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.97s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.97s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestCpToCaseA (5.54s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestCpToCaseB (3.05s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestCpToCaseE (10.94s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestCpToCaseH (10.63s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestCpToDot (3.07s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestCpToStdout (3.15s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-03-01T07:40:05.323Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.23s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestCreateArgs (0.25s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.17s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.99s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.22s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.23s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.62s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.73s) [2022-03-01T07:40:05.323Z] --- PASS: TestDockerSuite/TestCreateLabels (0.22s) [2022-03-01T07:40:05.324Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2022-03-01T07:40:05.324Z] --- PASS: TestDockerSuite/TestCreateRM (0.44s) [2022-03-01T07:40:05.324Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-03-01T07:40:05.324Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.23s) [2022-03-01T07:40:05.324Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.44s) [2022-03-01T07:40:05.324Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (8.70s) [2022-03-01T07:40:05.324Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.24s) [2022-03-01T07:40:05.324Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.48s) [2022-03-01T07:40:05.324Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.25s) [2022-03-01T07:40:05.324Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.21s) [2022-03-01T07:40:05.324Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-03-01T07:40:05.324Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (3.13s) [2022-03-01T07:40:05.324Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2022-03-01T07:40:05.324Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.17s) [2022-03-01T07:40:05.324Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-03-01T07:40:05.324Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2022-03-01T07:40:05.324Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-03-01T07:40:05.324Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2022-03-01T07:40:05.324Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2022-03-01T07:40:05.324Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2022-03-01T07:40:05.324Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-03-01T07:40:05.324Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-03-01T07:40:05.324Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2022-03-01T07:40:05.324Z] --- PASS: TestDockerSuite/TestDockerFails (0.08s) [2022-03-01T07:40:05.324Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-03-01T07:40:05.324Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-03-01T07:40:05.324Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-03-01T07:40:05.324Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2022-03-01T07:40:05.324Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2022-03-01T07:40:05.324Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (3.04s) [2022-03-01T07:40:05.324Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (3.04s) [2022-03-01T07:40:05.324Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (3.10s) [2022-03-01T07:40:05.324Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (10.07s) [2022-03-01T07:40:05.324Z] --- PASS: TestDockerSuite/TestEventsCopy (5.39s) [2022-03-01T07:40:05.324Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (6.48s) [2022-03-01T07:40:05.324Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (3.12s) [2022-03-01T07:40:05.324Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.87s) [2022-03-01T07:40:05.324Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.90s) [2022-03-01T07:40:05.324Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.12s) [2022-03-01T07:40:05.324Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.01s) [2022-03-01T07:40:05.324Z] --- PASS: TestDockerSuite/TestEventsFilters (5.96s) [2022-03-01T07:40:05.324Z] --- PASS: TestDockerSuite/TestEventsFormat (5.84s) [2022-03-01T07:40:05.324Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.07s) [2022-03-01T07:40:05.324Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s) [2022-03-01T07:40:05.324Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2022-03-01T07:40:05.324Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2022-03-01T07:40:05.324Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2022-03-01T07:40:05.324Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.20s) [2022-03-01T07:40:05.324Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2022-03-01T07:40:05.324Z] --- PASS: TestDockerSuite/TestEventsRename (3.06s) [2022-03-01T07:40:05.324Z] --- PASS: TestDockerSuite/TestEventsResize (33.29s) [2022-03-01T07:40:05.324Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.94s) [2022-03-01T07:40:05.324Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (3.65s) [2022-03-01T07:40:05.324Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.38s) [2022-03-01T07:40:05.324Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2022-03-01T07:40:05.324Z] --- PASS: TestDockerSuite/TestEventsUntag (2.82s) [2022-03-01T07:40:05.324Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.91s) [2022-03-01T07:40:05.324Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2022-03-01T07:40:05.324Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2022-03-01T07:40:05.324Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.98s) [2022-03-01T07:40:05.324Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.94s) [2022-03-01T07:40:05.324Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2022-03-01T07:40:05.324Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2022-03-01T07:40:05.324Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-01T07:40:05.324Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (3.48s) [2022-03-01T07:40:05.324Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (3.51s) [2022-03-01T07:40:05.324Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (3.52s) [2022-03-01T07:40:05.324Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (3.02s) [2022-03-01T07:40:05.324Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (6.25s) [2022-03-01T07:40:05.324Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2022-03-01T07:40:05.324Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2022-03-01T07:40:05.324Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2022-03-01T07:40:05.324Z] --- PASS: TestDockerSuite/TestExecExitStatus (3.63s) [2022-03-01T07:40:05.324Z] --- PASS: TestDockerSuite/TestExecInspectID (5.58s) [2022-03-01T07:40:05.324Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2022-03-01T07:40:05.324Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2022-03-01T07:40:05.324Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2022-03-01T07:40:05.324Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-01T07:40:05.324Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-01T07:40:05.324Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (3.71s) [2022-03-01T07:40:05.324Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2022-03-01T07:40:05.324Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2022-03-01T07:40:05.324Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2022-03-01T07:40:05.324Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-03-01T07:40:05.324Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-03-01T07:40:05.324Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (3.58s) [2022-03-01T07:40:05.324Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2022-03-01T07:40:05.324Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (6.43s) [2022-03-01T07:40:05.324Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2022-03-01T07:40:05.324Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-03-01T07:40:05.324Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2022-03-01T07:40:05.324Z] --- PASS: TestDockerSuite/TestGetContainerStats (7.01s) [2022-03-01T07:40:05.324Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (7.06s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (4.03s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.98s) [2022-03-01T07:40:05.787Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.15s) [2022-03-01T07:40:05.787Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.08s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.08s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.85s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2022-03-01T07:40:05.787Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.09s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.08s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.35s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.65s) [2022-03-01T07:40:05.787Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.06s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.09s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.86s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.30s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.26s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (3.21s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestImagesFormat (0.22s) [2022-03-01T07:40:05.787Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.81s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.08s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestImportBadURL (0.08s) [2022-03-01T07:40:05.787Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2022-03-01T07:40:05.787Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s) [2022-03-01T07:40:05.787Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-03-01T07:40:05.787Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2022-03-01T07:40:05.787Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-03-01T07:40:05.787Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-01T07:40:05.787Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-03-01T07:40:05.787Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.08s) [2022-03-01T07:40:05.787Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2022-03-01T07:40:05.787Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.54s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.95s) [2022-03-01T07:40:05.787Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2022-03-01T07:40:05.787Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.09s) [2022-03-01T07:40:05.787Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.96s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.20s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.89s) [2022-03-01T07:40:05.787Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-03-01T07:40:05.787Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-03-01T07:40:05.787Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestInspectDefault (2.87s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestInspectHistory (4.80s) [2022-03-01T07:40:05.787Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2022-03-01T07:40:05.787Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-03-01T07:40:05.787Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.85s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestInspectJSONFields (3.51s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.22s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.97s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (3.52s) [2022-03-01T07:40:05.787Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.08s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (3.58s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestInspectStatus (3.56s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (6.45s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestInspectTemplateError (3.53s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.85s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (3.54s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.98s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.87s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.91s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s) [2022-03-01T07:40:05.787Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-03-01T07:40:05.787Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2022-03-01T07:40:05.787Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2022-03-01T07:40:05.787Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-01T07:40:05.787Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-03-01T07:40:05.787Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-01T07:40:05.787Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-03-01T07:40:05.787Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-03-01T07:40:05.787Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-03-01T07:40:05.787Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-03-01T07:40:05.787Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-03-01T07:40:05.787Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2022-03-01T07:40:05.787Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2022-03-01T07:40:05.787Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2022-03-01T07:40:05.787Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-03-01T07:40:05.787Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (3.02s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (3.05s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (6.18s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.94s) [2022-03-01T07:40:05.787Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (3.08s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.08s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (5.71s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (5.74s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (5.70s) [2022-03-01T07:40:05.787Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (4.50s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (4.40s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (3.07s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.96s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestLogsSince (9.46s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestLogsTail (3.29s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestLogsTimestamps (3.10s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.98s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.08s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (5.82s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (5.71s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestPsByOrder (12.19s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestPsListContainersBase (12.23s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (17.31s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.36s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (5.52s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (9.09s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (6.48s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (6.39s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestPsShowMounts (9.85s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.75s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.29s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.92s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (6.15s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (5.90s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (3.06s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (27.83s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (8.87s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.39s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.24s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.94s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (7.73s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (5.45s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (5.84s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRmiBlank (0.08s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.35s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (16.56s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.53s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.75s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (8.28s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (5.44s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (8.95s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.75s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRmiTag (0.73s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (3.10s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (18.87s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.17s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.14s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.21s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.67s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (5.80s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.68s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.97s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.96s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.93s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunBindMounts (6.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.85s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.78s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.70s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.03s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (3.10s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.89s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.89s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.77s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.73s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.92s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.16s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.82s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.80s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.87s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunExitCode (2.89s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.82s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.88s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (3.02s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (5.21s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (8.44s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.39s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (8.74s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (6.27s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (5.21s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.44s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.42s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.85s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.85s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.23s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.67s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.62s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (10.19s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunRm (2.97s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.99s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (3.03s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.87s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (3.57s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.03s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.92s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.38s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2022-03-01T07:40:05.788Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.17s) [2022-03-01T07:40:05.788Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.06s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.11s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.94s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.83s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.71s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (8.80s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (5.69s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (8.72s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.16s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.58s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (3.04s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.93s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (5.36s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.00s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.88s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (5.85s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.27s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.41s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.42s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.23s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.74s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (8.59s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (9.34s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestStartAttachSilent (5.32s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (6.69s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (3.47s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (3.55s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (3.47s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.27s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.14s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.19s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.31s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.27s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.13s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestVolumeCLILs (3.18s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.08s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.52s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.36s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.36s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.17s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (9.12s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.61s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.19s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (8.66s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.25s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.26s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (11.55s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.61s) [2022-03-01T07:40:05.789Z] === RUN TestDockerRegistrySuite [2022-03-01T07:40:05.789Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-03-01T07:40:05.789Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-03-01T07:40:05.789Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-03-01T07:40:05.789Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-03-01T07:40:05.789Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-03-01T07:40:05.789Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-03-01T07:40:05.789Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-03-01T07:40:05.789Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-03-01T07:40:05.789Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-03-01T07:40:05.789Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-03-01T07:40:05.789Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-03-01T07:40:05.789Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-03-01T07:40:05.789Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-03-01T07:40:05.789Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-03-01T07:40:05.789Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-03-01T07:40:05.789Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-03-01T07:40:05.789Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-03-01T07:40:05.789Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-03-01T07:40:05.789Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-03-01T07:40:05.789Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-03-01T07:40:05.789Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-03-01T07:40:05.789Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-03-01T07:40:05.789Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-03-01T07:40:05.789Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-03-01T07:40:05.789Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-03-01T07:40:05.789Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-03-01T07:40:05.789Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-03-01T07:40:05.789Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-03-01T07:40:05.789Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-03-01T07:40:05.789Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-03-01T07:40:05.789Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-03-01T07:40:05.789Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-03-01T07:40:05.789Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-03-01T07:40:05.789Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-03-01T07:40:05.789Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-03-01T07:40:05.789Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-03-01T07:40:05.789Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-03-01T07:40:05.789Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-03-01T07:40:05.789Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] --- PASS: TestDockerRegistrySuite (0.12s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-01T07:40:05.789Z] === RUN TestDockerSchema1RegistrySuite [2022-03-01T07:40:05.789Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-03-01T07:40:05.789Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-03-01T07:40:05.789Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-03-01T07:40:05.789Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-03-01T07:40:05.789Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-03-01T07:40:05.789Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-03-01T07:40:05.789Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-03-01T07:40:05.789Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-03-01T07:40:05.789Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-03-01T07:40:05.789Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-03-01T07:40:05.789Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-03-01T07:40:05.789Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-01T07:40:05.789Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-01T07:40:05.789Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-03-01T07:40:05.789Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-03-01T07:40:05.789Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.789Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-03-01T07:40:05.790Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-03-01T07:40:05.790Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-03-01T07:40:05.790Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-03-01T07:40:05.790Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-03-01T07:40:05.790Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-03-01T07:40:05.790Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-03-01T07:40:05.790Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-01T07:40:05.790Z] === RUN TestDockerRegistryAuthTokenSuite [2022-03-01T07:40:05.790Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-03-01T07:40:05.790Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-03-01T07:40:05.790Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-03-01T07:40:05.790Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-03-01T07:40:05.790Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-03-01T07:40:05.790Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-01T07:40:05.790Z] === RUN TestDockerDaemonSuite [2022-03-01T07:40:05.790Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-03-01T07:40:05.790Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-03-01T07:40:05.790Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-03-01T07:40:05.790Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-01T07:40:05.790Z] === RUN TestDockerSwarmSuite [2022-03-01T07:40:05.790Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-03-01T07:40:05.790Z] === RUN TestDockerPluginSuite [2022-03-01T07:40:05.790Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-03-01T07:40:05.790Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-03-01T07:40:05.790Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-03-01T07:40:05.790Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-03-01T07:40:05.790Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-03-01T07:40:05.790Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-03-01T07:40:05.790Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-03-01T07:40:05.790Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-03-01T07:40:05.790Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-03-01T07:40:05.790Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-03-01T07:40:05.790Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-03-01T07:40:05.790Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-01T07:40:05.790Z] === RUN TestDockerExternalVolumeSuite [2022-03-01T07:40:05.790Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-03-01T07:40:05.790Z] === RUN TestDockerNetworkSuite [2022-03-01T07:40:05.790Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-03-01T07:40:05.790Z] === RUN TestDockerHubPullSuite [2022-03-01T07:40:05.790Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-03-01T07:40:05.790Z] PASS [2022-03-01T07:40:05.790Z] ok github.com/docker/docker/integration-cli 2481.986s [2022-03-01T07:40:05.790Z] [2022-03-01T07:40:05.790Z] === Skipped [2022-03-01T07:40:05.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-01T07:40:05.790Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-01T07:40:05.790Z] [2022-03-01T07:40:05.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-03-01T07:40:05.790Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-03-01T07:40:05.790Z] [2022-03-01T07:40:05.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2022-03-01T07:40:05.790Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2022-03-01T07:40:05.790Z] [2022-03-01T07:40:05.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-01T07:40:05.790Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-01T07:40:05.790Z] [2022-03-01T07:40:05.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-01T07:40:05.790Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-01T07:40:05.790Z] [2022-03-01T07:40:05.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-01T07:40:05.790Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-01T07:40:05.790Z] [2022-03-01T07:40:05.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.04s) [2022-03-01T07:40:05.790Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.04s) [2022-03-01T07:40:05.790Z] [2022-03-01T07:40:05.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2022-03-01T07:40:05.790Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2022-03-01T07:40:05.790Z] [2022-03-01T07:40:05.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2022-03-01T07:40:05.790Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2022-03-01T07:40:05.790Z] [2022-03-01T07:40:05.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2022-03-01T07:40:05.790Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2022-03-01T07:40:05.790Z] [2022-03-01T07:40:05.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStats (0.01s) [2022-03-01T07:40:05.790Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.01s) [2022-03-01T07:40:05.790Z] [2022-03-01T07:40:05.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-01T07:40:05.790Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-01T07:40:05.790Z] [2022-03-01T07:40:05.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-01T07:40:05.790Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-01T07:40:05.790Z] [2022-03-01T07:40:05.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.01s) [2022-03-01T07:40:05.790Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.01s) [2022-03-01T07:40:05.790Z] [2022-03-01T07:40:05.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2022-03-01T07:40:05.790Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2022-03-01T07:40:05.790Z] [2022-03-01T07:40:05.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2022-03-01T07:40:05.790Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2022-03-01T07:40:05.790Z] [2022-03-01T07:40:05.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2022-03-01T07:40:05.790Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2022-03-01T07:40:05.790Z] [2022-03-01T07:40:05.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2022-03-01T07:40:05.790Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2022-03-01T07:40:05.790Z] [2022-03-01T07:40:05.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2022-03-01T07:40:05.790Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2022-03-01T07:40:05.790Z] [2022-03-01T07:40:05.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-03-01T07:40:05.790Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-03-01T07:40:05.790Z] [2022-03-01T07:40:05.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.36s) [2022-03-01T07:40:05.790Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.36s) [2022-03-01T07:40:05.790Z] [2022-03-01T07:40:05.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2022-03-01T07:40:05.790Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2022-03-01T07:40:05.790Z] [2022-03-01T07:40:05.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2022-03-01T07:40:05.790Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2022-03-01T07:40:05.790Z] [2022-03-01T07:40:05.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-01T07:40:05.790Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-01T07:40:05.790Z] [2022-03-01T07:40:05.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2022-03-01T07:40:05.790Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2022-03-01T07:40:05.790Z] [2022-03-01T07:40:05.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2022-03-01T07:40:05.790Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2022-03-01T07:40:05.790Z] [2022-03-01T07:40:05.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2022-03-01T07:40:05.790Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2022-03-01T07:40:05.790Z] [2022-03-01T07:40:05.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2022-03-01T07:40:05.790Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-03-01T07:40:05.790Z] [2022-03-01T07:40:05.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2022-03-01T07:40:05.790Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2022-03-01T07:40:05.790Z] [2022-03-01T07:40:05.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2022-03-01T07:40:05.790Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2022-03-01T07:40:05.790Z] [2022-03-01T07:40:05.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-01T07:40:05.790Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-01T07:40:05.790Z] [2022-03-01T07:40:05.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2022-03-01T07:40:05.790Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2022-03-01T07:40:05.790Z] [2022-03-01T07:40:05.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.33s) [2022-03-01T07:40:05.790Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.33s) [2022-03-01T07:40:05.790Z] [2022-03-01T07:40:05.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.66s) [2022-03-01T07:40:05.790Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.66s) [2022-03-01T07:40:05.790Z] [2022-03-01T07:40:05.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.17s) [2022-03-01T07:40:05.790Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.17s) [2022-03-01T07:40:05.790Z] [2022-03-01T07:40:05.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.32s) [2022-03-01T07:40:05.790Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.790Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.32s) [2022-03-01T07:40:05.790Z] [2022-03-01T07:40:05.790Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-03-01T07:40:05.790Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.67s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.67s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.38s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.38s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2022-03-01T07:40:05.791Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.36s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.36s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.32s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.32s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.35s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.35s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.35s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.35s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.32s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.32s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.31s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.31s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.08s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.06s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.36s) [2022-03-01T07:40:05.791Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.36s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.33s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.33s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.36s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.36s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.34s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.34s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.34s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.34s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.33s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.33s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.34s) [2022-03-01T07:40:05.791Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.34s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-03-01T07:40:05.791Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-03-01T07:40:05.791Z] docker_cli_sni_test.go:18: Flakey test [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitAfterContainerIsDone (0.01s) [2022-03-01T07:40:05.791Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.01s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2022-03-01T07:40:05.791Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.791Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2022-03-01T07:40:05.791Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.791Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2022-03-01T07:40:05.791Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2022-03-01T07:40:05.792Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2022-03-01T07:40:05.792Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-03-01T07:40:05.792Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-01T07:40:05.792Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-03-01T07:40:05.792Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-03-01T07:40:05.792Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-03-01T07:40:05.792Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2022-03-01T07:40:05.792Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-03-01T07:40:05.792Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-03-01T07:40:05.792Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2022-03-01T07:40:05.792Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-01T07:40:05.792Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-03-01T07:40:05.792Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-03-01T07:40:05.792Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-03-01T07:40:05.792Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-03-01T07:40:05.792Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-03-01T07:40:05.792Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-03-01T07:40:05.792Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2022-03-01T07:40:05.792Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2022-03-01T07:40:05.792Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2022-03-01T07:40:05.792Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2022-03-01T07:40:05.792Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2022-03-01T07:40:05.792Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-03-01T07:40:05.792Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-03-01T07:40:05.792Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2022-03-01T07:40:05.792Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2022-03-01T07:40:05.792Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-03-01T07:40:05.792Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-03-01T07:40:05.792Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-03-01T07:40:05.792Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2022-03-01T07:40:05.792Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-03-01T07:40:05.792Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2022-03-01T07:40:05.792Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2022-03-01T07:40:05.792Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2022-03-01T07:40:05.792Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2022-03-01T07:40:05.792Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2022-03-01T07:40:05.792Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2022-03-01T07:40:05.792Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2022-03-01T07:40:05.792Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2022-03-01T07:40:05.792Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2022-03-01T07:40:05.792Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2022-03-01T07:40:05.792Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2022-03-01T07:40:05.792Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-01T07:40:05.792Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-01T07:40:05.792Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2022-03-01T07:40:05.792Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2022-03-01T07:40:05.792Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-01T07:40:05.792Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2022-03-01T07:40:05.792Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2022-03-01T07:40:05.792Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2022-03-01T07:40:05.792Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2022-03-01T07:40:05.792Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2022-03-01T07:40:05.792Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2022-03-01T07:40:05.792Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2022-03-01T07:40:05.792Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-01T07:40:05.792Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-01T07:40:05.792Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2022-03-01T07:40:05.792Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-03-01T07:40:05.792Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-03-01T07:40:05.792Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2022-03-01T07:40:05.792Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2022-03-01T07:40:05.792Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-03-01T07:40:05.792Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-03-01T07:40:05.792Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2022-03-01T07:40:05.792Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-03-01T07:40:05.792Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.792Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-03-01T07:40:05.792Z] [2022-03-01T07:40:05.792Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2022-03-01T07:40:05.793Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-03-01T07:40:05.793Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2022-03-01T07:40:05.793Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2022-03-01T07:40:05.793Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2022-03-01T07:40:05.793Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-03-01T07:40:05.793Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-03-01T07:40:05.793Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2022-03-01T07:40:05.793Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-03-01T07:40:05.793Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-03-01T07:40:05.793Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-03-01T07:40:05.793Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2022-03-01T07:40:05.793Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2022-03-01T07:40:05.793Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2022-03-01T07:40:05.793Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2022-03-01T07:40:05.793Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2022-03-01T07:40:05.793Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2022-03-01T07:40:05.793Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2022-03-01T07:40:05.793Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2022-03-01T07:40:05.793Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2022-03-01T07:40:05.793Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2022-03-01T07:40:05.793Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2022-03-01T07:40:05.793Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-01T07:40:05.793Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2022-03-01T07:40:05.793Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2022-03-01T07:40:05.793Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2022-03-01T07:40:05.793Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2022-03-01T07:40:05.793Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2022-03-01T07:40:05.793Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2022-03-01T07:40:05.793Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-01T07:40:05.793Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-01T07:40:05.793Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2022-03-01T07:40:05.793Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2022-03-01T07:40:05.793Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2022-03-01T07:40:05.793Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-03-01T07:40:05.793Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-03-01T07:40:05.793Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2022-03-01T07:40:05.793Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2022-03-01T07:40:05.793Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-03-01T07:40:05.793Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2022-03-01T07:40:05.793Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2022-03-01T07:40:05.793Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2022-03-01T07:40:05.793Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2022-03-01T07:40:05.793Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2022-03-01T07:40:05.793Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2022-03-01T07:40:05.793Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2022-03-01T07:40:05.793Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2022-03-01T07:40:05.793Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-03-01T07:40:05.793Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2022-03-01T07:40:05.793Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-03-01T07:40:05.793Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-01T07:40:05.793Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-03-01T07:40:05.793Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2022-03-01T07:40:05.793Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2022-03-01T07:40:05.793Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2022-03-01T07:40:05.793Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2022-03-01T07:40:05.793Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2022-03-01T07:40:05.793Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2022-03-01T07:40:05.793Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-03-01T07:40:05.793Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-03-01T07:40:05.793Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-03-01T07:40:05.793Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2022-03-01T07:40:05.793Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-03-01T07:40:05.793Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-03-01T07:40:05.793Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2022-03-01T07:40:05.793Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-03-01T07:40:05.793Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.793Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-03-01T07:40:05.793Z] [2022-03-01T07:40:05.793Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2022-03-01T07:40:05.794Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.794Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2022-03-01T07:40:05.794Z] [2022-03-01T07:40:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2022-03-01T07:40:05.794Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.794Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2022-03-01T07:40:05.794Z] [2022-03-01T07:40:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-01T07:40:05.794Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.794Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-01T07:40:05.794Z] [2022-03-01T07:40:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-03-01T07:40:05.794Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.794Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-03-01T07:40:05.794Z] [2022-03-01T07:40:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-01T07:40:05.794Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.794Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-01T07:40:05.794Z] [2022-03-01T07:40:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-03-01T07:40:05.794Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.794Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-03-01T07:40:05.794Z] [2022-03-01T07:40:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-03-01T07:40:05.794Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.794Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-03-01T07:40:05.794Z] [2022-03-01T07:40:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-03-01T07:40:05.794Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.794Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-03-01T07:40:05.794Z] [2022-03-01T07:40:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-03-01T07:40:05.794Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.794Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-03-01T07:40:05.794Z] [2022-03-01T07:40:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-03-01T07:40:05.794Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.794Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-03-01T07:40:05.794Z] [2022-03-01T07:40:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2022-03-01T07:40:05.794Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.794Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2022-03-01T07:40:05.794Z] [2022-03-01T07:40:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2022-03-01T07:40:05.794Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.794Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2022-03-01T07:40:05.794Z] [2022-03-01T07:40:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2022-03-01T07:40:05.794Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.794Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2022-03-01T07:40:05.794Z] [2022-03-01T07:40:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-03-01T07:40:05.794Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.794Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-03-01T07:40:05.794Z] [2022-03-01T07:40:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-01T07:40:05.794Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.794Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-01T07:40:05.794Z] [2022-03-01T07:40:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2022-03-01T07:40:05.794Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.794Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2022-03-01T07:40:05.794Z] [2022-03-01T07:40:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-03-01T07:40:05.794Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.794Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-03-01T07:40:05.794Z] [2022-03-01T07:40:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2022-03-01T07:40:05.794Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.794Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2022-03-01T07:40:05.794Z] [2022-03-01T07:40:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2022-03-01T07:40:05.794Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.794Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2022-03-01T07:40:05.794Z] [2022-03-01T07:40:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2022-03-01T07:40:05.794Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.794Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2022-03-01T07:40:05.794Z] [2022-03-01T07:40:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2022-03-01T07:40:05.794Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.794Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2022-03-01T07:40:05.794Z] [2022-03-01T07:40:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2022-03-01T07:40:05.794Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.794Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2022-03-01T07:40:05.794Z] [2022-03-01T07:40:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-03-01T07:40:05.794Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.794Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-03-01T07:40:05.794Z] [2022-03-01T07:40:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-03-01T07:40:05.794Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.794Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-03-01T07:40:05.794Z] [2022-03-01T07:40:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-03-01T07:40:05.794Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.794Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-03-01T07:40:05.794Z] [2022-03-01T07:40:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2022-03-01T07:40:05.794Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.794Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2022-03-01T07:40:05.794Z] [2022-03-01T07:40:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-03-01T07:40:05.794Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.794Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-03-01T07:40:05.794Z] [2022-03-01T07:40:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-03-01T07:40:05.794Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.794Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-03-01T07:40:05.794Z] [2022-03-01T07:40:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2022-03-01T07:40:05.794Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-01T07:40:05.794Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2022-03-01T07:40:05.794Z] [2022-03-01T07:40:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2022-03-01T07:40:05.794Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-01T07:40:05.794Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2022-03-01T07:40:05.794Z] [2022-03-01T07:40:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-01T07:40:05.794Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.794Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-01T07:40:05.794Z] [2022-03-01T07:40:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2022-03-01T07:40:05.794Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.794Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2022-03-01T07:40:05.794Z] [2022-03-01T07:40:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-03-01T07:40:05.794Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.794Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-03-01T07:40:05.794Z] [2022-03-01T07:40:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-03-01T07:40:05.794Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.794Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-03-01T07:40:05.794Z] [2022-03-01T07:40:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2022-03-01T07:40:05.794Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.794Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2022-03-01T07:40:05.794Z] [2022-03-01T07:40:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2022-03-01T07:40:05.794Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.794Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2022-03-01T07:40:05.794Z] [2022-03-01T07:40:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2022-03-01T07:40:05.794Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.794Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2022-03-01T07:40:05.794Z] [2022-03-01T07:40:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-03-01T07:40:05.794Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.794Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-03-01T07:40:05.794Z] [2022-03-01T07:40:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-03-01T07:40:05.794Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.794Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-03-01T07:40:05.794Z] [2022-03-01T07:40:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-01T07:40:05.794Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.794Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-01T07:40:05.794Z] [2022-03-01T07:40:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-03-01T07:40:05.794Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.794Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-03-01T07:40:05.794Z] [2022-03-01T07:40:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-03-01T07:40:05.794Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.794Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-03-01T07:40:05.794Z] [2022-03-01T07:40:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-03-01T07:40:05.794Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.794Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-03-01T07:40:05.794Z] [2022-03-01T07:40:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2022-03-01T07:40:05.794Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.794Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2022-03-01T07:40:05.794Z] [2022-03-01T07:40:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-03-01T07:40:05.794Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2022-03-01T07:40:05.794Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-03-01T07:40:05.794Z] [2022-03-01T07:40:05.794Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-01T07:40:06.256Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-03-01T07:40:06.256Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-03-01T07:40:06.256Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-01T07:40:06.256Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2022-03-01T07:40:06.256Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-01T07:40:06.256Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:4395: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.256Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-03-01T07:40:06.256Z] docker_cli_run_test.go:4374: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.256Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-03-01T07:40:06.256Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:4387: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:4197: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:4185: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSetMacAddress (0.03s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:1980: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.03s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.257Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-03-01T07:40:06.257Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.257Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-03-01T07:40:06.257Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2022-03-01T07:40:06.258Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2022-03-01T07:40:06.258Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-03-01T07:40:06.258Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-03-01T07:40:06.258Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-03-01T07:40:06.258Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-03-01T07:40:06.258Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2022-03-01T07:40:06.258Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2022-03-01T07:40:06.258Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2022-03-01T07:40:06.258Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-01T07:40:06.258Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-03-01T07:40:06.258Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-03-01T07:40:06.258Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2022-03-01T07:40:06.258Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2022-03-01T07:40:06.258Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-03-01T07:40:06.258Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2022-03-01T07:40:06.258Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2022-03-01T07:40:06.258Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2022-03-01T07:40:06.258Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-03-01T07:40:06.258Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-03-01T07:40:06.258Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2022-03-01T07:40:06.258Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-03-01T07:40:06.258Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2022-03-01T07:40:06.258Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2022-03-01T07:40:06.258Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2022-03-01T07:40:06.258Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2022-03-01T07:40:06.258Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2022-03-01T07:40:06.258Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-01T07:40:06.258Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2022-03-01T07:40:06.258Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2022-03-01T07:40:06.258Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-01T07:40:06.258Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-03-01T07:40:06.258Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-03-01T07:40:06.258Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-03-01T07:40:06.258Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2022-03-01T07:40:06.258Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-01T07:40:06.258Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2022-03-01T07:40:06.258Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2022-03-01T07:40:06.258Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2022-03-01T07:40:06.258Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-03-01T07:40:06.258Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-03-01T07:40:06.258Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-03-01T07:40:06.258Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2022-03-01T07:40:06.258Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-01T07:40:06.258Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2022-03-01T07:40:06.258Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2022-03-01T07:40:06.258Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-03-01T07:40:06.258Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-01T07:40:06.258Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-01T07:40:06.258Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-01T07:40:06.258Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-01T07:40:06.258Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-01T07:40:06.258Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-01T07:40:06.258Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-01T07:40:06.258Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-01T07:40:06.258Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-01T07:40:06.258Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-01T07:40:06.258Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-01T07:40:06.258Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-01T07:40:06.258Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-01T07:40:06.258Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-01T07:40:06.258Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-01T07:40:06.258Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-01T07:40:06.258Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.258Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-01T07:40:06.258Z] [2022-03-01T07:40:06.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.259Z] [2022-03-01T07:40:06.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-03-01T07:40:06.259Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.260Z] [2022-03-01T07:40:06.260Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-03-01T07:40:06.260Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-01T07:40:06.260Z] [2022-03-01T07:40:06.260Z] DONE 1085 tests, 544 skipped in 2491.172s [2022-03-01T07:40:06.260Z] INFO: Integration tests ended at 03/01/2022 07:40:06. Duration:00:41:31.3453865 [2022-03-01T07:40:06.260Z] INFO: Docker info of the daemon under test at end of run [2022-03-01T07:40:06.260Z] [2022-03-01T07:40:06.260Z] Containers: 2 [2022-03-01T07:40:06.260Z] Running: 0 [2022-03-01T07:40:06.260Z] Paused: 0 [2022-03-01T07:40:06.260Z] Stopped: 2 [2022-03-01T07:40:06.260Z] Images: 18 [2022-03-01T07:40:06.260Z] Server Version: 0.0.0-dev [2022-03-01T07:40:06.260Z] Storage Driver: windowsfilter [2022-03-01T07:40:06.260Z] Windows: [2022-03-01T07:40:06.260Z] Logging Driver: json-file [2022-03-01T07:40:06.260Z] Plugins: [2022-03-01T07:40:06.260Z] Volume: local [2022-03-01T07:40:06.260Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-01T07:40:06.260Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-01T07:40:06.260Z] Swarm: inactive [2022-03-01T07:40:06.260Z] Default Isolation: process [2022-03-01T07:40:06.260Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-01T07:40:06.260Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-01T07:40:06.260Z] OSType: windows [2022-03-01T07:40:06.260Z] Architecture: x86_64 [2022-03-01T07:40:06.260Z] CPUs: 4 [2022-03-01T07:40:06.260Z] Total Memory: 32GiB [2022-03-01T07:40:06.260Z] Name: azwin-2-450241 [2022-03-01T07:40:06.260Z] ID: X7PG:6AHS:P2SK:PV6W:L2YQ:Q24O:AAD5:I3MX:UJYI:5EDH:FZRU:HZPO [2022-03-01T07:40:06.260Z] Docker Root Dir: D:\CI\PR-43303\1\daemon [2022-03-01T07:40:06.260Z] Debug Mode (client): false [2022-03-01T07:40:06.260Z] Debug Mode (server): true [2022-03-01T07:40:06.260Z] File Descriptors: -1 [2022-03-01T07:40:06.260Z] Goroutines: 46 [2022-03-01T07:40:06.260Z] System Time: 2022-03-01T07:40:06.0838202Z [2022-03-01T07:40:06.260Z] EventsListeners: 0 [2022-03-01T07:40:06.260Z] Registry: https://index.docker.io/v1/ [2022-03-01T07:40:06.260Z] Labels: [2022-03-01T07:40:06.260Z] Experimental: false [2022-03-01T07:40:06.260Z] Insecure Registries: [2022-03-01T07:40:06.260Z] 127.0.0.0/8 [2022-03-01T07:40:06.260Z] Live Restore Enabled: false [2022-03-01T07:40:06.260Z] [2022-03-01T07:40:06.260Z] [2022-03-01T07:40:06.260Z] INFO: Stopping daemon under test [2022-03-01T07:40:06.720Z] SUCCESS: The process with PID 4088 (child process of PID 3908) has been terminated. [2022-03-01T07:40:06.720Z] SUCCESS: The process with PID 3908 (child process of PID 8) has been terminated. [2022-03-01T07:40:06.720Z] INFO: Stop tailing logs of the daemon under tests [2022-03-01T07:40:06.720Z] INFO: executeCI.ps1 Completed successfully at 03/01/2022 07:40:06. [2022-03-01T07:40:06.720Z] INFO: Tidying up at end of run [2022-03-01T07:40:06.720Z] INFO: Saving daemon under test log (d:\CI\PR-43303\1\dut.out) to bundles\CIDUT.out [2022-03-01T07:40:06.720Z] INFO: Saving daemon under test log (d:\CI\PR-43303\1\dut.err) to bundles\CIDUT.err [2022-03-01T07:40:06.720Z] INFO: Saving containerd logs to bundles [2022-03-01T07:40:06.720Z] INFO: Nuke-Everything... [2022-03-01T07:40:06.720Z] INFO: Container count on control daemon to delete is 2 [2022-03-01T07:40:06.720Z] eb78a534a569 [2022-03-01T07:40:06.720Z] 303183c9e6ab [2022-03-01T07:40:07.179Z] INFO: Tidying pidfile d:\CI\PR-43303\1\docker.pid [2022-03-01T07:40:07.179Z] INFO: Killing containerd with PID 1532 [2022-03-01T07:40:07.179Z] INFO: Nuking d:\CI [2022-03-01T07:40:07.257Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-03-01T07:40:08.243Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-03-01T07:40:08.711Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-03-01T07:40:15.874Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-03-01T07:40:20.625Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-03-01T07:40:27.781Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-03-01T07:40:28.297Z] INFO: Zapped successfully [2022-03-01T07:40:28.297Z] [2022-03-01T07:40:28.297Z] INFO: executeCI.ps1 exiting at Tue Mar 1 07:40:25 CUT 2022. Duration 01:05:40.9632700 [2022-03-01T07:40:28.297Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-03-01T07:40:28.537Z] Recording test results [2022-03-01T07:40:31.570Z] === RUN TestDockerSuite/TestRmiTag [2022-03-01T07:40:32.555Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-03-01T07:40:34.772Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-03-01T07:40:37.623Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-03-01T07:40:39.114Z] Creating win-2022-c8d-integration-bundles.zip [Pipeline] archiveArtifacts [2022-03-01T07:40:41.513Z] Archiving artifacts [2022-03-01T07:40:52.586Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-03-01T07:40:57.141Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43303/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-01T07:40:58.070Z] + make clean [2022-03-01T07:40:58.581Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-03-01T07:40:59.611Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-01T07:40:59.611Z] docker-dev-cache [2022-03-01T07:40:59.611Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-01T07:41:03.330Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-03-01T07:41:04.315Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-03-01T07:41:04.315Z] docker_cli_run_test.go:4395: unmatched requirement DaemonIsLinux [2022-03-01T07:41:04.315Z] === RUN TestDockerSuite/TestRunAddHost [2022-03-01T07:41:04.315Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-01T07:41:04.315Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-03-01T07:41:04.315Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-01T07:41:04.315Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-03-01T07:41:04.316Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-01T07:41:04.316Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-03-01T07:41:04.316Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-01T07:41:04.316Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-03-01T07:41:04.316Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-01T07:41:04.316Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-03-01T07:41:04.316Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-01T07:41:04.316Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-03-01T07:41:06.535Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-03-01T07:41:06.535Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-01T07:41:06.535Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-03-01T07:41:06.535Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-01T07:41:06.535Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-03-01T07:41:11.288Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-03-01T07:41:14.242Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-03-01T07:41:21.404Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-03-01T07:41:23.616Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-03-01T07:41:30.775Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-03-01T07:41:30.775Z] === RUN TestDockerSuite/TestRunBindMounts [2022-03-01T07:41:35.529Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-03-01T07:41:35.529Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-01T07:41:35.996Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-03-01T07:41:35.996Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-01T07:41:35.996Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-03-01T07:41:35.996Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-01T07:41:35.996Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-03-01T07:41:35.996Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-01T07:41:35.996Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-03-01T07:41:35.996Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-01T07:41:35.996Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-03-01T07:41:35.996Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-01T07:41:35.996Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-03-01T07:41:35.996Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-01T07:41:35.996Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-03-01T07:41:35.996Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-01T07:41:35.996Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-03-01T07:41:35.996Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-01T07:41:35.996Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-03-01T07:41:35.996Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-01T07:41:35.996Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-03-01T07:41:35.996Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-01T07:41:35.996Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-03-01T07:41:38.208Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-03-01T07:41:38.208Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-01T07:41:38.208Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-03-01T07:41:41.158Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-03-01T07:41:41.158Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-01T07:41:41.158Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-03-01T07:41:41.158Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-01T07:41:41.626Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-03-01T07:41:43.192Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-03-01T07:41:43.192Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-01T07:41:43.192Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-03-01T07:41:43.192Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-01T07:41:43.660Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-03-01T07:41:43.660Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-01T07:41:43.660Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-03-01T07:41:43.660Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-01T07:41:43.660Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-03-01T07:41:43.660Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-01T07:41:43.660Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-03-01T07:41:43.660Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-01T07:41:43.660Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-03-01T07:41:43.660Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-01T07:41:43.660Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-03-01T07:41:45.878Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-03-01T07:41:48.090Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-03-01T07:41:50.303Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-03-01T07:41:50.303Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-01T07:41:50.303Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-03-01T07:41:50.303Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-01T07:41:50.303Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-03-01T07:41:50.303Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-01T07:41:50.771Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-03-01T07:41:52.984Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-03-01T07:41:52.984Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-01T07:41:52.984Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-03-01T07:41:52.984Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-01T07:41:52.984Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-03-01T07:41:52.984Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-01T07:41:52.984Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-03-01T07:41:52.984Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-01T07:41:52.984Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-03-01T07:41:55.203Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-03-01T07:41:59.956Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-03-01T07:41:59.956Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-01T07:41:59.956Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-03-01T07:41:59.956Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-01T07:41:59.956Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-03-01T07:41:59.956Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-01T07:41:59.956Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-03-01T07:41:59.956Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-01T07:41:59.956Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-03-01T07:41:59.956Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-01T07:41:59.956Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-03-01T07:41:59.956Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-01T07:41:59.956Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-03-01T07:42:07.110Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-03-01T07:42:07.110Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-01T07:42:07.110Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-03-01T07:42:07.578Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-03-01T07:42:07.578Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-01T07:42:07.578Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-03-01T07:42:09.798Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-03-01T07:42:12.012Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-03-01T07:42:12.012Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-01T07:42:12.012Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-03-01T07:42:14.226Z] === RUN TestDockerSuite/TestRunEnvironment [2022-03-01T07:42:14.226Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-01T07:42:14.226Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-03-01T07:42:14.226Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-01T07:42:14.226Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-03-01T07:42:14.226Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-01T07:42:14.226Z] === RUN TestDockerSuite/TestRunExitCode [2022-03-01T07:42:17.179Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-03-01T07:42:24.333Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-03-01T07:42:25.903Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-03-01T07:42:28.854Z] === RUN TestDockerSuite/TestRunExposePort [2022-03-01T07:42:28.854Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-03-01T07:42:28.854Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-01T07:42:28.854Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-03-01T07:42:28.854Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-01T07:42:28.854Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-03-01T07:42:28.854Z] docker_cli_run_test.go:4374: unmatched requirement DaemonIsLinux [2022-03-01T07:42:28.854Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-03-01T07:42:28.854Z] docker_cli_run_test.go:4387: unmatched requirement DaemonIsLinux [2022-03-01T07:42:28.854Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-01T07:42:28.854Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-01T07:42:28.854Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-03-01T07:42:28.854Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-01T07:42:28.854Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-03-01T07:42:28.854Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-01T07:42:28.854Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-03-01T07:42:32.642Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-03-01T07:42:32.642Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-01T07:42:32.642Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-03-01T07:42:32.642Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-03-01T07:42:32.642Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-01T07:42:32.642Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-03-01T07:42:32.642Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-01T07:42:32.642Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-03-01T07:42:32.642Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-01T07:42:32.642Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-03-01T07:42:32.642Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-01T07:42:32.642Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-03-01T07:42:43.063Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-03-01T07:42:43.063Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-01T07:42:43.063Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-03-01T07:42:44.048Z] === RUN TestDockerSuite/TestRunModeHostname [2022-03-01T07:42:44.048Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-01T07:42:44.048Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-03-01T07:42:44.048Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-01T07:42:44.048Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-03-01T07:42:44.048Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-01T07:42:44.048Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-03-01T07:42:44.048Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-01T07:42:44.048Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-03-01T07:42:44.048Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-01T07:42:44.048Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-03-01T07:42:44.048Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-01T07:42:44.048Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-03-01T07:42:44.048Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-01T07:42:44.048Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-03-01T07:42:44.048Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-01T07:42:44.048Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-03-01T07:42:44.048Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-01T07:42:44.048Z] === RUN TestDockerSuite/TestRunMount [2022-03-01T07:42:44.048Z] docker_cli_run_test.go:4197: unmatched requirement DaemonIsLinux [2022-03-01T07:42:44.048Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-03-01T07:42:44.048Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-01T07:42:44.048Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-03-01T07:42:44.048Z] docker_cli_run_test.go:4185: unmatched requirement DaemonIsLinux [2022-03-01T07:42:44.048Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-03-01T07:42:44.048Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-01T07:42:44.048Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-03-01T07:42:51.202Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-03-01T07:42:51.202Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-01T07:42:51.202Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-03-01T07:42:51.202Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-01T07:42:51.202Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-03-01T07:42:51.202Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-01T07:42:51.202Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-03-01T07:42:57.064Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-03-01T07:43:00.851Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-03-01T07:43:00.851Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-01T07:43:00.851Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-03-01T07:43:00.851Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-01T07:43:00.851Z] === RUN TestDockerSuite/TestRunNetHost [2022-03-01T07:43:00.851Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-01T07:43:00.851Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-03-01T07:43:00.851Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-01T07:43:00.851Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-03-01T07:43:00.851Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-01T07:43:00.851Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-03-01T07:43:00.851Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-01T07:43:00.851Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-03-01T07:43:00.851Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-01T07:43:00.851Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-03-01T07:43:00.851Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-01T07:43:00.851Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-03-01T07:43:00.851Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-01T07:43:00.851Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-03-01T07:43:00.851Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-03-01T07:43:02.414Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-03-01T07:43:04.627Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-03-01T07:43:06.841Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-03-01T07:43:07.827Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-03-01T07:43:10.041Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-03-01T07:43:10.041Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-01T07:43:10.041Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-03-01T07:43:10.041Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-01T07:43:10.041Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-03-01T07:43:10.041Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-01T07:43:10.041Z] === RUN TestDockerSuite/TestRunPortInUse [2022-03-01T07:43:10.041Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-01T07:43:10.041Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-03-01T07:43:10.041Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-01T07:43:10.041Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-03-01T07:43:10.041Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-01T07:43:10.041Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-03-01T07:43:10.041Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-01T07:43:10.041Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-03-01T07:43:10.041Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-01T07:43:10.508Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-01T07:43:12.721Z] === RUN TestDockerSuite/TestRunPublishPort [2022-03-01T07:43:12.721Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-01T07:43:12.721Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-03-01T07:43:12.721Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-01T07:43:12.721Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-03-01T07:43:12.721Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-01T07:43:12.721Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-03-01T07:43:12.721Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-01T07:43:13.189Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-03-01T07:43:13.189Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-01T07:43:13.189Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-03-01T07:43:21.847Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-03-01T07:43:21.848Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-01T07:43:21.848Z] === RUN TestDockerSuite/TestRunRm [2022-03-01T07:43:29.007Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-03-01T07:43:34.868Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-03-01T07:43:42.035Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-03-01T07:43:44.248Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-03-01T07:43:47.201Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-03-01T07:43:50.153Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-03-01T07:43:50.153Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-01T07:43:50.153Z] === RUN TestDockerSuite/TestRunState [2022-03-01T07:43:50.153Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-01T07:43:50.153Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-03-01T07:43:52.366Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-03-01T07:43:52.366Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-01T07:43:52.366Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-03-01T07:43:55.322Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-03-01T07:43:55.322Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-01T07:43:55.322Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-03-01T07:43:55.322Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-01T07:43:55.322Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-03-01T07:43:55.322Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-03-01T07:43:55.322Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-03-01T07:43:55.322Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-01T07:43:55.322Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-03-01T07:44:00.085Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-03-01T07:44:00.085Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-01T07:44:00.085Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-03-01T07:44:00.085Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-01T07:44:00.085Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-03-01T07:44:00.085Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-01T07:44:00.085Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-03-01T07:44:00.085Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-01T07:44:00.555Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-03-01T07:44:00.555Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-01T07:44:00.555Z] === RUN TestDockerSuite/TestRunUserByID [2022-03-01T07:44:00.555Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-01T07:44:00.555Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-03-01T07:44:00.555Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-01T07:44:00.555Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-03-01T07:44:00.555Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-01T07:44:00.555Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-03-01T07:44:00.555Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-01T07:44:00.555Z] === RUN TestDockerSuite/TestRunUserByName [2022-03-01T07:44:00.555Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-01T07:44:00.555Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-03-01T07:44:02.774Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-03-01T07:44:02.774Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-01T07:44:02.774Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-03-01T07:44:05.723Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-03-01T07:44:05.723Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-01T07:44:05.723Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-03-01T07:44:05.723Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-01T07:44:05.723Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-03-01T07:44:14.388Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-03-01T07:44:21.547Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-03-01T07:44:32.145Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-03-01T07:44:38.015Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-03-01T07:44:38.015Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-01T07:44:38.015Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-03-01T07:44:38.015Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-03-01T07:44:40.965Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-03-01T07:44:43.179Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-03-01T07:44:46.131Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-03-01T07:44:46.131Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-01T07:44:46.131Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-03-01T07:44:46.131Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-03-01T07:44:46.131Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-03-01T07:44:46.131Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-01T07:44:46.131Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-03-01T07:44:46.131Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-01T07:44:46.131Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-03-01T07:44:46.131Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-01T07:44:46.131Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-03-01T07:44:46.131Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-01T07:44:46.131Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-03-01T07:44:46.131Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-01T07:44:46.131Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-03-01T07:44:50.886Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-03-01T07:44:52.452Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-03-01T07:44:54.668Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-03-01T07:44:59.428Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-03-01T07:44:59.429Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-01T07:44:59.429Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-03-01T07:44:59.429Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-01T07:44:59.429Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-03-01T07:44:59.429Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-01T07:44:59.429Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-03-01T07:44:59.429Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-01T07:44:59.429Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-03-01T07:44:59.429Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-01T07:44:59.896Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-03-01T07:44:59.896Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-01T07:44:59.896Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-03-01T07:44:59.896Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-01T07:44:59.896Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-03-01T07:44:59.896Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-01T07:44:59.896Z] === RUN TestDockerSuite/TestSaveImageId [2022-03-01T07:44:59.896Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-01T07:44:59.896Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-03-01T07:44:59.896Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-01T07:44:59.896Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-03-01T07:44:59.896Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-01T07:44:59.896Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-03-01T07:44:59.896Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-01T07:44:59.897Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-03-01T07:44:59.897Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-01T07:44:59.897Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-03-01T07:44:59.897Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-01T07:44:59.897Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-03-01T07:44:59.897Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-01T07:44:59.897Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-03-01T07:44:59.897Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-01T07:44:59.897Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-03-01T07:44:59.897Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-01T07:44:59.897Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-03-01T07:45:02.109Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-03-01T07:45:02.576Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-03-01T07:45:03.046Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-03-01T07:45:03.514Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-03-01T07:45:05.077Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-03-01T07:45:17.565Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-03-01T07:45:17.565Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-01T07:45:17.565Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-03-01T07:45:26.226Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-03-01T07:45:26.226Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-01T07:45:26.226Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-03-01T07:45:30.985Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-03-01T07:45:30.985Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-01T07:45:30.985Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-03-01T07:45:30.985Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-01T07:45:30.985Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-03-01T07:45:30.985Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-01T07:45:30.985Z] === RUN TestDockerSuite/TestStartRecordError [2022-03-01T07:45:30.985Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-01T07:45:30.985Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-03-01T07:45:36.857Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-03-01T07:45:36.858Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-01T07:45:36.858Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-03-01T07:45:36.858Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-01T07:45:36.858Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-03-01T07:45:36.858Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-01T07:45:36.858Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-03-01T07:45:36.858Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-01T07:45:36.858Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-03-01T07:45:36.858Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-01T07:45:36.858Z] === RUN TestDockerSuite/TestStatsNoStream [2022-03-01T07:45:36.858Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-01T07:45:36.858Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-03-01T07:45:39.074Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-03-01T07:45:42.028Z] === RUN TestDockerSuite/TestTopPrivileged [2022-03-01T07:45:42.028Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-01T07:45:42.028Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-03-01T07:45:44.243Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-03-01T07:45:44.244Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-01T07:45:44.244Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-03-01T07:45:44.244Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-01T07:45:44.244Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-03-01T07:45:44.244Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-01T07:45:44.244Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-03-01T07:45:44.244Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-01T07:45:44.244Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-03-01T07:45:44.244Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-01T07:45:44.244Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-03-01T07:45:44.244Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-01T07:45:44.244Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-03-01T07:46:02.065Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-03-01T07:46:02.065Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-03-01T07:46:02.065Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-03-01T07:46:02.065Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-01T07:46:02.065Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-03-01T07:46:02.065Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-03-01T07:46:02.065Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-03-01T07:46:02.065Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-03-01T07:46:04.323Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-03-01T07:46:04.323Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-03-01T07:46:07.277Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-03-01T07:46:07.745Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-03-01T07:46:08.220Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-03-01T07:46:08.220Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-03-01T07:46:08.689Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-03-01T07:46:17.358Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-03-01T07:46:17.358Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-01T07:46:17.358Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-03-01T07:46:18.347Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-03-01T07:46:18.347Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-03-01T07:46:18.347Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-01T07:46:18.347Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-03-01T07:46:27.013Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-03-01T07:46:27.013Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-03-01T07:46:27.013Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-03-01T07:46:40.364Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-03-01T07:46:40.364Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.364Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-03-01T07:46:40.364Z] --- PASS: TestDockerSuite (2701.33s) [2022-03-01T07:46:40.364Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2022-03-01T07:46:40.364Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2022-03-01T07:46:40.364Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.73s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.27s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.67s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.35s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (97.60s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (2.19s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.05s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.75s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.29s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (7.19s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.30s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (6.62s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (110.08s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.33s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.40s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.81s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.92s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.26s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.91s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.26s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.59s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.09s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.99s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (11.17s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (9.50s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.07s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.23s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.70s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.77s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.55s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildAddTar (40.90s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.30s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (26.03s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.64s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.58s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (6.96s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.92s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.80s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (8.58s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (8.05s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.32s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (9.71s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (6.65s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.62s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (41.46s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.58s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.65s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.31s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.36s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.35s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.37s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.56s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.00s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildCmd (0.65s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.59s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.62s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.43s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.43s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.31s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.56s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.12s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.02s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.56s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.89s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.72s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (10.03s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (30.52s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.63s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.57s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (4.91s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.32s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.31s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.61s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (36.10s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.73s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.34s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (21.33s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.62s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.71s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.54s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.87s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.88s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildDockerignore (89.50s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.14s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.32s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (80.47s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.75s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.67s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (28.08s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (14.94s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (14.70s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (40.46s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (14.68s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (9.71s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (108.91s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.42s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.30s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.63s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.18s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.52s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.60s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.35s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.40s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.68s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.31s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.01s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.15s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.77s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (15.86s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.66s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildFails (7.22s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.12s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (5.83s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.74s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildForceRm (6.40s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildFromGit (10.50s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.43s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.28s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.76s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.66s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (8.41s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildHistory (11.96s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.07s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.13s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.87s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.11s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.16s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildLabel (1.04s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.68s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.03s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.66s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildLabels (1.09s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.72s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.20s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2022-03-01T07:46:40.365Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2022-03-01T07:46:40.365Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.12s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.62s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.71s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.86s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (19.77s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.66s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (36.61s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (28.59s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.27s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (6.12s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.71s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (16.38s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.64s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.70s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.80s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.47s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (7.29s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.26s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.15s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.78s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.06s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.43s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildOnBuild (13.49s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.73s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (8.75s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.83s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (8.22s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.87s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.67s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.18s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.26s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (44.48s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (27.45s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildRm (12.41s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.31s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.33s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.47s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.58s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.49s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.12s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (15.22s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.67s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.72s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (10.30s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.32s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.46s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.10s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildStderr (4.20s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (18.86s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.31s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.20s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.26s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.66s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.46s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.10s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.64s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.23s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (22.04s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.93s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (8.84s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (5.47s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.37s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.66s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.31s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (11.28s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.55s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.39s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (22.96s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.32s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.32s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.41s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (7.79s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.20s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.31s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.29s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.27s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestCommitChange (4.75s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.26s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestCommitNewFile (6.44s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestCommitTTY (6.88s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.45s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.08s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainerAPICommit (6.75s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (6.66s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.81s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainerAPICreate (7.20s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.03s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.50s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.55s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.25s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.22s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.36s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.32s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.34s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.11s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.69s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.25s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainerAPIRename (7.16s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (4.00s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.13s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.08s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.01s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainerAPIStop (7.34s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.36s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.09s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.75s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.15s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.13s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (28.79s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.64s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.74s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.66s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (7.65s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000402b28_} (7.69s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-11136055185_c:\foo_false____} (2.74s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-11136055185_c:\foo_true____} (2.63s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.31s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.06s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.06s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.06s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.07s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (7.35s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.56s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.65s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestCpToCaseA (9.50s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.57s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestCpToCaseE (9.53s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2022-03-01T07:46:40.366Z] --- PASS: TestDockerSuite/TestCpToCaseH (9.24s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-01T07:46:40.366Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestCpToDot (7.43s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestCpToStdout (7.41s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.21s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestCreateArgs (0.21s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.19s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.47s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.19s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.21s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.09s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.77s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestCreateLabels (0.20s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestCreateRM (0.36s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.21s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.36s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (8.21s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.21s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.47s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.37s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.20s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (7.29s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.16s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestDockerFails (0.07s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.56s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.54s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (7.26s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (13.10s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestEventsCopy (5.20s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.42s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.32s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.87s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.90s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.77s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.09s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestEventsFilters (5.83s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestEventsFormat (9.74s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.08s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.18s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestEventsRename (2.54s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestEventsResize (7.70s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.31s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.70s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.94s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestEventsUntag (2.77s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.88s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.07s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.12s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.09s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.28s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.28s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.24s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.35s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.31s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestExecInspectID (4.78s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (3.14s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.03s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.95s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (7.83s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.16s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.16s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.17s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.16s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.15s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.09s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.08s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.08s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.35s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.08s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.08s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.35s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.71s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.12s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.09s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.98s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.27s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.31s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.68s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestImagesFormat (0.22s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.91s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.08s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestImportBadURL (0.14s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.08s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.26s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.32s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.09s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.40s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.20s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.36s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestInspectDefault (2.35s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestInspectHistory (4.53s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.03s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.43s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.23s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.20s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (7.21s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.38s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.09s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.31s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestInspectStatus (2.80s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.60s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.39s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.29s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.28s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (7.11s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.38s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.38s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.09s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.05s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.77s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.59s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.38s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.08s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (6.04s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (6.10s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (6.05s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.75s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.47s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.03s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.51s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.43s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestLogsSince (9.21s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestLogsTail (3.07s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.64s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.55s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.09s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.81s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.69s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestPsByOrder (8.69s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestPsListContainersBase (9.20s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (14.24s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.31s) [2022-03-01T07:46:40.367Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (12.68s) [2022-03-01T07:46:40.367Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.73s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (12.22s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.52s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (9.65s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestPsShowMounts (7.16s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.66s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.29s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.96s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.19s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.10s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.42s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (25.76s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.03s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (6.11s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.28s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.21s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.78s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.39s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.19s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.30s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRmiBlank (0.08s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.30s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (19.13s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.01s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.76s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.56s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.77s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (7.32s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.13s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRmiTag (0.71s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.46s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (16.29s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (7.51s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.59s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.24s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.05s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.52s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.83s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (7.06s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.40s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (7.14s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.08s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunBindMounts (5.13s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.03s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.20s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.19s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.00s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.37s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.35s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.25s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.27s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.00s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.17s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (7.13s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.14s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.27s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.23s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.25s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunExitCode (2.42s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (7.17s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.27s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.32s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (3.99s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.08s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (9.38s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.73s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (7.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (5.06s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.09s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.38s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.25s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.27s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.20s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.22s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.05s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.61s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (8.08s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunRm (7.49s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.70s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (7.38s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.81s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.56s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.83s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.62s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.33s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.18s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.09s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.08s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.03s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.42s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.45s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (8.29s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (7.39s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (9.78s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.70s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.15s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.92s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.57s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.64s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.03s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.07s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-01T07:46:40.368Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.29s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.89s) [2022-03-01T07:46:40.368Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.44s) [2022-03-01T07:46:40.369Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.88s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-01T07:46:40.369Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.38s) [2022-03-01T07:46:40.369Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.43s) [2022-03-01T07:46:40.369Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.43s) [2022-03-01T07:46:40.369Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.30s) [2022-03-01T07:46:40.369Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.75s) [2022-03-01T07:46:40.369Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (12.39s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-01T07:46:40.369Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (8.60s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-01T07:46:40.369Z] --- PASS: TestDockerSuite/TestStartAttachSilent (4.32s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2022-03-01T07:46:40.369Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (6.08s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-01T07:46:40.369Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.53s) [2022-03-01T07:46:40.369Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.66s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-01T07:46:40.369Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.36s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-01T07:46:40.369Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.33s) [2022-03-01T07:46:40.369Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.16s) [2022-03-01T07:46:40.369Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.23s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-01T07:46:40.369Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.39s) [2022-03-01T07:46:40.369Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.34s) [2022-03-01T07:46:40.369Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.18s) [2022-03-01T07:46:40.369Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.82s) [2022-03-01T07:46:40.369Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.09s) [2022-03-01T07:46:40.369Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.40s) [2022-03-01T07:46:40.369Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.46s) [2022-03-01T07:46:40.369Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.46s) [2022-03-01T07:46:40.369Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.08s) [2022-03-01T07:46:40.369Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.21s) [2022-03-01T07:46:40.369Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (8.75s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-01T07:46:40.369Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.70s) [2022-03-01T07:46:40.369Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.24s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-01T07:46:40.369Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (7.55s) [2022-03-01T07:46:40.369Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.31s) [2022-03-01T07:46:40.369Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.33s) [2022-03-01T07:46:40.369Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (9.75s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-01T07:46:40.369Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.68s) [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistrySuite [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-03-01T07:46:40.369Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-03-01T07:46:40.369Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-03-01T07:46:40.369Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-03-01T07:46:40.369Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-03-01T07:46:40.369Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-03-01T07:46:40.369Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-03-01T07:46:40.369Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-03-01T07:46:40.369Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-03-01T07:46:40.369Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-03-01T07:46:40.369Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-03-01T07:46:40.369Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-03-01T07:46:40.369Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-03-01T07:46:40.369Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-03-01T07:46:40.369Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-03-01T07:46:40.369Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-03-01T07:46:40.369Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-03-01T07:46:40.369Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-03-01T07:46:40.369Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-03-01T07:46:40.369Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-03-01T07:46:40.369Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-03-01T07:46:40.369Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-03-01T07:46:40.369Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-03-01T07:46:40.369Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-03-01T07:46:40.369Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-03-01T07:46:40.369Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-03-01T07:46:40.369Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-03-01T07:46:40.369Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-03-01T07:46:40.369Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-03-01T07:46:40.369Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-03-01T07:46:40.369Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-03-01T07:46:40.369Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-03-01T07:46:40.369Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-03-01T07:46:40.369Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-03-01T07:46:40.369Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-03-01T07:46:40.369Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-03-01T07:46:40.369Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-03-01T07:46:40.369Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-03-01T07:46:40.369Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] --- PASS: TestDockerRegistrySuite (0.20s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-01T07:46:40.369Z] === RUN TestDockerSchema1RegistrySuite [2022-03-01T07:46:40.369Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-03-01T07:46:40.369Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-03-01T07:46:40.369Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-03-01T07:46:40.369Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-03-01T07:46:40.369Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-03-01T07:46:40.369Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-03-01T07:46:40.369Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-03-01T07:46:40.369Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-03-01T07:46:40.369Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-03-01T07:46:40.369Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-03-01T07:46:40.369Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-03-01T07:46:40.369Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-03-01T07:46:40.369Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-03-01T07:46:40.369Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-03-01T07:46:40.369Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-03-01T07:46:40.369Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-03-01T07:46:40.369Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-03-01T07:46:40.369Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-03-01T07:46:40.369Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-03-01T07:46:40.369Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistryAuthTokenSuite [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-03-01T07:46:40.369Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-03-01T07:46:40.369Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-03-01T07:46:40.369Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-03-01T07:46:40.369Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-03-01T07:46:40.369Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.369Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-01T07:46:40.369Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-01T07:46:40.370Z] === RUN TestDockerDaemonSuite [2022-03-01T07:46:40.370Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-03-01T07:46:40.370Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-03-01T07:46:40.370Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-03-01T07:46:40.370Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-01T07:46:40.370Z] === RUN TestDockerSwarmSuite [2022-03-01T07:46:40.370Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-03-01T07:46:40.370Z] === RUN TestDockerPluginSuite [2022-03-01T07:46:40.370Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-03-01T07:46:40.370Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-03-01T07:46:40.370Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-03-01T07:46:40.370Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-03-01T07:46:40.370Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-03-01T07:46:40.370Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-03-01T07:46:40.370Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-03-01T07:46:40.370Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-03-01T07:46:40.370Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-03-01T07:46:40.370Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-03-01T07:46:40.370Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-03-01T07:46:40.370Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-01T07:46:40.370Z] === RUN TestDockerExternalVolumeSuite [2022-03-01T07:46:40.370Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-03-01T07:46:40.370Z] === RUN TestDockerNetworkSuite [2022-03-01T07:46:40.370Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-03-01T07:46:40.370Z] === RUN TestDockerHubPullSuite [2022-03-01T07:46:40.370Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-03-01T07:46:40.370Z] PASS [2022-03-01T07:46:40.370Z] ok github.com/docker/docker/integration-cli 2701.798s [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === Skipped [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2022-03-01T07:46:40.370Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-03-01T07:46:40.370Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-01T07:46:40.370Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-01T07:46:40.370Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-01T07:46:40.370Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-01T07:46:40.370Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-01T07:46:40.370Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-01T07:46:40.370Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-01T07:46:40.370Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2022-03-01T07:46:40.370Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-01T07:46:40.370Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-01T07:46:40.370Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-01T07:46:40.370Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-01T07:46:40.370Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-01T07:46:40.370Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-01T07:46:40.370Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-01T07:46:40.370Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-01T07:46:40.370Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.33s) [2022-03-01T07:46:40.370Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.33s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-01T07:46:40.370Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-01T07:46:40.370Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-01T07:46:40.370Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2022-03-01T07:46:40.370Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2022-03-01T07:46:40.370Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-03-01T07:46:40.370Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2022-03-01T07:46:40.370Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-01T07:46:40.370Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-01T07:46:40.370Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-01T07:46:40.370Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-03-01T07:46:40.370Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.30s) [2022-03-01T07:46:40.370Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.30s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.64s) [2022-03-01T07:46:40.370Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.64s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.92s) [2022-03-01T07:46:40.370Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.92s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.32s) [2022-03-01T07:46:40.370Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.32s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-03-01T07:46:40.370Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-01T07:46:40.370Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-01T07:46:40.370Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2022-03-01T07:46:40.370Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-03-01T07:46:40.370Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.65s) [2022-03-01T07:46:40.370Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.65s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.31s) [2022-03-01T07:46:40.370Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.31s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2022-03-01T07:46:40.370Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-03-01T07:46:40.370Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2022-03-01T07:46:40.370Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-01T07:46:40.370Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-01T07:46:40.370Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-01T07:46:40.370Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-01T07:46:40.370Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-01T07:46:40.370Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.370Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.32s) [2022-03-01T07:46:40.370Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.370Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.32s) [2022-03-01T07:46:40.370Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.31s) [2022-03-01T07:46:40.371Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.31s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2022-03-01T07:46:40.371Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-03-01T07:46:40.371Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.34s) [2022-03-01T07:46:40.371Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.34s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.32s) [2022-03-01T07:46:40.371Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.32s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.30s) [2022-03-01T07:46:40.371Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.30s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2022-03-01T07:46:40.371Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-03-01T07:46:40.371Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.04s) [2022-03-01T07:46:40.371Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.31s) [2022-03-01T07:46:40.371Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.31s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-01T07:46:40.371Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-01T07:46:40.371Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-01T07:46:40.371Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-03-01T07:46:40.371Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-03-01T07:46:40.371Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-03-01T07:46:40.371Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-03-01T07:46:40.371Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.04s) [2022-03-01T07:46:40.371Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-01T07:46:40.371Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-01T07:46:40.371Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-01T07:46:40.371Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-01T07:46:40.371Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-01T07:46:40.371Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-03-01T07:46:40.371Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-01T07:46:40.371Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.09s) [2022-03-01T07:46:40.371Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.05s) [2022-03-01T07:46:40.371Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.07s) [2022-03-01T07:46:40.371Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-01T07:46:40.371Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-01T07:46:40.371Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2022-03-01T07:46:40.371Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-03-01T07:46:40.371Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2022-03-01T07:46:40.371Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-01T07:46:40.371Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2022-03-01T07:46:40.371Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.33s) [2022-03-01T07:46:40.371Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.33s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.31s) [2022-03-01T07:46:40.371Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.31s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2022-03-01T07:46:40.371Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-03-01T07:46:40.371Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-03-01T07:46:40.371Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-01T07:46:40.371Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-01T07:46:40.371Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.37s) [2022-03-01T07:46:40.371Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.37s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-03-01T07:46:40.371Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.31s) [2022-03-01T07:46:40.371Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.31s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.32s) [2022-03-01T07:46:40.371Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.32s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.32s) [2022-03-01T07:46:40.371Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.32s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-03-01T07:46:40.371Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.31s) [2022-03-01T07:46:40.371Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.31s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-03-01T07:46:40.371Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-03-01T07:46:40.371Z] docker_cli_sni_test.go:18: Flakey test [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-01T07:46:40.371Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-01T07:46:40.371Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-01T07:46:40.371Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-01T07:46:40.371Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-03-01T07:46:40.371Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-01T07:46:40.371Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-01T07:46:40.371Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-03-01T07:46:40.371Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-01T07:46:40.371Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-01T07:46:40.371Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-01T07:46:40.371Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-03-01T07:46:40.371Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2022-03-01T07:46:40.371Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-01T07:46:40.371Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-03-01T07:46:40.371Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-03-01T07:46:40.371Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-03-01T07:46:40.371Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-01T07:46:40.371Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-01T07:46:40.371Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.371Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-01T07:46:40.371Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.371Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-01T07:46:40.371Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2022-03-01T07:46:40.372Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-01T07:46:40.372Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-01T07:46:40.372Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-01T07:46:40.372Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-01T07:46:40.372Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-01T07:46:40.372Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-01T07:46:40.372Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-01T07:46:40.372Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-01T07:46:40.372Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-01T07:46:40.372Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-01T07:46:40.372Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-01T07:46:40.372Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-01T07:46:40.372Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-01T07:46:40.372Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-01T07:46:40.372Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2022-03-01T07:46:40.372Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-01T07:46:40.372Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-01T07:46:40.372Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-01T07:46:40.372Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-01T07:46:40.372Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-01T07:46:40.372Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-01T07:46:40.372Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-01T07:46:40.372Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-01T07:46:40.372Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-01T07:46:40.372Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-01T07:46:40.372Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-01T07:46:40.372Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-01T07:46:40.372Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-01T07:46:40.372Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-01T07:46:40.372Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-01T07:46:40.372Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-01T07:46:40.372Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-01T07:46:40.372Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-01T07:46:40.372Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2022-03-01T07:46:40.372Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-01T07:46:40.372Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-01T07:46:40.372Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-01T07:46:40.372Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-01T07:46:40.372Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-01T07:46:40.372Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-01T07:46:40.372Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-01T07:46:40.372Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-01T07:46:40.372Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-01T07:46:40.372Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-01T07:46:40.372Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-03-01T07:46:40.372Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-01T07:46:40.372Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-01T07:46:40.372Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2022-03-01T07:46:40.372Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-01T07:46:40.372Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-01T07:46:40.372Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-01T07:46:40.372Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-01T07:46:40.372Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-01T07:46:40.372Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-01T07:46:40.372Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2022-03-01T07:46:40.372Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-01T07:46:40.372Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-01T07:46:40.372Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-01T07:46:40.372Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-03-01T07:46:40.372Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2022-03-01T07:46:40.372Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-01T07:46:40.372Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-01T07:46:40.372Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2022-03-01T07:46:40.372Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-01T07:46:40.372Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-03-01T07:46:40.372Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2022-03-01T07:46:40.372Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.372Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-01T07:46:40.372Z] [2022-03-01T07:46:40.372Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-01T07:46:40.372Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-01T07:46:40.373Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-01T07:46:40.373Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-01T07:46:40.373Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2022-03-01T07:46:40.373Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-03-01T07:46:40.373Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-01T07:46:40.373Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-03-01T07:46:40.373Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-01T07:46:40.373Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2022-03-01T07:46:40.373Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-01T07:46:40.373Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-03-01T07:46:40.373Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-01T07:46:40.373Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.03s) [2022-03-01T07:46:40.373Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.03s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2022-03-01T07:46:40.373Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-03-01T07:46:40.373Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-03-01T07:46:40.373Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2022-03-01T07:46:40.373Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2022-03-01T07:46:40.373Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-03-01T07:46:40.373Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2022-03-01T07:46:40.373Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-01T07:46:40.373Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2022-03-01T07:46:40.373Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-01T07:46:40.373Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-01T07:46:40.373Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-01T07:46:40.373Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-03-01T07:46:40.373Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2022-03-01T07:46:40.373Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-01T07:46:40.373Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-03-01T07:46:40.373Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-01T07:46:40.373Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-01T07:46:40.373Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-01T07:46:40.373Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-01T07:46:40.373Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-01T07:46:40.373Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-01T07:46:40.373Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-01T07:46:40.373Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-01T07:46:40.373Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-01T07:46:40.373Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-01T07:46:40.373Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-01T07:46:40.373Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-03-01T07:46:40.373Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-03-01T07:46:40.373Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-01T07:46:40.373Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.03s) [2022-03-01T07:46:40.373Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.03s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-01T07:46:40.373Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-01T07:46:40.373Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-01T07:46:40.373Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-01T07:46:40.373Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-01T07:46:40.373Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-01T07:46:40.373Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-01T07:46:40.373Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-01T07:46:40.373Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-01T07:46:40.373Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-01T07:46:40.373Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-01T07:46:40.373Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-01T07:46:40.373Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-01T07:46:40.373Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-01T07:46:40.373Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2022-03-01T07:46:40.373Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-03-01T07:46:40.373Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-03-01T07:46:40.373Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-01T07:46:40.373Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.03s) [2022-03-01T07:46:40.373Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.03s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-01T07:46:40.373Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-01T07:46:40.373Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.373Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-01T07:46:40.373Z] [2022-03-01T07:46:40.373Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-01T07:46:40.373Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-01T07:46:40.374Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2022-03-01T07:46:40.374Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-01T07:46:40.374Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-01T07:46:40.374Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-03-01T07:46:40.374Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2022-03-01T07:46:40.374Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-03-01T07:46:40.374Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-01T07:46:40.374Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-01T07:46:40.374Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-01T07:46:40.374Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-01T07:46:40.374Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-01T07:46:40.374Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-01T07:46:40.374Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-01T07:46:40.374Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-01T07:46:40.374Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2022-03-01T07:46:40.374Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-01T07:46:40.374Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-01T07:46:40.374Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-03-01T07:46:40.374Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-01T07:46:40.374Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-01T07:46:40.374Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-01T07:46:40.374Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-01T07:46:40.374Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-01T07:46:40.374Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-01T07:46:40.374Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-01T07:46:40.374Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-01T07:46:40.374Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-03-01T07:46:40.374Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-01T07:46:40.374Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-01T07:46:40.374Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-01T07:46:40.374Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-01T07:46:40.374Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-01T07:46:40.374Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-01T07:46:40.374Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-01T07:46:40.374Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-01T07:46:40.374Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.03s) [2022-03-01T07:46:40.374Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.03s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-01T07:46:40.374Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-01T07:46:40.374Z] docker_cli_run_test.go:4395: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2022-03-01T07:46:40.374Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2022-03-01T07:46:40.374Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2022-03-01T07:46:40.374Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-03-01T07:46:40.374Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-01T07:46:40.374Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-03-01T07:46:40.374Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-01T07:46:40.374Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-01T07:46:40.374Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-01T07:46:40.374Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-01T07:46:40.374Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-01T07:46:40.374Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.03s) [2022-03-01T07:46:40.374Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.03s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-01T07:46:40.374Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-01T07:46:40.374Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-01T07:46:40.374Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-01T07:46:40.374Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-01T07:46:40.374Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2022-03-01T07:46:40.374Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-03-01T07:46:40.374Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-01T07:46:40.374Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-01T07:46:40.374Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-01T07:46:40.374Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-01T07:46:40.374Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-01T07:46:40.374Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-03-01T07:46:40.374Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-01T07:46:40.374Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-01T07:46:40.374Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-01T07:46:40.374Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.374Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-01T07:46:40.374Z] [2022-03-01T07:46:40.374Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:4374: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:4387: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:4197: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:4185: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-01T07:46:40.375Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-01T07:46:40.375Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.375Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-01T07:46:40.375Z] [2022-03-01T07:46:40.375Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-03-01T07:46:40.376Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.03s) [2022-03-01T07:46:40.376Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.03s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-03-01T07:46:40.376Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-03-01T07:46:40.376Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2022-03-01T07:46:40.376Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.03s) [2022-03-01T07:46:40.376Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.03s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2022-03-01T07:46:40.376Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2022-03-01T07:46:40.376Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-03-01T07:46:40.376Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-03-01T07:46:40.376Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2022-03-01T07:46:40.376Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-03-01T07:46:40.376Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2022-03-01T07:46:40.376Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-01T07:46:40.376Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2022-03-01T07:46:40.376Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-01T07:46:40.376Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-01T07:46:40.376Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-01T07:46:40.376Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.376Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-01T07:46:40.376Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.376Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-01T07:46:40.376Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-01T07:46:40.377Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.377Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-01T07:46:40.377Z] [2022-03-01T07:46:40.377Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-01T07:46:40.378Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.378Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-01T07:46:40.378Z] [2022-03-01T07:46:40.378Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-01T07:46:40.378Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.378Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-01T07:46:40.378Z] [2022-03-01T07:46:40.378Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-01T07:46:40.378Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.378Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-01T07:46:40.378Z] [2022-03-01T07:46:40.378Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-01T07:46:40.378Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.378Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-01T07:46:40.378Z] [2022-03-01T07:46:40.378Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-01T07:46:40.378Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.378Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-01T07:46:40.378Z] [2022-03-01T07:46:40.378Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-01T07:46:40.378Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.378Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-01T07:46:40.378Z] [2022-03-01T07:46:40.378Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-01T07:46:40.378Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.378Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-01T07:46:40.378Z] [2022-03-01T07:46:40.378Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-01T07:46:40.378Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.378Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-01T07:46:40.378Z] [2022-03-01T07:46:40.378Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-01T07:46:40.378Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.378Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-01T07:46:40.378Z] [2022-03-01T07:46:40.378Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-01T07:46:40.378Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.378Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-01T07:46:40.378Z] [2022-03-01T07:46:40.378Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-01T07:46:40.378Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.378Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-01T07:46:40.378Z] [2022-03-01T07:46:40.378Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-01T07:46:40.378Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.378Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-01T07:46:40.378Z] [2022-03-01T07:46:40.378Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-03-01T07:46:40.378Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.378Z] [2022-03-01T07:46:40.378Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-03-01T07:46:40.378Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.378Z] [2022-03-01T07:46:40.378Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-03-01T07:46:40.378Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-01T07:46:40.378Z] [2022-03-01T07:46:40.378Z] DONE 1085 tests, 539 skipped in 2717.912s [2022-03-01T07:46:40.378Z] INFO: Integration tests ended at 03/01/2022 07:46:38. Duration:00:45:18.2329742 [2022-03-01T07:46:40.378Z] INFO: Docker info of the daemon under test at end of run [2022-03-01T07:46:40.378Z] [2022-03-01T07:46:40.378Z] Containers: 2 [2022-03-01T07:46:40.378Z] Running: 0 [2022-03-01T07:46:40.378Z] Paused: 0 [2022-03-01T07:46:40.378Z] Stopped: 2 [2022-03-01T07:46:40.378Z] Images: 18 [2022-03-01T07:46:40.378Z] Server Version: 0.0.0-dev [2022-03-01T07:46:40.378Z] Storage Driver: windowsfilter [2022-03-01T07:46:40.378Z] Windows: [2022-03-01T07:46:40.378Z] Logging Driver: json-file [2022-03-01T07:46:40.378Z] Plugins: [2022-03-01T07:46:40.378Z] Volume: local [2022-03-01T07:46:40.378Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-01T07:46:40.378Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-01T07:46:40.378Z] Swarm: inactive [2022-03-01T07:46:40.378Z] Default Isolation: process [2022-03-01T07:46:40.378Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-03-01T07:46:40.378Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-03-01T07:46:40.378Z] OSType: windows [2022-03-01T07:46:40.378Z] Architecture: x86_64 [2022-03-01T07:46:40.378Z] CPUs: 4 [2022-03-01T07:46:40.378Z] Total Memory: 32GiB [2022-03-01T07:46:40.378Z] Name: azwin-2-24ec60 [2022-03-01T07:46:40.378Z] ID: Y3WO:P3GV:XVZX:AIO3:JP4H:4JCE:OWGI:UEE6:EMEK:S5AB:DE3M:WGHE [2022-03-01T07:46:40.378Z] Docker Root Dir: D:\CI\PR-43303\1\daemon [2022-03-01T07:46:40.378Z] Debug Mode (client): false [2022-03-01T07:46:40.378Z] Debug Mode (server): true [2022-03-01T07:46:40.378Z] File Descriptors: -1 [2022-03-01T07:46:40.378Z] Goroutines: 17 [2022-03-01T07:46:40.378Z] System Time: 2022-03-01T07:46:38.9402147Z [2022-03-01T07:46:40.378Z] EventsListeners: 0 [2022-03-01T07:46:40.378Z] Registry: https://index.docker.io/v1/ [2022-03-01T07:46:40.378Z] Labels: [2022-03-01T07:46:40.378Z] Experimental: false [2022-03-01T07:46:40.378Z] Insecure Registries: [2022-03-01T07:46:40.378Z] 127.0.0.0/8 [2022-03-01T07:46:40.378Z] Live Restore Enabled: false [2022-03-01T07:46:40.378Z] [2022-03-01T07:46:40.378Z] [2022-03-01T07:46:40.378Z] INFO: Stopping daemon under test [2022-03-01T07:46:40.378Z] SUCCESS: The process with PID 6072 (child process of PID 2856) has been terminated. [2022-03-01T07:46:40.378Z] SUCCESS: The process with PID 2856 (child process of PID 3740) has been terminated. [2022-03-01T07:46:40.378Z] INFO: Stop tailing logs of the daemon under tests [2022-03-01T07:46:40.378Z] INFO: executeCI.ps1 Completed successfully at 03/01/2022 07:46:39. [2022-03-01T07:46:40.378Z] INFO: Tidying up at end of run [2022-03-01T07:46:40.378Z] INFO: Saving daemon under test log (d:\CI\PR-43303\1\dut.out) to bundles\CIDUT.out [2022-03-01T07:46:40.378Z] INFO: Saving daemon under test log (d:\CI\PR-43303\1\dut.err) to bundles\CIDUT.err [2022-03-01T07:46:40.378Z] INFO: Saving containerd logs to bundles [2022-03-01T07:46:40.378Z] INFO: Nuke-Everything... [2022-03-01T07:46:40.378Z] INFO: Container count on control daemon to delete is 2 [2022-03-01T07:46:40.378Z] 8a6e7f3462c6 [2022-03-01T07:46:40.378Z] 7020bd4af96c [2022-03-01T07:46:40.378Z] INFO: Tidying pidfile d:\CI\PR-43303\1\docker.pid [2022-03-01T07:46:40.378Z] INFO: Nuking d:\CI [2022-03-01T07:47:10.539Z] INFO: Zapped successfully [2022-03-01T07:47:10.539Z] [2022-03-01T07:47:10.539Z] INFO: executeCI.ps1 exiting at Tue Mar 1 07:47:07 CUT 2022. Duration 01:12:05.4481738 [2022-03-01T07:47:10.539Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-03-01T07:47:10.792Z] Recording test results [2022-03-01T07:47:20.072Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-03-01T07:47:22.249Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2022-03-01T07:47:24.035Z] Archiving artifacts [2022-03-01T07:47:40.025Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43303/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-01T07:47:40.989Z] + make clean [2022-03-01T07:47:42.555Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-01T07:47:42.555Z] docker-dev-cache [2022-03-01T07:47:42.555Z] docker-mod-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